Skip to content

Commit 4817b28

Browse files
Merge dev to dev-to-kube-1.26
2 parents fc6d929 + acabb1a commit 4817b28

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.33" }}
1+
{{ $version := "v1.4.34" }}
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.33
5+
require github.com/zalando-incubator/stackset-controller v1.4.34
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
@@ -493,8 +493,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
493493
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
494494
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
495495
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
496-
github.com/zalando-incubator/stackset-controller v1.4.33 h1:DkbUxlROutOnBrBgg5VuPnXoUmABH2iH830WO36Fy5Y=
497-
github.com/zalando-incubator/stackset-controller v1.4.33/go.mod h1:1BOmpWXc2sG7jQ9pM1orQSR8ngUaRZUguAx0SBTdC2k=
496+
github.com/zalando-incubator/stackset-controller v1.4.34 h1:TvdTvVGzkOakCI3W9CABbLVFArsNkBZiV40tPQ/f19I=
497+
github.com/zalando-incubator/stackset-controller v1.4.34/go.mod h1:1BOmpWXc2sG7jQ9pM1orQSR8ngUaRZUguAx0SBTdC2k=
498498
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
499499
go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4=
500500
go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=

0 commit comments

Comments
 (0)