Skip to content

Commit faa4de6

Browse files
authored
Prepare for release 17.2-v4 (#1482)
ProductLine: Stash Release: v2025.7.31 Release-tracker: stashed/CHANGELOG#83 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent ba815b6 commit faa4de6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
kmodules.xyz/client-go v0.30.44
1919
kmodules.xyz/custom-resources v0.30.0
2020
kmodules.xyz/offshoot-api v0.30.1
21-
stash.appscode.dev/apimachinery v0.40.1-0.20250729081845-3cc491bb0ada
21+
stash.appscode.dev/apimachinery v0.41.0
2222
)
2323

2424
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,5 +554,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+s
554554
sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08=
555555
sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
556556
sigs.k8s.io/yaml v1.4.0/go.mod h1:Ejl7/uTz7PSA4eKMyQCUTnhZYNmLIl+5c2lQPGR2BPY=
557-
stash.appscode.dev/apimachinery v0.40.1-0.20250729081845-3cc491bb0ada h1:P/mwSqUJKNlW67ZCJJmGCgGZyACktHeD85d+zw47DtA=
558-
stash.appscode.dev/apimachinery v0.40.1-0.20250729081845-3cc491bb0ada/go.mod h1:y1VgM/7CT990qqHAtE0JGg1N0sFWzmrq/9HzUU5V8dc=
557+
stash.appscode.dev/apimachinery v0.41.0 h1:1K4j0ADKjlQ/tGnCpctEmDx1CfJzu1HKgQC0EK5U4ZA=
558+
stash.appscode.dev/apimachinery v0.41.0/go.mod h1:y1VgM/7CT990qqHAtE0JGg1N0sFWzmrq/9HzUU5V8dc=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ sigs.k8s.io/structured-merge-diff/v4/value
821821
## explicit; go 1.12
822822
sigs.k8s.io/yaml
823823
sigs.k8s.io/yaml/goyaml.v2
824-
# stash.appscode.dev/apimachinery v0.40.1-0.20250729081845-3cc491bb0ada
824+
# stash.appscode.dev/apimachinery v0.41.0
825825
## explicit; go 1.23.0
826826
stash.appscode.dev/apimachinery/apis
827827
stash.appscode.dev/apimachinery/apis/repositories

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ func (w *ResticWrapper) run(commands ...Command) ([]byte, error) {
494494
if err != nil {
495495
return nil, formatError(err, errBuff.String())
496496
}
497-
klog.V(2).Infoln("sh-output:", string(out))
497+
klog.Infoln("sh-output:", string(out))
498498
return out, nil
499499
}
500500

0 commit comments

Comments
 (0)