Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@astoycos astoycos released this 17 Aug 17:10
· 144 commits to main since this release
64aa20f

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