Skip to content

Commit bb02d84

Browse files
dependabot[bot]tjmoore4
authored andcommitted
Bump the kubernetes group with 8 updates
Bumps the kubernetes group with 8 updates: | Package | From | To | | --- | --- | --- | | [k8s.io/api](https://github.com/kubernetes/api) | `0.31.0` | `0.35.0` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.31.0` | `0.35.0` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.0` | `0.35.0` | | [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.31.0` | `0.35.0` | | [k8s.io/kube-openapi](https://github.com/kubernetes/kube-openapi) | `0.0.0-20240521193020-835d969ad83a` | `0.0.0-20250910181357-589584f1c912` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.19.3` | `0.23.1` | | [sigs.k8s.io/json](https://github.com/kubernetes-sigs/json) | `0.0.0-20221116044647-bc3834ca7abd` | `0.0.0-20250730193827-2d320260d730` | | [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.4.0` | `1.6.0` | Updates `k8s.io/api` from 0.31.0 to 0.35.0 - [Commits](kubernetes/api@v0.31.0...v0.35.0) Updates `k8s.io/apimachinery` from 0.31.0 to 0.35.0 - [Commits](kubernetes/apimachinery@v0.31.0...v0.35.0) Updates `k8s.io/client-go` from 0.31.0 to 0.35.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.0...v0.35.0) Updates `k8s.io/component-base` from 0.31.0 to 0.35.0 - [Commits](kubernetes/component-base@v0.31.0...v0.35.0) Updates `k8s.io/kube-openapi` from 0.0.0-20240521193020-835d969ad83a to 0.0.0-20250910181357-589584f1c912 - [Commits](https://github.com/kubernetes/kube-openapi/commits) Updates `sigs.k8s.io/controller-runtime` from 0.19.3 to 0.23.1 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.19.3...v0.23.1) Updates `sigs.k8s.io/json` from 0.0.0-20221116044647-bc3834ca7abd to 0.0.0-20250730193827-2d320260d730 - [Commits](https://github.com/kubernetes-sigs/json/commits) Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.6.0 - [Release notes](https://github.com/kubernetes-sigs/yaml/releases) - [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/yaml@v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: k8s.io/api dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kubernetes - dependency-name: k8s.io/apimachinery dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kubernetes - dependency-name: k8s.io/client-go dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kubernetes - dependency-name: k8s.io/component-base dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kubernetes - dependency-name: k8s.io/kube-openapi dependency-version: 0.0.0-20250910181357-589584f1c912 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kubernetes - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kubernetes - dependency-name: sigs.k8s.io/json dependency-version: 0.0.0-20250730193827-2d320260d730 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kubernetes - dependency-name: sigs.k8s.io/yaml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kubernetes ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8dab9c commit bb02d84

2 files changed

Lines changed: 107 additions & 127 deletions

File tree

go.mod

Lines changed: 33 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/crunchydata/postgres-operator
22

33
// If this is changing when you don't want it to, see hack/go-get.sh
4-
go 1.24.0
4+
go 1.25.0
55

66
require (
77
github.com/go-logr/logr v1.4.3
@@ -22,63 +22,60 @@ require (
2222
golang.org/x/crypto v0.47.0
2323
golang.org/x/tools v0.41.0
2424
gotest.tools/v3 v3.5.2
25-
k8s.io/api v0.31.0
26-
k8s.io/apimachinery v0.31.0
27-
k8s.io/client-go v0.31.0
28-
k8s.io/component-base v0.31.0
29-
k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a
30-
sigs.k8s.io/controller-runtime v0.19.3
31-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
32-
sigs.k8s.io/yaml v1.4.0
25+
k8s.io/api v0.35.0
26+
k8s.io/apimachinery v0.35.0
27+
k8s.io/client-go v0.35.0
28+
k8s.io/component-base v0.35.0
29+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912
30+
sigs.k8s.io/controller-runtime v0.23.1
31+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
32+
sigs.k8s.io/yaml v1.6.0
3333
)
3434

3535
require (
36+
cel.dev/expr v0.24.0 // indirect
3637
github.com/Masterminds/semver/v3 v3.4.0 // indirect
3738
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
38-
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
3939
github.com/beorn7/perks v1.0.1 // indirect
4040
github.com/blang/semver/v4 v4.0.0 // indirect
4141
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
4242
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4343
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
44-
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
45-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
44+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
45+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
4646
github.com/felixge/httpsnoop v1.0.4 // indirect
47-
github.com/fsnotify/fsnotify v1.7.0 // indirect
48-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
47+
github.com/fsnotify/fsnotify v1.9.0 // indirect
48+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
4949
github.com/go-logr/stdr v1.2.2 // indirect
5050
github.com/go-openapi/jsonpointer v0.21.0 // indirect
5151
github.com/go-openapi/jsonreference v0.21.0 // indirect
5252
github.com/go-openapi/swag v0.23.0 // indirect
5353
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
54-
github.com/gogo/protobuf v1.3.2 // indirect
55-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
56-
github.com/golang/protobuf v1.5.4 // indirect
57-
github.com/google/cel-go v0.20.1 // indirect
58-
github.com/google/gnostic-models v0.6.8 // indirect
59-
github.com/google/gofuzz v1.2.0 // indirect
54+
github.com/google/btree v1.1.3 // indirect
55+
github.com/google/cel-go v0.26.0 // indirect
56+
github.com/google/gnostic-models v0.7.0 // indirect
6057
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
6158
github.com/google/uuid v1.6.0 // indirect
62-
github.com/gorilla/websocket v1.5.0 // indirect
59+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
6360
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
64-
github.com/imdario/mergo v0.3.16 // indirect
6561
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6662
github.com/josharian/intern v1.0.0 // indirect
6763
github.com/json-iterator/go v1.1.12 // indirect
6864
github.com/mailru/easyjson v0.7.7 // indirect
69-
github.com/moby/spdystream v0.4.0 // indirect
65+
github.com/moby/spdystream v0.5.0 // indirect
7066
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
71-
github.com/modern-go/reflect2 v1.0.2 // indirect
67+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
7268
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7369
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
70+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7471
github.com/prometheus/client_golang v1.23.2 // indirect
7572
github.com/prometheus/client_model v0.6.2 // indirect
7673
github.com/prometheus/common v0.67.5 // indirect
7774
github.com/prometheus/otlptranslator v1.0.0 // indirect
7875
github.com/prometheus/procfs v0.19.2 // indirect
79-
github.com/spf13/cobra v1.8.1 // indirect
80-
github.com/spf13/pflag v1.0.5 // indirect
81-
github.com/stoewer/go-strcase v1.2.0 // indirect
76+
github.com/spf13/cobra v1.10.0 // indirect
77+
github.com/spf13/pflag v1.0.9 // indirect
78+
github.com/stoewer/go-strcase v1.3.0 // indirect
8279
github.com/x448/float16 v0.8.4 // indirect
8380
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
8481
go.opentelemetry.io/contrib/bridges/prometheus v0.65.0 // indirect
@@ -105,28 +102,28 @@ require (
105102
go.uber.org/multierr v1.11.0 // indirect
106103
go.yaml.in/yaml/v2 v2.4.3 // indirect
107104
go.yaml.in/yaml/v3 v3.0.4 // indirect
108-
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
105+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
109106
golang.org/x/mod v0.32.0 // indirect
110107
golang.org/x/net v0.49.0 // indirect
111108
golang.org/x/oauth2 v0.34.0 // indirect
112109
golang.org/x/sync v0.19.0 // indirect
113110
golang.org/x/sys v0.40.0 // indirect
114111
golang.org/x/term v0.39.0 // indirect
115112
golang.org/x/text v0.33.0 // indirect
116-
golang.org/x/time v0.5.0 // indirect
113+
golang.org/x/time v0.9.0 // indirect
117114
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
118115
google.golang.org/genproto/googleapis/api v0.0.0-20260128011058-8636f8732409 // indirect
119116
google.golang.org/genproto/googleapis/rpc v0.0.0-20260128011058-8636f8732409 // indirect
120117
google.golang.org/grpc v1.78.0 // indirect
121118
google.golang.org/protobuf v1.36.11 // indirect
122-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
119+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
123120
gopkg.in/inf.v0 v0.9.1 // indirect
124-
gopkg.in/yaml.v2 v2.4.0 // indirect
125121
gopkg.in/yaml.v3 v3.0.1 // indirect
126-
k8s.io/apiextensions-apiserver v0.31.0 // indirect
127-
k8s.io/apiserver v0.31.0 // indirect
122+
k8s.io/apiextensions-apiserver v0.35.0 // indirect
123+
k8s.io/apiserver v0.35.0 // indirect
128124
k8s.io/klog/v2 v2.130.1 // indirect
129-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
130-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
131-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
125+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
126+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
127+
sigs.k8s.io/randfill v1.0.0 // indirect
128+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482 // indirect
132129
)

0 commit comments

Comments
 (0)