Skip to content

Commit

Permalink
Prepare for release v2024.1.26-rc.1 (#52)
Browse files Browse the repository at this point in the history
ProductLine: KubeStash
Release: v2024.1.26-rc.1
Release-tracker: kubestash/CHANGELOG#7
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Jan 27, 2024
1 parent f20793d commit d594f88
Show file tree
Hide file tree
Showing 21 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion catalog/raw/kubedump/kubedump-backup-function.yaml
Expand Up @@ -12,4 +12,4 @@ spec:
- --sanitize=${sanitize:=true}
- --label-selector=${labelSelector:=}
- --include-dependants=${includeDependants:=false}
image: ghcr.io/kubestash/kubedump:v0.3.0-rc.0
image: ghcr.io/kubestash/kubedump:v0.3.0-rc.1
2 changes: 1 addition & 1 deletion catalog/raw/pvc/pvc-backup-function.yaml
Expand Up @@ -11,4 +11,4 @@ spec:
- --scratch-dir=${scratchDir:=}
- --exclude=${exclude:=}
- --paths=${paths:=}
image: ghcr.io/kubestash/pvc:v0.3.0-rc.0
image: ghcr.io/kubestash/pvc:v0.3.0-rc.1
2 changes: 1 addition & 1 deletion catalog/raw/pvc/pvc-restore-function.yaml
Expand Up @@ -10,4 +10,4 @@ spec:
- --snapshot=${snapshot:=}
- --enable-cache=${enableCache:=}
- --scratch-dir=${scratchDir:=}
image: ghcr.io/kubestash/pvc:v0.3.0-rc.0
image: ghcr.io/kubestash/pvc:v0.3.0-rc.1
Expand Up @@ -8,4 +8,4 @@ spec:
- --namespace=${namespace:=default}
- --backupsession=${backupSession:=}
- --volume-snapshot-class-name=${volumeSnapshotClassName:=}
image: ghcr.io/kubestash/volume-snapshotter:v0.3.0-rc.0
image: ghcr.io/kubestash/volume-snapshotter:v0.3.0-rc.1
Expand Up @@ -9,4 +9,4 @@ spec:
- --restoresession=${restoreSession:=}
- --snapshot=${snapshot:=}
- --task-name=${taskName:=}
image: ghcr.io/kubestash/volume-snapshotter:v0.3.0-rc.0
image: ghcr.io/kubestash/volume-snapshotter:v0.3.0-rc.1
2 changes: 1 addition & 1 deletion catalog/raw/workload/workload-backup-function.yaml
Expand Up @@ -11,4 +11,4 @@ spec:
- --scratch-dir=${scratchDir:=}
- --paths=${paths:=}
- --exclude=${exclude:=}
image: ghcr.io/kubestash/workload:v0.3.0-rc.0
image: ghcr.io/kubestash/workload:v0.3.0-rc.1
2 changes: 1 addition & 1 deletion catalog/raw/workload/workload-restore-function.yaml
Expand Up @@ -12,4 +12,4 @@ spec:
- --scratch-dir=${scratchDir:=}
- --exclude=${exclude:=}
- --include=${include:=}
image: ghcr.io/kubestash/workload:v0.3.0-rc.0
image: ghcr.io/kubestash/workload:v0.3.0-rc.1
4 changes: 2 additions & 2 deletions charts/kubestash-catalog/Chart.yaml
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubestash-catalog
description: KubeStash Catalog by AppsCode - Catalog of KubeStash Addons
type: application
version: v2024.1.19-rc.0
appVersion: v2024.1.19-rc.0
version: v2024.1.26-rc.1
appVersion: v2024.1.26-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
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.1.19-rc.0
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.1.19-rc.0
$ helm search repo appscode/kubestash-catalog --version=v2024.1.26-rc.1
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.1.26-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=v2024.1.19-rc.0
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.1.26-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 @@ -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.1.19-rc.0 --set proxies.ghcr=ghcr.io
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.1.26-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=v2024.1.19-rc.0 --values values.yaml
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.1.26-rc.1 --values values.yaml
```
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.3.0-rc.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/kubedump") $) }}:v0.3.0-rc.1'
{{ end }}

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

2 changes: 1 addition & 1 deletion charts/kubestash-catalog/templates/pvc/pvc-restore.yaml
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.3.0-rc.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/pvc") $) }}:v0.3.0-rc.1'
{{ end }}

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.3.0-rc.0'
$) }}:v0.3.0-rc.1'
{{ end }}

Expand Up @@ -13,6 +13,6 @@ spec:
- --snapshot=${snapshot:=}
- --task-name=${taskName:=}
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/volume-snapshotter")
$) }}:v0.3.0-rc.0'
$) }}:v0.3.0-rc.1'
{{ end }}

Expand Up @@ -14,6 +14,6 @@ spec:
- --scratch-dir=${scratchDir:=}
- --paths=${paths:=}
- --exclude=${exclude:=}
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/workload") $) }}:v0.3.0-rc.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/workload") $) }}:v0.3.0-rc.1'
{{ end }}

Expand Up @@ -15,6 +15,6 @@ spec:
- --scratch-dir=${scratchDir:=}
- --exclude=${exclude:=}
- --include=${include:=}
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/workload") $) }}:v0.3.0-rc.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/workload") $) }}:v0.3.0-rc.1'
{{ end }}

4 changes: 2 additions & 2 deletions charts/kubestash-operator/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
description: KubeStash, Kubernetes native backup operator by AppsCode
name: kubestash-operator
version: v0.4.0-rc.0
appVersion: v0.4.0-rc.0
version: v0.4.0-rc.1
appVersion: v0.4.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
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.4.0-rc.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.4.0-rc.0
$ helm search repo appscode/kubestash-operator --version=v0.4.0-rc.1
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.4.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.4.0-rc.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.4.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 @@ -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.4.0-rc.0 --set replicaCount=1
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.4.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.4.0-rc.0 --values values.yaml
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.4.0-rc.1 --values values.yaml
```
8 changes: 4 additions & 4 deletions charts/kubestash/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: kubestash-operator
repository: file://../kubestash-operator
version: v0.4.0-rc.0
version: v0.4.0-rc.1
- name: kubestash-catalog
repository: file://../kubestash-catalog
version: v2024.1.19-rc.0
digest: sha256:07aa79e2dda6b1708229452c0ca13f1ca654984129de2ce8e1bc3ad78873d557
generated: "2024-01-20T02:00:41.216267853Z"
version: v2024.1.26-rc.1
digest: sha256:ac4b29be196f8e4b2ab5e3a656f4e356987dca08c228941f5c6469534fb5fd58
generated: "2024-01-27T01:59:38.799216444Z"
8 changes: 4 additions & 4 deletions charts/kubestash/Chart.yaml
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
description: KubeStash by AppsCode - Backup your Kubernetes native applications
name: kubestash
type: application
version: v2024.1.19-rc.0
appVersion: v2024.1.19-rc.0
version: v2024.1.26-rc.1
appVersion: v2024.1.26-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.4.0-rc.0
version: v0.4.0-rc.1
- name: kubestash-catalog
repository: file://../kubestash-catalog
version: v2024.1.19-rc.0
version: v2024.1.26-rc.1
10 changes: 5 additions & 5 deletions charts/kubestash/README.md
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.1.19-rc.0
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.1.19-rc.0
$ helm search repo appscode/kubestash --version=v2024.1.26-rc.1
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.1.26-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=v2024.1.19-rc.0
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.1.26-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=v2024.1.19-rc.0 --set global.registry=stashed
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.1.26-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=v2024.1.19-rc.0 --values values.yaml
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.1.26-rc.1 --values values.yaml
```

0 comments on commit d594f88

Please sign in to comment.