Skip to content

Commit ef7a17b

Browse files
authored
Prepare for release v0.36.0 (#1581)
ProductLine: Stash Release: v2024.9.30 Release-tracker: stashed/CHANGELOG#76 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent f996681 commit ef7a17b

613 files changed

Lines changed: 39136 additions & 9037 deletions

File tree

Some content is hidden

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

go.mod

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
go.bytebuilders.dev/license-proxyserver v0.0.11
1818
go.bytebuilders.dev/license-verifier v0.14.1
1919
go.bytebuilders.dev/license-verifier/kubernetes v0.14.1
20-
golang.org/x/text v0.16.0
20+
golang.org/x/text v0.18.0
2121
gomodules.xyz/blobfs v0.1.14
2222
gomodules.xyz/cert v1.6.0
2323
gomodules.xyz/encoding v0.0.8
@@ -37,22 +37,21 @@ require (
3737
k8s.io/klog/v2 v2.130.1
3838
k8s.io/kube-aggregator v0.30.2
3939
k8s.io/kubernetes v1.30.2
40-
kmodules.xyz/client-go v0.30.13
40+
kmodules.xyz/client-go v0.30.17
4141
kmodules.xyz/constants v0.0.0-20230304030334-d2d1f28732a5
4242
kmodules.xyz/csi-utils v0.29.1
4343
kmodules.xyz/custom-resources v0.30.0
4444
kmodules.xyz/objectstore-api v0.29.1
45-
kmodules.xyz/offshoot-api v0.30.0
45+
kmodules.xyz/offshoot-api v0.30.1
4646
kmodules.xyz/openshift v0.29.0
4747
kmodules.xyz/prober v0.29.0
4848
kmodules.xyz/webhook-runtime v0.29.1
4949
sigs.k8s.io/controller-runtime v0.18.4
50-
stash.appscode.dev/apimachinery v0.35.0
50+
stash.appscode.dev/apimachinery v0.36.0
5151
)
5252

5353
require (
54-
cloud.google.com/go/compute v1.23.0 // indirect
55-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
54+
cloud.google.com/go/compute/metadata v0.3.0 // indirect
5655
cloud.google.com/go/storage v1.30.1 // indirect
5756
filippo.io/edwards25519 v1.1.0 // indirect
5857
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
@@ -75,7 +74,7 @@ require (
7574
github.com/beorn7/perks v1.0.1 // indirect
7675
github.com/blang/semver/v4 v4.0.0 // indirect
7776
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
78-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
77+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7978
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
8079
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
8180
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
@@ -96,6 +95,7 @@ require (
9695
github.com/felixge/httpsnoop v1.0.4 // indirect
9796
github.com/fsnotify/fsnotify v1.7.0 // indirect
9897
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
98+
github.com/ghodss/yaml v1.0.0 // indirect
9999
github.com/go-errors/errors v1.4.2 // indirect
100100
github.com/go-logr/logr v1.4.2 // indirect
101101
github.com/go-logr/stdr v1.2.2 // indirect
@@ -119,7 +119,7 @@ require (
119119
github.com/google/uuid v1.6.0 // indirect
120120
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
121121
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
122-
github.com/gorilla/websocket v1.5.0 // indirect
122+
github.com/gorilla/websocket v1.5.1 // indirect
123123
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
124124
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
125125
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
@@ -157,6 +157,9 @@ require (
157157
github.com/prometheus/client_model v0.5.0 // indirect
158158
github.com/prometheus/common v0.45.0 // indirect
159159
github.com/prometheus/procfs v0.12.0 // indirect
160+
github.com/rancher/norman v0.0.0-20240708202514-a0127673d1b9 // indirect
161+
github.com/rancher/rancher/pkg/client v0.0.0-20240710123941-93e332156bbe // indirect
162+
github.com/rancher/wrangler/v3 v3.0.0 // indirect
160163
github.com/russross/blackfriday/v2 v2.1.0 // indirect
161164
github.com/sergi/go-diff v1.2.0 // indirect
162165
github.com/shopspring/decimal v1.3.1 // indirect
@@ -185,13 +188,13 @@ require (
185188
go.uber.org/multierr v1.11.0 // indirect
186189
go.uber.org/zap v1.26.0 // indirect
187190
gocloud.dev v0.26.0 // indirect
188-
golang.org/x/crypto v0.24.0 // indirect
191+
golang.org/x/crypto v0.27.0 // indirect
189192
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
190-
golang.org/x/net v0.26.0 // indirect
191-
golang.org/x/oauth2 v0.15.0 // indirect
192-
golang.org/x/sync v0.7.0 // indirect
193-
golang.org/x/sys v0.21.0 // indirect
194-
golang.org/x/term v0.21.0 // indirect
193+
golang.org/x/net v0.29.0 // indirect
194+
golang.org/x/oauth2 v0.22.0 // indirect
195+
golang.org/x/sync v0.8.0 // indirect
196+
golang.org/x/sys v0.25.0 // indirect
197+
golang.org/x/term v0.24.0 // indirect
195198
golang.org/x/time v0.5.0 // indirect
196199
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
197200
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
@@ -226,7 +229,7 @@ require (
226229
kmodules.xyz/resource-metadata v0.18.12 // indirect
227230
kmodules.xyz/resource-metrics v0.30.2 // indirect
228231
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
229-
sigs.k8s.io/cli-utils v0.34.0 // indirect
232+
sigs.k8s.io/cli-utils v0.35.0 // indirect
230233
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
231234
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
232235
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect

0 commit comments

Comments
 (0)