Skip to content

Commit a92be34

Browse files
authored
Prepare for release 7.0.5-v8 (#190)
ProductLine: Stash Release: v2023.08.18 Release-tracker: stashed/CHANGELOG#68 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 0839664 commit a92be34

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
kmodules.xyz/custom-resources v0.25.2
2020
kmodules.xyz/offshoot-api v0.25.4
2121
kubedb.dev/apimachinery v0.28.4-0.20220918021210-a0b96812228b
22-
stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c
22+
stash.appscode.dev/apimachinery v0.31.0
2323
)
2424

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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,5 +915,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kF
915915
sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E=
916916
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=
917917
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=
918-
stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c h1:/3plffjueo5ffL+XhHAtluJ9TfP+K9elbY1tyIxNeKY=
919-
stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c/go.mod h1:IDbssRbYLSnMwZAQOGX4Vam+hl43FofP8BuXMLXVaPQ=
918+
stash.appscode.dev/apimachinery v0.31.0 h1:AXsuz/4K1ltW6oCVsqOS0EoYksVZTn60LXbK7V4IL90=
919+
stash.appscode.dev/apimachinery v0.31.0/go.mod h1:IDbssRbYLSnMwZAQOGX4Vam+hl43FofP8BuXMLXVaPQ=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
718718
# sigs.k8s.io/yaml v1.3.0
719719
## explicit; go 1.12
720720
sigs.k8s.io/yaml
721-
# stash.appscode.dev/apimachinery v0.30.1-0.20230814025143-fcb8a9106d3c
721+
# stash.appscode.dev/apimachinery v0.31.0
722722
## explicit; go 1.18
723723
stash.appscode.dev/apimachinery/apis
724724
stash.appscode.dev/apimachinery/apis/repositories

0 commit comments

Comments
 (0)