Skip to content

Commit ebd4d88

Browse files
[API] Implement Release channels (#3135)
* implement release channels Signed-off-by: whitneygriffith <[email protected]> * implement release channels without multiple crds Signed-off-by: whitneygriffith <[email protected]> --------- Signed-off-by: whitneygriffith <[email protected]>
1 parent 6930b94 commit ebd4d88

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

extensions/v1alpha1/wasm.pb.go

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

extensions/v1alpha1/wasm.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ option go_package="istio.io/api/extensions/v1alpha1";
221221
// +cue-gen:WasmPlugin:subresource:status
222222
// +cue-gen:WasmPlugin:spec:required
223223
// +cue-gen:WasmPlugin:scope:Namespaced
224+
// +cue-gen:WasmPlugin:releaseChannel:extended
224225
// +cue-gen:WasmPlugin:resource:categories=istio-io,extensions-istio-io
225226
// +cue-gen:WasmPlugin:preserveUnknownFields:pluginConfig
226227
// +cue-gen:WasmPlugin:printerColumn:name=Age,type=date,JSONPath=.metadata.creationTimestamp,description="CreationTimestamp is a timestamp

networking/v1alpha3/envoy_filter.pb.go

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

networking/v1alpha3/envoy_filter.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ option go_package = "istio.io/api/networking/v1alpha3";
410410
// +cue-gen:EnvoyFilter:labels:app=istio-pilot,chart=istio,heritage=Tiller,release=istio
411411
// +cue-gen:EnvoyFilter:subresource:status
412412
// +cue-gen:EnvoyFilter:scope:Namespaced
413+
// +cue-gen:EnvoyFilter:releaseChannel:extended
413414
// +cue-gen:EnvoyFilter:resource:categories=istio-io,networking-istio-io
414415
// +cue-gen:EnvoyFilter:preserveUnknownFields:configPatches.[].patch.value
415416
// -->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: release-notes/v2
2+
kind: feature
3+
area: installation
4+
5+
issue:
6+
- https://github.com/istio/enhancements/issues/173
7+
8+
releaseNotes:
9+
- |
10+
**Added** the `releaseChannel:extended` flag to non-GA features and APIs.

0 commit comments

Comments
 (0)