Skip to content

Commit 08af745

Browse files
Merge dev to dev-to-kube-1.26
2 parents 196eb90 + 3c6bb3f commit 08af745

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.36" }}
1+
{{ $version := "v1.4.38" }}
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
@@ -4,7 +4,7 @@ go 1.22
44

55
toolchain go1.22.0
66

7-
require github.com/zalando-incubator/stackset-controller v1.4.36
7+
require github.com/zalando-incubator/stackset-controller v1.4.38
88

99
require (
1010
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
@@ -506,8 +506,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
506506
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
507507
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
508508
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
509-
github.com/zalando-incubator/stackset-controller v1.4.36 h1:m9Zq+1RN6wDs+eDniaMTsfISR2iHOvZBKRk8gd/fOZM=
510-
github.com/zalando-incubator/stackset-controller v1.4.36/go.mod h1:cs6DeHcxl4xAAXl5pK1oAoxjKbmp10PBLKqYqw21VxI=
509+
github.com/zalando-incubator/stackset-controller v1.4.38 h1:3QkwkuG1y1LZD18j99OU8hM5oLBnRFdvmN/izwRztls=
510+
github.com/zalando-incubator/stackset-controller v1.4.38/go.mod h1:cs6DeHcxl4xAAXl5pK1oAoxjKbmp10PBLKqYqw21VxI=
511511
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
512512
go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4=
513513
go.etcd.io/etcd/api/v3 v3.5.4/go.mod h1:5GB2vv4A4AOn3yk7MftYGHkUfGtDHnEraIjym4dYz5A=

0 commit comments

Comments
 (0)