diff --git a/api/v1/istio_types.go b/api/v1/istio_types.go index a1bc4987a..a34f9dc31 100644 --- a/api/v1/istio_types.go +++ b/api/v1/istio_types.go @@ -37,9 +37,9 @@ const ( type IstioSpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.6000d6f4. - // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.6000d6f4"} - // +kubebuilder:validation:Enum=v1.27-latest;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.0;v1.25-latest;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23-latest;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22-latest;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;master;v1.28-alpha.6000d6f4 + // Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.457c6efc. + // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.457c6efc"} + // +kubebuilder:validation:Enum=v1.27-latest;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.0;v1.25-latest;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23-latest;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22-latest;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;master;v1.28-alpha.457c6efc // +kubebuilder:default=v1.27.2 Version string `json:"version"` diff --git a/api/v1/istiocni_types.go b/api/v1/istiocni_types.go index dd2ef6c09..40c1f86b7 100644 --- a/api/v1/istiocni_types.go +++ b/api/v1/istiocni_types.go @@ -28,9 +28,9 @@ const ( type IstioCNISpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.6000d6f4. - // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.6000d6f4"} - // +kubebuilder:validation:Enum=v1.27-latest;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.0;v1.25-latest;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23-latest;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22-latest;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;master;v1.28-alpha.6000d6f4 + // Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.457c6efc. + // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.457c6efc"} + // +kubebuilder:validation:Enum=v1.27-latest;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.0;v1.25-latest;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24-latest;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23-latest;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22-latest;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;master;v1.28-alpha.457c6efc // +kubebuilder:default=v1.27.2 Version string `json:"version"` diff --git a/api/v1/istiorevision_types.go b/api/v1/istiorevision_types.go index 0dc28ad70..4d2473c47 100644 --- a/api/v1/istiorevision_types.go +++ b/api/v1/istiorevision_types.go @@ -30,9 +30,9 @@ const ( type IstioRevisionSpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.27.2, v1.27.1, v1.27.0, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.28-alpha.6000d6f4. - // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.6000d6f4"} - // +kubebuilder:validation:Enum=v1.27.2;v1.27.1;v1.27.0;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.0;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;v1.28-alpha.6000d6f4 + // Must be one of: v1.27.2, v1.27.1, v1.27.0, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.28-alpha.457c6efc. + // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.457c6efc"} + // +kubebuilder:validation:Enum=v1.27.2;v1.27.1;v1.27.0;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.0;v1.25.5;v1.25.4;v1.25.3;v1.25.2;v1.25.1;v1.24.6;v1.24.5;v1.24.4;v1.24.3;v1.24.2;v1.24.1;v1.24.0;v1.23.6;v1.23.5;v1.23.4;v1.23.3;v1.23.2;v1.22.8;v1.22.7;v1.22.6;v1.22.5;v1.21.6;v1.28-alpha.457c6efc Version string `json:"version"` // Namespace to which the Istio components should be installed. diff --git a/api/v1alpha1/ztunnel_types.go b/api/v1alpha1/ztunnel_types.go index 8a57d67ff..7966f4246 100644 --- a/api/v1alpha1/ztunnel_types.go +++ b/api/v1alpha1/ztunnel_types.go @@ -29,9 +29,9 @@ const ( type ZTunnelSpec struct { // +sail:version // Defines the version of Istio to install. - // Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.25-latest, v1.24-latest, master, v1.28-alpha.6000d6f4. - // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.25-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.6000d6f4"} - // +kubebuilder:validation:Enum=v1.27-latest;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.0;v1.25-latest;v1.24-latest;master;v1.28-alpha.6000d6f4 + // Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.25-latest, v1.24-latest, master, v1.28-alpha.457c6efc. + // +operator-sdk:csv:customresourcedefinitions:type=spec,order=1,displayName="Istio Version",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:fieldGroup:General", "urn:alm:descriptor:com.tectonic.ui:select:v1.27-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.27.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.26-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.5", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.4", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.3", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.2", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.25-latest", "urn:alm:descriptor:com.tectonic.ui:select:v1.24-latest", "urn:alm:descriptor:com.tectonic.ui:select:master", "urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.457c6efc"} + // +kubebuilder:validation:Enum=v1.27-latest;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.0;v1.25-latest;v1.24-latest;master;v1.28-alpha.457c6efc // +kubebuilder:default=v1.27.2 Version string `json:"version"` diff --git a/bundle/manifests/networking.istio.io_envoyfilters.yaml b/bundle/manifests/networking.istio.io_envoyfilters.yaml index 07540b312..d06fe9e26 100644 --- a/bundle/manifests/networking.istio.io_envoyfilters.yaml +++ b/bundle/manifests/networking.istio.io_envoyfilters.yaml @@ -64,12 +64,16 @@ spec: - routeConfiguration - required: - cluster + - required: + - waypoint - required: - listener - required: - routeConfiguration - required: - cluster + - required: + - waypoint properties: cluster: description: Match on envoy cluster attributes. @@ -95,12 +99,13 @@ spec: description: |- The specific config generation context to match on. - Valid Options: ANY, SIDECAR_INBOUND, SIDECAR_OUTBOUND, GATEWAY + Valid Options: ANY, SIDECAR_INBOUND, SIDECAR_OUTBOUND, GATEWAY, WAYPOINT enum: - ANY - SIDECAR_INBOUND - SIDECAR_OUTBOUND - GATEWAY + - WAYPOINT type: string listener: description: Match on envoy listener attributes. @@ -230,7 +235,48 @@ spec: type: object type: object type: object + waypoint: + description: Match on waypoint attributes. + properties: + filter: + description: The name of a specific filter to apply + the patch to. + properties: + name: + description: The filter name to match on. + type: string + subFilter: + description: The next level filter within this filter + to match on. + properties: + name: + description: The filter name to match on. + type: string + type: object + type: object + portNumber: + description: The service port to match on. + maximum: 4294967295 + minimum: 0 + type: integer + x-kubernetes-validations: + - message: port must be between 1-65535 + rule: 0 < self && self <= 6553 + route: + description: Match a specific route. + properties: + name: + description: The Route objects generated by default + are named as default. + type: string + type: object + type: object type: object + x-kubernetes-validations: + - message: only support waypointMatch when context is WAYPOINT + rule: |- + self.context == "WAYPOINT" && has(self.waypoint) || self.context != "WAYPOINT" && + !has(self.waypoint) patch: description: The patch to apply along with the operation. properties: diff --git a/bundle/manifests/sailoperator.clusterserviceversion.yaml b/bundle/manifests/sailoperator.clusterserviceversion.yaml index dd3c828c1..15f4d8676 100644 --- a/bundle/manifests/sailoperator.clusterserviceversion.yaml +++ b/bundle/manifests/sailoperator.clusterserviceversion.yaml @@ -34,7 +34,7 @@ metadata: capabilities: Seamless Upgrades categories: OpenShift Optional, Integration & Delivery, Networking, Security containerImage: quay.io/sail-dev/sail-operator:1.28-latest - createdAt: "2025-10-15T05:05:36Z" + createdAt: "2025-10-16T05:05:10Z" description: The Sail Operator manages the lifecycle of your Istio control plane. It provides custom resources for you to deploy and manage your control plane components. features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "true" @@ -165,7 +165,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.6000d6f4. + Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.457c6efc. displayName: Istio Version path: version x-descriptors: @@ -181,7 +181,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.26.2 - urn:alm:descriptor:com.tectonic.ui:select:v1.26.0 - urn:alm:descriptor:com.tectonic.ui:select:master - - urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.6000d6f4 + - urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.457c6efc - description: Namespace to which the Istio CNI component should be installed. Note that this field is immutable. displayName: Namespace path: namespace @@ -219,7 +219,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.27.2, v1.27.1, v1.27.0, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.28-alpha.6000d6f4. + Must be one of: v1.27.2, v1.27.1, v1.27.0, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.28-alpha.457c6efc. displayName: Istio Version path: version x-descriptors: @@ -232,7 +232,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.26.3 - urn:alm:descriptor:com.tectonic.ui:select:v1.26.2 - urn:alm:descriptor:com.tectonic.ui:select:v1.26.0 - - urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.6000d6f4 + - urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.457c6efc - description: Namespace to which the Istio components should be installed. displayName: Namespace path: namespace @@ -267,7 +267,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:RevisionBased - description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.6000d6f4. + Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.457c6efc. displayName: Istio Version path: version x-descriptors: @@ -283,7 +283,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.26.2 - urn:alm:descriptor:com.tectonic.ui:select:v1.26.0 - urn:alm:descriptor:com.tectonic.ui:select:master - - urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.6000d6f4 + - urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.457c6efc - description: |- Defines how many seconds the operator should wait before removing a non-active revision after all the workloads have stopped using it. You may want to set this value on the order of minutes. @@ -339,7 +339,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.25-latest, v1.24-latest, master, v1.28-alpha.6000d6f4. + Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.25-latest, v1.24-latest, master, v1.28-alpha.457c6efc. displayName: Istio Version path: version x-descriptors: @@ -357,7 +357,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.25-latest - urn:alm:descriptor:com.tectonic.ui:select:v1.24-latest - urn:alm:descriptor:com.tectonic.ui:select:master - - urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.6000d6f4 + - urn:alm:descriptor:com.tectonic.ui:select:v1.28-alpha.457c6efc - description: Namespace to which the Istio ztunnel component should be installed. displayName: Namespace path: namespace @@ -391,7 +391,7 @@ spec: - v1.26.2 - v1.26.0 - master - - v1.28-alpha.6000d6f4 + - v1.28-alpha.457c6efc [See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it. displayName: Sail Operator @@ -715,10 +715,10 @@ spec: images.v1_27_2.istiod: gcr.io/istio-release/pilot:1.27.2 images.v1_27_2.proxy: gcr.io/istio-release/proxyv2:1.27.2 images.v1_27_2.ztunnel: gcr.io/istio-release/ztunnel:1.27.2 - images.v1_28-alpha_6000d6f4.cni: gcr.io/istio-testing/install-cni:1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 - images.v1_28-alpha_6000d6f4.istiod: gcr.io/istio-testing/pilot:1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 - images.v1_28-alpha_6000d6f4.proxy: gcr.io/istio-testing/proxyv2:1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 - images.v1_28-alpha_6000d6f4.ztunnel: gcr.io/istio-testing/ztunnel:1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 + images.v1_28-alpha_457c6efc.cni: gcr.io/istio-testing/install-cni:1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 + images.v1_28-alpha_457c6efc.istiod: gcr.io/istio-testing/pilot:1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 + images.v1_28-alpha_457c6efc.proxy: gcr.io/istio-testing/proxyv2:1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 + images.v1_28-alpha_457c6efc.ztunnel: gcr.io/istio-testing/ztunnel:1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 kubectl.kubernetes.io/default-container: sail-operator labels: app.kubernetes.io/created-by: sailoperator diff --git a/bundle/manifests/sailoperator.io_istiocnis.yaml b/bundle/manifests/sailoperator.io_istiocnis.yaml index e4ec001d9..1cfe9b54b 100644 --- a/bundle/manifests/sailoperator.io_istiocnis.yaml +++ b/bundle/manifests/sailoperator.io_istiocnis.yaml @@ -1466,7 +1466,7 @@ spec: default: v1.27.2 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.6000d6f4. + Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.457c6efc. enum: - v1.27-latest - v1.27.2 @@ -1505,7 +1505,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.28-alpha.6000d6f4 + - v1.28-alpha.457c6efc type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_istiorevisions.yaml b/bundle/manifests/sailoperator.io_istiorevisions.yaml index 97248451f..49497377e 100644 --- a/bundle/manifests/sailoperator.io_istiorevisions.yaml +++ b/bundle/manifests/sailoperator.io_istiorevisions.yaml @@ -10003,7 +10003,7 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.27.2, v1.27.1, v1.27.0, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.28-alpha.6000d6f4. + Must be one of: v1.27.2, v1.27.1, v1.27.0, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.28-alpha.457c6efc. enum: - v1.27.2 - v1.27.1 @@ -10035,7 +10035,7 @@ spec: - v1.22.6 - v1.22.5 - v1.21.6 - - v1.28-alpha.6000d6f4 + - v1.28-alpha.457c6efc type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_istios.yaml b/bundle/manifests/sailoperator.io_istios.yaml index f9fbd7a3c..f8c646e69 100644 --- a/bundle/manifests/sailoperator.io_istios.yaml +++ b/bundle/manifests/sailoperator.io_istios.yaml @@ -10077,7 +10077,7 @@ spec: default: v1.27.2 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.6000d6f4. + Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.457c6efc. enum: - v1.27-latest - v1.27.2 @@ -10116,7 +10116,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.28-alpha.6000d6f4 + - v1.28-alpha.457c6efc type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_ztunnels.yaml b/bundle/manifests/sailoperator.io_ztunnels.yaml index 7e03aace4..6a484887d 100644 --- a/bundle/manifests/sailoperator.io_ztunnels.yaml +++ b/bundle/manifests/sailoperator.io_ztunnels.yaml @@ -2382,7 +2382,7 @@ spec: default: v1.27.2 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.25-latest, v1.24-latest, master, v1.28-alpha.6000d6f4. + Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.25-latest, v1.24-latest, master, v1.28-alpha.457c6efc. enum: - v1.27-latest - v1.27.2 @@ -2397,7 +2397,7 @@ spec: - v1.25-latest - v1.24-latest - master - - v1.28-alpha.6000d6f4 + - v1.28-alpha.457c6efc type: string required: - namespace diff --git a/chart/crds/networking.istio.io_envoyfilters.yaml b/chart/crds/networking.istio.io_envoyfilters.yaml index b976f41da..e2daf01e0 100644 --- a/chart/crds/networking.istio.io_envoyfilters.yaml +++ b/chart/crds/networking.istio.io_envoyfilters.yaml @@ -63,12 +63,16 @@ spec: - routeConfiguration - required: - cluster + - required: + - waypoint - required: - listener - required: - routeConfiguration - required: - cluster + - required: + - waypoint properties: cluster: description: Match on envoy cluster attributes. @@ -94,12 +98,13 @@ spec: description: |- The specific config generation context to match on. - Valid Options: ANY, SIDECAR_INBOUND, SIDECAR_OUTBOUND, GATEWAY + Valid Options: ANY, SIDECAR_INBOUND, SIDECAR_OUTBOUND, GATEWAY, WAYPOINT enum: - ANY - SIDECAR_INBOUND - SIDECAR_OUTBOUND - GATEWAY + - WAYPOINT type: string listener: description: Match on envoy listener attributes. @@ -229,7 +234,48 @@ spec: type: object type: object type: object + waypoint: + description: Match on waypoint attributes. + properties: + filter: + description: The name of a specific filter to apply + the patch to. + properties: + name: + description: The filter name to match on. + type: string + subFilter: + description: The next level filter within this filter + to match on. + properties: + name: + description: The filter name to match on. + type: string + type: object + type: object + portNumber: + description: The service port to match on. + maximum: 4294967295 + minimum: 0 + type: integer + x-kubernetes-validations: + - message: port must be between 1-65535 + rule: 0 < self && self <= 6553 + route: + description: Match a specific route. + properties: + name: + description: The Route objects generated by default + are named as default. + type: string + type: object + type: object type: object + x-kubernetes-validations: + - message: only support waypointMatch when context is WAYPOINT + rule: |- + self.context == "WAYPOINT" && has(self.waypoint) || self.context != "WAYPOINT" && + !has(self.waypoint) patch: description: The patch to apply along with the operation. properties: diff --git a/chart/crds/sailoperator.io_istiocnis.yaml b/chart/crds/sailoperator.io_istiocnis.yaml index 0f9ef19aa..42d540aa6 100644 --- a/chart/crds/sailoperator.io_istiocnis.yaml +++ b/chart/crds/sailoperator.io_istiocnis.yaml @@ -1466,7 +1466,7 @@ spec: default: v1.27.2 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.6000d6f4. + Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.457c6efc. enum: - v1.27-latest - v1.27.2 @@ -1505,7 +1505,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.28-alpha.6000d6f4 + - v1.28-alpha.457c6efc type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istiorevisions.yaml b/chart/crds/sailoperator.io_istiorevisions.yaml index 23894b46e..550de3556 100644 --- a/chart/crds/sailoperator.io_istiorevisions.yaml +++ b/chart/crds/sailoperator.io_istiorevisions.yaml @@ -10003,7 +10003,7 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.27.2, v1.27.1, v1.27.0, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.28-alpha.6000d6f4. + Must be one of: v1.27.2, v1.27.1, v1.27.0, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.28-alpha.457c6efc. enum: - v1.27.2 - v1.27.1 @@ -10035,7 +10035,7 @@ spec: - v1.22.6 - v1.22.5 - v1.21.6 - - v1.28-alpha.6000d6f4 + - v1.28-alpha.457c6efc type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istios.yaml b/chart/crds/sailoperator.io_istios.yaml index 46b5ecd7f..aea6d588a 100644 --- a/chart/crds/sailoperator.io_istios.yaml +++ b/chart/crds/sailoperator.io_istios.yaml @@ -10077,7 +10077,7 @@ spec: default: v1.27.2 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.6000d6f4. + Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.457c6efc. enum: - v1.27-latest - v1.27.2 @@ -10116,7 +10116,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.28-alpha.6000d6f4 + - v1.28-alpha.457c6efc type: string required: - namespace diff --git a/chart/crds/sailoperator.io_ztunnels.yaml b/chart/crds/sailoperator.io_ztunnels.yaml index 9a4d906f0..ae983c01c 100644 --- a/chart/crds/sailoperator.io_ztunnels.yaml +++ b/chart/crds/sailoperator.io_ztunnels.yaml @@ -2382,7 +2382,7 @@ spec: default: v1.27.2 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.25-latest, v1.24-latest, master, v1.28-alpha.6000d6f4. + Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.25-latest, v1.24-latest, master, v1.28-alpha.457c6efc. enum: - v1.27-latest - v1.27.2 @@ -2397,7 +2397,7 @@ spec: - v1.25-latest - v1.24-latest - master - - v1.28-alpha.6000d6f4 + - v1.28-alpha.457c6efc type: string required: - namespace diff --git a/chart/values.yaml b/chart/values.yaml index ca8afab73..494a12271 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -34,10 +34,10 @@ deployment: images.v1_26_0.istiod: gcr.io/istio-release/pilot:1.26.0 images.v1_26_0.proxy: gcr.io/istio-release/proxyv2:1.26.0 images.v1_26_0.cni: gcr.io/istio-release/install-cni:1.26.0 - images.v1_28-alpha_6000d6f4.ztunnel: gcr.io/istio-testing/ztunnel:1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 - images.v1_28-alpha_6000d6f4.istiod: gcr.io/istio-testing/pilot:1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 - images.v1_28-alpha_6000d6f4.proxy: gcr.io/istio-testing/proxyv2:1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 - images.v1_28-alpha_6000d6f4.cni: gcr.io/istio-testing/install-cni:1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 + images.v1_28-alpha_457c6efc.ztunnel: gcr.io/istio-testing/ztunnel:1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 + images.v1_28-alpha_457c6efc.istiod: gcr.io/istio-testing/pilot:1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 + images.v1_28-alpha_457c6efc.proxy: gcr.io/istio-testing/proxyv2:1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 + images.v1_28-alpha_457c6efc.cni: gcr.io/istio-testing/install-cni:1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 revisionHistoryLimit: 10 service: port: 8443 @@ -64,7 +64,7 @@ csv: - v1.26.2 - v1.26.0 - master - - v1.28-alpha.6000d6f4 + - v1.28-alpha.457c6efc [See this page](https://github.com/istio-ecosystem/sail-operator/blob/main/bundle/README.md) for instructions on how to use it. support: Community based diff --git a/docs/api-reference/sailoperator.io.md b/docs/api-reference/sailoperator.io.md index a419c70be..5dc1a4a30 100644 --- a/docs/api-reference/sailoperator.io.md +++ b/docs/api-reference/sailoperator.io.md @@ -659,7 +659,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.6000d6f4. | v1.27.2 | Enum: [v1.27-latest v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.0 v1.25-latest v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 v1.23-latest v1.23.6 v1.23.5 v1.23.4 v1.23.3 v1.23.2 v1.22-latest v1.22.8 v1.22.7 v1.22.6 v1.22.5 v1.21.6 master v1.28-alpha.6000d6f4] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.457c6efc. | v1.27.2 | Enum: [v1.27-latest v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.0 v1.25-latest v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 v1.23-latest v1.23.6 v1.23.5 v1.23.4 v1.23.3 v1.23.2 v1.22-latest v1.22.8 v1.22.7 v1.22.6 v1.22.5 v1.21.6 master v1.28-alpha.457c6efc] | | `profile` _string_ | The built-in installation configuration profile to use. The 'default' profile is always applied. On OpenShift, the 'openshift' profile is also applied on top of 'default'. Must be one of: ambient, default, demo, empty, openshift, openshift-ambient, preview, remote, stable. | | Enum: [ambient default demo empty external openshift openshift-ambient preview remote stable] | | `namespace` _string_ | Namespace to which the Istio CNI component should be installed. Note that this field is immutable. | istio-cni | | | `values` _[CNIValues](#cnivalues)_ | Defines the values to be passed to the Helm charts when installing Istio CNI. | | | @@ -896,7 +896,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27.2, v1.27.1, v1.27.0, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.28-alpha.6000d6f4. | | Enum: [v1.27.2 v1.27.1 v1.27.0 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.0 v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 v1.23.6 v1.23.5 v1.23.4 v1.23.3 v1.23.2 v1.22.8 v1.22.7 v1.22.6 v1.22.5 v1.21.6 v1.28-alpha.6000d6f4] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27.2, v1.27.1, v1.27.0, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.28-alpha.457c6efc. | | Enum: [v1.27.2 v1.27.1 v1.27.0 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.0 v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 v1.23.6 v1.23.5 v1.23.4 v1.23.3 v1.23.2 v1.22.8 v1.22.7 v1.22.6 v1.22.5 v1.21.6 v1.28-alpha.457c6efc] | | `namespace` _string_ | Namespace to which the Istio components should be installed. | | | | `values` _[Values](#values)_ | Defines the values to be passed to the Helm charts when installing Istio. | | | @@ -1089,7 +1089,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.6000d6f4. | v1.27.2 | Enum: [v1.27-latest v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.0 v1.25-latest v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 v1.23-latest v1.23.6 v1.23.5 v1.23.4 v1.23.3 v1.23.2 v1.22-latest v1.22.8 v1.22.7 v1.22.6 v1.22.5 v1.21.6 master v1.28-alpha.6000d6f4] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, master, v1.28-alpha.457c6efc. | v1.27.2 | Enum: [v1.27-latest v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.0 v1.25-latest v1.25.5 v1.25.4 v1.25.3 v1.25.2 v1.25.1 v1.24-latest v1.24.6 v1.24.5 v1.24.4 v1.24.3 v1.24.2 v1.24.1 v1.24.0 v1.23-latest v1.23.6 v1.23.5 v1.23.4 v1.23.3 v1.23.2 v1.22-latest v1.22.8 v1.22.7 v1.22.6 v1.22.5 v1.21.6 master v1.28-alpha.457c6efc] | | `updateStrategy` _[IstioUpdateStrategy](#istioupdatestrategy)_ | Defines the update strategy to use when the version in the Istio CR is updated. | \{ type:InPlace \} | | | `profile` _string_ | The built-in installation configuration profile to use. The 'default' profile is always applied. On OpenShift, the 'openshift' profile is also applied on top of 'default'. Must be one of: ambient, default, demo, empty, openshift, openshift-ambient, preview, remote, stable. | | Enum: [ambient default demo empty external openshift openshift-ambient preview remote stable] | | `namespace` _string_ | Namespace to which the Istio components should be installed. Note that this field is immutable. | istio-system | | @@ -3532,7 +3532,7 @@ _Appears in:_ | Field | Description | Default | Validation | | --- | --- | --- | --- | -| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.25-latest, v1.24-latest, master, v1.28-alpha.6000d6f4. | v1.27.2 | Enum: [v1.27-latest v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.0 v1.25-latest v1.24-latest master v1.28-alpha.6000d6f4] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.0, v1.25-latest, v1.24-latest, master, v1.28-alpha.457c6efc. | v1.27.2 | Enum: [v1.27-latest v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.0 v1.25-latest v1.24-latest master v1.28-alpha.457c6efc] | | `profile` _string_ | The built-in installation configuration profile to use. The 'default' profile is 'ambient' and it is always applied. Must be one of: ambient, default, demo, empty, external, preview, remote, stable. | ambient | Enum: [ambient default demo empty external openshift-ambient openshift preview remote stable] | | `namespace` _string_ | Namespace to which the Istio ztunnel component should be installed. | ztunnel | | | `values` _[ZTunnelValues](#ztunnelvalues)_ | Defines the values to be passed to the Helm charts when installing Istio ztunnel. | | | diff --git a/go.mod b/go.mod index c6942d5ab..8e10b52a8 100644 --- a/go.mod +++ b/go.mod @@ -26,8 +26,8 @@ require ( gomodules.xyz/jsonpatch/v2 v2.5.0 gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v3 v3.18.6 - istio.io/client-go v1.26.0-alpha.0.0.20251015012202-cefa3d1342ba - istio.io/istio v0.0.0-20251015011613-6000d6f4713c + istio.io/client-go v1.28.0-alpha.0.0.20251015201706-99349a9d18ee + istio.io/istio v0.0.0-20251016030506-457c6efc999c k8s.io/api v0.34.1 k8s.io/apiextensions-apiserver v0.34.1 k8s.io/apimachinery v0.34.1 @@ -170,7 +170,7 @@ require ( gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect - istio.io/api v1.26.0-alpha.0.0.20251015011804-20d26b484932 // indirect + istio.io/api v1.28.0-alpha.0.0.20251015201407-f6b4b4f56db2 // indirect k8s.io/apiserver v0.34.1 // indirect k8s.io/component-base v0.34.1 // indirect k8s.io/klog/v2 v2.130.1 // indirect diff --git a/go.sum b/go.sum index ca6e8fd96..0847573f9 100644 --- a/go.sum +++ b/go.sum @@ -481,12 +481,12 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= helm.sh/helm/v3 v3.18.6 h1:S/2CqcYnNfLckkHLI0VgQbxgcDaU3N4A/46E3n9wSNY= helm.sh/helm/v3 v3.18.6/go.mod h1:L/dXDR2r539oPlFP1PJqKAC1CUgqHJDLkxKpDGrWnyg= -istio.io/api v1.26.0-alpha.0.0.20251015011804-20d26b484932 h1:PjiTDTwq6m5SaltQkOm4dp1VHTtu8+HYBy/MfaAUAuE= -istio.io/api v1.26.0-alpha.0.0.20251015011804-20d26b484932/go.mod h1:BD3qv/ekm16kvSgvSpuiDawgKhEwG97wx849CednJSg= -istio.io/client-go v1.26.0-alpha.0.0.20251015012202-cefa3d1342ba h1:38w5UnBm9l39i50a5phHoZOsS7ywMbDW3XooNEAaKDc= -istio.io/client-go v1.26.0-alpha.0.0.20251015012202-cefa3d1342ba/go.mod h1:QYRG+HNlDUA0boATWwtAXX87UteoXywlycGCRtWZbj8= -istio.io/istio v0.0.0-20251015011613-6000d6f4713c h1:WJhHC99hdkyHeZWwg4kHejHkhlhr9pkXopC03L+ZBF8= -istio.io/istio v0.0.0-20251015011613-6000d6f4713c/go.mod h1:pNHy5S4hn2wKEsO/6j1jxq2yEoqSXZzGC4LNT13bJD4= +istio.io/api v1.28.0-alpha.0.0.20251015201407-f6b4b4f56db2 h1:RBNf96ML/nTldg+Xd67tPy+QOIcJ2005QsWo3xDtXh0= +istio.io/api v1.28.0-alpha.0.0.20251015201407-f6b4b4f56db2/go.mod h1:BD3qv/ekm16kvSgvSpuiDawgKhEwG97wx849CednJSg= +istio.io/client-go v1.28.0-alpha.0.0.20251015201706-99349a9d18ee h1:zG0KovAVVj4IBOL5dbLS5COoYtbNhje0/P0S9XufbFw= +istio.io/client-go v1.28.0-alpha.0.0.20251015201706-99349a9d18ee/go.mod h1:S8+EqCUnCaCT85y+6yIj094sw1MFNUCKnChUMNcQFKI= +istio.io/istio v0.0.0-20251016030506-457c6efc999c h1:B6Kfo5K30qo3+Wi5LxwENd7E9MWhGXKp/ELe3JujGw8= +istio.io/istio v0.0.0-20251016030506-457c6efc999c/go.mod h1:FPedss8JEYf/+0RgIxA/idbAa3HMXscUHWKC4rb0pxg= k8s.io/api v0.34.1 h1:jC+153630BMdlFukegoEL8E/yT7aLyQkIVuwhmwDgJM= k8s.io/api v0.34.1/go.mod h1:SB80FxFtXn5/gwzCoN6QCtPD7Vbu5w2n1S0J5gFfTYk= k8s.io/apiextensions-apiserver v0.34.1 h1:NNPBva8FNAPt1iSVwIE0FsdrVriRXMsaWFMqJbII2CI= diff --git a/pkg/istioversion/versions.yaml b/pkg/istioversion/versions.yaml index 162747a3d..8c745c7a6 100644 --- a/pkg/istioversion/versions.yaml +++ b/pkg/istioversion/versions.yaml @@ -156,15 +156,15 @@ versions: - name: v1.21.6 eol: true - name: master - ref: v1.28-alpha.6000d6f4 - - name: v1.28-alpha.6000d6f4 - version: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 + ref: v1.28-alpha.457c6efc + - name: v1.28-alpha.457c6efc + version: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 repo: https://github.com/istio/istio branch: master - commit: 6000d6f4713c022c017f95d2ab8f54aa10b620e3 + commit: 457c6efc999cab24d8ca88c29ced763211b1eba1 charts: - - https://storage.googleapis.com/istio-build/dev/1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3/helm/base-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz - - https://storage.googleapis.com/istio-build/dev/1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3/helm/cni-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz - - https://storage.googleapis.com/istio-build/dev/1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3/helm/gateway-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz - - https://storage.googleapis.com/istio-build/dev/1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3/helm/istiod-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz - - https://storage.googleapis.com/istio-build/dev/1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3/helm/ztunnel-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz + - https://storage.googleapis.com/istio-build/dev/1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1/helm/base-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz + - https://storage.googleapis.com/istio-build/dev/1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1/helm/cni-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz + - https://storage.googleapis.com/istio-build/dev/1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1/helm/gateway-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz + - https://storage.googleapis.com/istio-build/dev/1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1/helm/istiod-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz + - https://storage.googleapis.com/istio-build/dev/1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1/helm/ztunnel-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz diff --git a/resources/v1.28-alpha.457c6efc/base-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag b/resources/v1.28-alpha.457c6efc/base-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag new file mode 100644 index 000000000..24714f5ac --- /dev/null +++ b/resources/v1.28-alpha.457c6efc/base-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag @@ -0,0 +1 @@ +ed0a14a2abd57490aa8df204c335081c diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/Chart.yaml b/resources/v1.28-alpha.457c6efc/charts/base/Chart.yaml similarity index 63% rename from resources/v1.28-alpha.6000d6f4/charts/base/Chart.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/Chart.yaml index f6ad9875c..3f4fb0391 100644 --- a/resources/v1.28-alpha.6000d6f4/charts/base/Chart.yaml +++ b/resources/v1.28-alpha.457c6efc/charts/base/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 +appVersion: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 description: Helm chart for deploying Istio cluster resources and CRDs icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -7,4 +7,4 @@ keywords: name: base sources: - https://github.com/istio/istio -version: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 +version: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/README.md b/resources/v1.28-alpha.457c6efc/charts/base/README.md similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/README.md rename to resources/v1.28-alpha.457c6efc/charts/base/README.md diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-ambient.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-ambient.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-ambient.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-ambient.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-compatibility-version-1.25.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-compatibility-version-1.25.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-compatibility-version-1.26.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-compatibility-version-1.26.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-compatibility-version-1.27.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-compatibility-version-1.27.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-demo.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-demo.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-demo.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-demo.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-platform-gke.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-platform-gke.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-platform-gke.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-platform-k3d.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-platform-k3d.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-platform-k3d.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-platform-k3s.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-platform-k3s.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-platform-k3s.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-platform-microk8s.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-platform-microk8s.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-platform-microk8s.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-platform-minikube.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-platform-minikube.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-platform-minikube.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-platform-openshift.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-platform-openshift.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-platform-openshift.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-preview.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-preview.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-preview.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-preview.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-remote.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-remote.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-remote.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-remote.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/files/profile-stable.yaml b/resources/v1.28-alpha.457c6efc/charts/base/files/profile-stable.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/files/profile-stable.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/files/profile-stable.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/templates/NOTES.txt b/resources/v1.28-alpha.457c6efc/charts/base/templates/NOTES.txt similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/templates/NOTES.txt rename to resources/v1.28-alpha.457c6efc/charts/base/templates/NOTES.txt diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml b/resources/v1.28-alpha.457c6efc/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml b/resources/v1.28-alpha.457c6efc/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/templates/reader-serviceaccount.yaml b/resources/v1.28-alpha.457c6efc/charts/base/templates/reader-serviceaccount.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/templates/reader-serviceaccount.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/templates/reader-serviceaccount.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/templates/zzz_profile.yaml b/resources/v1.28-alpha.457c6efc/charts/base/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/templates/zzz_profile.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/templates/zzz_profile.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/base/values.yaml b/resources/v1.28-alpha.457c6efc/charts/base/values.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/base/values.yaml rename to resources/v1.28-alpha.457c6efc/charts/base/values.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/Chart.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/Chart.yaml similarity index 62% rename from resources/v1.28-alpha.6000d6f4/charts/cni/Chart.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/Chart.yaml index 214bc903c..6faab0564 100644 --- a/resources/v1.28-alpha.6000d6f4/charts/cni/Chart.yaml +++ b/resources/v1.28-alpha.457c6efc/charts/cni/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 +appVersion: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 description: Helm chart for istio-cni components icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -8,4 +8,4 @@ keywords: name: cni sources: - https://github.com/istio/istio -version: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 +version: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/README.md b/resources/v1.28-alpha.457c6efc/charts/cni/README.md similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/README.md rename to resources/v1.28-alpha.457c6efc/charts/cni/README.md diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-ambient.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-ambient.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-ambient.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-ambient.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-compatibility-version-1.25.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-compatibility-version-1.25.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-compatibility-version-1.26.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-compatibility-version-1.26.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-compatibility-version-1.27.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-compatibility-version-1.27.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-demo.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-demo.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-demo.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-demo.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-platform-gke.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-platform-gke.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-platform-gke.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-platform-k3d.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-platform-k3d.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-platform-k3d.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-platform-k3s.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-platform-k3s.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-platform-k3s.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-platform-microk8s.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-platform-microk8s.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-platform-microk8s.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-platform-minikube.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-platform-minikube.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-platform-minikube.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-platform-openshift.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-platform-openshift.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-platform-openshift.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-preview.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-preview.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-preview.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-preview.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-remote.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-remote.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-remote.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-remote.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-stable.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/files/profile-stable.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/files/profile-stable.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/files/profile-stable.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/templates/NOTES.txt b/resources/v1.28-alpha.457c6efc/charts/cni/templates/NOTES.txt similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/templates/NOTES.txt rename to resources/v1.28-alpha.457c6efc/charts/cni/templates/NOTES.txt diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/templates/_helpers.tpl b/resources/v1.28-alpha.457c6efc/charts/cni/templates/_helpers.tpl similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/templates/_helpers.tpl rename to resources/v1.28-alpha.457c6efc/charts/cni/templates/_helpers.tpl diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/templates/clusterrole.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/templates/clusterrole.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/templates/clusterrole.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/templates/clusterrole.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/templates/clusterrolebinding.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/templates/clusterrolebinding.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/templates/clusterrolebinding.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/templates/configmap-cni.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/templates/configmap-cni.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/templates/configmap-cni.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/templates/configmap-cni.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/templates/daemonset.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/templates/daemonset.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/templates/daemonset.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/templates/daemonset.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/templates/network-attachment-definition.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/templates/network-attachment-definition.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/templates/network-attachment-definition.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/templates/network-attachment-definition.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/templates/resourcequota.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/templates/resourcequota.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/templates/resourcequota.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/templates/resourcequota.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/templates/serviceaccount.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/templates/serviceaccount.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/templates/serviceaccount.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/templates/zzy_descope_legacy.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/templates/zzy_descope_legacy.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/templates/zzz_profile.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/cni/templates/zzz_profile.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/templates/zzz_profile.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/cni/values.yaml b/resources/v1.28-alpha.457c6efc/charts/cni/values.yaml similarity index 99% rename from resources/v1.28-alpha.6000d6f4/charts/cni/values.yaml rename to resources/v1.28-alpha.457c6efc/charts/cni/values.yaml index cb7496d2f..bff62a736 100644 --- a/resources/v1.28-alpha.6000d6f4/charts/cni/values.yaml +++ b/resources/v1.28-alpha.457c6efc/charts/cni/values.yaml @@ -147,7 +147,7 @@ _internal_defaults_do_not_set: hub: gcr.io/istio-testing # Default tag for Istio images. - tag: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 + tag: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 # Variant of the image to use. # Currently supported are: [debug, distroless] diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/Chart.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/Chart.yaml similarity index 64% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/Chart.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/Chart.yaml index 4e2175e28..dda5f3d4b 100644 --- a/resources/v1.28-alpha.6000d6f4/charts/gateway/Chart.yaml +++ b/resources/v1.28-alpha.457c6efc/charts/gateway/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 +appVersion: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 description: Helm chart for deploying Istio gateways icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -9,4 +9,4 @@ name: gateway sources: - https://github.com/istio/istio type: application -version: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 +version: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/README.md b/resources/v1.28-alpha.457c6efc/charts/gateway/README.md similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/README.md rename to resources/v1.28-alpha.457c6efc/charts/gateway/README.md diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-ambient.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-ambient.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-ambient.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-ambient.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-compatibility-version-1.25.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-compatibility-version-1.25.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-compatibility-version-1.26.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-compatibility-version-1.26.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-compatibility-version-1.27.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-compatibility-version-1.27.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-demo.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-demo.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-demo.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-demo.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-platform-gke.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-platform-gke.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-platform-gke.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-platform-k3d.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-platform-k3d.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-platform-k3d.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-platform-k3s.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-platform-k3s.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-platform-k3s.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-platform-microk8s.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-platform-microk8s.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-platform-microk8s.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-platform-minikube.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-platform-minikube.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-platform-minikube.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-platform-openshift.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-platform-openshift.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-platform-openshift.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-preview.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-preview.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-preview.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-preview.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-remote.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-remote.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-remote.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-remote.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-stable.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-stable.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/files/profile-stable.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/files/profile-stable.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/templates/NOTES.txt b/resources/v1.28-alpha.457c6efc/charts/gateway/templates/NOTES.txt similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/templates/NOTES.txt rename to resources/v1.28-alpha.457c6efc/charts/gateway/templates/NOTES.txt diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/templates/_helpers.tpl b/resources/v1.28-alpha.457c6efc/charts/gateway/templates/_helpers.tpl similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/templates/_helpers.tpl rename to resources/v1.28-alpha.457c6efc/charts/gateway/templates/_helpers.tpl diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/templates/deployment.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/templates/deployment.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/templates/deployment.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/templates/deployment.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/templates/hpa.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/templates/hpa.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/templates/hpa.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/templates/hpa.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/templates/networkpolicy.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/templates/networkpolicy.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/templates/networkpolicy.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/templates/poddisruptionbudget.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/templates/poddisruptionbudget.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/templates/poddisruptionbudget.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/templates/poddisruptionbudget.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/templates/role.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/templates/role.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/templates/role.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/templates/role.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/templates/service.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/templates/service.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/templates/service.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/templates/service.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/templates/serviceaccount.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/templates/serviceaccount.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/templates/serviceaccount.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/templates/zzz_profile.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/templates/zzz_profile.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/templates/zzz_profile.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/values.schema.json b/resources/v1.28-alpha.457c6efc/charts/gateway/values.schema.json similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/values.schema.json rename to resources/v1.28-alpha.457c6efc/charts/gateway/values.schema.json diff --git a/resources/v1.28-alpha.6000d6f4/charts/gateway/values.yaml b/resources/v1.28-alpha.457c6efc/charts/gateway/values.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/gateway/values.yaml rename to resources/v1.28-alpha.457c6efc/charts/gateway/values.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/Chart.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/Chart.yaml similarity index 63% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/Chart.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/Chart.yaml index 048206769..22939c83d 100644 --- a/resources/v1.28-alpha.6000d6f4/charts/istiod/Chart.yaml +++ b/resources/v1.28-alpha.457c6efc/charts/istiod/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 +appVersion: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 description: Helm chart for istio control plane icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -9,4 +9,4 @@ keywords: name: istiod sources: - https://github.com/istio/istio -version: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 +version: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/README.md b/resources/v1.28-alpha.457c6efc/charts/istiod/README.md similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/README.md rename to resources/v1.28-alpha.457c6efc/charts/istiod/README.md diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/gateway-injection-template.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/gateway-injection-template.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/gateway-injection-template.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/gateway-injection-template.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/grpc-agent.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/grpc-agent.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/grpc-agent.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/grpc-agent.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/grpc-simple.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/grpc-simple.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/grpc-simple.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/grpc-simple.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/injection-template.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/injection-template.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/injection-template.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/injection-template.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/kube-gateway.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/kube-gateway.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/kube-gateway.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/kube-gateway.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-ambient.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-ambient.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-ambient.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-ambient.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-compatibility-version-1.25.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-compatibility-version-1.25.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-compatibility-version-1.26.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-compatibility-version-1.26.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-compatibility-version-1.27.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-compatibility-version-1.27.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-demo.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-demo.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-demo.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-demo.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-platform-gke.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-platform-gke.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-platform-gke.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-platform-k3d.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-platform-k3d.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-platform-k3d.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-platform-k3s.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-platform-k3s.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-platform-k3s.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-platform-microk8s.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-platform-microk8s.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-platform-microk8s.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-platform-minikube.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-platform-minikube.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-platform-minikube.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-platform-openshift.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-platform-openshift.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-platform-openshift.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-preview.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-preview.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-preview.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-preview.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-remote.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-remote.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-remote.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-remote.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-stable.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-stable.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/profile-stable.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/profile-stable.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/files/waypoint.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/files/waypoint.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/files/waypoint.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/files/waypoint.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/NOTES.txt b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/NOTES.txt similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/NOTES.txt rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/NOTES.txt diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/_helpers.tpl b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/_helpers.tpl similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/_helpers.tpl rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/_helpers.tpl diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/autoscale.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/autoscale.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/autoscale.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/autoscale.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/clusterrole.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/clusterrole.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/clusterrole.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/clusterrole.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/clusterrolebinding.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/clusterrolebinding.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/clusterrolebinding.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/configmap-jwks.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/configmap-jwks.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/configmap-jwks.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/configmap-jwks.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/configmap-values.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/configmap-values.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/configmap-values.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/configmap-values.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/configmap.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/configmap.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/configmap.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/configmap.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/deployment.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/deployment.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/deployment.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/deployment.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/gateway-class-configmap.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/gateway-class-configmap.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/gateway-class-configmap.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/gateway-class-configmap.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/istiod-injector-configmap.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/istiod-injector-configmap.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/istiod-injector-configmap.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/istiod-injector-configmap.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/mutatingwebhook.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/mutatingwebhook.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/mutatingwebhook.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/mutatingwebhook.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/networkpolicy.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/networkpolicy.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/networkpolicy.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/poddisruptionbudget.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/poddisruptionbudget.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/poddisruptionbudget.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/poddisruptionbudget.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/reader-clusterrole.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/reader-clusterrole.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/reader-clusterrole.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/reader-clusterrole.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/reader-clusterrolebinding.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/reader-clusterrolebinding.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/reader-clusterrolebinding.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/reader-clusterrolebinding.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/remote-istiod-endpointslices.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/remote-istiod-endpointslices.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/remote-istiod-endpointslices.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/remote-istiod-endpointslices.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/remote-istiod-service.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/remote-istiod-service.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/remote-istiod-service.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/remote-istiod-service.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/revision-tags-mwc.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/revision-tags-mwc.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/revision-tags-mwc.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/revision-tags-mwc.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/revision-tags-svc.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/revision-tags-svc.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/revision-tags-svc.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/revision-tags-svc.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/role.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/role.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/role.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/role.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/rolebinding.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/rolebinding.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/rolebinding.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/rolebinding.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/service.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/service.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/service.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/service.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/serviceaccount.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/serviceaccount.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/serviceaccount.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/validatingadmissionpolicy.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/validatingadmissionpolicy.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/validatingadmissionpolicy.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/validatingwebhookconfiguration.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/validatingwebhookconfiguration.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/validatingwebhookconfiguration.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/zzy_descope_legacy.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/zzy_descope_legacy.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/templates/zzz_profile.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/templates/zzz_profile.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/templates/zzz_profile.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/istiod/values.yaml b/resources/v1.28-alpha.457c6efc/charts/istiod/values.yaml similarity index 99% rename from resources/v1.28-alpha.6000d6f4/charts/istiod/values.yaml rename to resources/v1.28-alpha.457c6efc/charts/istiod/values.yaml index b250b730f..cddfe1814 100644 --- a/resources/v1.28-alpha.6000d6f4/charts/istiod/values.yaml +++ b/resources/v1.28-alpha.457c6efc/charts/istiod/values.yaml @@ -254,7 +254,7 @@ _internal_defaults_do_not_set: # Dev builds from prow are on gcr.io hub: gcr.io/istio-testing # Default tag for Istio images. - tag: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 + tag: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/Chart.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/Chart.yaml similarity index 71% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/Chart.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/Chart.yaml index ed640b4b2..10b84f059 100644 --- a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/Chart.yaml +++ b/resources/v1.28-alpha.457c6efc/charts/revisiontags/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 +appVersion: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 description: Helm chart for istio revision tags name: revisiontags sources: diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-ambient.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-ambient.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-ambient.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-ambient.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-compatibility-version-1.25.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-compatibility-version-1.25.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-compatibility-version-1.26.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-compatibility-version-1.26.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-compatibility-version-1.27.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-compatibility-version-1.27.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-demo.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-demo.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-demo.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-demo.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-platform-gke.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-platform-gke.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-platform-gke.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-platform-k3d.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-platform-k3d.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-platform-k3d.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-platform-k3s.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-platform-k3s.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-platform-k3s.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-platform-microk8s.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-platform-microk8s.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-platform-microk8s.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-platform-minikube.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-platform-minikube.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-platform-minikube.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-platform-openshift.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-platform-openshift.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-platform-openshift.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-preview.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-preview.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-preview.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-preview.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-remote.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-remote.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-remote.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-remote.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-stable.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-stable.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/files/profile-stable.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/files/profile-stable.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/templates/revision-tags-mwc.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/templates/revision-tags-mwc.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/templates/revision-tags-mwc.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/templates/revision-tags-mwc.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/templates/revision-tags-svc.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/templates/revision-tags-svc.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/templates/revision-tags-svc.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/templates/revision-tags-svc.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/templates/zzz_profile.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/templates/zzz_profile.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/templates/zzz_profile.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/values.yaml b/resources/v1.28-alpha.457c6efc/charts/revisiontags/values.yaml similarity index 99% rename from resources/v1.28-alpha.6000d6f4/charts/revisiontags/values.yaml rename to resources/v1.28-alpha.457c6efc/charts/revisiontags/values.yaml index b250b730f..cddfe1814 100644 --- a/resources/v1.28-alpha.6000d6f4/charts/revisiontags/values.yaml +++ b/resources/v1.28-alpha.457c6efc/charts/revisiontags/values.yaml @@ -254,7 +254,7 @@ _internal_defaults_do_not_set: # Dev builds from prow are on gcr.io hub: gcr.io/istio-testing # Default tag for Istio images. - tag: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 + tag: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/Chart.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/Chart.yaml similarity index 63% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/Chart.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/Chart.yaml index 3d88cdc24..9c6e5ffa2 100644 --- a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/Chart.yaml +++ b/resources/v1.28-alpha.457c6efc/charts/ztunnel/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 +appVersion: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 description: Helm chart for istio ztunnel components icon: https://istio.io/latest/favicons/android-192x192.png keywords: @@ -8,4 +8,4 @@ keywords: name: ztunnel sources: - https://github.com/istio/istio -version: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 +version: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/README.md b/resources/v1.28-alpha.457c6efc/charts/ztunnel/README.md similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/README.md rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/README.md diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-ambient.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-ambient.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-ambient.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-ambient.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-compatibility-version-1.25.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-compatibility-version-1.25.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-compatibility-version-1.26.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-compatibility-version-1.26.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-compatibility-version-1.27.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-compatibility-version-1.27.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-demo.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-demo.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-demo.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-demo.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-platform-gke.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-platform-gke.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-platform-gke.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-platform-k3d.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-platform-k3d.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-platform-k3d.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-platform-k3s.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-platform-k3s.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-platform-k3s.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-platform-microk8s.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-platform-microk8s.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-platform-microk8s.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-platform-minikube.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-platform-minikube.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-platform-minikube.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-platform-openshift.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-platform-openshift.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-platform-openshift.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-preview.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-preview.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-preview.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-preview.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-remote.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-remote.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-remote.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-remote.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-stable.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-stable.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/files/profile-stable.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/files/profile-stable.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/NOTES.txt b/resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/NOTES.txt similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/NOTES.txt rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/NOTES.txt diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/_helpers.tpl b/resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/_helpers.tpl similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/_helpers.tpl rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/_helpers.tpl diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/daemonset.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/daemonset.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/daemonset.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/daemonset.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/rbac.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/rbac.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/rbac.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/rbac.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/resourcequota.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/resourcequota.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/resourcequota.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/resourcequota.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/serviceaccount.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/serviceaccount.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/serviceaccount.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/zzz_profile.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/templates/zzz_profile.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/templates/zzz_profile.yaml diff --git a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/values.yaml b/resources/v1.28-alpha.457c6efc/charts/ztunnel/values.yaml similarity index 98% rename from resources/v1.28-alpha.6000d6f4/charts/ztunnel/values.yaml rename to resources/v1.28-alpha.457c6efc/charts/ztunnel/values.yaml index 2d3972f44..a94028ee8 100644 --- a/resources/v1.28-alpha.6000d6f4/charts/ztunnel/values.yaml +++ b/resources/v1.28-alpha.457c6efc/charts/ztunnel/values.yaml @@ -4,7 +4,7 @@ _internal_defaults_do_not_set: # Hub to pull from. Image will be `Hub/Image:Tag-Variant` hub: gcr.io/istio-testing # Tag to pull from. Image will be `Hub/Image:Tag-Variant` - tag: 1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3 + tag: 1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1 # Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version. variant: "" diff --git a/resources/v1.28-alpha.457c6efc/cni-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag b/resources/v1.28-alpha.457c6efc/cni-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag new file mode 100644 index 000000000..2d9512d4c --- /dev/null +++ b/resources/v1.28-alpha.457c6efc/cni-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag @@ -0,0 +1 @@ +70a5d2b23f8af22242e8915b0e527c68 diff --git a/resources/v1.28-alpha.457c6efc/commit b/resources/v1.28-alpha.457c6efc/commit new file mode 100644 index 000000000..a555380e7 --- /dev/null +++ b/resources/v1.28-alpha.457c6efc/commit @@ -0,0 +1 @@ +457c6efc999cab24d8ca88c29ced763211b1eba1 diff --git a/resources/v1.28-alpha.457c6efc/gateway-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag b/resources/v1.28-alpha.457c6efc/gateway-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag new file mode 100644 index 000000000..e80e76972 --- /dev/null +++ b/resources/v1.28-alpha.457c6efc/gateway-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag @@ -0,0 +1 @@ +c7eaad08a3be35d413a11ea65dc227f0 diff --git a/resources/v1.28-alpha.457c6efc/istiod-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag b/resources/v1.28-alpha.457c6efc/istiod-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag new file mode 100644 index 000000000..57c08e6d3 --- /dev/null +++ b/resources/v1.28-alpha.457c6efc/istiod-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag @@ -0,0 +1 @@ +843aff5327176966af4b86731d9cb1d1 diff --git a/resources/v1.28-alpha.6000d6f4/profiles/ambient.yaml b/resources/v1.28-alpha.457c6efc/profiles/ambient.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/profiles/ambient.yaml rename to resources/v1.28-alpha.457c6efc/profiles/ambient.yaml diff --git a/resources/v1.28-alpha.6000d6f4/profiles/default.yaml b/resources/v1.28-alpha.457c6efc/profiles/default.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/profiles/default.yaml rename to resources/v1.28-alpha.457c6efc/profiles/default.yaml diff --git a/resources/v1.28-alpha.6000d6f4/profiles/demo.yaml b/resources/v1.28-alpha.457c6efc/profiles/demo.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/profiles/demo.yaml rename to resources/v1.28-alpha.457c6efc/profiles/demo.yaml diff --git a/resources/v1.28-alpha.6000d6f4/profiles/empty.yaml b/resources/v1.28-alpha.457c6efc/profiles/empty.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/profiles/empty.yaml rename to resources/v1.28-alpha.457c6efc/profiles/empty.yaml diff --git a/resources/v1.28-alpha.6000d6f4/profiles/openshift-ambient.yaml b/resources/v1.28-alpha.457c6efc/profiles/openshift-ambient.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/profiles/openshift-ambient.yaml rename to resources/v1.28-alpha.457c6efc/profiles/openshift-ambient.yaml diff --git a/resources/v1.28-alpha.6000d6f4/profiles/openshift.yaml b/resources/v1.28-alpha.457c6efc/profiles/openshift.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/profiles/openshift.yaml rename to resources/v1.28-alpha.457c6efc/profiles/openshift.yaml diff --git a/resources/v1.28-alpha.6000d6f4/profiles/preview.yaml b/resources/v1.28-alpha.457c6efc/profiles/preview.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/profiles/preview.yaml rename to resources/v1.28-alpha.457c6efc/profiles/preview.yaml diff --git a/resources/v1.28-alpha.6000d6f4/profiles/remote.yaml b/resources/v1.28-alpha.457c6efc/profiles/remote.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/profiles/remote.yaml rename to resources/v1.28-alpha.457c6efc/profiles/remote.yaml diff --git a/resources/v1.28-alpha.6000d6f4/profiles/stable.yaml b/resources/v1.28-alpha.457c6efc/profiles/stable.yaml similarity index 100% rename from resources/v1.28-alpha.6000d6f4/profiles/stable.yaml rename to resources/v1.28-alpha.457c6efc/profiles/stable.yaml diff --git a/resources/v1.28-alpha.457c6efc/ztunnel-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag b/resources/v1.28-alpha.457c6efc/ztunnel-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag new file mode 100644 index 000000000..cbd0f1ff2 --- /dev/null +++ b/resources/v1.28-alpha.457c6efc/ztunnel-1.28-alpha.457c6efc999cab24d8ca88c29ced763211b1eba1.tgz.etag @@ -0,0 +1 @@ +9be2759e7b6caeaa5a4f4760f1e6dfbb diff --git a/resources/v1.28-alpha.6000d6f4/base-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag b/resources/v1.28-alpha.6000d6f4/base-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag deleted file mode 100644 index 28af67fe2..000000000 --- a/resources/v1.28-alpha.6000d6f4/base-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -40a64a4890da4db2d4dc70b4a1221ec2 diff --git a/resources/v1.28-alpha.6000d6f4/cni-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag b/resources/v1.28-alpha.6000d6f4/cni-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag deleted file mode 100644 index 19029dee0..000000000 --- a/resources/v1.28-alpha.6000d6f4/cni-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -c24078ee6301dfb9f1135eced8a41591 diff --git a/resources/v1.28-alpha.6000d6f4/commit b/resources/v1.28-alpha.6000d6f4/commit deleted file mode 100644 index 170490d00..000000000 --- a/resources/v1.28-alpha.6000d6f4/commit +++ /dev/null @@ -1 +0,0 @@ -6000d6f4713c022c017f95d2ab8f54aa10b620e3 diff --git a/resources/v1.28-alpha.6000d6f4/gateway-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag b/resources/v1.28-alpha.6000d6f4/gateway-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag deleted file mode 100644 index f924555ce..000000000 --- a/resources/v1.28-alpha.6000d6f4/gateway-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -2568c4543a8b798d274cae538def9f23 diff --git a/resources/v1.28-alpha.6000d6f4/istiod-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag b/resources/v1.28-alpha.6000d6f4/istiod-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag deleted file mode 100644 index 2a7a117ca..000000000 --- a/resources/v1.28-alpha.6000d6f4/istiod-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -59c763e37a77289285fbed9739d23f32 diff --git a/resources/v1.28-alpha.6000d6f4/ztunnel-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag b/resources/v1.28-alpha.6000d6f4/ztunnel-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag deleted file mode 100644 index 11b8249fc..000000000 --- a/resources/v1.28-alpha.6000d6f4/ztunnel-1.28-alpha.6000d6f4713c022c017f95d2ab8f54aa10b620e3.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -cafe26ab98952de13bcc8b2f0107bd6c