Skip to content

Commit bb94106

Browse files
authored
Prepare for release v0.31.0 (#186)
ProductLine: Stash Release: v2023.08.18 Release-tracker: stashed/CHANGELOG#68 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 30b1034 commit bb94106

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ require (
2525
kmodules.xyz/objectstore-api v0.25.1
2626
kmodules.xyz/offshoot-api v0.25.4
2727
kmodules.xyz/openshift v0.25.0
28-
stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c
29-
stash.appscode.dev/stash v0.30.0
28+
stash.appscode.dev/apimachinery v0.31.0
29+
stash.appscode.dev/stash v0.31.0
3030
)
3131

3232
require github.com/onsi/gomega v1.20.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
11021102
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
11031103
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=
11041104
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=
1105-
stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c h1:/3plffjueo5ffL+XhHAtluJ9TfP+K9elbY1tyIxNeKY=
1106-
stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c/go.mod h1:IDbssRbYLSnMwZAQOGX4Vam+hl43FofP8BuXMLXVaPQ=
1107-
stash.appscode.dev/stash v0.30.0 h1:e3B/0kPq1Bop2WZd0Mwpl27D5XL3OdJGINJwxxTP1Ss=
1108-
stash.appscode.dev/stash v0.30.0/go.mod h1:tXPTo7+PiU1I5VNtKdi5/D6W1te8iu0i2nB2wtHPY/c=
1105+
stash.appscode.dev/apimachinery v0.31.0 h1:AXsuz/4K1ltW6oCVsqOS0EoYksVZTn60LXbK7V4IL90=
1106+
stash.appscode.dev/apimachinery v0.31.0/go.mod h1:IDbssRbYLSnMwZAQOGX4Vam+hl43FofP8BuXMLXVaPQ=
1107+
stash.appscode.dev/stash v0.31.0 h1:q5dLevm2mZECXEpyba04JbqyUeVtYTKtfS1QcpRU+II=
1108+
stash.appscode.dev/stash v0.31.0/go.mod h1:TfYcLyr+YsTqoKHNbyOgOCPqygjRpf3USMztNc2EfjU=

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
954954
# sigs.k8s.io/yaml v1.3.0
955955
## explicit; go 1.12
956956
sigs.k8s.io/yaml
957-
# stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c
957+
# stash.appscode.dev/apimachinery v0.31.0
958958
## explicit; go 1.18
959959
stash.appscode.dev/apimachinery/apis
960960
stash.appscode.dev/apimachinery/apis/repositories
@@ -983,7 +983,7 @@ stash.appscode.dev/apimachinery/pkg/docker
983983
stash.appscode.dev/apimachinery/pkg/invoker
984984
stash.appscode.dev/apimachinery/pkg/metrics
985985
stash.appscode.dev/apimachinery/pkg/restic
986-
# stash.appscode.dev/stash v0.30.0
986+
# stash.appscode.dev/stash v0.31.0
987987
## explicit; go 1.18
988988
stash.appscode.dev/stash/pkg/registry/snapshot
989989
stash.appscode.dev/stash/pkg/util

0 commit comments

Comments
 (0)