Skip to content

Releases: metal-stack/firewall-controller-manager

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 11:17
28d8b1e

General Changes

  • Add systemd-restart annotation for firewall resource. (#88) @Gerrit91
  • fix: correct event message format in createFirewall function (#90) @mwennrich
  • Fix typos in API constants. (#89) @Gerrit91

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 04 Mar 08:27
9883d07

General Changes

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 10 Feb 12:00
786b6ee

General Changes

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 09:35
83cc83c

General Changes

  • Drop support for K8s versions < 1.24 (fix for GKE version). (#68) @Gerrit91

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 11 Sep 07:28
91feb1f

General Changes

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:08
ba443be

General Changes

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 11:04
aefd9de

General Changes

  • Fix firewall not recreated when manually deleted. (#57) @Gerrit91

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 29 May 13:17
08ddd35

General Changes

  • Propagate firewall status update when controller version changes. (#56) @Gerrit91
  • Update firewalls in maintenance reconciliation (#43) @Gerrit91

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 23 Apr 14:30
ba604e2

General Changes

  • Reduce amount of firewall status updates through monitor controller. (#55) @Gerrit91
  • Add annotation to trigger directed resource reconciliation. (#53) @Gerrit91
  • Update dependencies including controller-runtime. (#54) @Gerrit91

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 02 Apr 09:13
55f40f6

General Changes

  • Some firewall machine status fields are optional. (#52) @Gerrit91
  • workflow: rename Integration Test phase (#50) @vknabel