Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add announcements for project rename #423

Merged
merged 2 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

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

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

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.

Loading