Skip to content

Releases: kubernetes-sigs/kube-network-policies

v0.9.2

13 Sep 15:51

Choose a tag to compare

What's Changed

  • Iptracker safer defaults @aojea in #244
  • Bump dependencies

Full Changelog: v0.9.1...v0.9.2

v0.9.1

28 Aug 14:40

Choose a tag to compare

What's Changed

  • fix race condition on iptracker by @aojea in #224
  • Fix push for npa-v1alpha2 as it was only building before by @npinaeva in #226
  • fix multiple minor issues with the tooling for building

Full Changelog: v0.9.0...v0.9.1

v0.9.0

27 Aug 15:19
fa24992

Choose a tag to compare

What's Changed

  • Introduce modular PolicyEvaluator architecture for better testability and extensibility by @aojea in #197
  • Refactor dataplane controller and policy evaluation by @aojea in #201
  • decouple Interfaces from Implementation by @aojea in #202
  • allow to pass kubeconfig as flag by @aojea in #206
  • move to a pluggable architecture by @aojea in #207
  • print version at start by @aojea in #208
  • Optimize Pod IP and metadata distribution for large clusters using kube-ip-tracker by @aojea in #190
  • Cluster Network Policy by @aojea in #199

Full Changelog: v0.8.1...v0.9.0

v0.8.1

06 Aug 15:29
d5a3cb1

Choose a tag to compare

What's Changed

  • Liveness probes by @aojea in #160

  • Add uninstall steps and nftables cleanup note to README by @gsakun in #163

  • Fix graceful shutdown: handle SIGTERM properly to cleanup resources by @gsakun in #164

  • remove cleanup nftable notice from readme by @gsakun in #178

  • network policy: Allow blocking IPv6 ping by @oshoval in #192

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

11 Apr 11:36
d661fc1

Choose a tag to compare

What's Changed

kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/network-policy-api/main/config/crd/experimental/policy.networking.k8s.io_adminnetworkpolicies.yaml

New Contributors

  • @rata made their first contribution in #156

Full Changelog: v0.7.0...v0.8.0

v0.7.0 Distroless

10 Jan 22:52
808dc01

Choose a tag to compare

What's Changed

Kube-network-policies no longer depend on the nft userspace libraries, that means that the image is just the golang binary, with the benefits of a reduced size and less dependencies that makes it easier to maintain and vendor.

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

30 Oct 13:27
640d832

Choose a tag to compare

What's Changed

  • Allow to configure the nftables name and implement defaulting in the config data structure by @aojea in #106
  • Add helm chart. by @mneverov in #107

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

07 Oct 20:04
c96cefe

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

24 Jul 09:41
15a4cc5

Choose a tag to compare

What's Changed

  • do not process root user local traffic by network policies by @aojea in #66

Full Changelog: v0.5.0...v0.5.1

v0.5.0

19 Jul 16:28
d72b160

Choose a tag to compare

What's Changed

  • move nftables creation inside the controller constructor by @aojea in #53
  • Parse IPv6 extension headers by @uablrek in #51
  • IPVS support by @aojea in #54

New Contributors

Full Changelog: v0.4.0...v0.5.0