Skip to content

Commit 4e0bbe7

Browse files
authored
Migrate storage version of security APIs to v1 (#3567)
* Migrate storage version of security APIs to v1 Signed-off-by: Faseela K <faseela.k@est.tech> * add release notes Signed-off-by: Faseela K <faseela.k@est.tech> --------- Signed-off-by: Faseela K <faseela.k@est.tech>
1 parent 39b0069 commit 4e0bbe7

11 files changed

+24
-15
lines changed

kubernetes/customresourcedefinitions.gen.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: release-notes/v2
2+
kind: feature
3+
area: security
4+
issue:
5+
- 55302
6+
7+
releaseNotes:
8+
- |
9+
**Updated** storageVersion for security APIs to v1.

security/v1/authorization_policy_alias.gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1/peer_authentication_alias.gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1/request_authentication_alias.gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/authorization_policy.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/authorization_policy.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ option go_package = "istio.io/api/security/v1beta1";
249249
//
250250
// <!-- crd generation tags
251251
// +cue-gen:AuthorizationPolicy:groupName:security.istio.io
252-
// +cue-gen:AuthorizationPolicy:versions:v1beta1,v1
252+
// +cue-gen:AuthorizationPolicy:versions:v1,v1beta1
253253
// +cue-gen:AuthorizationPolicy:storageVersion
254254
// +cue-gen:AuthorizationPolicy:annotations:helm.sh/resource-policy=keep
255255
// +cue-gen:AuthorizationPolicy:labels:app=istio-pilot,chart=istio,istio=security,heritage=Tiller,release=istio

security/v1beta1/peer_authentication.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

security/v1beta1/peer_authentication.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ option go_package = "istio.io/api/security/v1beta1";
113113

114114
// <!-- crd generation tags
115115
// +cue-gen:PeerAuthentication:groupName:security.istio.io
116-
// +cue-gen:PeerAuthentication:versions:v1beta1,v1
116+
// +cue-gen:PeerAuthentication:versions:v1,v1beta1
117117
// +cue-gen:PeerAuthentication:storageVersion
118118
// +cue-gen:PeerAuthentication:annotations:helm.sh/resource-policy=keep
119119
// +cue-gen:PeerAuthentication:labels:app=istio-pilot,chart=istio,istio=security,heritage=Tiller,release=istio

security/v1beta1/request_authentication.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)