Skip to content

Commit d205405

Browse files
authored
Merge pull request #6957 from zalando-incubator/update-stackset-controller
Update StackSet controller.
2 parents 131ce51 + 9eeac8c commit d205405

File tree

3 files changed

+428
-215
lines changed

3 files changed

+428
-215
lines changed

cluster/manifests/stackset-controller/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ $version := "v1.4.31" }}
1+
{{ $version := "v1.4.33" }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

test/e2e/stackset/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/zalando-incubator/kubernetes-on-aws/test/e2e/stackset
22

33
go 1.21
44

5-
require github.com/zalando-incubator/stackset-controller v1.4.27
5+
require github.com/zalando-incubator/stackset-controller v1.4.33
66

77
require (
88
github.com/beorn7/perks v1.0.1 // indirect
@@ -36,10 +36,10 @@ require (
3636
github.com/prometheus/procfs v0.12.0 // indirect
3737
github.com/sirupsen/logrus v1.9.3 // indirect
3838
github.com/spf13/pflag v1.0.5 // indirect
39-
github.com/szuecs/routegroup-client v0.21.1 // indirect
39+
github.com/szuecs/routegroup-client v0.24.0 // indirect
4040
golang.org/x/net v0.17.0 // indirect
4141
golang.org/x/oauth2 v0.12.0 // indirect
42-
golang.org/x/sync v0.5.0 // indirect
42+
golang.org/x/sync v0.6.0 // indirect
4343
golang.org/x/sys v0.15.0 // indirect
4444
golang.org/x/term v0.13.0 // indirect
4545
golang.org/x/text v0.13.0 // indirect

0 commit comments

Comments
 (0)