Releases: zufardhiyaulhaq/frp-operator
Releases · zufardhiyaulhaq/frp-operator
v0.3.1
What's Changed
- modify template to proper toml format by @JinxCappa in #6
New Contributors
- @JinxCappa made their first contribution in #6
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Releasing v0.3.0 🥳🥳
Changes:
- Update frp client image to 0.56.0
- support UDP (alpha)
- support upstream TCP healthcheck
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/frp-operator/v0.3.0/charts/frp-operator/crds/crds.yaml
New Contributors
- @walejandromt made their first contribution in #3
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Releasing v0.2.0 🥳🥳
Changes:
- Implement encryption by default
- Adding the ability to support proxy protocol for TCP tunneling
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/frp-operator/v0.2.0/charts/frp-operator/crds/crds.yaml
v0.1.0
The first release of frp-operator 🥳. This operator helps you spine frp client inside Kubernetes so you can easily access your Kubernetes from the public.
- Alpha support for TCP upstream
- Support ARM64 & AMD64