Skip to content

Releases: STRRL/cloudflare-tunnel-ingress-controller

v0.0.13

15 Sep 19:47
f325b37
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 by @dependabot in #117
  • chore(deps): Bump github.com/cloudflare/cloudflare-go from 0.102.0 to 0.103.0 by @dependabot in #115
  • chore(deps): Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.2 by @dependabot in #116
  • fix: match domain level by level by @STRRL in #120
  • fix: update controlled cloudflared by @STRRL in #121

Full Changelog: v0.0.12...v0.0.13

v0.0.11

03 Jun 12:12
f8d799d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

31 May 14:40
8b4fb07
Compare
Choose a tag to compare

Known Issues

  • Duplicate records repeatedly added to Ingress.status.loadBalancer.ingress #88

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

25 Nov 08:49
c3f8ee5
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump github.com/cloudflare/cloudflare-go from 0.70.0 to 0.72.0 by @dependabot in #22
  • chore(deps): Bump github.com/cloudflare/cloudflare-go from 0.72.0 to 0.76.0 by @dependabot in #39
  • fix: only consider matching ingress class by @bcaldwell in #50
  • Add cloudflare.secretRef for custom secrets by @VoyTechnology in #57
  • feat: add ARM docker image build by @kanya-approve in #45

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8

30 Jun 12:17
919e76d
Compare
Choose a tag to compare

What's Changed

  • fix: only delete dns record related to managed tunnel by @STRRL in #21

Full Changelog: v0.0.7...v0.0.8

v0.0.7

30 Jun 11:52
1a2d3dd
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

What's Changed

  • chore(deps): Bump github.com/cloudflare/cloudflare-go from 0.69.0 to 0.70.0 by @dependabot in #14
  • Cloudflared metrics by @STRRL in #13
  • Support no-tls-verify by @STRRL in #17
  • fix: helm package by @STRRL in #18

New Contributors

Full Changelog: v0.0.4...v0.0.7

v0.0.4

18 Jun 05:40
b99c8d3
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

What's Changed

  • test: test transform from exposure to cf ingress rules and dns records by @STRRL in #4
  • fix: only delete managed dns record by @STRRL in #5

Full Changelog: v0.0.3...v0.0.4

v0.0.3

17 Jun 23:10
21925db
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

What's Changed

  • fix: use best effort mode to extract exposure, ignore None ClusterIP by @STRRL in #3

New Contributors

  • @STRRL made their first contribution in #3

Full Changelog: v0.0.2...v0.0.3

Cloudflare Tunnel Ingress Controller v0.0.2

13 Jun 06:56
03133ef
Compare
Choose a tag to compare

It's the first released version of cloudflare tunnel ingress controller. It could natively integrate with Kubernetes Ingress, and expose Ingress to the Internet without much effort and resources.

Follow the "Get Started" section in README to get onboard!