Skip to content

Commit e1a20ee

Browse files
authored
release v0.16.0 (#358)
* release v0.16.0-rc.1 * fix helm crd * add file based PulsarConnection doc (#355) * add file based pc doc * address placeholders * fix CVE-2025-63811 (#356) fix cve * release v0.16.0-rc.2 * release v0.16.0
1 parent fabcd79 commit e1a20ee

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

charts/pulsar-resources-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ 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.14.0
33+
version: v0.16.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.14.0"
39+
appVersion: "v0.16.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
4343
kubeVersion: ">= 1.18.0-0"
4444
icon: https://raw.githubusercontent.com/streamnative/charts/master/static/logo.svg
4545
sources:
46-
- https://github.com/streamnative/pulsar-resources-operator
46+
- https://github.com/streamnative/pulsar-resources-operator

charts/pulsar-resources-operator/README.md

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

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

55
## Installing the Chart
66

@@ -46,4 +46,4 @@ Pulsar: `>= 2.9.0.x`
4646
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
4747
| serviceAccount.name | string | `""` | |
4848
| terminationGracePeriodSeconds | int | `10` | The period seconds that pod will be termiated gracefully |
49-
| tolerations | list | `[]` | Add tolerations |
49+
| tolerations | list | `[]` | Add tolerations |

go.work.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,6 +1216,7 @@ github.com/docker/go-metrics v0.0.1/go.mod h1:cG1hvH2utMXtqgqqYE9plW6lDxS3/5ayHz
12161216
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ=
12171217
github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=
12181218
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
1219+
github.com/dvsekhvalnov/jose2go v1.6.0/go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB/mPZadG+mhXU=
12191220
github.com/emicklei/go-restful v2.9.5+incompatible h1:spTtZBk5DYEvbxMVutUuTyh1Ao2r4iyvLdACqsl/Ljk=
12201221
github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
12211222
github.com/emicklei/go-restful/v3 v3.8.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=

0 commit comments

Comments
 (0)