Recent Releases of ngrok-operator
ngrok-operator - v1.3.0
Release Ngrok Operator v1.3.0 🥳.
- Alpha support for ARM64 Architecture
- Fix bug on bind_tls
Using ARM64 Architecture
You can seamlessly install ngrok-operator in ARM64. You need to use a different image in Ngrok object.
spec:
podSpec:
image: zufardhiyaulhaq/ngrok:v1.0.0-arm64
How to Upgrade
Helm by default doesn't update the crds, you need to apply the crds manually
kubectl apply -f https://raw.githubusercontent.com/zufardhiyaulhaq/ngrok-operator/v1.3.0/charts/ngrok-operator/crds/crds.yaml
`
- Go
Published by zufardhiyaulhaq almost 4 years ago
ngrok-operator - 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 hostheader to Rewrite the HTTP Host header to upstream
- 😎 Add HTTP bindtls 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
- Go
Published by zufardhiyaulhaq over 4 years ago
ngrok-operator - v1.1.0
Release Ngrok Operator v1.1.0 🥳 with a new feature: - 😎 Operator now creates Kubernetes service to access Ngrok API & dashboard. - 🤩 Operator now has the ability to reload Ngrok when the session expired and automatically update the domain with the new one.
- Go
Published by zufardhiyaulhaq over 4 years ago
ngrok-operator - v1.0.0
Releasing the stable version of ngrok-operator, upgrade operator-sdk to v1.11.0, golang v1.16. Add GitHub actions to lint, test, build, scan, and deploying the image.
- Go
Published by zufardhiyaulhaq over 4 years ago
ngrok-operator - 0.0.2
Second release of ngrok operator, add multiple feature like:
- [x] support HTTP
- [x] support TCP
- [x] support costum configuration
- [x] custom domain
- [x] custom TCP address
- [x] custom region
- [x] enable/disable inspection
- [x] support HTTP auth
- Go
Published by zufardhiyaulhaq over 5 years ago
ngrok-operator - 0.0.1
First release of ngrok-operator! - Basic ngrok feature - Basic HTTP support
- Go
Published by zufardhiyaulhaq over 5 years ago