Skip to content

Commit c2a5128

Browse files
authored
🎉 Release controller 0.18.0 and helm chart 0.20.0-rc.1 🎉 (#669)
1 parent 5a991dd commit c2a5128

12 files changed

Lines changed: 52 additions & 25 deletions

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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.18.0
9+
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/ngrok-operator-0.17.0...ngrok-operator-0.18.0
10+
11+
Warning: The ngrok-operator image version `0.18.0` and above include a breaking change due to the
12+
sunsetting of some ngrok platform features. Before you upgrade to this version of the image,
13+
please see https://github.com/ngrok/ngrok-operator/discussions/654.
14+
15+
### Removed
16+
- [Breaking Change!] Remove Deprecated CRDs by @jonstacks in [#664](https://github.com/ngrok/ngrok-operator/pull/664).
17+
18+
### Changed
19+
- chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.27.0 by @dependabot in [#668](https://github.com/ngrok/ngrok-operator/pull/668).
20+
- feat: Migrate to ngrok-go v2 by @jonstacks in [#667](https://github.com/ngrok/ngrok-operator/pull/667).
21+
822
## 0.17.0
923
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/ngrok-operator-0.16.1...ngrok-operator-0.17.0
1024

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.0
1+
0.18.0

helm/ngrok-operator/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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.20.0-rc.1
9+
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/helm-chart-0.19.0...helm-chart-0.20.0-rc.1
10+
11+
Warning: The ngrok-operator image version `0.18.0` and above include a breaking change due to the
12+
sunsetting of some ngrok platform features. Before you upgrade to this version of the image,
13+
please see https://github.com/ngrok/ngrok-operator/discussions/654.
14+
15+
### Removed
16+
- [Breaking Change!] Remove Deprecated CRDs by @jonstacks in [#664](https://github.com/ngrok/ngrok-operator/pull/664).
17+
18+
### Changed
19+
- Update ngrok-operator image version to `0.18.0`
20+
821
## 0.19.0
922
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/helm-chart-0.18.1...helm-chart-0.19.0
1023

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.19.0
5-
appVersion: 0.17.0
4+
version: 0.20.0-rc.1
5+
appVersion: 0.18.0
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)