Skip to content

Commit 5882057

Browse files
authored
Prepare for release 6.2.5-v1 (#53)
ProductLine: Stash Release: v2021.10.11 Release-tracker: stashed/CHANGELOG#41 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 59eeffa commit 5882057

28 files changed

+565
-240
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ require (
1515
k8s.io/klog/v2 v2.8.0
1616
kmodules.xyz/client-go v0.0.0-20210928133955-8df5bb467db6
1717
kmodules.xyz/custom-resources v0.0.0-20211007080833-72bd9e8cae6e
18-
kmodules.xyz/objectstore-api v0.0.0-20210928135706-fdf68f88ea6e // indirect
1918
kmodules.xyz/offshoot-api v0.0.0-20210829122105-6f4d481b0c61
2019
kubedb.dev/apimachinery v0.21.1-0.20210915153024-84659c4a8fca
21-
stash.appscode.dev/apimachinery v0.15.0
20+
stash.appscode.dev/apimachinery v0.16.0
2221
)
2322

2423
replace bitbucket.org/ww/goautoneg => gomodules.xyz/goautoneg v0.0.0-20120707110453-a547fc61f48d

go.sum

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,6 @@ k8s.io/utils v0.0.0-20201110183641-67b214c5f920/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
11361136
kmodules.xyz/apiversion v0.2.0/go.mod h1:oPX8g8LvlPdPX3Yc5YvCzJHQnw3YF/X4/jdW0b1am80=
11371137
kmodules.xyz/client-go v0.0.0-20210617233340-13d22e91512b/go.mod h1:A6GAK6xP5zBuWK6A/vUkkjKzcuywkms7fIxRf5wblO4=
11381138
kmodules.xyz/client-go v0.0.0-20210715065708-d4f0cc74ead1/go.mod h1:E/vGngai00UtVwP8R4PWpPUBF/EZa6Ub9WS5+tVcs4M=
1139-
kmodules.xyz/client-go v0.0.0-20210719120358-dd0503cf99cf/go.mod h1:E/vGngai00UtVwP8R4PWpPUBF/EZa6Ub9WS5+tVcs4M=
11401139
kmodules.xyz/client-go v0.0.0-20210822203828-5e9cebbf1dfa/go.mod h1:0gkPeALtYjB27OHt4rd6+ZmMgoVTHVLtEJQeU23/gtA=
11411140
kmodules.xyz/client-go v0.0.0-20210831030638-b1d662179991/go.mod h1:0gkPeALtYjB27OHt4rd6+ZmMgoVTHVLtEJQeU23/gtA=
11421141
kmodules.xyz/client-go v0.0.0-20210928133955-8df5bb467db6 h1:o+SymmN26C8bqh1nLTFjT0UdOtAYrTLbp6v49iRe5MY=
@@ -1197,5 +1196,5 @@ software.sslmate.com/src/go-pkcs12 v0.0.0-20180114231543-2291e8f0f237/go.mod h1:
11971196
software.sslmate.com/src/go-pkcs12 v0.0.0-20200830195227-52f69702a001/go.mod h1:/xvNRWUqm0+/ZMiF4EX00vrSCMsE4/NHb+Pt3freEeQ=
11981197
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0/go.mod h1:hI742Nqp5OhwiqlzhgfbWU4mW4yO10fP+LoT9WOswdU=
11991198
stash.appscode.dev/apimachinery v0.14.2-0.20210715200631-5399637188c0/go.mod h1:/Ys7EVp/ved+2xkfhqMbRpaJtI3p/KpCPRLJ6ZgDddA=
1200-
stash.appscode.dev/apimachinery v0.15.0 h1:vpwPKV6LP4ieZ87/2ri3ms4r3ZnE8bES24y8bbLYxqE=
1201-
stash.appscode.dev/apimachinery v0.15.0/go.mod h1:ColOw+Y5IeI3DO5bu1WZWw2AAhinz99K6fKKVLNkd2U=
1199+
stash.appscode.dev/apimachinery v0.16.0 h1:6mvmPatv9nR5Wc+PCt3Cg9R7WRJRqhy2yLu2b/HmXhA=
1200+
stash.appscode.dev/apimachinery v0.16.0/go.mod h1:unpV/YyHVECNrAdFjFg/SetmPeUjfvc2+P8cnGjih/U=

vendor/modules.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ kmodules.xyz/custom-resources/client/clientset/versioned/typed/auditor/v1alpha1
563563
kmodules.xyz/custom-resources/client/clientset/versioned/typed/metrics/v1alpha1
564564
kmodules.xyz/custom-resources/crds
565565
# kmodules.xyz/objectstore-api v0.0.0-20210928135706-fdf68f88ea6e
566-
## explicit
567566
kmodules.xyz/objectstore-api/api/v1
568567
# kmodules.xyz/offshoot-api v0.0.0-20210829122105-6f4d481b0c61
569568
## explicit
@@ -583,7 +582,7 @@ sigs.k8s.io/structured-merge-diff/v4/typed
583582
sigs.k8s.io/structured-merge-diff/v4/value
584583
# sigs.k8s.io/yaml v1.2.0
585584
sigs.k8s.io/yaml
586-
# stash.appscode.dev/apimachinery v0.15.0
585+
# stash.appscode.dev/apimachinery v0.16.0
587586
## explicit
588587
stash.appscode.dev/apimachinery/apis
589588
stash.appscode.dev/apimachinery/apis/repositories

vendor/stash.appscode.dev/apimachinery/apis/constants.go

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ const (
5656

5757
InvokerKind = "INVOKER_KIND"
5858
InvokerName = "INVOKER_NAME"
59+
AddonImage = "ADDON_IMAGE"
5960

6061
ExcludePatterns = "EXCLUDE_PATTERNS"
6162
IncludePatterns = "INCLUDE_PATTERNS"
@@ -105,14 +106,16 @@ const (
105106
PrefixStashBackup = "stash-backup"
106107
PrefixStashRestore = "stash-restore"
107108
PrefixStashVolumeSnapshot = "stash-vs"
109+
PrefixStashTrigger = "stash-trigger"
108110

109-
StashContainer = "stash"
110-
StashInitContainer = "stash-init"
111-
LocalVolumeName = "stash-local"
112-
ScratchDirVolumeName = "stash-scratchdir"
113-
TmpDirVolumeName = "tmp-dir"
114-
TmpDirMountPath = "/tmp"
115-
PodinfoVolumeName = "stash-podinfo"
111+
StashContainer = "stash"
112+
StashInitContainer = "stash-init"
113+
StashCronJobContainer = "stash-trigger"
114+
LocalVolumeName = "stash-local"
115+
ScratchDirVolumeName = "stash-scratchdir"
116+
TmpDirVolumeName = "tmp-dir"
117+
TmpDirMountPath = "/tmp"
118+
PodinfoVolumeName = "stash-podinfo"
116119

117120
RecoveryJobPrefix = "stash-recovery-"
118121
ScaledownCronPrefix = "stash-scaledown-cron-"
@@ -201,6 +204,10 @@ const (
201204
StashInitContainerInjected = "StashInitContainerInjected"
202205
// RestoreJobCreated indicates whether the restore job was created
203206
RestoreJobCreated = "RestoreJobCreated"
207+
// RestoreCompleted condition indicates whether the restore process has been completed or not.
208+
// This condition is particularly helpful when the restore addon require some additional operations to perform
209+
// before marking the RestoreSession Succeeded/Failed.
210+
RestoreCompleted = "RestoreCompleted"
204211

205212
// GlobalPreBackupHookSucceeded indicates whether the global PreBackupHook was executed successfully or not
206213
GlobalPreBackupHookSucceeded = "GlobalPreBackupHookSucceeded"

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

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

vendor/stash.appscode.dev/apimachinery/apis/repositories/v1alpha1/zz_generated.conversion.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/stash.appscode.dev/apimachinery/apis/repositories/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/stash.appscode.dev/apimachinery/apis/repositories/v1alpha1/zz_generated.defaults.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/stash.appscode.dev/apimachinery/apis/repositories/zz_generated.deepcopy.go

Lines changed: 1 addition & 0 deletions
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/v1alpha1/openapi_generated.go

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

0 commit comments

Comments
 (0)