File tree Expand file tree Collapse file tree 4 files changed +23
-6
lines changed Expand file tree Collapse file tree 4 files changed +23
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## Table of Contents
4
+
5
+ - [ v0.1.0] ( #v010 )
6
+
7
+ # v0.1.0
8
+
9
+ API Version: v1alpha1
10
+
11
+ This is the initial release of the network-policy-api. It includes two
12
+ main resources geared towards cluster admins:
13
+
14
+ - AdminNetworkPolicy
15
+ - BaselineAdminNetworkPolicy
16
+
17
+ 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/issues/90
6
- policy.networking.k8s.io/bundle-version : " "
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
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/issues/90
6
- policy.networking.k8s.io/bundle-version : " "
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
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 = ""
33
- approvalLink = "https://github.com/kubernetes-sigs/network-policy-api/issues/90 "
32
+ bundleVersion = "v0.1.0 "
33
+ approvalLink = "https://github.com/kubernetes-sigs/network-policy-api/pull/106 "
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