Skip to content

Commit

Permalink
Prepare for release v2022.05.18 (#255)
Browse files Browse the repository at this point in the history
ProductLine: Stash

Release: v2022.05.18

Release-tracker: stashed/CHANGELOG#48
Signed-off-by: 1gtm <1gtm@appscode.com>
  • Loading branch information
1gtm committed May 18, 2022
1 parent fc96139 commit 3b45a21
Show file tree
Hide file tree
Showing 25 changed files with 77 additions and 77 deletions.
2 changes: 1 addition & 1 deletion catalog/catalog.json
Expand Up @@ -65,7 +65,7 @@
{
"name": "nats",
"versions": [
"2.6.1-v4",
"2.6.1-v5",
"2.8.2"
]
},
Expand Down
2 changes: 1 addition & 1 deletion catalog/raw/nats/2.6.1/nats-backup-function.yaml
Expand Up @@ -36,4 +36,4 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: stashed/stash-nats:2.6.1-v4
image: stashed/stash-nats:2.6.1-v5
2 changes: 1 addition & 1 deletion catalog/raw/nats/2.6.1/nats-restore-function.yaml
Expand Up @@ -29,4 +29,4 @@ spec:
- --snapshot=${RESTORE_SNAPSHOTS:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: stashed/stash-nats:2.6.1-v4
image: stashed/stash-nats:2.6.1-v5
4 changes: 2 additions & 2 deletions charts/stash-catalog/Chart.yaml
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: stash-catalog
description: Stash Catalog by AppsCode - Catalog of Stash Addons
type: application
version: v2022.05.12
appVersion: v2022.05.12
version: v2022.05.18
appVersion: v2022.05.18
home: https://stash.run
icon: https://cdn.appscode.com/images/products/stash/stash-community-icon.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/stash-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/stash-catalog --version=v2022.05.12
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.12
$ helm search repo appscode/stash-catalog --version=v2022.05.18
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.18
```

## 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 `stash-catalog`:

```bash
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.12
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.18
```

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 @@ -98,12 +98,12 @@ The following table lists the configurable parameters of the `stash-catalog` cha
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.12 --set waitTimeout=300
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.18 --set waitTimeout=300
```

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

```bash
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.12 --values values.yaml
$ helm upgrade -i stash-catalog appscode/stash-catalog -n stash --create-namespace --version=v2022.05.18 --values values.yaml
```
Expand Up @@ -39,5 +39,5 @@ spec:
- --retention-dry-run=${RETENTION_DRY_RUN:=false}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "stashed") .Values) }}/stash-nats:2.6.1-v4'
image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "stashed") .Values) }}/stash-nats:2.6.1-v5'
{{ end }}
Expand Up @@ -32,5 +32,5 @@ spec:
- --snapshot=${RESTORE_SNAPSHOTS:=}
- --output-dir=${outputDir:=}
- --license-apiservice=${LICENSE_APISERVICE:=}
image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "stashed") .Values) }}/stash-nats:2.6.1-v4'
image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "stashed") .Values) }}/stash-nats:2.6.1-v5'
{{ end }}
4 changes: 2 additions & 2 deletions charts/stash-community/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
description: Free community features for Stash by AppsCode
name: stash-community
version: v0.20.0
appVersion: v0.20.0
version: v0.20.1
appVersion: v0.20.1
home: https://stash.run
icon: https://cdn.appscode.com/images/products/stash/stash-community-icon.png
sources:
Expand Down
12 changes: 6 additions & 6 deletions charts/stash-community/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/stash-community --version=v0.20.0
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.0
$ helm search repo appscode/stash-community --version=v0.20.1
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.1
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a Stash community operator on a [Kubernetes](http://kubernete
To install/upgrade the chart with the release name `stash-community`:

```bash
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.0
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.1
```

The command deploys a Stash community 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 @@ -55,7 +55,7 @@ The following table lists the configurable parameters of the `stash-community` c
| registryFQDN | Docker registry fqdn used to pull Stash related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | <code>""</code> |
| operator.registry | Docker registry used to pull operator image | <code>stashed</code> |
| operator.repository | Name of operator container image | <code>stash</code> |
| operator.tag | Operator container image tag | <code>v0.20.0</code> |
| operator.tag | Operator container image tag | <code>v0.20.1</code> |
| operator.resources | Compute Resources required by the operator container | <code>{"requests":{"cpu":"100m"}}</code> |
| operator.securityContext | Security options the operator container should run with | <code>{}</code> |
| crdInstaller.registry | Docker registry of the CRD installer image. By default, it will use the same registry as the operator. | <code>""</code> |
Expand Down Expand Up @@ -111,12 +111,12 @@ The following table lists the configurable parameters of the `stash-community` c
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.0 --set replicaCount=1
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.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 stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.0 --values values.yaml
$ helm upgrade -i stash-community appscode/stash-community -n stash --create-namespace --version=v0.20.1 --values values.yaml
```
2 changes: 1 addition & 1 deletion charts/stash-community/values.yaml
Expand Up @@ -28,7 +28,7 @@ operator:
# Name of operator container image
repository: stash
# Operator container image tag
tag: v0.20.0
tag: v0.20.1
# Compute Resources required by the operator container
resources: # +doc-gen:break
requests:
Expand Down
4 changes: 2 additions & 2 deletions charts/stash-crds/Chart.yaml
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: stash-crds
description: Stash Custom Resource Definitions
type: application
version: v2022.05.12
appVersion: v2022.05.12
version: v2022.05.18
appVersion: v2022.05.18
home: https://stash.run
icon: https://cdn.appscode.com/images/products/stash/stash-icon.png
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/stash-crds/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/stash-crds --version=v2022.05.12
$ helm upgrade -i stash-crds appscode/stash-crds -n stash --create-namespace --version=v2022.05.12
$ helm search repo appscode/stash-crds --version=v2022.05.18
$ helm upgrade -i stash-crds appscode/stash-crds -n stash --create-namespace --version=v2022.05.18
```

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

```bash
$ helm upgrade -i stash-crds appscode/stash-crds -n stash --create-namespace --version=v2022.05.12
$ helm upgrade -i stash-crds appscode/stash-crds -n stash --create-namespace --version=v2022.05.18
```

The command deploys Stash crds on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand Down
4 changes: 2 additions & 2 deletions charts/stash-enterprise/Chart.yaml
@@ -1,8 +1,8 @@
apiVersion: v1
description: Enterprise features for Stash by AppsCode
name: stash-enterprise
version: v0.20.0
appVersion: v0.20.0
version: v0.20.1
appVersion: v0.20.1
home: https://stash.run
icon: https://cdn.appscode.com/images/products/stash/stash-enterprise-icon.png
sources:
Expand Down
12 changes: 6 additions & 6 deletions charts/stash-enterprise/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/stash-enterprise --version=v0.20.0
$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.0
$ helm search repo appscode/stash-enterprise --version=v0.20.1
$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.1
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a Stash Enterprise operator on a [Kubernetes](http://kubernet
To install/upgrade the chart with the release name `stash-enterprise`:

```bash
$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.0
$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.1
```

The command deploys a Stash Enterprise 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 @@ -55,7 +55,7 @@ The following table lists the configurable parameters of the `stash-enterprise`
| registryFQDN | Docker registry fqdn used to pull Stash related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | <code>""</code> |
| operator.registry | Docker registry used to pull operator image | <code>stashed</code> |
| operator.repository | Name of operator container image | <code>stash-enterprise</code> |
| operator.tag | Operator container image tag | <code>v0.20.0</code> |
| operator.tag | Operator container image tag | <code>v0.20.1</code> |
| operator.resources | Compute Resources required by the operator container | <code>{"requests":{"cpu":"100m"}}</code> |
| operator.securityContext | Security options the operator container should run with | <code>{}</code> |
| crdInstaller.registry | Docker registry of the CRD installer image. By default, it will use the same registry as the operator. | <code>""</code> |
Expand Down Expand Up @@ -115,12 +115,12 @@ The following table lists the configurable parameters of the `stash-enterprise`
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.0 --set replicaCount=1
$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.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 stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.0 --values values.yaml
$ helm upgrade -i stash-enterprise appscode/stash-enterprise -n stash --create-namespace --version=v0.20.1 --values values.yaml
```
2 changes: 1 addition & 1 deletion charts/stash-enterprise/values.yaml
Expand Up @@ -28,7 +28,7 @@ operator:
# Name of operator container image
repository: stash-enterprise
# Operator container image tag
tag: v0.20.0
tag: v0.20.1
# Compute Resources required by the operator container
resources: # +doc-gen:break
requests:
Expand Down
4 changes: 2 additions & 2 deletions charts/stash-grafana-dashboards/Chart.yaml
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: stash-grafana-dashboards
description: A Helm chart for stash-grafana-dashboards by AppsCode
type: application
version: v2022.05.12
appVersion: v2022.05.12
version: v2022.05.18
appVersion: v2022.05.18
home: https://github.com/stashed
icon: https://cdn.appscode.com/images/products/stash/stash-icon.png
sources:
Expand Down
10 changes: 5 additions & 5 deletions charts/stash-grafana-dashboards/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/stash-grafana-dashboards --version=v2022.05.12
$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.12
$ helm search repo appscode/stash-grafana-dashboards --version=v2022.05.18
$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.18
```

## Introduction
Expand All @@ -24,7 +24,7 @@ This chart deploys a Stash Grafana Dashboards on a [Kubernetes](http://kubernete
To install/upgrade the chart with the release name `stash-grafana-dashboards`:

```bash
$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.12
$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.18
```

The command deploys a Stash Grafana Dashboards 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 `stash-grafana-dash
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:

```bash
$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.12 --set resources=["stash"]
$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.18 --set resources=["stash"]
```

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

```bash
$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.12 --values values.yaml
$ helm upgrade -i stash-grafana-dashboards appscode/stash-grafana-dashboards -n kubeops --create-namespace --version=v2022.05.18 --values values.yaml
```
4 changes: 2 additions & 2 deletions charts/stash-metrics/Chart.yaml
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: stash-metrics
description: Stash State Metrics
type: application
version: v2022.05.12
appVersion: v2022.05.12
version: v2022.05.18
appVersion: v2022.05.18
home: https://stash.run
icon: https://cdn.appscode.com/images/products/stash/stash-community-icon.png
sources:
Expand Down

0 comments on commit 3b45a21

Please sign in to comment.