Skip to content

Commit 1657c21

Browse files
Bump k8s.io/apiserver from 0.30.1 to 0.33.0
Bumps [k8s.io/apiserver](https://github.com/kubernetes/apiserver) from 0.30.1 to 0.33.0. - [Commits](kubernetes/apiserver@v0.30.1...v0.33.0) --- updated-dependencies: - dependency-name: k8s.io/apiserver dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26c00e8 commit 1657c21

File tree

3,020 files changed

+190073
-102288
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,020 files changed

+190073
-102288
lines changed

go.mod

Lines changed: 49 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
module carvel.dev/kapp-controller
22

33
go 1.23.3
4+
toolchain go1.24.1
45

56
require (
67
carvel.dev/vendir v0.43.0
78
github.com/fatih/color v1.15.0 // indirect
89
github.com/gogo/protobuf v1.3.2
9-
github.com/google/go-cmp v0.6.0 // indirect
10-
github.com/prometheus/client_golang v1.18.0
10+
github.com/google/go-cmp v0.7.0 // indirect
11+
github.com/prometheus/client_golang v1.22.0
1112
github.com/stretchr/testify v1.10.0
1213
golang.org/x/crypto v0.36.0
1314
golang.org/x/text v0.23.0 // indirect
1415
golang.org/x/tools v0.26.0
1516
gopkg.in/yaml.v3 v3.0.1 // indirect
16-
k8s.io/api v0.30.1
17-
k8s.io/apimachinery v0.30.1
18-
k8s.io/apiserver v0.30.1
19-
k8s.io/client-go v0.30.1
17+
k8s.io/api v0.33.0
18+
k8s.io/apimachinery v0.33.0
19+
k8s.io/apiserver v0.33.0
20+
k8s.io/client-go v0.33.0
2021
k8s.io/code-generator v0.30.1
2122
k8s.io/kube-aggregator v0.22.17
22-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
23+
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
2324
sigs.k8s.io/controller-runtime v0.18.5
2425
sigs.k8s.io/controller-tools v0.7.0
2526
sigs.k8s.io/yaml v1.4.0
@@ -30,23 +31,23 @@ require (
3031
github.com/cppforlife/go-cli-ui v0.0.0-20220425131040-94f26b16bc14
3132
github.com/go-logr/logr v1.4.2
3233
github.com/k14s/semver/v4 v4.0.1-0.20210701191048-266d47ac6115
33-
github.com/prometheus/client_model v0.5.0
34+
github.com/prometheus/client_model v0.6.1
3435
github.com/spf13/cobra v1.8.1
3536
golang.org/x/sync v0.12.0
3637
gopkg.in/yaml.v2 v2.4.0
37-
k8s.io/component-base v0.30.1
38-
k8s.io/klog/v2 v2.120.1
39-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
38+
k8s.io/component-base v0.33.0
39+
k8s.io/klog/v2 v2.130.1
40+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
4041
)
4142

4243
require (
44+
cel.dev/expr v0.19.1 // indirect
4345
github.com/NYTimes/gziphandler v1.1.1 // indirect
44-
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
45-
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
46+
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
4647
github.com/beorn7/perks v1.0.1 // indirect
4748
github.com/blang/semver/v4 v4.0.0 // indirect
4849
github.com/carvel-dev/semver/v4 v4.0.1-0.20240402203627-beb83fbf25e4 // indirect
49-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
50+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
5051
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5152
github.com/coreos/go-semver v0.3.1 // indirect
5253
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
@@ -55,76 +56,78 @@ require (
5556
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
5657
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
5758
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
58-
github.com/felixge/httpsnoop v1.0.3 // indirect
59+
github.com/felixge/httpsnoop v1.0.4 // indirect
5960
github.com/fsnotify/fsnotify v1.7.0 // indirect
61+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
6062
github.com/go-logr/stdr v1.2.2 // indirect
6163
github.com/go-logr/zapr v1.3.0 // indirect
62-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
64+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
6365
github.com/go-openapi/jsonreference v0.20.2 // indirect
64-
github.com/go-openapi/swag v0.22.3 // indirect
66+
github.com/go-openapi/swag v0.23.0 // indirect
6567
github.com/gobuffalo/flect v0.2.3 // indirect
66-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6768
github.com/golang/protobuf v1.5.4 // indirect
68-
github.com/google/cel-go v0.17.8 // indirect
69-
github.com/google/gnostic-models v0.6.8 // indirect
70-
github.com/google/gofuzz v1.2.0 // indirect
69+
github.com/google/btree v1.1.3 // indirect
70+
github.com/google/cel-go v0.23.2 // indirect
71+
github.com/google/gnostic-models v0.6.9 // indirect
7172
github.com/google/uuid v1.6.0 // indirect
7273
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
73-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
74+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
7475
github.com/hashicorp/go-version v1.2.1 // indirect
75-
github.com/imdario/mergo v0.3.12 // indirect
7676
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7777
github.com/josharian/intern v1.0.0 // indirect
7878
github.com/json-iterator/go v1.1.12 // indirect
79+
github.com/kylelemons/godebug v1.1.0 // indirect
7980
github.com/mailru/easyjson v0.7.7 // indirect
8081
github.com/mattn/go-colorable v0.1.13 // indirect
8182
github.com/mattn/go-isatty v0.0.20 // indirect
82-
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
8383
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
8484
github.com/modern-go/reflect2 v1.0.2 // indirect
8585
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
8686
github.com/pkg/errors v0.9.1 // indirect
8787
github.com/pmezard/go-difflib v1.0.0 // indirect
88-
github.com/prometheus/common v0.45.0 // indirect
89-
github.com/prometheus/procfs v0.12.0 // indirect
88+
github.com/prometheus/common v0.62.0 // indirect
89+
github.com/prometheus/procfs v0.15.1 // indirect
9090
github.com/spf13/pflag v1.0.5 // indirect
91-
github.com/stoewer/go-strcase v1.2.0 // indirect
91+
github.com/stoewer/go-strcase v1.3.0 // indirect
9292
github.com/vito/go-interact v1.0.1 // indirect
93-
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
94-
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
95-
go.etcd.io/etcd/client/v3 v3.5.10 // indirect
93+
github.com/x448/float16 v0.8.4 // indirect
94+
go.etcd.io/etcd/api/v3 v3.5.21 // indirect
95+
go.etcd.io/etcd/client/pkg/v3 v3.5.21 // indirect
96+
go.etcd.io/etcd/client/v3 v3.5.21 // indirect
9697
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
9798
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
98-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
99+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
99100
go.opentelemetry.io/otel v1.34.0 // indirect
100-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
101-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 // indirect
101+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 // indirect
102+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0 // indirect
102103
go.opentelemetry.io/otel/metric v1.34.0 // indirect
103-
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
104+
go.opentelemetry.io/otel/sdk v1.33.0 // indirect
104105
go.opentelemetry.io/otel/trace v1.34.0 // indirect
105-
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
106+
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
106107
go.uber.org/multierr v1.11.0 // indirect
107-
go.uber.org/zap v1.26.0 // indirect
108-
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
108+
go.uber.org/zap v1.27.0 // indirect
109+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
109110
golang.org/x/mod v0.21.0 // indirect
110111
golang.org/x/net v0.38.0 // indirect
111-
golang.org/x/oauth2 v0.24.0 // indirect
112+
golang.org/x/oauth2 v0.27.0 // indirect
112113
golang.org/x/sys v0.31.0 // indirect
113114
golang.org/x/term v0.30.0 // indirect
114-
golang.org/x/time v0.3.0 // indirect
115+
golang.org/x/time v0.9.0 // indirect
115116
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
116-
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a // indirect
117+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
117118
google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
118119
google.golang.org/grpc v1.70.0 // indirect
119-
google.golang.org/protobuf v1.36.4 // indirect
120+
google.golang.org/protobuf v1.36.5 // indirect
121+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
120122
gopkg.in/inf.v0 v0.9.1 // indirect
121123
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
122124
k8s.io/apiextensions-apiserver v0.30.1 // indirect
123-
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect
124-
k8s.io/kms v0.30.1 // indirect
125-
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
126-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
127-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
125+
k8s.io/gengo/v2 v2.0.0-20240826214909-a7b603a56eb7 // indirect
126+
k8s.io/kms v0.33.0 // indirect
127+
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
128+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
129+
sigs.k8s.io/randfill v1.0.0 // indirect
130+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
128131
)
129132

130133
replace cloud.google.com/go => cloud.google.com/go v0.60.0

0 commit comments

Comments
 (0)