Skip to content

Commit 710bf64

Browse files
Bump github.com/gardener/gardener from 1.127.0 to 1.133.0 (gardener#340)
* Bump github.com/gardener/gardener from 1.127.0 to 1.133.0 Bumps [github.com/gardener/gardener](https://github.com/gardener/gardener) from 1.127.0 to 1.133.0. - [Release notes](https://github.com/gardener/gardener/releases) - [Commits](gardener/gardener@v1.127.0...v1.133.0) --- updated-dependencies: - dependency-name: github.com/gardener/gardener dependency-version: 1.133.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aaronfern <aaron.francis.fernandes@sap.com>
1 parent fa044c5 commit 710bf64

6 files changed

Lines changed: 203 additions & 129 deletions

File tree

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ about: Report a bug encountered while working with this Gardener extension
44

55
---
66

7+
<!-- Please ensure that you do not include company internal information. -->
8+
79
**How to categorize this issue?**
810
<!--
911
Please select area, kind, and priority for this issue. This helps the community categorizing it.

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ about: Suggest an enhancement for this extension
44

55
---
66

7+
<!-- Please ensure that you do not include company internal information. -->
8+
79
**How to categorize this issue?**
810
<!--
911
Please select area, kind, and priority for this issue. This helps the community categorizing it.

.github/ISSUE_TEMPLATE/flaking-test.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ title: "[Flaky Test] FLAKING TEST/SUITE"
55

66
---
77

8+
<!-- Please ensure that you do not include company internal information. -->
9+
810
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Gardener CI -->
911

1012
**How to categorize this issue?**

.github/pull_request_template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- Please ensure that you do not include company internal information. -->
2+
13
**How to categorize this PR?**
24
<!--
35
Please select area, kind, and priority for this pull request. This helps the community categorizing it.

go.mod

Lines changed: 43 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ go 1.25.0
44

55
require (
66
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
7-
github.com/gardener/gardener v1.127.0
7+
github.com/gardener/gardener v1.133.0
88
github.com/gardener/machine-controller-manager v0.60.2
99
github.com/gophercloud/gophercloud/v2 v2.8.0
10-
github.com/onsi/ginkgo/v2 v2.25.2
10+
github.com/onsi/ginkgo/v2 v2.27.1
1111
github.com/onsi/gomega v1.38.2
12-
github.com/prometheus/client_golang v1.23.0
12+
github.com/prometheus/client_golang v1.23.2
1313
github.com/spf13/pflag v1.0.10
1414
go.uber.org/mock v0.6.0
15-
k8s.io/api v0.33.4
16-
k8s.io/apimachinery v0.33.4
17-
k8s.io/code-generator v0.33.4
18-
k8s.io/component-base v0.33.4
15+
k8s.io/api v0.34.2
16+
k8s.io/apimachinery v0.34.2
17+
k8s.io/code-generator v0.34.2
18+
k8s.io/component-base v0.34.2
1919
k8s.io/klog/v2 v2.130.1
20-
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d
21-
sigs.k8s.io/controller-runtime v0.21.0
20+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
21+
sigs.k8s.io/controller-runtime v0.22.4
2222
)
2323

2424
require (
@@ -27,15 +27,16 @@ require (
2727
github.com/blang/semver/v4 v4.0.0 // indirect
2828
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2929
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
30-
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
30+
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
3131
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
3232
github.com/fatih/color v1.18.0 // indirect
3333
github.com/fsnotify/fsnotify v1.9.0 // indirect
34-
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
34+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
3535
github.com/go-logr/logr v1.4.3 // indirect
36-
github.com/go-openapi/jsonpointer v0.21.1 // indirect
37-
github.com/go-openapi/jsonreference v0.21.0 // indirect
36+
github.com/go-openapi/jsonpointer v0.22.1 // indirect
37+
github.com/go-openapi/jsonreference v0.21.2 // indirect
3838
github.com/go-openapi/swag v0.23.1 // indirect
39+
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
3940
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
4041
github.com/gobuffalo/flect v1.0.3 // indirect
4142
github.com/gogo/protobuf v1.3.2 // indirect
@@ -47,52 +48,53 @@ require (
4748
github.com/inconshreveable/mousetrap v1.1.0 // indirect
4849
github.com/ironcore-dev/vgopath v0.1.5 // indirect
4950
github.com/josharian/intern v1.0.0 // indirect
50-
github.com/json-iterator/go v1.1.12 // indirect
51+
github.com/json-iterator/go v1.1.13-0.20220915233716-71ac16282d12 // indirect
5152
github.com/mailru/easyjson v0.9.0 // indirect
5253
github.com/mattn/go-colorable v0.1.14 // indirect
5354
github.com/mattn/go-isatty v0.0.20 // indirect
5455
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
55-
github.com/modern-go/reflect2 v1.0.2 // indirect
56+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
5657
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5758
github.com/pkg/errors v0.9.1 // indirect
59+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5860
github.com/prometheus/client_model v0.6.2 // indirect
59-
github.com/prometheus/common v0.65.0 // indirect
61+
github.com/prometheus/common v0.67.4 // indirect
6062
github.com/prometheus/procfs v0.17.0 // indirect
6163
github.com/russross/blackfriday/v2 v2.1.0 // indirect
6264
github.com/spf13/cobra v1.10.1 // indirect
6365
github.com/x448/float16 v0.8.4 // indirect
64-
go.opentelemetry.io/otel v1.37.0 // indirect
65-
go.opentelemetry.io/otel/trace v1.37.0 // indirect
66+
go.opentelemetry.io/otel v1.38.0 // indirect
67+
go.opentelemetry.io/otel/trace v1.38.0 // indirect
6668
go.uber.org/automaxprocs v1.6.0 // indirect
67-
go.yaml.in/yaml/v2 v2.4.2 // indirect
69+
go.yaml.in/yaml/v2 v2.4.3 // indirect
6870
go.yaml.in/yaml/v3 v3.0.4 // indirect
69-
golang.org/x/mod v0.27.0 // indirect
70-
golang.org/x/net v0.43.0 // indirect
71-
golang.org/x/oauth2 v0.30.0 // indirect
72-
golang.org/x/sync v0.16.0 // indirect
73-
golang.org/x/sys v0.35.0 // indirect
74-
golang.org/x/term v0.34.0 // indirect
75-
golang.org/x/text v0.28.0 // indirect
76-
golang.org/x/time v0.12.0 // indirect
77-
golang.org/x/tools v0.36.0 // indirect
78-
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
71+
golang.org/x/mod v0.30.0 // indirect
72+
golang.org/x/net v0.47.0 // indirect
73+
golang.org/x/oauth2 v0.32.0 // indirect
74+
golang.org/x/sync v0.18.0 // indirect
75+
golang.org/x/sys v0.38.0 // indirect
76+
golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 // indirect
77+
golang.org/x/term v0.37.0 // indirect
78+
golang.org/x/text v0.31.0 // indirect
79+
golang.org/x/time v0.14.0 // indirect
80+
golang.org/x/tools v0.39.0 // indirect
7981
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
80-
google.golang.org/protobuf v1.36.7 // indirect
81-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
82+
google.golang.org/protobuf v1.36.10 // indirect
83+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
8284
gopkg.in/inf.v0 v0.9.1 // indirect
8385
gopkg.in/yaml.v2 v2.4.0 // indirect
8486
gopkg.in/yaml.v3 v3.0.1 // indirect
85-
k8s.io/apiextensions-apiserver v0.33.4 // indirect
86-
k8s.io/apiserver v0.33.4 // indirect
87-
k8s.io/client-go v0.33.4 // indirect
88-
k8s.io/cluster-bootstrap v0.33.4 // indirect
87+
k8s.io/apiextensions-apiserver v0.34.2 // indirect
88+
k8s.io/apiserver v0.34.2 // indirect
89+
k8s.io/client-go v0.34.2 // indirect
90+
k8s.io/cluster-bootstrap v0.34.2 // indirect
8991
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 // indirect
90-
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 // indirect
92+
k8s.io/gengo/v2 v2.0.0-20250820003526-c297c0c1eb9d // indirect
9193
k8s.io/klog v1.0.0 // indirect
92-
k8s.io/kube-openapi v0.0.0-20250701173324-9bd5c66d9911 // indirect
93-
sigs.k8s.io/controller-tools v0.18.0 // indirect
94-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
94+
k8s.io/kube-openapi v0.0.0-20250814151709-d7b6acb124c3 // indirect
95+
sigs.k8s.io/controller-tools v0.19.0 // indirect
96+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
9597
sigs.k8s.io/randfill v1.0.0 // indirect
96-
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
97-
sigs.k8s.io/yaml v1.5.0 // indirect
98+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
99+
sigs.k8s.io/yaml v1.6.0 // indirect
98100
)

0 commit comments

Comments
 (0)