Skip to content

Commit 2eb6b48

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

148 files changed

Lines changed: 2659 additions & 10651 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: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/kubernetes-csi/external-snapshotter/client/v7 v7.0.0
99
github.com/pkg/errors v0.9.1
1010
github.com/spf13/cobra v1.8.0
11-
golang.org/x/text v0.16.0
11+
golang.org/x/text v0.18.0
1212
gomodules.xyz/flags v0.1.3
1313
gomodules.xyz/go-sh v0.1.0
1414
gomodules.xyz/logs v0.0.7
@@ -22,14 +22,14 @@ require (
2222
k8s.io/klog/v2 v2.130.1
2323
k8s.io/kube-aggregator v0.30.2
2424
k8s.io/kubectl v0.30.2
25-
kmodules.xyz/client-go v0.30.13
25+
kmodules.xyz/client-go v0.30.17
2626
kmodules.xyz/csi-utils v0.29.1
2727
kmodules.xyz/objectstore-api v0.29.1
28-
kmodules.xyz/offshoot-api v0.30.0
28+
kmodules.xyz/offshoot-api v0.30.1
2929
kmodules.xyz/openshift v0.29.0
3030
sigs.k8s.io/yaml v1.4.0
31-
stash.appscode.dev/apimachinery v0.35.0
32-
stash.appscode.dev/stash v0.35.0
31+
stash.appscode.dev/apimachinery v0.36.0
32+
stash.appscode.dev/stash v0.36.0
3333
)
3434

3535
require (
@@ -40,7 +40,7 @@ require (
4040
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect
4141
github.com/beorn7/perks v1.0.1 // indirect
4242
github.com/blang/semver/v4 v4.0.0 // indirect
43-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
43+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4444
github.com/chai2010/gettext-go v1.0.2 // indirect
4545
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
4646
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
@@ -67,7 +67,7 @@ require (
6767
github.com/google/gofuzz v1.2.0 // indirect
6868
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6969
github.com/google/uuid v1.6.0 // indirect
70-
github.com/gorilla/websocket v1.5.0 // indirect
70+
github.com/gorilla/websocket v1.5.1 // indirect
7171
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
7272
github.com/imdario/mergo v0.3.16 // indirect
7373
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -101,18 +101,17 @@ require (
101101
github.com/zeebo/xxh3 v1.0.2 // indirect
102102
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
103103
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
104-
golang.org/x/net v0.26.0 // indirect
105-
golang.org/x/oauth2 v0.15.0 // indirect
106-
golang.org/x/sync v0.7.0 // indirect
107-
golang.org/x/sys v0.21.0 // indirect
108-
golang.org/x/term v0.21.0 // indirect
104+
golang.org/x/net v0.29.0 // indirect
105+
golang.org/x/oauth2 v0.22.0 // indirect
106+
golang.org/x/sync v0.8.0 // indirect
107+
golang.org/x/sys v0.25.0 // indirect
108+
golang.org/x/term v0.24.0 // indirect
109109
golang.org/x/time v0.5.0 // indirect
110110
gomodules.xyz/clock v0.0.0-20200817085942-06523dba733f // indirect
111111
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
112112
gomodules.xyz/mergo v0.3.13 // indirect
113113
gomodules.xyz/sets v0.2.1 // indirect
114114
gomodules.xyz/wait v0.2.0 // indirect
115-
google.golang.org/appengine v1.6.8 // indirect
116115
google.golang.org/protobuf v1.33.0 // indirect
117116
gopkg.in/inf.v0 v0.9.1 // indirect
118117
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

Lines changed: 24 additions & 45 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/gorilla/websocket/.editorconfig

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/gorilla/websocket/.gitignore

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

0 commit comments

Comments
 (0)