Skip to content

Commit 53dadbe

Browse files
authored
Prepare for release v0.15.0 (#39)
ProductLine: Stash Release: v2024.4.8 Release-tracker: stashed/CHANGELOG#72 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent c708bdd commit 53dadbe

File tree

6 files changed

+8
-11
lines changed

6 files changed

+8
-11
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
kmodules.xyz/custom-resources v0.29.1
2424
kmodules.xyz/resource-metrics v0.29.1
2525
sigs.k8s.io/controller-runtime v0.17.2
26-
stash.appscode.dev/apimachinery v0.33.0
26+
stash.appscode.dev/apimachinery v0.34.0
2727
)
2828

2929
require (
@@ -67,7 +67,6 @@ require (
6767
github.com/google/go-cmp v0.6.0 // indirect
6868
github.com/google/go-containerregistry v0.19.0 // indirect
6969
github.com/google/gofuzz v1.2.0 // indirect
70-
github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26 // indirect
7170
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
7271
github.com/google/uuid v1.6.0 // indirect
7372
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,5 +750,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+s
750750
sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08=
751751
sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
752752
sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
753-
stash.appscode.dev/apimachinery v0.33.0 h1:0HpdLsXTErZWTPl3xH1N2ev8SwLOwH20mTd8Y4Oy+yg=
754-
stash.appscode.dev/apimachinery v0.33.0/go.mod h1:3A7DVqgJfI7LbLAM5pBpJebd/mChJb86nmekm73TRGw=
753+
stash.appscode.dev/apimachinery v0.34.0 h1:8/Vi6w5Q+eAf7M7HArhvK+gay9cHPOvzAK6QCwdzRTg=
754+
stash.appscode.dev/apimachinery v0.34.0/go.mod h1:qAVdUDtYDYiytYqKIHon4BMs1OXBdu3wDpfEfhM18b0=

vendor/modules.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ github.com/google/go-containerregistry/pkg/name
147147
## explicit; go 1.12
148148
github.com/google/gofuzz
149149
github.com/google/gofuzz/bytesource
150-
# github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26
151-
## explicit; go 1.18
152150
# github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
153151
## explicit; go 1.13
154152
github.com/google/shlex
@@ -1479,8 +1477,8 @@ sigs.k8s.io/structured-merge-diff/v4/value
14791477
## explicit; go 1.12
14801478
sigs.k8s.io/yaml
14811479
sigs.k8s.io/yaml/goyaml.v2
1482-
# stash.appscode.dev/apimachinery v0.33.0
1483-
## explicit; go 1.21.5
1480+
# stash.appscode.dev/apimachinery v0.34.0
1481+
## explicit; go 1.22.0
14841482
stash.appscode.dev/apimachinery/apis/stash
14851483
stash.appscode.dev/apimachinery/apis/stash/install
14861484
stash.appscode.dev/apimachinery/apis/stash/v1alpha1

vendor/stash.appscode.dev/apimachinery/apis/stash/v1alpha1/openapi_generated.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/stash.appscode.dev/apimachinery/apis/stash/v1beta1/openapi_generated.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/stash.appscode.dev/apimachinery/apis/ui/v1alpha1/openapi_generated.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.

0 commit comments

Comments
 (0)