Skip to content

Commit 2e8da29

Browse files
authored
release v0.19.0 (#390)
* chore(charts): bump version to v0.19.0-rc.1 in Helm chart * chore(pulsar-resources-operator): update chart version to v0.19.0 * docs(pulsar-resources-operator): fix CRD URLs in README
1 parent 8a35103 commit 2e8da29

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

charts/pulsar-resources-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ type: application
3030
# This is the chart version. This version number should be incremented each time you make changes
3131
# to the chart and its templates, including the app version.
3232
# Versions are expected to follow Semantic Versioning (https://semver.org/)
33-
version: v0.17.0
33+
version: v0.19.0
3434

3535
# This is the version number of the application being deployed. This version number should be
3636
# incremented each time you make changes to the application. Versions are not expected to
3737
# follow Semantic Versioning. They should reflect the version the application is using.
3838
# It is recommended to use it with quotes.
39-
appVersion: "v0.17.0"
39+
appVersion: "v0.19.0"
4040

4141
# This is a semver range of compatible Kubernetes versions. Helm will validate the version
4242
# constraints when installing the chart and fail if the cluster runs an unsupported Kubernetes version

charts/pulsar-resources-operator/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pulsar Resources Operator
22

3-
![Version: v0.17.0](https://img.shields.io/badge/Version-v0.17.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.17.0](https://img.shields.io/badge/AppVersion-v0.17.0-informational?style=flat-square)
3+
![Version: v0.19.0](https://img.shields.io/badge/Version-v0.19.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.19.0](https://img.shields.io/badge/AppVersion-v0.19.0-informational?style=flat-square)
44

55
## Installing the Chart
66

@@ -28,28 +28,28 @@ Apply from the local chart directory:
2828
$ kubectl apply -f charts/pulsar-resources-operator/crds
2929
```
3030

31-
Apply from raw URLs for a specific version (v0.17.0 shown below):
31+
Apply from raw URLs for a specific version (v0.19.0 shown below):
3232

3333
```console
34-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml
35-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccounts.yaml
36-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml
37-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccountbindings.yaml
38-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeworkspaces.yaml
39-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml
40-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_apikeys.yaml
41-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeflinkdeployments.yaml
42-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml
43-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml
44-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml
45-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml
46-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml
47-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_secrets.yaml
48-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_rolebindings.yaml
49-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnsisolationpolicies.yaml
50-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml
51-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml
52-
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/v0.17.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_streamnativecloudconnections.yaml
34+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarfunctions.yaml
35+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccounts.yaml
36+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpackages.yaml
37+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_serviceaccountbindings.yaml
38+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeworkspaces.yaml
39+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsargeoreplications.yaml
40+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_apikeys.yaml
41+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_computeflinkdeployments.yaml
42+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarconnections.yaml
43+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarpermissions.yaml
44+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml
45+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsinks.yaml
46+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml
47+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_secrets.yaml
48+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_rolebindings.yaml
49+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnsisolationpolicies.yaml
50+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartenants.yaml
51+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarsources.yaml
52+
kubectl apply -f https://raw.githubusercontent.com/streamnative/pulsar-resources-operator/refs/tags/pulsar-resources-operator-v0.19.0/charts/pulsar-resources-operator/crds/resource.streamnative.io_streamnativecloudconnections.yaml
5353
```
5454

5555
## Values

0 commit comments

Comments
 (0)