Skip to content

Commit 633cf86

Browse files
authored
Prepare for release v0.11.0 (#26)
ProductLine: Stash Release: v2023.04.30 Release-tracker: stashed/CHANGELOG#65 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 0a6ce3a commit 633cf86

File tree

6 files changed

+394
-31
lines changed

6 files changed

+394
-31
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
kmodules.xyz/custom-resources v0.25.0
2222
kmodules.xyz/resource-metrics v0.25.0
2323
sigs.k8s.io/controller-runtime v0.13.1
24-
stash.appscode.dev/apimachinery v0.28.0
24+
stash.appscode.dev/apimachinery v0.29.0
2525
)
2626

2727
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -947,5 +947,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ih
947947
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
948948
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=
949949
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=
950-
stash.appscode.dev/apimachinery v0.28.0 h1:Wy/u6/m1O7qNgNSJs/4T2Eeg1drODv2mkQJndu9dtaQ=
951-
stash.appscode.dev/apimachinery v0.28.0/go.mod h1:7ao2U0Jgntc10uRf9KRmzXuabO12Nm7+2WpcRE/ZXWo=
950+
stash.appscode.dev/apimachinery v0.29.0 h1:36ijvg31s2UDQIAN2lnYY76E9dydUADutTkkErqokAQ=
951+
stash.appscode.dev/apimachinery v0.29.0/go.mod h1:7ao2U0Jgntc10uRf9KRmzXuabO12Nm7+2WpcRE/ZXWo=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
13401340
# sigs.k8s.io/yaml v1.3.0
13411341
## explicit; go 1.12
13421342
sigs.k8s.io/yaml
1343-
# stash.appscode.dev/apimachinery v0.28.0
1343+
# stash.appscode.dev/apimachinery v0.29.0
13441344
## explicit; go 1.18
13451345
stash.appscode.dev/apimachinery/apis/stash
13461346
stash.appscode.dev/apimachinery/apis/stash/install

vendor/stash.appscode.dev/apimachinery/apis/stash/v1alpha1/openapi_generated.go

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

0 commit comments

Comments
 (0)