v1.2.0
Release Ngrok Operator v1.2.0 🥳 with a new feature:
- 😎 Implement authTokenType to create Kubernetes secret to store your auth token. support backward compatibility with plain auth token.
- 🥳 Operator resource requests & limits are now configurable from the helm chart.
- 😎You now can use your own ngrok image with a new field call
podSpec
. - 🥳 End to End tests in CI to install ngrok-operator & create ngrok object for testing
- Add alpha support for TLS protocol
- 😎 Add HTTP host_header to Rewrite the HTTP Host header to upstream
- 😎 Add HTTP bind_tls to select how ngrok exposes (HTTP, HTTPS, or both)
How to Upgrade
Helm by default don't update the crds, you need to apply the crds manually
kubectl apply -f https://raw.githubusercontent.com/zufardhiyaulhaq/ngrok-operator/v1.2.0/charts/ngrok-operator/crds/crds.yaml