Skip to content

Commit 1da408d

Browse files
authored
Merge pull request #6838 from zalando-incubator/stackset-controller-update
Update stackset-controller to the latest version
2 parents 6f1f98d + e0817ed commit 1da408d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.26" }}
1+
{{ $version := "v1.4.27" }}
22
apiVersion: apps/v1
33
kind: Deployment
44
metadata:

test/e2e/stackset/go.mod

Lines changed: 1 addition & 1 deletion
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.26
5+
require github.com/zalando-incubator/stackset-controller v1.4.27
66

77
require (
88
github.com/beorn7/perks v1.0.1 // indirect

test/e2e/stackset/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,8 +438,8 @@ github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:
438438
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
439439
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
440440
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
441-
github.com/zalando-incubator/stackset-controller v1.4.26 h1:BdxjU2Nn6HJov7Stec4jNuA+a/XFR0jSBuFm5oo8loA=
442-
github.com/zalando-incubator/stackset-controller v1.4.26/go.mod h1:9sGmpa7ABBiAI/uBUPEkyzN+P+hNlOIVc+naGh6m1ro=
441+
github.com/zalando-incubator/stackset-controller v1.4.27 h1:IpcZAyywm07lS70R/Qa6wqStaoxuIppQhNhaHi+EJW4=
442+
github.com/zalando-incubator/stackset-controller v1.4.27/go.mod h1:9sGmpa7ABBiAI/uBUPEkyzN+P+hNlOIVc+naGh6m1ro=
443443
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
444444
go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
445445
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg=

0 commit comments

Comments
 (0)