Skip to content

Commit

Permalink
🎉 Release controller 0.14.0 and helm chart 0.17.0-rc.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
jonstacks committed Dec 6, 2024
1 parent 5d73f12 commit 41d2d14
Show file tree
Hide file tree
Showing 12 changed files with 93 additions and 30 deletions.
53 changes: 50 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,53 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.14.0
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/ngrok-operator-0.13.7...ngrok-operator-0.14.0

- Update ngrok-operator version to `0.14.0`
- Update Helm chart version to `0.17.0-rc.1`

<!-- remove empty sections -->
<!-- PRs since last release: -->

### Added
- add agentendpoint crd by @Alice-Lilith in [#525](https://github.com/ngrok/ngrok-operator/pull/525)
- agent endpoints work continued by @Alice-Lilith in [#538](https://github.com/ngrok/ngrok-operator/pull/538)

### Changed

- Error with invalid API key by @hjkatz in [#524](https://github.com/ngrok/ngrok-operator/pull/524)

### Fixed

- fix: Re-create tunnel if forwardsTo or appProto changes by @jonstacks in [#527](https://github.com/ngrok/ngrok-operator/pull/527)
- adjust bindings-forwarder deployment template by @masonj5n in [#529](https://github.com/ngrok/ngrok-operator/pull/529)
- skip no-op status and annotation updates for boundendpoint reconciliation by @masonj5n in [#537](https://github.com/ngrok/ngrok-operator/pull/537)
- fix endpoint url validation helper and add tests by @Alice-Lilith in [#544](https://github.com/ngrok/ngrok-operator/pull/544)
- fix(agent-endpoints): Delete agent endpoint instead of tunnel by @jonstacks in [#543](https://github.com/ngrok/ngrok-operator/pull/543)

### Internal / CI

- Add artifacthub badge by @hjkatz in [#513](https://github.com/ngrok/ngrok-operator/pull/513)
- feat: add chainsaw based e2e tests by @eddycharly in [#506](https://github.com/ngrok/ngrok-operator/pull/506)
- e2e updates / fixes 1 by @hjkatz in [#526](https://github.com/ngrok/ngrok-operator/pull/526)
- Trigger ci e2e with Makefile change by @hjkatz in [#528](https://github.com/ngrok/ngrok-operator/pull/528)
- Use correct namespace for debugging by @hjkatz in [#530](https://github.com/ngrok/ngrok-operator/pull/530)
- Ensure build-and-test runs on push events by @hjkatz in [#531](https://github.com/ngrok/ngrok-operator/pull/531)
- E2E 5, E5E by @hjkatz in [#532](https://github.com/ngrok/ngrok-operator/pull/532)
- Fix typo for changes to tests ; Add scripts/e2e.sh too by @hjkatz in [#534](https://github.com/ngrok/ngrok-operator/pull/534)
- Checkout fork PR HEAD for e2e tests by @hjkatz in [#535](https://github.com/ngrok/ngrok-operator/pull/535)
- Enable deny gate for 'safe to test' label by @hjkatz in [#539](https://github.com/ngrok/ngrok-operator/pull/539)
- Add found labels debug message by @hjkatz in [#540](https://github.com/ngrok/ngrok-operator/pull/540)
- feat: Use a merge group for e2e tests by @jonstacks in [#542](https://github.com/ngrok/ngrok-operator/pull/542)
- Add some e2e tests as a feature branch by @hjkatz in [#533](https://github.com/ngrok/ngrok-operator/pull/533)
- feat(ci): Update release script by @jonstacks in [#545](https://github.com/ngrok/ngrok-operator/pull/545)

### New Contributors
- @eddycharly made their first contribution in https://github.com/ngrok/ngrok-operator/pull/506
- @masonj5n made their first contribution in https://github.com/ngrok/ngrok-operator/pull/529
- @Alice-Lilith made their first contribution in https://github.com/ngrok/ngrok-operator/pull/525

## 0.13.7
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/ngrok-operator-0.13.6...ngrok-operator-0.13.7

Expand Down Expand Up @@ -33,11 +80,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Sign ngrok-operator Helm chart with GPG key by @hjkatz <[email protected]> in [#514](https://github.com/ngrok/ngrok-operator/pull/514)
- Sign ngrok-operator Helm chart with GPG key by @hjkatz in [#514](https://github.com/ngrok/ngrok-operator/pull/514)

### Fixed

- Update README.md with new rename by @<gh-user> <[email protected]> in [#516](https://github.com/ngrok/ngrok-operator/pull/516)
- Update README.md with new rename by @hjkatz in [#516](https://github.com/ngrok/ngrok-operator/pull/516)

## 0.13.4
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/ngrok-operator-0.13.3...ngrok-operator-0.13.4
Expand All @@ -47,7 +94,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add `scripts/release.sh` and `make release` by @hjkatz <[email protected]> in [#507](https://github.com/ngrok/ngrok-operator/pull/507) [#509](https://github.com/ngrok/ngrok-operator/pull/509) [#510](https://github.com/ngrok/ngrok-operator/pull/510)
- Add `scripts/release.sh` and `make release` by @hjkatz in [#507](https://github.com/ngrok/ngrok-operator/pull/507) [#509](https://github.com/ngrok/ngrok-operator/pull/509) [#510](https://github.com/ngrok/ngrok-operator/pull/510)

## 0.13.3
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/ngrok-operator-0.13.1...ngrok-operator-0.13.3
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.7
0.14.0
20 changes: 18 additions & 2 deletions helm/ngrok-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to the helm chart will be documented in this file. Please se
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.17.0-rc.1
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/helm-chart-0.16.4...helm-chart-0.17.0-rc.1

- Update ngrok-operator version to `0.14.0`
- Update Helm chart version to `0.17.0-rc.1`

### Added

- add agentendpoint crd by @Alice-Lilith in [#525](https://github.com/ngrok/ngrok-operator/pull/525)
- agent endpoints work continued by @Alice-Lilith in [#538](https://github.com/ngrok/ngrok-operator/pull/538)

### Fixed

- adjust bindings-forwarder deployment template by @masonj5n in [#529](https://github.com/ngrok/ngrok-operator/pull/529)


## 0.16.4
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/helm-chart-0.16.3...helm-chart-0.16.4

Expand Down Expand Up @@ -33,7 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Sign ngrok-operator Helm chart with GPG key by @hjkatz <[email protected]> in [#514](https://github.com/ngrok/ngrok-operator/pull/514)
- Sign ngrok-operator Helm chart with GPG key by @hjkatz in [#514](https://github.com/ngrok/ngrok-operator/pull/514)

## 0.16.1
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/helm-chart-0.16.0...helm-chart-0.16.1
Expand All @@ -43,7 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update NOTES.txt for new feature sets by @hjkatz <[email protected]> in [#508](https://github.com/ngrok/ngrok-operator/pull/508)
- Update NOTES.txt for new feature sets by @hjkatz in [#508](https://github.com/ngrok/ngrok-operator/pull/508)

## 0.16.0
**Full Changelog**: https://github.com/ngrok/ngrok-operator/compare/helm-chart-0.16.0...helm-chart-0.15.0
Expand Down
4 changes: 2 additions & 2 deletions helm/ngrok-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: ngrok-operator
description: The official ngrok Kubernetes Operator.
version: 0.16.4
appVersion: 0.13.7
version: 0.17.0-rc.1
appVersion: 0.14.0
keywords:
- ngrok
- networking
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 41d2d14

Please sign in to comment.