Skip to content

Commit e1eb91a

Browse files
authored
Create release for chart 0.22.1 and container 0.20.2 for minor bug fixes (#775)
1 parent 8e7a76e commit e1eb91a

15 files changed

+70
-32
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.20.2
9+
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/ngrok-operator-0.20.1...ngrok-operator-0.20.2
10+
11+
### Added
12+
13+
- Added emission of warning logs in the operator if Notices are passed from server-side through ConnResponse by @sabrina-ngrok [#766](https://github.com/ngrok/ngrok-operator/pull/766)
14+
15+
### Fixed
16+
- Fixed the initial seeding of Ingress objects and other resources into the Operators internal driver respect filtering based on the `watchNamespace` value by @alex-bezek in [#771](https://github.com/ngrok/ngrok-operator/pull/771)
17+
- Fixed the operator to not apply finalizers to `HttpRoutes` for non-ngrok Gateway Classes by @jonstacks in [#770](https://github.com/ngrok/ngrok-operator/pull/770)
18+
- Fixed the Bindings Forwarder pod's k8s client to list pods across namespaces instead of just pods in the namespace its running in by @sabrina-ngrok in [#774](https://github.com/ngrok/ngrok-operator/pull/774/)
19+
20+
821
## 0.20.1
922
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/ngrok-operator-0.20.0...ngrok-operator-0.20.1
1023

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.20.1
1+
0.20.2

helm/ngrok-crds/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to the ngrok-crds helm chart will be documented in this file
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
9+
## 0.2.1
10+
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/helm-chart-ngrok-crds-0.2.0...helm-chart-ngrok-crds-0.2.1
11+
12+
- Update CRDs Helm chart version to `0.2.1`
13+
14+
15+
### Added
16+
- Updated `controller-gen` version and regenerated `CRDs` by @jonstacks in [#767](https://github.com/ngrok/ngrok-operator/pull/767)
17+
18+
819
## 0.2.0
920
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/helm-chart-ngrok-crds-0.1.0...helm-chart-ngrok-crds-0.2.0
1021

helm/ngrok-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: ngrok-crds
33
description: ngrok Custom Resource Definitions for Kubernetes.
4-
version: 0.2.0
5-
appVersion: 0.2.0
4+
version: 0.2.1
5+
appVersion: 0.2.1
66
keywords:
77
- ngrok
88
- networking

helm/ngrok-operator/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to the helm chart will be documented in this file. Please se
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.22.1
9+
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/helm-chart-0.22.0...helm-chart-ngrok-operator-0.22.1
10+
11+
- Update ngrok-operator image version to `0.20.2`
12+
- Update Helm chart version to `0.22.1`
13+
- Update [ngrok-crds](../ngrok-crds/CHANGELOG.md) dependency version to `0.2.1`
14+
15+
### Added
16+
- Updated `controller-gen` version and regenerated `CRDs` by @jonstacks in [#767](https://github.com/ngrok/ngrok-operator/pull/767)
17+
18+
### Fixed
19+
- Fixed the Bindings Forwarder pod's RBAC permissions to have ClusterRole permissions to list pods across namespaces by @sabrina-ngrok in [#774](https://github.com/ngrok/ngrok-operator/pull/774/)
20+
21+
822
## 0.22.0
923
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/helm-chart-0.21.1...helm-chart-ngrok-operator-0.22.0
1024

helm/ngrok-operator/Chart.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: common
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 2.34.0
4+
version: 2.36.0
55
- name: ngrok-crds
66
repository: file://../ngrok-crds
7-
version: 0.2.0
8-
digest: sha256:a4b06c9c6cc3e9e7bd509edc4998666e05d6f8dc6c4678258ff9a3c68d70f8b2
9-
generated: "2026-02-05T16:25:03.999386703-06:00"
7+
version: 0.2.1
8+
digest: sha256:bf84785ea27e9a795534439e5523d8d00fff8d6cf829a11ad48edd38b00fbbca
9+
generated: "2026-03-05T13:31:16.389134-06:00"

helm/ngrok-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: ngrok-operator
33
description: The official ngrok Kubernetes Operator.
4-
version: 0.22.0
5-
appVersion: 0.20.1
4+
version: 0.22.1
5+
appVersion: 0.20.2
66
keywords:
77
- ngrok
88
- networking
@@ -21,7 +21,7 @@ dependencies:
2121
version: 2.x.x
2222
- name: ngrok-crds
2323
repository: file://../ngrok-crds
24-
version: 0.2.0
24+
version: 0.2.1
2525
condition: installCRDs
2626
tags:
2727
- install-crds

helm/ngrok-operator/tests/__snapshot__/controller-deployment_test.yaml.snap

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

helm/ngrok-operator/tests/__snapshot__/controller-pdb_test.yaml.snap

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

helm/ngrok-operator/tests/__snapshot__/controller-serviceaccount_test.yaml.snap

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)