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 v2024.2.22 #59

Merged
merged 1 commit into from
Feb 23, 2024
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
2 changes: 1 addition & 1 deletion catalog/raw/kubedump/kubedump-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
- --sanitize=${sanitize:=true}
- --label-selector=${labelSelector:=}
- --include-dependants=${includeDependants:=false}
image: ghcr.io/kubestash/kubedump:v0.4.0
image: ghcr.io/kubestash/kubedump:v0.5.0
2 changes: 1 addition & 1 deletion catalog/raw/pvc/pvc-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
- --scratch-dir=${scratchDir:=}
- --exclude=${exclude:=}
- --paths=${paths:=}
image: ghcr.io/kubestash/pvc:v0.4.0
image: ghcr.io/kubestash/pvc:v0.5.0
2 changes: 1 addition & 1 deletion catalog/raw/pvc/pvc-restore-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ spec:
- --snapshot=${snapshot:=}
- --enable-cache=${enableCache:=}
- --scratch-dir=${scratchDir:=}
image: ghcr.io/kubestash/pvc:v0.4.0
image: ghcr.io/kubestash/pvc:v0.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
- --namespace=${namespace:=default}
- --backupsession=${backupSession:=}
- --volume-snapshot-class-name=${volumeSnapshotClassName:=}
image: ghcr.io/kubestash/volume-snapshotter:v0.4.0
image: ghcr.io/kubestash/volume-snapshotter:v0.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ spec:
- --restoresession=${restoreSession:=}
- --snapshot=${snapshot:=}
- --task-name=${taskName:=}
image: ghcr.io/kubestash/volume-snapshotter:v0.4.0
image: ghcr.io/kubestash/volume-snapshotter:v0.5.0
2 changes: 1 addition & 1 deletion catalog/raw/workload/workload-backup-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
- --scratch-dir=${scratchDir:=}
- --paths=${paths:=}
- --exclude=${exclude:=}
image: ghcr.io/kubestash/workload:v0.4.0
image: ghcr.io/kubestash/workload:v0.5.0
2 changes: 1 addition & 1 deletion catalog/raw/workload/workload-restore-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
- --scratch-dir=${scratchDir:=}
- --exclude=${exclude:=}
- --include=${include:=}
image: ghcr.io/kubestash/workload:v0.4.0
image: ghcr.io/kubestash/workload:v0.5.0
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: v2024.2.5
appVersion: v2024.2.5
version: v2024.2.22
appVersion: v2024.2.22
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=v2024.2.5
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.2.5
$ helm search repo appscode/kubestash-catalog --version=v2024.2.22
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.2.22
```

## 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=v2024.2.5
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.2.22
```

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 @@ -61,12 +61,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=v2024.2.5 --set proxies.ghcr=ghcr.io
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.2.22 --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=v2024.2.5 --values values.yaml
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.2.22 --values values.yaml
```
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ spec:
- --sanitize=${sanitize:=true}
- --label-selector=${labelSelector:=}
- --include-dependants=${includeDependants:=false}
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/kubedump") $) }}:v0.4.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/kubedump") $) }}:v0.5.0'
{{ end }}

2 changes: 1 addition & 1 deletion charts/kubestash-catalog/templates/pvc/pvc-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ spec:
- --scratch-dir=${scratchDir:=}
- --exclude=${exclude:=}
- --paths=${paths:=}
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/pvc") $) }}:v0.4.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/pvc") $) }}:v0.5.0'
{{ end }}

2 changes: 1 addition & 1 deletion charts/kubestash-catalog/templates/pvc/pvc-restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ spec:
- --snapshot=${snapshot:=}
- --enable-cache=${enableCache:=}
- --scratch-dir=${scratchDir:=}
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/pvc") $) }}:v0.4.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/pvc") $) }}:v0.5.0'
{{ end }}

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ spec:
- --backupsession=${backupSession:=}
- --volume-snapshot-class-name=${volumeSnapshotClassName:=}
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/volume-snapshotter")
$) }}:v0.4.0'
$) }}:v0.5.0'
{{ end }}

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ spec:
- --snapshot=${snapshot:=}
- --task-name=${taskName:=}
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/volume-snapshotter")
$) }}:v0.4.0'
$) }}:v0.5.0'
{{ end }}

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ spec:
- --scratch-dir=${scratchDir:=}
- --paths=${paths:=}
- --exclude=${exclude:=}
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/workload") $) }}:v0.4.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/workload") $) }}:v0.5.0'
{{ end }}

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ spec:
- --scratch-dir=${scratchDir:=}
- --exclude=${exclude:=}
- --include=${include:=}
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/workload") $) }}:v0.4.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/workload") $) }}:v0.5.0'
{{ end }}

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.5.0
appVersion: v0.5.0
version: v0.6.0
appVersion: v0.6.0
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.5.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.5.0
$ helm search repo appscode/kubestash-operator --version=v0.6.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.6.0
```

## 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.5.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.6.0
```

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 @@ -108,12 +108,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.5.0 --set replicaCount=1
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.6.0 --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.5.0 --values values.yaml
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.6.0 --values values.yaml
```
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.5.0
version: v0.6.0
- name: kubestash-catalog
repository: file://../kubestash-catalog
version: v2024.2.5
digest: sha256:f8aa316412335e42fcea2d830c0b8e81b126348a77f5b5ad4b7a123c1b301b5d
generated: "2024-02-05T19:43:31.893228753Z"
version: v2024.2.22
digest: sha256:646e79b6ed479a9b421fe59b10e4dd796bcdd161c71f91882bc254cbdb93b1ef
generated: "2024-02-23T06:49:11.005403241Z"
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: v2024.2.5
appVersion: v2024.2.5
version: v2024.2.22
appVersion: v2024.2.22
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.5.0
version: v0.6.0
- name: kubestash-catalog
repository: file://../kubestash-catalog
version: v2024.2.5
version: v2024.2.22
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=v2024.2.5
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.2.5
$ helm search repo appscode/kubestash --version=v2024.2.22
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.2.22
```

## 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=v2024.2.5
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.2.22
```

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=v2024.2.5 --set global.registry=stashed
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.2.22 --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=v2024.2.5 --values values.yaml
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.2.22 --values values.yaml
```
Loading