|
5 | 5 | - [v0.1.0](#v010) |
6 | 6 | - [v0.1.1](#v011) |
7 | 7 | - [v0.1.7](#v017) |
| 8 | +- [v0.2.0](#v020) |
8 | 9 |
|
9 | 10 | # v0.1.0 |
10 | 11 |
|
@@ -63,4 +64,33 @@ could compound to many possible ways of expressing relations that would exceed c |
63 | 64 | community is working on a better API proposal for tenancy. See [NPEP-122](https://github.com/kubernetes-sigs/network-policy-api/pull/178) |
64 | 65 | for more details. |
65 | 66 |
|
| 67 | +Please check out the [network-policy-api website](https://network-policy-api.sigs.k8s.io/) for more information. |
| 68 | + |
| 69 | +# v0.2.0 |
| 70 | + |
| 71 | +API Version: v1alpha2 |
| 72 | + |
| 73 | +This is a major release of the network-policy-api that introduces v1alpha2 with |
| 74 | +a single unified resource for cluster administrators: |
| 75 | + |
| 76 | +- ClusterNetworkPolicy (CNP) |
| 77 | + |
| 78 | +ClusterNetworkPolicy combines the previously separate AdminNetworkPolicy and |
| 79 | +BaselineAdminNetworkPolicy resources into a single CRD with a `tier` field |
| 80 | +(Admin or Baseline) to control policy precedence. |
| 81 | +See [NPEP-285](https://network-policy-api.sigs.k8s.io/npeps/npep-285-combine-crds) |
| 82 | +for more details. |
| 83 | + |
| 84 | +The key changes since v0.1.7 include: |
| 85 | + |
| 86 | +- **NPEP-285: Combine ANP and BANP into ClusterNetworkPolicy** - A single CRD |
| 87 | + with `tier` field replaces the two separate resources. The `Allow` action has |
| 88 | + been renamed to `Accept`. |
| 89 | +- **NPEP-187: Ports and Protocols** - The `ports` field has been replaced with |
| 90 | + a new `protocols` field that provides explicit per-protocol matching for TCP, |
| 91 | + UDP, and SCTP with clearer semantics. |
| 92 | +- Updated conformance tests for the new v1alpha2 API |
| 93 | +- Reduced MaxItems from 100 to 25 for rules and peers |
| 94 | +- Updated documentation and user stories for ClusterNetworkPolicy |
| 95 | + |
66 | 96 | Please check out the [network-policy-api website](https://network-policy-api.sigs.k8s.io/) for more information. |
0 commit comments