Skip to content

Releases: pragaonj/ingress-rule-updater

v0.4.0

07 Sep 13:07
ad6a89a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.2-pre

28 Apr 16:57
afcce88
Compare
Choose a tag to compare

What's Changed

  • Initial darwin/arm64 support

v0.3.1

11 Mar 08:13
7d2f11c
Compare
Choose a tag to compare

What's Changed

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

v0.3.0

08 Mar 14:12
Compare
Choose a tag to compare

What's Changed

  • Add tls configuration option on host basis by @pragaonj in #6
  • Update go dependencies

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

v0.2.0

08 Feb 09:43
Compare
Choose a tag to compare

What's Changed

  • configure ingressClassName on ingress creation by @pragaonj in #2

Full Changelog: v0.1.0...v0.2.0

v0.1.0

02 Feb 11:02
Compare
Choose a tag to compare

Supported functionality:

  • add ingress rules with service as backend to existing ingress (by host, by path or by host and path)
  • create ingress (if ingress could not be found by name)
  • remove rules by service name
  • remove rules by service name and port
  • delete ingress after removal of last rule
  • extract namespace from kubeconfig or command line argument (-n, --namespace)