Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release v2023.11.28-rc.1 #37

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/kubestash-catalog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubestash-catalog
description: KubeStash Catalog by AppsCode - Catalog of KubeStash Addons
type: application
version: v2023.11.2
appVersion: v2023.11.2
version: v2023.11.28-rc.1
appVersion: v2023.11.28-rc.1
home: https://kubestash.com
icon: https://cdn.appscode.com/images/products/stash/stash-community-icon.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/kubestash-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
```bash
$ helm repo add appscode https://charts.appscode.com/stable/
$ helm repo update
$ helm search repo appscode/kubestash-catalog --version=v2023.11.2
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2023.11.2
$ helm search repo appscode/kubestash-catalog --version=v2023.11.28-rc.1
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2023.11.28-rc.1
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys Stash catalog on a [Kubernetes](http://kubernetes.io) cluster
To install/upgrade the chart with the release name `kubestash-catalog`:

```bash
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2023.11.2
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2023.11.28-rc.1
```

The command deploys Stash catalog on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -78,12 +78,12 @@ The following table lists the configurable parameters of the `kubestash-catalog`
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2023.11.2 --set proxies.ghcr=ghcr.io
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2023.11.28-rc.1 --set proxies.ghcr=ghcr.io
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```bash
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2023.11.2 --values values.yaml
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2023.11.28-rc.1 --values values.yaml
```
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: addons.addons.kubestash.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: functions.addons.kubestash.com
Expand Down
4 changes: 2 additions & 2 deletions charts/kubestash-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: KubeStash, Kubernetes native backup operator by AppsCode
name: kubestash-operator
version: v0.2.0-rc.0
appVersion: v0.2.0-rc.0
version: v0.2.0-rc.1
appVersion: v0.2.0-rc.1
home: https://kubestash.com/
icon: https://cdn.appscode.com/images/products/stash/kubestash-operator-icon.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/kubestash-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
```bash
$ helm repo add appscode https://charts.appscode.com/stable/
$ helm repo update
$ helm search repo appscode/kubestash-operator --version=v0.2.0-rc.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.2.0-rc.0
$ helm search repo appscode/kubestash-operator --version=v0.2.0-rc.1
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.2.0-rc.1
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys KubeStash operator on a [Kubernetes](http://kubernetes.io) cl
To install/upgrade the chart with the release name `kubestash-operator`:

```bash
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.2.0-rc.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.2.0-rc.1
```

The command deploys KubeStash operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -102,12 +102,12 @@ The following table lists the configurable parameters of the `kubestash-operator
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.2.0-rc.0 --set replicaCount=1
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.2.0-rc.1 --set replicaCount=1
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```bash
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.2.0-rc.0 --values values.yaml
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.2.0-rc.1 --values values.yaml
```
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: addons.addons.kubestash.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: functions.addons.kubestash.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: backupbatches.core.kubestash.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: backupblueprints.core.kubestash.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: backupconfigurations.core.kubestash.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: backupsessions.core.kubestash.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: hooktemplates.core.kubestash.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: restoresessions.core.kubestash.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: backupstorages.storage.kubestash.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: repositories.storage.kubestash.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: retentionpolicies.storage.kubestash.com
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: snapshots.storage.kubestash.com
Expand Down
8 changes: 4 additions & 4 deletions charts/kubestash/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: kubestash-operator
repository: file://../kubestash-operator
version: v0.2.0-rc.0
version: v0.2.0-rc.1
- name: kubestash-catalog
repository: file://../kubestash-catalog
version: v2023.11.2
digest: sha256:b5809dc382d872f22b3874362eace03c19d71bb3b2e090a2d99a3df927b91c6c
generated: "2023-11-02T15:38:08.900822-07:00"
version: v2023.11.28-rc.1
digest: sha256:3e96f0fb8167436d761dce3fadc73dcb2927aeee42190a333f9de4b391b58f55
generated: "2023-11-28T12:34:39.233208981Z"
8 changes: 4 additions & 4 deletions charts/kubestash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
description: KubeStash by AppsCode - Backup your Kubernetes native applications
name: kubestash
type: application
version: v2023.10.30-rc.0
appVersion: v2023.10.30-rc.0
version: v2023.11.28-rc.1
appVersion: v2023.11.28-rc.1
home: https://kubestash.com
icon: https://cdn.appscode.com/images/products/kubestash/stash-icon.png
sources:
Expand All @@ -14,7 +14,7 @@ maintainers:
dependencies:
- name: kubestash-operator
repository: file://../kubestash-operator
version: v0.2.0-rc.0
version: v0.2.0-rc.1
- name: kubestash-catalog
repository: file://../kubestash-catalog
version: v2023.11.2
version: v2023.11.28-rc.1
10 changes: 5 additions & 5 deletions charts/kubestash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
```bash
$ helm repo add appscode https://charts.appscode.com/stable/
$ helm repo update
$ helm search repo appscode/kubestash --version=v2023.10.30-rc.0
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.10.30-rc.0
$ helm search repo appscode/kubestash --version=v2023.11.28-rc.1
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.11.28-rc.1
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys Backup operator on a [Kubernetes](http://kubernetes.io) clust
To install/upgrade the chart with the release name `kubestash`:

```bash
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.10.30-rc.0
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.11.28-rc.1
```

The command deploys Backup operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -58,12 +58,12 @@ The following table lists the configurable parameters of the `kubestash` chart a
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.10.30-rc.0 --set global.registry=stashed
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.11.28-rc.1 --set global.registry=stashed
```

Alternatively, a YAML file that specifies the values for the parameters can be provided while
installing the chart. For example:

```bash
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.10.30-rc.0 --values values.yaml
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2023.11.28-rc.1 --values values.yaml
```
12 changes: 0 additions & 12 deletions crds/kubestash-crds.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: addons.addons.kubestash.com
Expand Down Expand Up @@ -4667,7 +4666,6 @@ spec:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: functions.addons.kubestash.com
Expand Down Expand Up @@ -5726,7 +5724,6 @@ spec:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: backupbatches.core.kubestash.com
Expand Down Expand Up @@ -37316,7 +37313,6 @@ spec:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: backupblueprints.core.kubestash.com
Expand Down Expand Up @@ -69605,7 +69601,6 @@ spec:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: backupconfigurations.core.kubestash.com
Expand Down Expand Up @@ -99682,7 +99677,6 @@ spec:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: backupsessions.core.kubestash.com
Expand Down Expand Up @@ -100007,7 +100001,6 @@ spec:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: hooktemplates.core.kubestash.com
Expand Down Expand Up @@ -102306,7 +102299,6 @@ spec:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: restoresessions.core.kubestash.com
Expand Down Expand Up @@ -125822,7 +125814,6 @@ spec:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: backupstorages.storage.kubestash.com
Expand Down Expand Up @@ -130180,7 +130171,6 @@ spec:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: repositories.storage.kubestash.com
Expand Down Expand Up @@ -130449,7 +130439,6 @@ spec:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: retentionpolicies.storage.kubestash.com
Expand Down Expand Up @@ -130643,7 +130632,6 @@ spec:
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: null
labels:
app.kubernetes.io/name: kubestash
name: snapshots.storage.kubestash.com
Expand Down
Loading