Skip to content

Releases: kubernetes-sigs/nat64

v0.4.1

29 Jul 11:22
b9dd6bc

Choose a tag to compare

What's Changed

  • fixes panic on environments where the maps used for metrics can not be pinned by @akwi-github in #47

Full Changelog: v0.4.0...v0.4.1

v0.4.0

23 Jul 16:05
0d01efa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

14 May 15:49

Choose a tag to compare

What's Changed

  • stabilize tests by @aojea in #25
  • Add more e2e tests by @siwiutki in #29
  • Tests nat64 using network namespaces by @aojea in #26
  • Add a new Healthz endpoint on the the same port than the metrics endpoints but using the path /healthz by @siwiutki in #35.
    • The nat64 daemon now expose a healthz endpoint that return an error if is not able to sync the nftables rules or if the nat64 interface does not exist or does not have ebpf programs loadde

** Breaking change ** The flag --metrics-bind-address no longer exist and now is replaced by --bind-address

Full Changelog: v0.2.1...v0.3.0

v0.2.1

07 Apr 16:45
23cee53

Choose a tag to compare

What's Changed

  • E2e tests , added new framework based on bats and run conformance by @aojea in #23
  • Fix bug on subnet range validation by @aojea in #23

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Apr 00:17
48d1413

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/nat64/commits/v0.2.0