Skip to content

Commit 7189d8a

Browse files
authored
Prepare for release v2023.9.18 (#135)
ProductLine: Voyager Release: v2023.9.18 Release-tracker: voyagermesh/CHANGELOG#28 Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent 2216fd3 commit 7189d8a

File tree

5 files changed

+23
-28
lines changed

5 files changed

+23
-28
lines changed

charts/gateway-helm/Chart.yaml

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,18 @@ apiVersion: v2
22
name: gateway-helm
33
description: The Helm chart for Envoy Gateway
44
type: application
5-
6-
version: v0.0.0-latest
7-
appVersion: "latest"
8-
5+
version: v2023.9.18
6+
appVersion: v17.0.3
97
maintainers:
10-
- name: envoy-gateway-steering-committee
11-
url: https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md
12-
- name: envoy-gateway-maintainers
13-
url: https://github.com/envoyproxy/gateway/blob/main/CODEOWNERS
14-
8+
- name: envoy-gateway-steering-committee
9+
url: https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md
10+
- name: envoy-gateway-maintainers
11+
url: https://github.com/envoyproxy/gateway/blob/main/CODEOWNERS
1512
keywords:
16-
- gateway-api
17-
- envoyproxy
18-
- envoy-gateway
19-
- eg
20-
13+
- gateway-api
14+
- envoyproxy
15+
- envoy-gateway
16+
- eg
2117
home: https://gateway.envoyproxy.io/
22-
2318
sources:
24-
- https://github.com/envoyproxy/gateway
19+
- https://github.com/envoyproxy/gateway

charts/voyager-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: voyager-crds
33
description: Voyager Custom Resource Definitions
44
type: application
5-
version: v2023.05.16
6-
appVersion: v17.0.2
5+
version: v2023.9.18
6+
appVersion: v17.0.3
77
home: https://voyager.com
88
icon: https://cdn.appscode.com/images/products/voyager/voyager-community-icon.png
99
sources:

charts/voyager-crds/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
```bash
88
$ helm repo add appscode https://charts.appscode.com/stable/
99
$ helm repo update
10-
$ helm search repo appscode/voyager-crds --version=v2023.05.16
11-
$ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2023.05.16
10+
$ helm search repo appscode/voyager-crds --version=v2023.9.18
11+
$ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2023.9.18
1212
```
1313

1414
## Introduction
@@ -24,7 +24,7 @@ This chart deploys Voyager crds on a [Kubernetes](http://kubernetes.io) cluster
2424
To install/upgrade the chart with the release name `voyager-crds`:
2525

2626
```bash
27-
$ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2023.05.16
27+
$ helm upgrade -i voyager-crds appscode/voyager-crds -n voyager --create-namespace --version=v2023.9.18
2828
```
2929

3030
The command deploys Voyager crds on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.

charts/voyager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: Voyager by AppsCode - Secure L7/L4 Ingress Controller for Kubernetes
33
name: voyager
4-
version: v2023.05.16
5-
appVersion: v17.0.2
4+
version: v2023.9.18
5+
appVersion: v17.0.3
66
home: https://voyagermesh.com/
77
icon: https://cdn.appscode.com/images/products/voyager/icons/android-icon-192x192.png
88
sources:

charts/voyager/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
```bash
88
$ helm repo add appscode https://charts.appscode.com/stable/
99
$ helm repo update
10-
$ helm search repo appscode/voyager --version=v2023.05.16
11-
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.05.16
10+
$ helm search repo appscode/voyager --version=v2023.9.18
11+
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.9.18
1212
```
1313

1414
## Introduction
@@ -24,7 +24,7 @@ This chart deploys a Voyager operator on a [Kubernetes](http://kubernetes.io) cl
2424
To install/upgrade the chart with the release name `voyager-operator`:
2525

2626
```bash
27-
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.05.16
27+
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.9.18
2828
```
2929

3030
The command deploys a Voyager operator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -98,12 +98,12 @@ The following table lists the configurable parameters of the `voyager` chart and
9898
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example:
9999

100100
```bash
101-
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.05.16 --set replicaCount=1
101+
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.9.18 --set replicaCount=1
102102
```
103103

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

107107
```bash
108-
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.05.16 --values values.yaml
108+
$ helm upgrade -i voyager-operator appscode/voyager -n voyager --create-namespace --version=v2023.9.18 --values values.yaml
109109
```

0 commit comments

Comments
 (0)