Skip to content

Releases: kubernetes-sigs/network-policy-api

v0.1.1

17 Aug 17:10
64aa20f
Compare
Choose a tag to compare

API Version: v1alpha1

This is a patch release of the network-policy-api. It includes two
main resources geared towards cluster admins:

  • AdminNetworkPolicy
  • BaselineAdminNetworkPolicy

Additionally it includes many conformance test updates and fixes:

  • Ingress/Egress Traffic conformance for TCP/UDP/SCTP
  • Movement of base testing yamls
  • Variable renaming and comment improvements
  • Increased default timeout
  • Removal of K8s.io/kubernetes dependency

Please check out the network-policy-api website for more information.

Also many thanks to all of the folks who pushed commits to help make this happen 😄

Changes of importance for released code

  • Add BANP conformance tests for .Spec.Ingress and .Spec.Egress fields by @tssurya in #109
  • Add conformance for Gress rules by @tssurya in #112
  • Add conformance test for .spec.Priority field in ANP by @tssurya in #113
  • Fix some nits in conformance package by @Dyanngg in #124
  • Change conformance test ready condition by @Dyanngg in #125
  • Remove k8s.io/kubernetes from project dependency by @Dyanngg in #129

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

23 May 20:12
7321d85
Compare
Choose a tag to compare

API Version: v1alpha1

This is the initial release of the network-policy-api. It includes two main resources geared towards cluster admins:

  • AdminNetworkPolicy
  • BaselineAdminNetworkPolicy

Please check out the network-policy-api website for more information.

Also many thanks to all of the folks who pushed commits to help make this happen 😄

Contributors (since the project's creation)

Full Changelog: https://github.com/kubernetes-sigs/network-policy-api/commits/v0.1.0