Skip to content

Commit

Permalink
Prepare for release v2024.1.31 (#55)
Browse files Browse the repository at this point in the history
ProductLine: KubeStash
Release: v2024.1.31
Release-tracker: kubestash/CHANGELOG#9
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed Feb 1, 2024
1 parent cef1053 commit c8fea38
Show file tree
Hide file tree
Showing 23 changed files with 53 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.2
image: ghcr.io/kubestash/kubedump:v0.3.0
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.2
image: ghcr.io/kubestash/pvc:v0.3.0
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.2
image: ghcr.io/kubestash/pvc:v0.3.0
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.2
image: ghcr.io/kubestash/volume-snapshotter:v0.3.0
Expand Up @@ -9,4 +9,4 @@ spec:
- --restoresession=${restoreSession:=}
- --snapshot=${snapshot:=}
- --task-name=${taskName:=}
image: ghcr.io/kubestash/volume-snapshotter:v0.3.0-rc.2
image: ghcr.io/kubestash/volume-snapshotter:v0.3.0
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.2
image: ghcr.io/kubestash/workload:v0.3.0
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.2
image: ghcr.io/kubestash/workload:v0.3.0
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.28-rc.2
appVersion: v2024.1.28-rc.2
version: v2024.1.31
appVersion: v2024.1.31
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.28-rc.2
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.1.28-rc.2
$ helm search repo appscode/kubestash-catalog --version=v2024.1.31
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.1.31
```

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

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.28-rc.2 --set proxies.ghcr=ghcr.io
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.1.31 --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.28-rc.2 --values values.yaml
$ helm upgrade -i kubestash-catalog appscode/kubestash-catalog -n stash --create-namespace --version=v2024.1.31 --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.2'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/kubedump") $) }}:v0.3.0'
{{ 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.2'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/pvc") $) }}:v0.3.0'
{{ 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.2'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/pvc") $) }}:v0.3.0'
{{ 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.2'
$) }}:v0.3.0'
{{ 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.2'
$) }}:v0.3.0'
{{ 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.2'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/workload") $) }}:v0.3.0'
{{ 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.2'
image: '{{ include "image.ghcr" (merge (dict "_repo" "kubestash/workload") $) }}:v0.3.0'
{{ 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.2
appVersion: v0.4.0-rc.2
version: v0.4.0
appVersion: v0.4.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
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.2
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.4.0-rc.2
$ helm search repo appscode/kubestash-operator --version=v0.4.0
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.4.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.4.0-rc.2
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.4.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.4.0-rc.2 --set replicaCount=1
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.4.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.4.0-rc.2 --values values.yaml
$ helm upgrade -i kubestash-operator appscode/kubestash-operator -n kubestash --create-namespace --version=v0.4.0 --values values.yaml
```
Expand Up @@ -1924,6 +1924,8 @@ spec:
type: string
endpoint:
type: string
insecureTLS:
type: boolean
prefix:
type: string
region:
Expand Down
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.2
version: v0.4.0
- name: kubestash-catalog
repository: file://../kubestash-catalog
version: v2024.1.28-rc.2
digest: sha256:3f331796051c70e17da6d9224a1102de5bf5c1b849e275284b9e043bae5ddd81
generated: "2024-01-28T12:01:16.801282789Z"
version: v2024.1.31
digest: sha256:14848ad2aac4a4f0ea55bd3fb54881220b48b50cce70de3630f8f947df8d0a48
generated: "2024-02-01T16:33:14.609224339Z"
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.28-rc.2
appVersion: v2024.1.28-rc.2
version: v2024.1.31
appVersion: v2024.1.31
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.2
version: v0.4.0
- name: kubestash-catalog
repository: file://../kubestash-catalog
version: v2024.1.28-rc.2
version: v2024.1.31
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.28-rc.2
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.1.28-rc.2
$ helm search repo appscode/kubestash --version=v2024.1.31
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.1.31
```

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

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.28-rc.2 --set global.registry=stashed
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.1.31 --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.28-rc.2 --values values.yaml
$ helm upgrade -i kubestash appscode/kubestash -n kubestash --create-namespace --version=v2024.1.31 --values values.yaml
```
10 changes: 10 additions & 0 deletions crds/kubestash-crds.yaml
Expand Up @@ -140095,6 +140095,16 @@ spec:
description: Endpoint specifies the URL of the S3 or S3 compatible
storage bucket.
type: string
insecureTLS:
description: InsecureTLS controls whether a client should
skip TLS certificate verification. Setting this field to
true disables verification, which might be necessary in
cases where the server uses self-signed certificates or
certificates from an untrusted CA. Use this option with
caution, as it can expose the client to man-in-the-middle
attacks and other security risks. Only use it when absolutely
necessary.
type: boolean
prefix:
description: Prefix specifies a directory inside the bucket/container
where the data for this backend will be stored.
Expand Down

0 comments on commit c8fea38

Please sign in to comment.