Skip to content

Commit 0f176d5

Browse files
authored
🎉 Release controller 0.19.1 and helm chart 0.21.1-rc.1 🎉 (#714)
1 parent 55d7c3d commit 0f176d5

File tree

12 files changed

+49
-25
lines changed

12 files changed

+49
-25
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.19.1
9+
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/ngrok-operator-0.19.0...ngrok-operator-0.19.1
10+
11+
### Added
12+
13+
- feat: Add util documentation and tests by @jonstacks in [#707](https://github.com/ngrok/ngrok-operator/pull/707)
14+
15+
### Fixed
16+
17+
- Don't create domains for k8s bound endpoints by @alex-bezek in [#705](https://github.com/ngrok/ngrok-operator/pull/705)
18+
- Remove the setting the ready reason to reconciling by @alex-bezek in [#712](https://github.com/ngrok/ngrok-operator/pull/712)
19+
- fix: Created condition on existing IP Policy Rules by @jonstacks in [#702](https://github.com/ngrok/ngrok-operator/pull/702)
20+
821
## 0.19.0
922
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/ngrok-operator-0.18.0...ngrok-operator-0.19.0
1023

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.19.0
1+
0.19.1

helm/ngrok-operator/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 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.21.1-rc.1
9+
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/helm-chart-0.21.0...helm-chart-0.21.1-rc.1
10+
11+
- Update ngrok-operator image version to `0.19.1`
12+
- Update Helm chart version to `0.21.1-rc.1`
13+
14+
### Added
15+
16+
- feat(helm): Add support for setting pod terminationGracePeriodSeconds by @jonstacks in [#701](https://github.com/ngrok/ngrok-operator/pull/701)
17+
18+
819
## 0.21.0
920
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/helm-chart-0.20.0...helm-chart-0.21.0
1021

helm/ngrok-operator/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-operator
33
description: The official ngrok Kubernetes Operator.
4-
version: 0.21.0
5-
appVersion: 0.19.0
4+
version: 0.21.1-rc.1
5+
appVersion: 0.19.1
66
keywords:
77
- ngrok
88
- networking

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.

helm/ngrok-operator/tests/__snapshot__/ingress-class_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/agent/__snapshot__/deployment_test.yaml.snap

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

helm/ngrok-operator/tests/agent/__snapshot__/service-account_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)