Ngrok Operator Versions Save

Expose your service in Kubernetes to the Internet with Ngrok easily! Automatically reload ngrok sessions after expired!

v1.3.0

2 years ago

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

v1.2.0

2 years ago

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

v1.1.0

2 years ago

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.

v1.0.0

2 years ago

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.

0.0.2

3 years ago

Second release of ngrok operator, add multiple feature like:

  • support HTTP
  • support TCP
  • support costum configuration
    • custom domain
    • custom TCP address
    • custom region
    • enable/disable inspection
    • support HTTP auth

0.0.1

3 years ago

First release of ngrok-operator!

  • Basic ngrok feature
  • Basic HTTP support