-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare for release 4.0.5-v11 (#1067)
ProductLine: Stash Release: v2021.08.02 Release-tracker: stashed/CHANGELOG#39 Signed-off-by: 1gtm <1gtm@appscode.com>
- Loading branch information
Showing
31 changed files
with
26,166 additions
and
53,267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
vendor/stash.appscode.dev/apimachinery/apis/stash/v1beta1/generated.proto
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 0 additions & 76 deletions
76
...or/stash.appscode.dev/apimachinery/crds/repositories.stash.appscode.com_snapshots.v1.yaml
This file was deleted.
Oops, something went wrong.
118 changes: 58 additions & 60 deletions
118
vendor/stash.appscode.dev/apimachinery/crds/repositories.stash.appscode.com_snapshots.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,76 @@ | ||
apiVersion: apiextensions.k8s.io/v1beta1 | ||
apiVersion: apiextensions.k8s.io/v1 | ||
kind: CustomResourceDefinition | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/name: stash | ||
name: snapshots.repositories.stash.appscode.com | ||
spec: | ||
additionalPrinterColumns: | ||
- JSONPath: .status.repository | ||
name: Repository | ||
type: string | ||
- JSONPath: .status.hostname | ||
name: Hostname | ||
type: string | ||
group: repositories.stash.appscode.com | ||
names: | ||
kind: Snapshot | ||
listKind: SnapshotList | ||
plural: snapshots | ||
singular: snapshot | ||
preserveUnknownFields: false | ||
scope: Namespaced | ||
subresources: {} | ||
validation: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
description: 'APIVersion defines the versioned schema of this representation | ||
of an object. Servers should convert recognized schemas to the latest | ||
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' | ||
type: string | ||
kind: | ||
description: 'Kind is a string value representing the REST resource this | ||
object represents. Servers may infer this from the endpoint the client | ||
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' | ||
type: string | ||
metadata: | ||
type: object | ||
status: | ||
properties: | ||
gid: | ||
format: int32 | ||
type: integer | ||
hostname: | ||
type: string | ||
paths: | ||
items: | ||
versions: | ||
- additionalPrinterColumns: | ||
- jsonPath: .status.repository | ||
name: Repository | ||
type: string | ||
- jsonPath: .status.hostname | ||
name: Hostname | ||
type: string | ||
name: v1alpha1 | ||
schema: | ||
openAPIV3Schema: | ||
properties: | ||
apiVersion: | ||
description: 'APIVersion defines the versioned schema of this representation | ||
of an object. Servers should convert recognized schemas to the latest | ||
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' | ||
type: string | ||
kind: | ||
description: 'Kind is a string value representing the REST resource this | ||
object represents. Servers may infer this from the endpoint the client | ||
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' | ||
type: string | ||
metadata: | ||
type: object | ||
status: | ||
properties: | ||
gid: | ||
format: int32 | ||
type: integer | ||
hostname: | ||
type: string | ||
type: array | ||
repository: | ||
type: string | ||
tags: | ||
items: | ||
paths: | ||
items: | ||
type: string | ||
type: array | ||
repository: | ||
type: string | ||
type: array | ||
tree: | ||
type: string | ||
uid: | ||
format: int32 | ||
type: integer | ||
username: | ||
type: string | ||
required: | ||
- gid | ||
- hostname | ||
- paths | ||
- repository | ||
- tree | ||
- uid | ||
- username | ||
type: object | ||
type: object | ||
version: v1alpha1 | ||
versions: | ||
- name: v1alpha1 | ||
tags: | ||
items: | ||
type: string | ||
type: array | ||
tree: | ||
type: string | ||
uid: | ||
format: int32 | ||
type: integer | ||
username: | ||
type: string | ||
required: | ||
- gid | ||
- hostname | ||
- paths | ||
- repository | ||
- tree | ||
- uid | ||
- username | ||
type: object | ||
type: object | ||
served: true | ||
storage: true | ||
subresources: {} |
Oops, something went wrong.