Skip to content

v0.2.0

Latest

Choose a tag to compare

@tssurya tssurya released this 21 Apr 16:59
a17adec

API Version: v1alpha2

This is a minor release of the network-policy-api that introduces v1alpha2 version of the API with
a single unified resource for cluster administrators:

  • ClusterNetworkPolicy (CNP)

ClusterNetworkPolicy combines the previously separate AdminNetworkPolicy and
BaselineAdminNetworkPolicy resources into a single CRD with a tier field
(Admin or Baseline) to control policy precedence. See NPEP-285 for more details.

The new aspects of the API being released here that are worth highlighting include:

  • The Allow action has been renamed to Accept.
  • NPEP-187: Ports and Protocols - The ports field has been replaced with
    a new protocols field that provides explicit per-protocol matching for TCP,
    UDP, and SCTP with clearer semantics.
  • Reduced MaxItems from 100 to 25 for rules and peers

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.2.0