Skip to content

Commit 583f64f

Browse files
authored
Prepare for release 6.4.0-v21 (#1303)
ProductLine: Stash Release: v2023.01.05 Release-tracker: stashed/CHANGELOG#60 Signed-off-by: 1gtm <1gtm@appscode.com> Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent f7f7f8b commit 583f64f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
kmodules.xyz/client-go v0.25.12
1717
kmodules.xyz/custom-resources v0.25.0
1818
kmodules.xyz/offshoot-api v0.25.0
19-
stash.appscode.dev/apimachinery v0.24.0
19+
stash.appscode.dev/apimachinery v0.25.0
2020
)
2121

2222
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,5 +898,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kF
898898
sigs.k8s.io/structured-merge-diff/v4 v4.2.3/go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E=
899899
sigs.k8s.io/yaml v1.3.0 h1:a2VclLzOGrwOHDiV8EfBGhvjHvP46CtW5j6POvhYGGo=
900900
sigs.k8s.io/yaml v1.3.0/go.mod h1:GeOyir5tyXNByN85N/dRIT9es5UQNerPYEKK56eTBm8=
901-
stash.appscode.dev/apimachinery v0.24.0 h1:bMEySRvft1WYZX8EpYQR5Lqsi280/WKOYVUpqXRTTuM=
902-
stash.appscode.dev/apimachinery v0.24.0/go.mod h1:AdK7wfKZXqlL5g30ceuMw/7nEVW3AOemQVWjc03sI3k=
901+
stash.appscode.dev/apimachinery v0.25.0 h1:+j8kc164AXd9p8CdeWsvlMLugVFlRGlbARqKz+pLgcQ=
902+
stash.appscode.dev/apimachinery v0.25.0/go.mod h1:AdK7wfKZXqlL5g30ceuMw/7nEVW3AOemQVWjc03sI3k=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
664664
# sigs.k8s.io/yaml v1.3.0
665665
## explicit; go 1.12
666666
sigs.k8s.io/yaml
667-
# stash.appscode.dev/apimachinery v0.24.0
667+
# stash.appscode.dev/apimachinery v0.25.0
668668
## explicit; go 1.18
669669
stash.appscode.dev/apimachinery/apis
670670
stash.appscode.dev/apimachinery/apis/repositories

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ const (
157157
StashCronJobContainer = "stash-trigger"
158158
LocalVolumeName = "stash-local"
159159
ScratchDirVolumeName = "stash-scratchdir"
160-
TmpDirVolumeName = "tmp-dir"
161-
TmpDirMountPath = "/tmp"
160+
TmpDirVolumeName = "stash-tmp-dir"
161+
TmpDirMountPath = "/stash-tmp"
162162
PodinfoVolumeName = "stash-podinfo"
163163

164164
RecoveryJobPrefix = "stash-recovery-"

vendor/stash.appscode.dev/apimachinery/pkg/restic/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131

3232
const (
3333
DefaultOutputFileName = "output.json"
34-
DefaultScratchDir = "/tmp"
34+
DefaultScratchDir = "/stash-tmp"
3535
DefaultHost = "host-0"
3636
)
3737

0 commit comments

Comments
 (0)