Skip to content

Commit

Permalink
Add announcements for project rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hjkatz committed Sep 5, 2024
1 parent 7cb3ae4 commit afb3ac7
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ The full documentation for the ngrok Ingress Controller can be found on our [k8s

## Known Issues

> **Note**
> **Note**
>
> This project is currently in beta as we continue testing and receiving feedback. The functionality and CRD contracts may change. It is currently used internally at ngrok for providing ingress to some of our production workloads.
> This project is currently in beta as we continue testing and receiving feedback. The functionality and CRD contracts may change. It is currently used internally at ngrok for providing ingress to some of our production workloads.
1. Current issues can be found in the GitHub issues. [Known/suspected bugs](https://github.com/ngrok/kubernetes-ingress-controller/issues?q=is%3Aopen+is%3Aissue+label%3Abug) are labeled as `bug`.

Expand Down
19 changes: 18 additions & 1 deletion helm/ingress-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.15.0

### DEPRECATION ANNOUNCEMENT / ACTION REQUIRED

See Full Announcement: https://github.com/ngrok/kubernetes-ingress-controller/discussions/421

On Wednesday September 11th, 2024 this Helm Chart will be renamed to ngrok/ngrok-operator.

If you take no action, then you will not receive future updates to the ingress controller.

Please update your Helm repo with the following commands:

$ helm repo add ngrok charts.ngrok.com --force-update
$ helm repo update

If you need additional help, please reach out to our support team at https://ngrok.com/support

## 0.14.3
**Full Changelog**: https://github.com/ngrok/kubernetes-ingress-controller/compare/helm-chart-0.14.2...helm-chart-0.14.3

Expand Down Expand Up @@ -65,7 +82,7 @@ kubectl apply -f ./helm/ingress-controller/templates/crds/

- 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.
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).
Expand Down
2 changes: 1 addition & 1 deletion helm/ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: kubernetes-ingress-controller
description: A Kubernetes ingress controller built using ngrok.
version: 0.14.3
version: 0.15.0
appVersion: 0.12.2
keywords:
- ngrok
Expand Down
15 changes: 15 additions & 0 deletions helm/ingress-controller/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
=== DEPRECATION ANNOUNCEMENT / ACTION REQUIRED =================================

See Full Announcement: https://github.com/ngrok/kubernetes-ingress-controller/discussions/421

On Wednesday September 11th, 2024 this Helm Chart will be renamed to ngrok/ngrok-operator.

If you take no action, then you will not receive future updates to the ingress controller.

Please update your Helm repo with the following commands:

$ helm repo add ngrok charts.ngrok.com --force-update
$ helm repo update

If you need additional help, please reach out to our support team at https://ngrok.com/support

================================================================================
The ngrok Ingress controller has been deployed as a Deployment type to your
cluster.
Expand Down

0 comments on commit afb3ac7

Please sign in to comment.