Skip to content

Releases: metal-stack/metal-networker

Release v0.6.3

18 May 09:02
2016cb1
Compare
Choose a tag to compare
Leak external host-routes to private network (#49)

Closes #48

Release v0.6.2

03 May 08:41
fbc3f9d
Compare
Choose a tag to compare
replace statik with go:embed (#44)

* replace statik with go:embed

* no longer required

* linter needs go 1.16 as well

* try with newer golangci-lint version

* try with newer golangci-lint version

* try with newer golangci-lint version

* try with newer golangci-lint version

* make golangci-lint run -p bugs happy

* Adopt linter changes

* simplify version header handling in test

Co-authored-by: Markus Fensterer <[email protected]>

Release v0.6.1

04 Mar 11:03
9f70ed1
Compare
Choose a tag to compare
Ipv6 (#42)

* Create dual-stack nftables rules

* Do not specify mask of host ips

* address-family ipv6 for frr

* Add bitlen to ips

* Make frr tests pass

* Make prefix detection ipv6 aware

* Add bitlen to svi interfaces

* create proper bgp router-ids in case machine ip is ipv6

* Activate ipv6 in this addressfamily

* Activate ipv6 in this addressfamily

* fix tests

* Make SNAT work for firewalls

* different prefix lists for different address families

* added testcase for ipv6 firewall

* unify ipv4 and ipv6 rule file otherwise bgp unnumbered won't work

* removed tpl block for snat by accident

* improve on routemap testability

* test route maps for ipv6 and add first steps for dmz firewall support

* dmz capability

* added test-case for dmz app fw

* snat rules for dmz and added further test-cases for snat

* extend default route network detection

* dmz net must be imported to external nets for nat

* update metal-go

Co-authored-by: Markus Fensterer <[email protected]>

Release v0.6.0

04 Mar 10:53
9f70ed1
Compare
Choose a tag to compare
  • initial ipv6 support
  • handling DMZ networks for MEP-6

Release v0.5.3

25 Nov 14:21
76c1e5f
Compare
Choose a tag to compare
Merge pull request #39 from metal-stack/bridge-mtu

add MTUBytes=9000 to bridge netdev

v0.5.2

25 Nov 14:11
76c1e5f
Compare
Choose a tag to compare
Merge pull request #39 from metal-stack/bridge-mtu

add MTUBytes=9000 to bridge netdev

Release v0.5.1

20 Nov 14:53
dd0c01f
Compare
Choose a tag to compare
use ghcr.io as docker registry (#36)

Release v0.5.0

17 Nov 14:49
64ef18b
Compare
Choose a tag to compare
with snat functionality the k8s firewall object contains the metal ne…

Release v0.4.1

22 Oct 09:54
7ce566a
Compare
Choose a tag to compare
Support Shared Private Networks (#32)

Release v0.4.0

22 Oct 09:42
7ce566a
Compare
Choose a tag to compare
  • build with go 1.15
  • support private shared networks #32