Skip to content

Releases: zufardhiyaulhaq/frp-operator

v0.3.1

30 Jun 05:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

15 Apr 12:28
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.3.0

v0.2.0

21 Jun 12:48
Compare
Choose a tag to compare

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

12 Jun 07:48
Compare
Choose a tag to compare

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