File tree Expand file tree Collapse file tree 4 files changed +27
-6
lines changed Expand file tree Collapse file tree 4 files changed +27
-6
lines changed Original file line number Diff line number Diff line change 3
3
## Table of Contents
4
4
5
5
- [ v0.1.0] ( #v010 )
6
+ - [ v0.1.1] ( #v011 )
6
7
7
8
# v0.1.0
8
9
@@ -15,3 +16,23 @@ main resources geared towards cluster admins:
15
16
- BaselineAdminNetworkPolicy
16
17
17
18
Please check out the [ network-policy-api website] ( https://network-policy-api.sigs.k8s.io/ ) for more information.
19
+
20
+ # v0.1.1
21
+
22
+ API Version: v1alpha1
23
+
24
+ This is a patch release of the network-policy-api. It includes two
25
+ main resources geared towards cluster admins:
26
+
27
+ - AdminNetworkPolicy
28
+ - BaselineAdminNetworkPolicy
29
+
30
+ Additionally it includes many conformance test updates and fixes:
31
+
32
+ - Ingress/Egress Traffic conformance for TCP/UDP/SCTP
33
+ - Movement of base testing yamls
34
+ - Variable renaming and comment improvements
35
+ - Increased default timeout
36
+ - Removal of K8s.io/kubernetes dependency
37
+
38
+ Please check out the [ network-policy-api website] ( https://network-policy-api.sigs.k8s.io/ ) for more information.
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
2
2
kind : CustomResourceDefinition
3
3
metadata :
4
4
annotations :
5
- api-approved.kubernetes.io : https://github.com/kubernetes-sigs/network-policy-api/pull/106
6
- policy.networking.k8s.io/bundle-version : v0.1.0
5
+ api-approved.kubernetes.io : https://github.com/kubernetes-sigs/network-policy-api/pull/135
6
+ policy.networking.k8s.io/bundle-version : v0.1.1
7
7
creationTimestamp : null
8
8
name : adminnetworkpolicies.policy.networking.k8s.io
9
9
spec :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
2
2
kind : CustomResourceDefinition
3
3
metadata :
4
4
annotations :
5
- api-approved.kubernetes.io : https://github.com/kubernetes-sigs/network-policy-api/pull/106
6
- policy.networking.k8s.io/bundle-version : v0.1.0
5
+ api-approved.kubernetes.io : https://github.com/kubernetes-sigs/network-policy-api/pull/135
6
+ policy.networking.k8s.io/bundle-version : v0.1.1
7
7
creationTimestamp : null
8
8
name : baselineadminnetworkpolicies.policy.networking.k8s.io
9
9
spec :
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ const (
29
29
bundleVersionAnnotation = "policy.networking.k8s.io/bundle-version"
30
30
31
31
// These values must be updated during the release process
32
- bundleVersion = "v0.1.0 "
33
- approvalLink = "https://github.com/kubernetes-sigs/network-policy-api/pull/106 "
32
+ bundleVersion = "v0.1.1 "
33
+ approvalLink = "https://github.com/kubernetes-sigs/network-policy-api/pull/135 "
34
34
)
35
35
36
36
// This generation code is largely copied from
You can’t perform that action at this time.
0 commit comments