Skip to content

Commit

Permalink
bump shell operator
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Okhlopkov <pavel.okhlopkov@flant.com>
  • Loading branch information
Pavel Okhlopkov committed Oct 29, 2024
1 parent 466bec6 commit 08239d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/dominikbraun/graph v0.23.0
github.com/ettle/strcase v0.2.0
github.com/flant/kube-client v1.2.0
github.com/flant/shell-operator v1.4.15-slog2
github.com/flant/shell-operator v1.4.15-slog3
github.com/go-chi/chi/v5 v5.1.0
github.com/go-openapi/loads v0.19.5
github.com/go-openapi/spec v0.19.8
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ github.com/flant/kube-client v1.2.0 h1:cOjnZgwoJVm4scqsMGcgO6qctJ+Z6wRVTFqvyhoAO
github.com/flant/kube-client v1.2.0/go.mod h1:qjNvqCqnBqS+kc9Hj+wMBbkFzfdyGyiX4r4teE/0Pm8=
github.com/flant/libjq-go v1.6.3-0.20201126171326-c46a40ff22ee h1:evii83J+/6QGNvyf6tjQ/p27DPY9iftxIBb37ALJRTg=
github.com/flant/libjq-go v1.6.3-0.20201126171326-c46a40ff22ee/go.mod h1:f+REaGl/+pZR97rbTcwHEka/MAipoQQ2Mc0iQUj4ak0=
github.com/flant/shell-operator v1.4.15-slog2 h1:LPN2P/ENFpaU6vN2FgTdUjYbGCLUKv7TY/GF0sk0vko=
github.com/flant/shell-operator v1.4.15-slog2/go.mod h1:vcq3LKAS3Zg/aMnRzzy7YCJYeRuhfyz3zoSqQRfbotA=
github.com/flant/shell-operator v1.4.15-slog3 h1:R4UqvjGsHFcFLpCxy9AensPTNWXXy33OtvupJ+rcvgo=
github.com/flant/shell-operator v1.4.15-slog3/go.mod h1:vcq3LKAS3Zg/aMnRzzy7YCJYeRuhfyz3zoSqQRfbotA=
github.com/fogleman/gg v1.3.0 h1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=
github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
github.com/foxcpp/go-mockdns v1.0.0 h1:7jBqxd3WDWwi/6WhDvacvH1XsN3rOLXyHM1uhvIx6FI=
Expand Down
1 change: 1 addition & 0 deletions pkg/module_manager/module_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ func (mm *ModuleManager) stateFromHelmReleases(releases []string) *ModulesState
purge := utils.MapStringStructKeys(releasesMap)
purge = utils.SortReverse(purge)

// TODO: need another log if empty
log.Infof("Modules to purge found: %v", purge)

return &ModulesState{
Expand Down

0 comments on commit 08239d9

Please sign in to comment.