Skip to content

Commit 785f737

Browse files
authored
Prepare for release v0.12.0 (#27)
ProductLine: Stash Release: v2023.05.31 Release-tracker: stashed/CHANGELOG#66 Signed-off-by: 1gtm <1gtm@appscode.com> Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 633cf86 commit 785f737

File tree

228 files changed

+13892
-10987
lines changed

Some content is hidden

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

228 files changed

+13892
-10987
lines changed

go.mod

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ go 1.19
55
require (
66
github.com/lnquy/cron v1.1.1
77
github.com/robfig/cron/v3 v3.0.1
8-
github.com/spf13/cobra v1.6.0
8+
github.com/spf13/cobra v1.7.0
99
github.com/spf13/pflag v1.0.5
10-
go.bytebuilders.dev/license-verifier v0.12.1
10+
go.bytebuilders.dev/license-verifier v0.13.2
1111
gomodules.xyz/logs v0.0.6
1212
gomodules.xyz/pointer v0.1.0
13-
gomodules.xyz/x v0.0.14
13+
gomodules.xyz/x v0.0.15
1414
k8s.io/api v0.25.1
1515
k8s.io/apimachinery v0.25.3
1616
k8s.io/apiserver v0.25.1
1717
k8s.io/client-go v0.25.1
1818
k8s.io/klog/v2 v2.80.1
1919
kmodules.xyz/authorizer v0.25.0
20-
kmodules.xyz/client-go v0.25.19
21-
kmodules.xyz/custom-resources v0.25.0
22-
kmodules.xyz/resource-metrics v0.25.0
20+
kmodules.xyz/client-go v0.25.23
21+
kmodules.xyz/custom-resources v0.25.2
22+
kmodules.xyz/resource-metrics v0.25.2
2323
sigs.k8s.io/controller-runtime v0.13.1
24-
stash.appscode.dev/apimachinery v0.29.0
24+
stash.appscode.dev/apimachinery v0.30.0
2525
)
2626

2727
require (
@@ -33,10 +33,9 @@ require (
3333
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
3434
github.com/Azure/go-autorest/logger v0.2.1 // indirect
3535
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
36-
github.com/Masterminds/semver/v3 v3.1.1 // indirect
36+
github.com/Masterminds/semver/v3 v3.2.1 // indirect
3737
github.com/NYTimes/gziphandler v1.1.1 // indirect
38-
github.com/PuerkitoBio/purell v1.1.1 // indirect
39-
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
38+
github.com/PuerkitoBio/purell v1.2.0 // indirect
4039
github.com/beorn7/perks v1.0.1 // indirect
4140
github.com/blang/semver/v4 v4.0.0 // indirect
4241
github.com/cespare/xxhash/v2 v2.1.2 // indirect
@@ -48,7 +47,7 @@ require (
4847
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
4948
github.com/fatih/structs v1.1.0 // indirect
5049
github.com/felixge/httpsnoop v1.0.1 // indirect
51-
github.com/fsnotify/fsnotify v1.5.4 // indirect
50+
github.com/fsnotify/fsnotify v1.6.0 // indirect
5251
github.com/go-errors/errors v1.0.1 // indirect
5352
github.com/go-logr/logr v1.2.3 // indirect
5453
github.com/go-openapi/jsonpointer v0.19.5 // indirect
@@ -69,7 +68,7 @@ require (
6968
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
7069
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
7170
github.com/imdario/mergo v0.3.13 // indirect
72-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
71+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
7372
github.com/josharian/intern v1.0.0 // indirect
7473
github.com/json-iterator/go v1.1.12 // indirect
7574
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
@@ -109,18 +108,18 @@ require (
109108
go.uber.org/atomic v1.7.0 // indirect
110109
go.uber.org/multierr v1.6.0 // indirect
111110
go.uber.org/zap v1.21.0 // indirect
112-
golang.org/x/crypto v0.6.0 // indirect
113-
golang.org/x/net v0.7.0 // indirect
111+
golang.org/x/crypto v0.9.0 // indirect
112+
golang.org/x/net v0.10.0 // indirect
114113
golang.org/x/oauth2 v0.5.0 // indirect
115114
golang.org/x/sync v0.1.0 // indirect
116-
golang.org/x/sys v0.5.0 // indirect
117-
golang.org/x/term v0.5.0 // indirect
118-
golang.org/x/text v0.7.0 // indirect
115+
golang.org/x/sys v0.8.0 // indirect
116+
golang.org/x/term v0.8.0 // indirect
117+
golang.org/x/text v0.9.0 // indirect
119118
golang.org/x/time v0.1.0 // indirect
120119
gomodules.xyz/clock v0.0.0-20200817085942-06523dba733f // indirect
121120
gomodules.xyz/encoding v0.0.7 // indirect
122121
gomodules.xyz/flags v0.1.3 // indirect
123-
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
122+
gomodules.xyz/jsonpatch/v2 v2.3.0 // indirect
124123
gomodules.xyz/sets v0.2.1 // indirect
125124
gomodules.xyz/wait v0.2.0 // indirect
126125
google.golang.org/appengine v1.6.7 // indirect
@@ -137,8 +136,8 @@ require (
137136
k8s.io/component-helpers v0.25.1 // indirect
138137
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
139138
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73 // indirect
140-
kmodules.xyz/objectstore-api v0.25.1-0.20221104003322-f0289b5b6ca2 // indirect
141-
kmodules.xyz/offshoot-api v0.25.0 // indirect
139+
kmodules.xyz/objectstore-api v0.25.1 // indirect
140+
kmodules.xyz/offshoot-api v0.25.4 // indirect
142141
kmodules.xyz/prober v0.25.0 // indirect
143142
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.32 // indirect
144143
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect

go.sum

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

vendor/github.com/Masterminds/semver/v3/.golangci.yml

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

vendor/github.com/Masterminds/semver/v3/CHANGELOG.md

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/Masterminds/semver/v3/Makefile

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

vendor/github.com/Masterminds/semver/v3/README.md

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

vendor/github.com/Masterminds/semver/v3/SECURITY.md

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

vendor/github.com/Masterminds/semver/v3/constraints.go

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

0 commit comments

Comments
 (0)