Skip to content

Commit

Permalink
🎉 Cut Helm chart 0.10.0 release 🎉 (#252)
Browse files Browse the repository at this point in the history
Release helm chart version 0.10.0
  • Loading branch information
jonstacks authored Jun 13, 2023
1 parent 2d38bc7 commit 9ece253
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 13 deletions.
12 changes: 12 additions & 0 deletions helm/ingress-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.10.0

### Added
- Support HTTPS backends via service annotation [#238](https://github.com/ngrok/kubernetes-ingress-controller/pull/238)

### Changed
- Normalize all ngrok `.io` TLD to `.app` TLD [#240](https://github.com/ngrok/kubernetes-ingress-controller/pull/240)
- Chart Icon

### Fixed
- Add namespace to secret [#244](https://github.com/ngrok/kubernetes-ingress-controller/pull/244). Thank you for the contribution, @vincetse!

## 0.9.0
### Added
- Add a 'podLabels' option to the helm chart [#212](https://github.com/ngrok/kubernetes-ingress-controller/pull/212).
Expand Down
6 changes: 3 additions & 3 deletions helm/ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: kubernetes-ingress-controller
description: A Kubernetes ingress controller built using ngrok.
version: 0.9.0
appVersion: 0.7.0
version: 0.10.0
appVersion: 0.8.0
keywords:
- ngrok
- networking
Expand All @@ -12,4 +12,4 @@ keywords:
home: https://ngrok.com
sources:
- https://github.com/ngrok/kubernetes-ingress-controller
icon: https://blog.ngrok.com/_next/image?url=%2Fassets%2Fblog%2Fplaceholder.png&w=1920&q=75
icon: https://ngrok.com/static/img/brand/ngrok-favicon.svg

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 9ece253

Please sign in to comment.