Skip to content

Commit 199545f

Browse files
authored
Merge pull request #16554 from hakman/depup-1.28
Update dependencies before release for v1.28
2 parents 2d0bab2 + 9583e27 commit 199545f

File tree

1,059 files changed

+666768
-758517
lines changed

Some content is hidden

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

1,059 files changed

+666768
-758517
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up go
2020
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
2121
with:
22-
go-version: '1.22.0'
22+
go-version: '1.22.3'
2323

2424
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
2525
with:
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up go
3737
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
3838
with:
39-
go-version: '1.22.0'
39+
go-version: '1.22.3'
4040

4141
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
4242
with:
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up go
5454
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
5555
with:
56-
go-version: '1.22.0'
56+
go-version: '1.22.3'
5757

5858
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
5959
with:
@@ -70,7 +70,7 @@ jobs:
7070
- name: Set up go
7171
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
7272
with:
73-
go-version: '1.22.0'
73+
go-version: '1.22.3'
7474

7575
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
7676
with:

.github/workflows/update-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
2121
with:
22-
go-version: '1.22.0'
22+
go-version: '1.22.3'
2323
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2424
- name: Update Dependencies
2525
id: update_deps

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ gomod:
327327

328328
.PHONY: goget
329329
goget:
330-
go get $(shell go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -mod=mod -m all | grep -v spotinst-sdk-go)
330+
go get $(shell go list -f '{{if not (or .Main .Indirect)}}{{.Path}}{{end}}' -mod=mod -m all | grep -v -e spotinst-sdk-go -e k8s.io -e cert-manager -e helm)
331331

332332
.PHONY: depup
333333
depup: goget gomod gen-cli-docs

cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ options:
55
machineType: 'N1_HIGHCPU_8'
66
steps:
77
# Push the images
8-
- name: 'docker.io/library/golang:1.22.0-bookworm'
8+
- name: 'docker.io/library/golang:1.22.3-bookworm'
99
id: images
1010
entrypoint: make
1111
env:
@@ -21,7 +21,7 @@ steps:
2121
- dns-controller-push
2222
- kube-apiserver-healthcheck-push
2323
# Push the artifacts
24-
- name: 'docker.io/library/golang:1.22.0-bookworm'
24+
- name: 'docker.io/library/golang:1.22.3-bookworm'
2525
id: artifacts
2626
entrypoint: make
2727
env:
@@ -36,7 +36,7 @@ steps:
3636
args:
3737
- gcs-upload-and-tag
3838
# Build cloudbuild artifacts (for attestation)
39-
- name: 'docker.io/library/golang:1.22.0-bookworm'
39+
- name: 'docker.io/library/golang:1.22.3-bookworm'
4040
id: cloudbuild-artifacts
4141
entrypoint: make
4242
env:

go.mod

Lines changed: 81 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module k8s.io/kops
22

3-
go 1.22
3+
go 1.22.3
44

55
require (
6-
cloud.google.com/go/compute/metadata v0.2.3
6+
cloud.google.com/go/compute/metadata v0.3.0
77
github.com/Azure/azure-pipeline-go v0.2.3
88
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
99
github.com/Azure/azure-storage-blob-go v0.15.0
@@ -14,67 +14,68 @@ require (
1414
github.com/Masterminds/sprig/v3 v3.2.3
1515
github.com/apparentlymart/go-cidr v1.1.0
1616
github.com/aws/amazon-ec2-instance-selector/v2 v2.4.1
17-
github.com/aws/aws-sdk-go v1.49.24
17+
github.com/aws/aws-sdk-go v1.52.6
1818
github.com/blang/semver/v4 v4.0.0
19-
github.com/cert-manager/cert-manager v1.12.3
20-
github.com/digitalocean/godo v1.102.1
19+
github.com/cert-manager/cert-manager v1.12.9
20+
github.com/digitalocean/godo v1.115.0
2121
github.com/go-ini/ini v1.67.0
22-
github.com/go-logr/logr v1.2.4
22+
github.com/go-jose/go-jose/v4 v4.0.1
23+
github.com/go-logr/logr v1.4.1
2324
github.com/gogo/protobuf v1.3.2
24-
github.com/google/go-cmp v0.5.9
25-
github.com/google/go-containerregistry v0.16.1
25+
github.com/google/go-cmp v0.6.0
26+
github.com/google/go-containerregistry v0.19.1
2627
github.com/google/go-tpm v0.9.0
27-
github.com/google/go-tpm-tools v0.4.0
28-
github.com/google/uuid v1.3.1
29-
github.com/gophercloud/gophercloud v1.6.0
30-
github.com/hetznercloud/hcloud-go v1.50.0
28+
github.com/google/go-tpm-tools v0.4.4
29+
github.com/google/uuid v1.6.0
30+
github.com/gophercloud/gophercloud v1.11.0
31+
github.com/hetznercloud/hcloud-go v1.55.0
3132
github.com/jacksontj/memberlistmesh v0.0.0-20190905163944-93462b9d2bb7
3233
github.com/mitchellh/mapstructure v1.5.0
3334
github.com/pelletier/go-toml v1.9.5
3435
github.com/pkg/sftp v1.13.6
35-
github.com/prometheus/client_golang v1.16.0
36-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.20.0.20230829075301-d16b548612e4
36+
github.com/prometheus/client_golang v1.19.1
37+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.26
3738
github.com/sergi/go-diff v1.3.1
38-
github.com/spf13/cobra v1.7.0
39+
github.com/spf13/cobra v1.8.0
3940
github.com/spf13/pflag v1.0.5
40-
github.com/spf13/viper v1.16.0
41+
github.com/spf13/viper v1.18.2
4142
github.com/spotinst/spotinst-sdk-go v1.145.0
42-
github.com/stretchr/testify v1.8.4
43+
github.com/stretchr/testify v1.9.0
4344
github.com/weaveworks/mesh v0.0.0-20191105120815-58dbcc3e8e63
4445
go.uber.org/multierr v1.11.0
45-
golang.org/x/crypto v0.19.0
46-
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
47-
golang.org/x/net v0.19.0
48-
golang.org/x/oauth2 v0.11.0
49-
golang.org/x/sync v0.5.0
50-
golang.org/x/sys v0.17.0
51-
google.golang.org/api v0.138.0
52-
google.golang.org/grpc v1.57.0
53-
google.golang.org/protobuf v1.31.0
46+
golang.org/x/crypto v0.23.0
47+
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
48+
golang.org/x/net v0.25.0
49+
golang.org/x/oauth2 v0.20.0
50+
golang.org/x/sync v0.7.0
51+
golang.org/x/sys v0.20.0
52+
google.golang.org/api v0.179.0
53+
google.golang.org/grpc v1.63.2
54+
google.golang.org/protobuf v1.34.1
5455
gopkg.in/gcfg.v1 v1.2.3
5556
gopkg.in/inf.v0 v0.9.1
56-
gopkg.in/square/go-jose.v2 v2.6.0
5757
helm.sh/helm/v3 v3.12.3
58-
k8s.io/api v0.28.6
59-
k8s.io/apimachinery v0.28.6
60-
k8s.io/cli-runtime v0.28.6
61-
k8s.io/client-go v0.28.6
58+
k8s.io/api v0.28.9
59+
k8s.io/apimachinery v0.28.9
60+
k8s.io/cli-runtime v0.28.9
61+
k8s.io/client-go v0.28.9
6262
k8s.io/cloud-provider-aws v1.28.1
6363
k8s.io/cloud-provider-gcp/providers v0.27.1
64-
k8s.io/component-base v0.28.6
64+
k8s.io/component-base v0.28.9
6565
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01
6666
k8s.io/klog/v2 v2.100.1
67-
k8s.io/kubectl v0.28.6
68-
k8s.io/kubelet v0.28.6
69-
k8s.io/mount-utils v0.28.6
67+
k8s.io/kubectl v0.28.9
68+
k8s.io/kubelet v0.28.9
69+
k8s.io/mount-utils v0.28.9
7070
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
71-
sigs.k8s.io/controller-runtime v0.16.1
72-
sigs.k8s.io/structured-merge-diff/v4 v4.3.0
73-
sigs.k8s.io/yaml v1.3.0
71+
sigs.k8s.io/controller-runtime v0.16.6
72+
sigs.k8s.io/structured-merge-diff/v4 v4.4.1
73+
sigs.k8s.io/yaml v1.4.0
7474
)
7575

7676
require (
77-
cloud.google.com/go/compute v1.23.0 // indirect
77+
cloud.google.com/go/auth v0.4.1 // indirect
78+
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
7879
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
7980
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
8081
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -88,7 +89,7 @@ require (
8889
github.com/MakeNowJust/heredoc v1.0.0 // indirect
8990
github.com/Masterminds/goutils v1.1.1 // indirect
9091
github.com/Masterminds/semver/v3 v3.2.1 // indirect
91-
github.com/armon/go-metrics v0.4.0 // indirect
92+
github.com/armon/go-metrics v0.4.1 // indirect
9293
github.com/atotto/clipboard v0.1.4 // indirect
9394
github.com/beorn7/perks v1.0.1 // indirect
9495
github.com/cespare/xxhash/v2 v2.2.0 // indirect
@@ -99,8 +100,8 @@ require (
99100
github.com/containerd/console v1.0.3 // indirect
100101
github.com/containerd/containerd v1.7.5 // indirect
101102
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
102-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
103-
github.com/davecgh/go-spew v1.1.1 // indirect
103+
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
104+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
104105
github.com/dimchansky/utfbom v1.1.1 // indirect
105106
github.com/docker/cli v24.0.5+incompatible // indirect
106107
github.com/docker/distribution v2.8.2+incompatible // indirect
@@ -109,30 +110,33 @@ require (
109110
github.com/docker/go-connections v0.4.0 // indirect
110111
github.com/docker/go-metrics v0.0.1 // indirect
111112
github.com/docker/go-units v0.5.0 // indirect
112-
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
113+
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
113114
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
114115
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
115116
github.com/evertras/bubble-table v0.14.4 // indirect
116117
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
117-
github.com/fsnotify/fsnotify v1.6.0 // indirect
118+
github.com/felixge/httpsnoop v1.0.4 // indirect
119+
github.com/fsnotify/fsnotify v1.7.0 // indirect
118120
github.com/go-errors/errors v1.4.2 // indirect
119121
github.com/go-logr/stdr v1.2.2 // indirect
120122
github.com/go-openapi/jsonpointer v0.19.6 // indirect
121123
github.com/go-openapi/jsonreference v0.20.2 // indirect
122124
github.com/go-openapi/swag v0.22.3 // indirect
123125
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
124126
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
125-
github.com/golang/protobuf v1.5.3 // indirect
127+
github.com/golang/protobuf v1.5.4 // indirect
126128
github.com/google/btree v1.0.1 // indirect
127129
github.com/google/gnostic-models v0.6.8 // indirect
130+
github.com/google/go-configfs-tsm v0.2.2 // indirect
128131
github.com/google/go-querystring v1.1.0 // indirect
129-
github.com/google/go-sev-guest v0.6.1 // indirect
132+
github.com/google/go-sev-guest v0.9.3 // indirect
133+
github.com/google/go-tdx-guest v0.3.1 // indirect
130134
github.com/google/gofuzz v1.2.0 // indirect
131135
github.com/google/logger v1.1.1 // indirect
132-
github.com/google/s2a-go v0.1.5 // indirect
136+
github.com/google/s2a-go v0.1.7 // indirect
133137
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
134-
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
135-
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
138+
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
139+
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
136140
github.com/gorilla/mux v1.8.0 // indirect
137141
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
138142
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -148,10 +152,10 @@ require (
148152
github.com/huandu/xstrings v1.4.0 // indirect
149153
github.com/imdario/mergo v0.3.15 // indirect
150154
github.com/inconshreveable/mousetrap v1.1.0 // indirect
151-
github.com/jmespath/go-jmespath v0.4.0 // indirect
155+
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
152156
github.com/josharian/intern v1.0.0 // indirect
153157
github.com/json-iterator/go v1.1.12 // indirect
154-
github.com/klauspost/compress v1.16.5 // indirect
158+
github.com/klauspost/compress v1.17.0 // indirect
155159
github.com/kr/fs v0.1.0 // indirect
156160
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
157161
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
@@ -160,7 +164,6 @@ require (
160164
github.com/mattn/go-ieproxy v0.0.1 // indirect
161165
github.com/mattn/go-isatty v0.0.17 // indirect
162166
github.com/mattn/go-runewidth v0.0.13 // indirect
163-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
164167
github.com/miekg/dns v1.1.50 // indirect
165168
github.com/mitchellh/copystructure v1.2.0 // indirect
166169
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -184,46 +187,49 @@ require (
184187
github.com/opencontainers/go-digest v1.0.0 // indirect
185188
github.com/opencontainers/image-spec v1.1.0-rc4 // indirect
186189
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
187-
github.com/pborman/uuid v1.2.0 // indirect
188-
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
190+
github.com/pborman/uuid v1.2.1 // indirect
191+
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
189192
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
190193
github.com/pkg/errors v0.9.1 // indirect
191-
github.com/pmezard/go-difflib v1.0.0 // indirect
192-
github.com/prometheus/client_model v0.4.0 // indirect
193-
github.com/prometheus/common v0.44.0 // indirect
194-
github.com/prometheus/procfs v0.10.1 // indirect
194+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
195+
github.com/prometheus/client_model v0.5.0 // indirect
196+
github.com/prometheus/common v0.48.0 // indirect
197+
github.com/prometheus/procfs v0.12.0 // indirect
195198
github.com/rivo/uniseg v0.2.0 // indirect
196199
github.com/russross/blackfriday/v2 v2.1.0 // indirect
200+
github.com/sagikazarmark/locafero v0.4.0 // indirect
201+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
197202
github.com/sahilm/fuzzy v0.1.0 // indirect
198203
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
199204
github.com/shopspring/decimal v1.3.1 // indirect
200205
github.com/sirupsen/logrus v1.9.3 // indirect
201-
github.com/spf13/afero v1.9.5 // indirect
202-
github.com/spf13/cast v1.5.1 // indirect
203-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
204-
github.com/subosito/gotenv v1.4.2 // indirect
206+
github.com/sourcegraph/conc v0.3.0 // indirect
207+
github.com/spf13/afero v1.11.0 // indirect
208+
github.com/spf13/cast v1.6.0 // indirect
209+
github.com/subosito/gotenv v1.6.0 // indirect
205210
github.com/vbatts/tar-split v0.11.3 // indirect
206211
github.com/xlab/treeprint v1.2.0 // indirect
207212
go.opencensus.io v0.24.0 // indirect
208-
go.opentelemetry.io/otel v1.15.0 // indirect
209-
go.opentelemetry.io/otel/trace v1.15.0 // indirect
213+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
214+
go.opentelemetry.io/otel v1.24.0 // indirect
215+
go.opentelemetry.io/otel/metric v1.24.0 // indirect
216+
go.opentelemetry.io/otel/trace v1.24.0 // indirect
210217
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
211-
golang.org/x/mod v0.14.0 // indirect
212-
golang.org/x/term v0.17.0 // indirect
213-
golang.org/x/text v0.14.0 // indirect
214-
golang.org/x/time v0.3.0 // indirect
215-
golang.org/x/tools v0.16.1 // indirect
218+
golang.org/x/mod v0.17.0 // indirect
219+
golang.org/x/term v0.20.0 // indirect
220+
golang.org/x/text v0.15.0 // indirect
221+
golang.org/x/time v0.5.0 // indirect
222+
golang.org/x/tools v0.21.0 // indirect
216223
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
217-
google.golang.org/appengine v1.6.7 // indirect
218-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
224+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
219225
gopkg.in/ini.v1 v1.67.0 // indirect
220226
gopkg.in/warnings.v0 v0.1.2 // indirect
221227
gopkg.in/yaml.v2 v2.4.0 // indirect
222228
gopkg.in/yaml.v3 v3.0.1 // indirect
223-
k8s.io/apiextensions-apiserver v0.28.0 // indirect
224-
k8s.io/cloud-provider v0.28.0 // indirect
225-
k8s.io/component-helpers v0.28.6 // indirect
226-
k8s.io/csi-translation-lib v0.28.0 // indirect
229+
k8s.io/apiextensions-apiserver v0.28.9 // indirect
230+
k8s.io/cloud-provider v0.28.9 // indirect
231+
k8s.io/component-helpers v0.28.9 // indirect
232+
k8s.io/csi-translation-lib v0.28.9 // indirect
227233
k8s.io/klog v1.0.0 // indirect
228234
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
229235
oras.land/oras-go v1.2.4-0.20230829103011-4d0bf161925b // indirect

0 commit comments

Comments
 (0)