Skip to content

Commit cd1774d

Browse files
1gtmtamalsaha
andauthored
Prepare for release 5.0.15-v4 (#2131)
* Prepare for release 5.0.15-v4 ProductLine: Stash Release: v2024.4.8 Release-tracker: stashed/CHANGELOG#72 Signed-off-by: 1gtm <1gtm@appscode.com> * mend Signed-off-by: Tamal Saha <tamal@appscode.com> --------- Signed-off-by: 1gtm <1gtm@appscode.com> Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent b97c1fd commit cd1774d

File tree

184 files changed

+11180
-3064
lines changed

Some content is hidden

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

184 files changed

+11180
-3064
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
name: Build
1414
runs-on: ubuntu-20.04
1515
steps:
16-
- name: Set up Go 1.21
16+
- name: Set up Go 1.22
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: '1.21'
19+
go-version: '1.22'
2020
id: go
2121

2222
- uses: actions/checkout@v1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ TAG := $(VERSION)_$(OS)_$(ARCH)
6868
TAG_PROD := $(TAG)
6969
TAG_DBG := $(VERSION)-dbg_$(OS)_$(ARCH)
7070

71-
GO_VERSION ?= 1.21
71+
GO_VERSION ?= 1.22
7272
BUILD_IMAGE ?= ghcr.io/appscode/golang-dev:$(GO_VERSION)
7373

7474
OUTBIN = bin/$(OS)_$(ARCH)/$(BIN)

go.mod

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
11
module stash.appscode.dev/mongodb
22

3-
go 1.21.7
3+
go 1.22.0
4+
5+
toolchain go1.22.2
46

57
require (
68
github.com/pkg/errors v0.9.1
7-
github.com/spf13/cobra v1.7.0
8-
go.bytebuilders.dev/license-verifier/kubernetes v0.13.4
9+
github.com/spf13/cobra v1.8.0
10+
go.bytebuilders.dev/license-verifier/kubernetes v0.14.0
911
gomodules.xyz/flags v0.1.3
1012
gomodules.xyz/go-sh v0.1.0
1113
gomodules.xyz/logs v0.0.7
1214
gomodules.xyz/pointer v0.1.0
13-
gomodules.xyz/x v0.0.15
14-
k8s.io/api v0.29.0
15-
k8s.io/apimachinery v0.29.0
16-
k8s.io/client-go v0.29.0
17-
k8s.io/klog/v2 v2.110.1
18-
kmodules.xyz/client-go v0.29.7
15+
gomodules.xyz/x v0.0.17
16+
k8s.io/api v0.29.2
17+
k8s.io/apimachinery v0.29.2
18+
k8s.io/client-go v0.29.2
19+
k8s.io/klog/v2 v2.120.1
20+
kmodules.xyz/client-go v0.29.13
1921
kmodules.xyz/custom-resources v0.29.1
2022
kmodules.xyz/offshoot-api v0.29.0
2123
kubedb.dev/apimachinery v0.41.0
22-
stash.appscode.dev/apimachinery v0.33.0
24+
stash.appscode.dev/apimachinery v0.34.0
2325
)
2426

2527
require (
2628
github.com/Masterminds/semver/v3 v3.2.1 // indirect
27-
github.com/PuerkitoBio/purell v1.2.0 // indirect
29+
github.com/PuerkitoBio/purell v1.2.1 // indirect
2830
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect
2931
github.com/beorn7/perks v1.0.1 // indirect
3032
github.com/cespare/xxhash/v2 v2.2.0 // indirect
@@ -42,24 +44,23 @@ require (
4244
github.com/go-sql-driver/mysql v1.7.1 // indirect
4345
github.com/gogo/protobuf v1.3.2 // indirect
4446
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
45-
github.com/golang/protobuf v1.5.3 // indirect
47+
github.com/golang/protobuf v1.5.4 // indirect
4648
github.com/google/gnostic-models v0.6.8 // indirect
4749
github.com/google/go-cmp v0.6.0 // indirect
4850
github.com/google/gofuzz v1.2.0 // indirect
49-
github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26 // indirect
50-
github.com/google/uuid v1.4.0 // indirect
51-
github.com/imdario/mergo v0.3.13 // indirect
51+
github.com/google/uuid v1.6.0 // indirect
52+
github.com/imdario/mergo v0.3.16 // indirect
5253
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5354
github.com/josharian/intern v1.0.0 // indirect
5455
github.com/json-iterator/go v1.1.12 // indirect
56+
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
5557
github.com/mailru/easyjson v0.7.7 // indirect
56-
github.com/mattn/go-isatty v0.0.18 // indirect
5758
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
5859
github.com/mitchellh/mapstructure v1.5.0 // indirect
5960
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6061
github.com/modern-go/reflect2 v1.0.2 // indirect
6162
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
62-
github.com/onsi/gomega v1.30.0 // indirect
63+
github.com/onsi/gomega v1.31.1 // indirect
6364
github.com/prometheus/client_golang v1.18.0 // indirect
6465
github.com/prometheus/client_model v0.5.0 // indirect
6566
github.com/prometheus/common v0.45.0 // indirect
@@ -68,8 +69,9 @@ require (
6869
github.com/spf13/pflag v1.0.5 // indirect
6970
github.com/yudai/gojsondiff v1.0.0 // indirect
7071
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
71-
go.bytebuilders.dev/license-proxyserver v0.0.7-0.20231225202028-31122ab82502 // indirect
72-
go.bytebuilders.dev/license-verifier v0.13.4 // indirect
72+
github.com/zeebo/xxh3 v1.0.2 // indirect
73+
go.bytebuilders.dev/license-proxyserver v0.0.9 // indirect
74+
go.bytebuilders.dev/license-verifier v0.14.0 // indirect
7375
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
7476
golang.org/x/net v0.23.0 // indirect
7577
golang.org/x/oauth2 v0.15.0 // indirect
@@ -83,21 +85,20 @@ require (
8385
gomodules.xyz/sets v0.2.1 // indirect
8486
gomodules.xyz/wait v0.2.0 // indirect
8587
google.golang.org/appengine v1.6.8 // indirect
86-
google.golang.org/protobuf v1.31.0 // indirect
88+
google.golang.org/protobuf v1.33.0 // indirect
8789
gopkg.in/inf.v0 v0.9.1 // indirect
88-
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
8990
gopkg.in/yaml.v2 v2.4.0 // indirect
9091
gopkg.in/yaml.v3 v3.0.1 // indirect
91-
k8s.io/apiextensions-apiserver v0.29.0 // indirect
92-
k8s.io/apiserver v0.29.0 // indirect
93-
k8s.io/component-base v0.29.0 // indirect
94-
k8s.io/kube-aggregator v0.29.0 // indirect
95-
k8s.io/kube-openapi v0.0.0-20231129212854-f0671cc7e66a // indirect
96-
k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
92+
k8s.io/apiextensions-apiserver v0.29.2 // indirect
93+
k8s.io/apiserver v0.29.2 // indirect
94+
k8s.io/component-base v0.29.2 // indirect
95+
k8s.io/kube-aggregator v0.29.2 // indirect
96+
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
97+
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
9798
kmodules.xyz/apiversion v0.2.0 // indirect
9899
kmodules.xyz/objectstore-api v0.29.1 // indirect
99100
kmodules.xyz/prober v0.29.0 // indirect
100-
sigs.k8s.io/controller-runtime v0.17.0 // indirect
101+
sigs.k8s.io/controller-runtime v0.17.2 // indirect
101102
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
102103
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
103104
sigs.k8s.io/yaml v1.4.0 // indirect

0 commit comments

Comments
 (0)