Skip to content

Commit

Permalink
Merge pull request #363 from ngrok/josh/helm-0.12.4
Browse files Browse the repository at this point in the history
helm: bump to version 0.12.4
  • Loading branch information
jrobsonchase authored Apr 23, 2024
2 parents 5e4448e + 01aca0b commit 56fb58e
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 15 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ 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.4

### Added

- Add the `--api-url` option
This can be used to set the endpoint for the ngrok API.
It can be set through via the helm `apiURL` value.
- Set metadata for edges created by the gateway
- Add gateway to client info comment

### Changed

- Controller will now start without having session established. Any operations
that require tunnels will return error, while it is trying to create a session.
Its ready and health checks now depend on the status of this session - `ready`
will not return `ok` until connection was established, and `health` check will
return error if this connection had authentication issues.

### Fixed

- Search for backend service using the `HTTPRoute` namepace

## 0.10.3

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.3
0.10.4
9 changes: 9 additions & 0 deletions helm/ingress-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.12.4

- Add the `apiURL` value.
This sets the ngrok API endpoint used by the controller.
It corresponds to the `--api-url` argument to the manager binary.

- Update to version 0.10.4 of the ingress controller.
See its changes [here](../../CHANGELOG.md#0104).

## 0.12.1

- Update to version 0.10.1 of the ingress controller, which includes:
Expand Down
4 changes: 2 additions & 2 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.12.3
appVersion: 0.10.3
version: 0.12.4
appVersion: 0.10.4
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.

0 comments on commit 56fb58e

Please sign in to comment.