Skip to content

Commit 04e5e6b

Browse files
authored
Prepare for release v0.17.0 (#42)
ProductLine: Stash Release: v2024.9.30 Release-tracker: stashed/CHANGELOG#76 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 12b8cc8 commit 04e5e6b

File tree

630 files changed

+45739
-10818
lines changed

Some content is hidden

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

630 files changed

+45739
-10818
lines changed

go.mod

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ require (
1919
k8s.io/client-go v0.30.2
2020
k8s.io/klog/v2 v2.130.1
2121
kmodules.xyz/authorizer v0.29.1
22-
kmodules.xyz/client-go v0.30.13
22+
kmodules.xyz/client-go v0.30.17
2323
kmodules.xyz/custom-resources v0.30.0
2424
kmodules.xyz/resource-metrics v0.30.2
2525
sigs.k8s.io/controller-runtime v0.18.4
26-
stash.appscode.dev/apimachinery v0.35.0
26+
stash.appscode.dev/apimachinery v0.36.0
2727
)
2828

2929
require (
@@ -37,7 +37,7 @@ require (
3737
github.com/beorn7/perks v1.0.1 // indirect
3838
github.com/blang/semver/v4 v4.0.0 // indirect
3939
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
40-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
40+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4141
github.com/coreos/go-semver v0.3.1 // indirect
4242
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
4343
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -47,6 +47,7 @@ require (
4747
github.com/fatih/structs v1.1.0 // indirect
4848
github.com/felixge/httpsnoop v1.0.4 // indirect
4949
github.com/fsnotify/fsnotify v1.7.0 // indirect
50+
github.com/ghodss/yaml v1.0.0 // indirect
5051
github.com/go-errors/errors v1.4.2 // indirect
5152
github.com/go-logr/logr v1.4.2 // indirect
5253
github.com/go-logr/stdr v1.2.2 // indirect
@@ -65,6 +66,7 @@ require (
6566
github.com/google/gofuzz v1.2.0 // indirect
6667
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6768
github.com/google/uuid v1.6.0 // indirect
69+
github.com/gorilla/websocket v1.5.1 // indirect
6870
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
6971
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
7072
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
@@ -89,7 +91,11 @@ require (
8991
github.com/prometheus/client_model v0.5.0 // indirect
9092
github.com/prometheus/common v0.45.0 // indirect
9193
github.com/prometheus/procfs v0.12.0 // indirect
94+
github.com/rancher/norman v0.0.0-20240708202514-a0127673d1b9 // indirect
95+
github.com/rancher/rancher/pkg/client v0.0.0-20240710123941-93e332156bbe // indirect
96+
github.com/rancher/wrangler/v3 v3.0.0 // indirect
9297
github.com/sergi/go-diff v1.2.0 // indirect
98+
github.com/sirupsen/logrus v1.9.3 // indirect
9399
github.com/stoewer/go-strcase v1.2.0 // indirect
94100
github.com/xlab/treeprint v1.2.0 // indirect
95101
github.com/yudai/gojsondiff v1.0.0 // indirect
@@ -110,14 +116,14 @@ require (
110116
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
111117
go.uber.org/multierr v1.11.0 // indirect
112118
go.uber.org/zap v1.26.0 // indirect
113-
golang.org/x/crypto v0.24.0 // indirect
119+
golang.org/x/crypto v0.27.0 // indirect
114120
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
115-
golang.org/x/net v0.26.0 // indirect
116-
golang.org/x/oauth2 v0.15.0 // indirect
117-
golang.org/x/sync v0.7.0 // indirect
118-
golang.org/x/sys v0.21.0 // indirect
119-
golang.org/x/term v0.21.0 // indirect
120-
golang.org/x/text v0.16.0 // indirect
121+
golang.org/x/net v0.29.0 // indirect
122+
golang.org/x/oauth2 v0.22.0 // indirect
123+
golang.org/x/sync v0.8.0 // indirect
124+
golang.org/x/sys v0.25.0 // indirect
125+
golang.org/x/term v0.24.0 // indirect
126+
golang.org/x/text v0.18.0 // indirect
121127
golang.org/x/time v0.5.0 // indirect
122128
gomodules.xyz/clock v0.0.0-20200817085942-06523dba733f // indirect
123129
gomodules.xyz/encoding v0.0.8 // indirect
@@ -126,7 +132,6 @@ require (
126132
gomodules.xyz/mergo v0.3.13 // indirect
127133
gomodules.xyz/sets v0.2.1 // indirect
128134
gomodules.xyz/wait v0.2.0 // indirect
129-
google.golang.org/appengine v1.6.8 // indirect
130135
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
131136
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
132137
google.golang.org/genproto/googleapis/rpc v0.0.0-20230911183012-2d3300fd4832 // indirect
@@ -144,7 +149,7 @@ require (
144149
k8s.io/kube-openapi v0.0.0-20240703190633-0aa61b46e8c2 // indirect
145150
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
146151
kmodules.xyz/objectstore-api v0.29.1 // indirect
147-
kmodules.xyz/offshoot-api v0.30.0 // indirect
152+
kmodules.xyz/offshoot-api v0.30.1 // indirect
148153
kmodules.xyz/prober v0.29.0 // indirect
149154
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
150155
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect

go.sum

Lines changed: 33 additions & 48 deletions
Large diffs are not rendered by default.

vendor/github.com/cespare/xxhash/v2/README.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash.go

Lines changed: 22 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_asm.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_other.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_safe.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ghodss/yaml/.gitignore

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ghodss/yaml/.travis.yml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)