Skip to content

Commit 4622b7b

Browse files
authored
Prepare for release v0.14.0-rc.0 (#34)
ProductLine: Stash Release: v2024.2.9-rc.0 Release-tracker: stashed/CHANGELOG#70 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 0ad06c7 commit 4622b7b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.29.1
2222
kmodules.xyz/resource-metrics v0.29.0
2323
sigs.k8s.io/controller-runtime v0.17.0
24-
stash.appscode.dev/apimachinery v0.32.1-0.20240209175028-1fb8e3376f2c
24+
stash.appscode.dev/apimachinery v0.33.0-rc.0
2525
)
2626

2727
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,5 +745,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+s
745745
sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08=
746746
sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
747747
sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
748-
stash.appscode.dev/apimachinery v0.32.1-0.20240209175028-1fb8e3376f2c h1:swyyQ3GXY7/DkOCCPe9s8FO4+g8/D47eCwDZyOyAOC0=
749-
stash.appscode.dev/apimachinery v0.32.1-0.20240209175028-1fb8e3376f2c/go.mod h1:E+mbh2FR1oKyP7WQS5W3MzOrZ3iZUSvrzSCCJPa8qRc=
748+
stash.appscode.dev/apimachinery v0.33.0-rc.0 h1:yfLn3YYgfo12pTI8oOZBswkQpzFt4MzPaIaoZ2Nok64=
749+
stash.appscode.dev/apimachinery v0.33.0-rc.0/go.mod h1:M51wIqUONZ7cmx/h5W+Lp+/TlYAF8z7+kQJPsvtl7G4=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,8 +1473,8 @@ sigs.k8s.io/structured-merge-diff/v4/value
14731473
## explicit; go 1.12
14741474
sigs.k8s.io/yaml
14751475
sigs.k8s.io/yaml/goyaml.v2
1476-
# stash.appscode.dev/apimachinery v0.32.1-0.20240209175028-1fb8e3376f2c
1477-
## explicit; go 1.21.6
1476+
# stash.appscode.dev/apimachinery v0.33.0-rc.0
1477+
## explicit; go 1.21.5
14781478
stash.appscode.dev/apimachinery/apis/stash
14791479
stash.appscode.dev/apimachinery/apis/stash/install
14801480
stash.appscode.dev/apimachinery/apis/stash/v1alpha1

0 commit comments

Comments
 (0)