Skip to content

Commit d8099e8

Browse files
authored
Prepare for release 10.14.0-v2 (#451)
ProductLine: Stash Release: v2020.11.17 Release-tracker: stashed/CHANGELOG#24 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 417588f commit d8099e8

File tree

7 files changed

+12
-10
lines changed

7 files changed

+12
-10
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
kmodules.xyz/custom-resources v0.0.0-20201105075444-3c6af51b4f79
2424
kmodules.xyz/offshoot-api v0.0.0-20201105074700-8675f5f686f2
2525
sigs.k8s.io/yaml v1.2.0
26-
stash.appscode.dev/apimachinery v0.11.6
26+
stash.appscode.dev/apimachinery v0.11.7
2727
)
2828

2929
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
@@ -733,7 +733,6 @@ golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933/go.mod h1:z5CRVTTTmAJ677TzLL
733733
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
734734
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e h1:3G+cUijn7XD+S4eJFddp53Pv7+slrESplyjG25HgL+k=
735735
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
736-
golang.org/x/net v0.0.0-20200602114024-627f9648deb9/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
737736
golang.org/x/net v0.0.0-20200625001655-4c5254603344 h1:vGXIOMxbNfDTk/aXCmfdLgkrSV+Z2tcbze+pEc3v5W4=
738737
golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
739738
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
@@ -991,6 +990,6 @@ sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
991990
sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=
992991
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
993992
sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4/go.mod h1:ketZ/q3QxT9HOBeFhu6RdvsftgpsbFHBF5Cas6cDKZ0=
994-
stash.appscode.dev/apimachinery v0.11.6 h1:6JPVYugF6YdeSuLtFqeXTyi6k04owD6E6PxDTBpRsn4=
995-
stash.appscode.dev/apimachinery v0.11.6/go.mod h1:JQtqMYDOMkcxmcsUnOiRhi/BIvFWlceAIcauBw1a48M=
993+
stash.appscode.dev/apimachinery v0.11.7 h1:NgAES2E1YWPAKJE7agHPOC9jGV2rFB/zW3XjRcSlyUo=
994+
stash.appscode.dev/apimachinery v0.11.7/go.mod h1:QnuI/VQTYxiT5ikxHqwOmqO96emPJPykbxfEp7pgjhk=
996995
vbom.ml/util v0.0.0-20160121211510-db5cfe13f5cc/go.mod h1:so/NYdZXCz+E3ZpW0uAoCj6uzU2+8OWDFv/HxUSs7kI=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ sigs.k8s.io/structured-merge-diff/v3/typed
885885
sigs.k8s.io/structured-merge-diff/v3/value
886886
# sigs.k8s.io/yaml v1.2.0
887887
sigs.k8s.io/yaml
888-
# stash.appscode.dev/apimachinery v0.11.6
888+
# stash.appscode.dev/apimachinery v0.11.7
889889
stash.appscode.dev/apimachinery/apis
890890
stash.appscode.dev/apimachinery/apis/repositories
891891
stash.appscode.dev/apimachinery/apis/repositories/v1alpha1

vendor/stash.appscode.dev/apimachinery/apis/stash/v1beta1/backup_session_types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ type BackupSessionSpec struct {
5151
Invoker BackupInvokerRef `json:"invoker,omitempty" protobuf:"bytes,1,opt,name=invoker"`
5252
}
5353

54-
// +kubebuilder:validation:Enum=Pending;Running;Succeeded;Failed;Unknown
54+
// +kubebuilder:validation:Enum=Pending;Skipped;Running;Succeeded;Failed;Unknown
5555
type BackupSessionPhase string
5656

5757
const (
5858
BackupSessionPending BackupSessionPhase = "Pending"
59+
BackupSessionSkipped BackupSessionPhase = "Skipped"
5960
BackupSessionRunning BackupSessionPhase = "Running"
6061
BackupSessionSucceeded BackupSessionPhase = "Succeeded"
6162
BackupSessionFailed BackupSessionPhase = "Failed"

vendor/stash.appscode.dev/apimachinery/crds/bindata.go

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupsessions.v1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ spec:
124124
backup, Phase will be "Failed".
125125
enum:
126126
- Pending
127+
- Skipped
127128
- Running
128129
- Succeeded
129130
- Failed

vendor/stash.appscode.dev/apimachinery/crds/stash.appscode.com_backupsessions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ spec:
124124
Phase will be "Failed".
125125
enum:
126126
- Pending
127+
- Skipped
127128
- Running
128129
- Succeeded
129130
- Failed

0 commit comments

Comments
 (0)