Skip to content

Commit

Permalink
Prepare for release v2024.4.27 (#67)
Browse files Browse the repository at this point in the history
ProductLine: KubeStash

Release: v2024.4.27

Release-tracker: kubestash/CHANGELOG#13

Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Apr 27, 2024
1 parent fb1aee2 commit a1b9037
Show file tree
Hide file tree
Showing 27 changed files with 64 additions and 49 deletions.
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.6.0
image: ghcr.io/kubestash/kubedump:v0.7.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.6.0
image: ghcr.io/kubestash/pvc:v0.7.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.6.0
image: ghcr.io/kubestash/pvc:v0.7.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.6.0
image: ghcr.io/kubestash/volume-snapshotter:v0.7.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.6.0
image: ghcr.io/kubestash/volume-snapshotter:v0.7.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.6.0
image: ghcr.io/kubestash/workload:v0.7.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.6.0
image: ghcr.io/kubestash/workload:v0.7.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.3.16
appVersion: v2024.3.16
version: v2024.4.27
appVersion: v2024.4.27
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.3.16
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n kubestash --create-namespace --version=v2024.3.16
$ helm search repo appscode/kubestash-catalog --version=v2024.4.27
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n kubestash --create-namespace --version=v2024.4.27
```

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

```bash
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n kubestash --create-namespace --version=v2024.3.16
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n kubestash --create-namespace --version=v2024.4.27
```

The command deploys KubeStash 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 kubestash --create-namespace --version=v2024.3.16 --set proxies.ghcr=ghcr.io
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n kubestash --create-namespace --version=v2024.4.27 --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 kubestash --create-namespace --version=v2024.3.16 --values values.yaml
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n kubestash --create-namespace --version=v2024.4.27 --values values.yaml
```
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ spec:
items:
type: string
type: array
availableVersions:
items:
type: string
type: array
command:
items:
type: string
Expand Down
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.6.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/kubedump") $) }}:v0.7.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.6.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/pvc") $) }}:v0.7.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.6.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/pvc") $) }}:v0.7.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.6.0'
$) }}:v0.7.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.6.0'
$) }}:v0.7.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.6.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/workload") $) }}:v0.7.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.6.0'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/workload") $) }}:v0.7.0'
{{ end }}

4 changes: 2 additions & 2 deletions charts/kubestash-metrics/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kubestash-metrics
description: KubeStash State Metrics
type: application
version: v2024.3.16
appVersion: v2024.3.16
version: v2024.4.27
appVersion: v2024.4.27
home: https://kubestash.com
icon: https://cdn.appscode.com/images/products/stash/stash-community-icon.png
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/kubestash-metrics/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-metrics --version=v2024.3.16
$ helm upgrade -i kubestash-metrics appscode/kubestash-metrics -n kubestash --create-namespace --version=v2024.3.16
$ helm search repo appscode/kubestash-metrics --version=v2024.4.27
$ helm upgrade -i kubestash-metrics appscode/kubestash-metrics -n kubestash --create-namespace --version=v2024.4.27
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys KubeStash metrics configurations on a [Kubernetes](http://kub
To install/upgrade the chart with the release name `kubestash-metrics`:

```bash
$ helm upgrade -i kubestash-metrics appscode/kubestash-metrics -n kubestash --create-namespace --version=v2024.3.16
$ helm upgrade -i kubestash-metrics appscode/kubestash-metrics -n kubestash --create-namespace --version=v2024.4.27
```

The command deploys KubeStash metrics configurations on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down
2 changes: 1 addition & 1 deletion charts/kubestash-metrics/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chart:
values: -- generate from values file --
valuesExample: -- generate from values file --
prerequisites:
- Kubernetes 1.14+
- Kubernetes 1.14+
release:
name: kubestash-metrics
namespace: kubestash
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.7.0
appVersion: v0.7.0
version: v0.8.0
appVersion: v0.8.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.7.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.7.0
$ helm search repo appscode/kubestash-operator --version=v0.8.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.8.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.7.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.8.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 @@ -111,12 +111,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.7.0 --set replicaCount=1
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.8.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.7.0 --values values.yaml
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.8.0 --values values.yaml
```
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ spec:
items:
type: string
type: array
availableVersions:
items:
type: string
type: array
command:
items:
type: string
Expand Down
10 changes: 5 additions & 5 deletions charts/kubestash/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: kubestash-operator
repository: file://../kubestash-operator
version: v0.7.0
version: v0.8.0
- name: kubestash-catalog
repository: file://../kubestash-catalog
version: v2024.3.16
version: v2024.4.27
- name: kubestash-metrics
repository: file://../kubestash-metrics
version: v2024.3.16
digest: sha256:9c8f966ba954daa3b23091262583f88a5c330dc38afc12588a8904f04a8da641
generated: "2024-03-22T04:57:05.081717768Z"
version: v2024.4.27
digest: sha256:f8c55e0e9d899f44e49a980100f9c6dc6f140c6e6a0a6e5b9bfc3a624a2596a5
generated: "2024-04-27T09:12:23.733217589Z"
10 changes: 5 additions & 5 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.3.16
appVersion: v2024.3.16
version: v2024.4.27
appVersion: v2024.4.27
home: https://kubestash.com
icon: https://cdn.appscode.com/images/products/kubestash/stash-icon.png
sources:
Expand All @@ -14,10 +14,10 @@ maintainers:
dependencies:
- name: kubestash-operator
repository: file://../kubestash-operator
version: v0.7.0
version: v0.8.0
- name: kubestash-catalog
repository: file://../kubestash-catalog
version: v2024.3.16
version: v2024.4.27
- name: kubestash-metrics
repository: file://../kubestash-metrics
version: v2024.3.16
version: v2024.4.27
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.3.16
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.3.16
$ helm search repo appscode/kubestash --version=v2024.4.27
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.4.27
```

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

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.3.16 --set global.registry=stashed
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.4.27 --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.3.16 --values values.yaml
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.4.27 --values values.yaml
```
7 changes: 7 additions & 0 deletions crds/kubestash-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5051,6 +5051,13 @@ spec:
items:
type: string
type: array
availableVersions:
description: 'AvailableVersions is the list of available addon versions
This is needed for the KubeStash resolver, if Image has some variables
in it. For example, `image: ghcr.io/kubedb/mongodb-restic-plugin:v0.7.0_${DB_VERSION}`'
items:
type: string
type: array
command:
description: 'Entrypoint array. Not executed within a shell. The docker
image''s ENTRYPOINT is used if this is not provided. Variable references
Expand Down

0 comments on commit a1b9037

Please sign in to comment.