diff --git a/api/v1/istio_types.go b/api/v1/istio_types.go index 37a2c7ef61..40e5cd91d6 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.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.93b6de1e. - // +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.3", "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.6", "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.1", "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.29-alpha.93b6de1e"} - // +kubebuilder:validation:Enum=v1.27-latest;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;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.29-alpha.93b6de1e + // Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.a05dd259. + // +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.3", "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.6", "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.1", "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.29-alpha.a05dd259"} + // +kubebuilder:validation:Enum=v1.27-latest;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;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.29-alpha.a05dd259 // +kubebuilder:default=v1.27.3 Version string `json:"version"` diff --git a/api/v1/istiocni_types.go b/api/v1/istiocni_types.go index d26b421eb9..dc3152884d 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.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.93b6de1e. - // +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.3", "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.6", "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.1", "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.29-alpha.93b6de1e"} - // +kubebuilder:validation:Enum=v1.27-latest;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;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.29-alpha.93b6de1e + // Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.a05dd259. + // +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.3", "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.6", "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.1", "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.29-alpha.a05dd259"} + // +kubebuilder:validation:Enum=v1.27-latest;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;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.29-alpha.a05dd259 // +kubebuilder:default=v1.27.3 Version string `json:"version"` diff --git a/api/v1/istiorevision_types.go b/api/v1/istiorevision_types.go index 955e845c00..c7c3d88cfe 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.3, v1.27.2, v1.27.1, v1.27.0, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.29-alpha.93b6de1e. - // +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.3", "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.6", "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.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.93b6de1e"} - // +kubebuilder:validation:Enum=v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;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.29-alpha.93b6de1e + // Must be one of: v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.29-alpha.a05dd259. + // +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.3", "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.6", "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.1", "urn:alm:descriptor:com.tectonic.ui:select:v1.26.0", "urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.a05dd259"} + // +kubebuilder:validation:Enum=v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;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.29-alpha.a05dd259 Version string `json:"version"` // Namespace to which the Istio components should be installed. diff --git a/api/v1/values_types.gen.go b/api/v1/values_types.gen.go index 9cd36e0bf0..b7ab7cbb32 100644 --- a/api/v1/values_types.gen.go +++ b/api/v1/values_types.gen.go @@ -2532,6 +2532,12 @@ type MeshConfigExtensionProviderZipkinTracingProvider struct { // This controls both downstream request header extraction and upstream request header injection. // The default value is USE_B3 to maintain backward compatibility. TraceContextOption MeshConfigExtensionProviderZipkinTracingProviderTraceContextOption `json:"traceContextOption,omitempty"` + // Optional. The timeout for the HTTP request to the Zipkin collector. + // If not specified, the default timeout from Envoy's configuration will be used (which is 5 seconds currently). + Timeout *metav1.Duration `json:"timeout,omitempty"` + // Optional. Additional HTTP headers to include in the request to the Zipkin collector. + // These headers will be added to the HTTP request when sending spans to the collector. + Headers []*MeshConfigExtensionProviderHttpHeader `json:"headers,omitempty"` } // Defines configuration for a Lightstep tracer. @@ -3102,7 +3108,7 @@ type MeshConfigExtensionProviderResourceDetectorsDynatraceResourceDetector struc const fileMeshV1alpha1ConfigProtoRawDesc = "" + "\n" + - "\x1amesh/v1alpha1/config.proto\x12\x13istio.mesh.v1alpha1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x19mesh/v1alpha1/proxy.proto\x1a*networking/v1alpha3/destination_rule.proto\x1a)networking/v1alpha3/virtual_service.proto\"\xf7n\n" + + "\x1amesh/v1alpha1/config.proto\x12\x13istio.mesh.v1alpha1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x19mesh/v1alpha1/proxy.proto\x1a*networking/v1alpha3/destination_rule.proto\x1a)networking/v1alpha3/virtual_service.proto\"\x84p\n" + "\n" + "MeshConfig\x12*\n" + "\x11proxy_listen_port\x18\x04 \x01(\x05R\x0fproxyListenPort\x129\n" + @@ -3185,7 +3191,7 @@ const fileMeshV1alpha1ConfigProtoRawDesc = "" + "\ftls_settings\x18\x02 \x01(\v2,.istio.networking.v1alpha3.ClientTLSSettingsR\vtlsSettings\x12B\n" + "\x0frequest_timeout\x18\x03 \x01(\v2\x19.google.protobuf.DurationR\x0erequestTimeout\x12\x1f\n" + "\vistiod_side\x18\x04 \x01(\bR\n" + - "istiodSide\x1a\xc2@\n" + + "istiodSide\x1a\xcfA\n" + "\x11ExtensionProvider\x12\x12\n" + "\x04name\x18\x01 \x01(\tR\x04name\x12\x8b\x01\n" + "\x14envoy_ext_authz_http\x18\x02 \x01(\v2X.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyExternalAuthorizationHttpProviderH\x00R\x11envoyExtAuthzHttp\x12\x8b\x01\n" + @@ -3241,14 +3247,16 @@ const fileMeshV1alpha1ConfigProtoRawDesc = "" + "\tfail_open\x18\x03 \x01(\bR\bfailOpen\x12*\n" + "\x11clear_route_cache\x18\a \x01(\bR\x0fclearRouteCache\x12&\n" + "\x0fstatus_on_error\x18\x04 \x01(\tR\rstatusOnError\x12\x99\x01\n" + - "\x1dinclude_request_body_in_check\x18\x06 \x01(\v2W.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyExternalAuthorizationRequestBodyR\x19includeRequestBodyInCheck\x1a\x84\x03\n" + + "\x1dinclude_request_body_in_check\x18\x06 \x01(\v2W.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.EnvoyExternalAuthorizationRequestBodyR\x19includeRequestBodyInCheck\x1a\x91\x04\n" + "\x15ZipkinTracingProvider\x12\x18\n" + "\aservice\x18\x01 \x01(\tR\aservice\x12\x12\n" + "\x04port\x18\x02 \x01(\rR\x04port\x12$\n" + "\x0emax_tag_length\x18\x03 \x01(\rR\fmaxTagLength\x121\n" + "\x15enable_64bit_trace_id\x18\x04 \x01(\bR\x12enable64bitTraceId\x12\x12\n" + "\x04path\x18\x05 \x01(\tR\x04path\x12\x8c\x01\n" + - "\x14trace_context_option\x18\x06 \x01(\x0e2Z.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.ZipkinTracingProvider.TraceContextOptionR\x12traceContextOption\"A\n" + + "\x14trace_context_option\x18\x06 \x01(\x0e2Z.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.ZipkinTracingProvider.TraceContextOptionR\x12traceContextOption\x123\n" + + "\atimeout\x18\a \x01(\v2\x19.google.protobuf.DurationR\atimeout\x12V\n" + + "\aheaders\x18\b \x03(\v2<.istio.mesh.v1alpha1.MeshConfig.ExtensionProvider.HttpHeaderR\aheaders\"A\n" + "\x12TraceContextOption\x12\n" + "\n" + "\x06USE_B3\x10\x00\x12\x1f\n" + diff --git a/api/v1/zz_generated.deepcopy.go b/api/v1/zz_generated.deepcopy.go index 78bfdf6e1a..1e37d25297 100644 --- a/api/v1/zz_generated.deepcopy.go +++ b/api/v1/zz_generated.deepcopy.go @@ -3011,6 +3011,22 @@ func (in *MeshConfigExtensionProviderZipkinTracingProvider) DeepCopyInto(out *Me *out = new(string) **out = **in } + if in.Timeout != nil { + in, out := &in.Timeout, &out.Timeout + *out = new(metav1.Duration) + **out = **in + } + if in.Headers != nil { + in, out := &in.Headers, &out.Headers + *out = make([]*MeshConfigExtensionProviderHttpHeader, len(*in)) + for i := range *in { + if (*in)[i] != nil { + in, out := &(*in)[i], &(*out)[i] + *out = new(MeshConfigExtensionProviderHttpHeader) + (*in).DeepCopyInto(*out) + } + } + } } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MeshConfigExtensionProviderZipkinTracingProvider. diff --git a/api/v1alpha1/ztunnel_types.go b/api/v1alpha1/ztunnel_types.go index 242b2f0f92..2cf5f7428b 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.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.25-latest, v1.24-latest, master, v1.29-alpha.93b6de1e. - // +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.3", "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.6", "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.1", "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.29-alpha.93b6de1e"} - // +kubebuilder:validation:Enum=v1.27-latest;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;v1.26.0;v1.25-latest;v1.24-latest;master;v1.29-alpha.93b6de1e + // Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.25-latest, v1.24-latest, master, v1.29-alpha.a05dd259. + // +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.3", "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.6", "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.1", "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.29-alpha.a05dd259"} + // +kubebuilder:validation:Enum=v1.27-latest;v1.27.3;v1.27.2;v1.27.1;v1.27.0;v1.26-latest;v1.26.6;v1.26.5;v1.26.4;v1.26.3;v1.26.2;v1.26.1;v1.26.0;v1.25-latest;v1.24-latest;master;v1.29-alpha.a05dd259 // +kubebuilder:default=v1.27.3 Version string `json:"version"` diff --git a/bundle/manifests/networking.istio.io_envoyfilters.yaml b/bundle/manifests/networking.istio.io_envoyfilters.yaml index d06fe9e26f..4e4874b142 100644 --- a/bundle/manifests/networking.istio.io_envoyfilters.yaml +++ b/bundle/manifests/networking.istio.io_envoyfilters.yaml @@ -274,9 +274,8 @@ spec: 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) + rule: 'has(self.context) ? ((self.context == "WAYPOINT") ? + has(self.waypoint) : !has(self.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 6ea920f412..4a34f436a4 100644 --- a/bundle/manifests/sailoperator.clusterserviceversion.yaml +++ b/bundle/manifests/sailoperator.clusterserviceversion.yaml @@ -45,7 +45,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-26T05:05:24Z" + createdAt: "2025-10-28T05:05:32Z" 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" @@ -176,7 +176,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.93b6de1e. + Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.a05dd259. displayName: Istio Version path: version x-descriptors: @@ -195,7 +195,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.26.1 - 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.29-alpha.93b6de1e + - urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.a05dd259 - description: Namespace to which the Istio CNI component should be installed. Note that this field is immutable. displayName: Namespace path: namespace @@ -233,7 +233,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.29-alpha.93b6de1e. + Must be one of: v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.29-alpha.a05dd259. displayName: Istio Version path: version x-descriptors: @@ -249,7 +249,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.26.2 - urn:alm:descriptor:com.tectonic.ui:select:v1.26.1 - urn:alm:descriptor:com.tectonic.ui:select:v1.26.0 - - urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.93b6de1e + - urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.a05dd259 - description: Namespace to which the Istio components should be installed. displayName: Namespace path: namespace @@ -284,7 +284,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.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.93b6de1e. + Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.a05dd259. displayName: Istio Version path: version x-descriptors: @@ -303,7 +303,7 @@ spec: - urn:alm:descriptor:com.tectonic.ui:select:v1.26.1 - 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.29-alpha.93b6de1e + - urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.a05dd259 - 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. @@ -359,7 +359,7 @@ spec: specDescriptors: - description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.25-latest, v1.24-latest, master, v1.29-alpha.93b6de1e. + Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.25-latest, v1.24-latest, master, v1.29-alpha.a05dd259. displayName: Istio Version path: version x-descriptors: @@ -380,7 +380,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.29-alpha.93b6de1e + - urn:alm:descriptor:com.tectonic.ui:select:v1.29-alpha.a05dd259 - description: Namespace to which the Istio ztunnel component should be installed. displayName: Namespace path: namespace @@ -417,7 +417,7 @@ spec: - v1.26.1 - v1.26.0 - master - - v1.29-alpha.93b6de1e + - v1.29-alpha.a05dd259 [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 @@ -753,10 +753,10 @@ spec: images.v1_27_3.istiod: gcr.io/istio-release/pilot:1.27.3 images.v1_27_3.proxy: gcr.io/istio-release/proxyv2:1.27.3 images.v1_27_3.ztunnel: gcr.io/istio-release/ztunnel:1.27.3 - images.v1_29-alpha_93b6de1e.cni: gcr.io/istio-testing/install-cni:1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 - images.v1_29-alpha_93b6de1e.istiod: gcr.io/istio-testing/pilot:1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 - images.v1_29-alpha_93b6de1e.proxy: gcr.io/istio-testing/proxyv2:1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 - images.v1_29-alpha_93b6de1e.ztunnel: gcr.io/istio-testing/ztunnel:1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 + images.v1_29-alpha_a05dd259.cni: gcr.io/istio-testing/install-cni:1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa + images.v1_29-alpha_a05dd259.istiod: gcr.io/istio-testing/pilot:1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa + images.v1_29-alpha_a05dd259.proxy: gcr.io/istio-testing/proxyv2:1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa + images.v1_29-alpha_a05dd259.ztunnel: gcr.io/istio-testing/ztunnel:1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa 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 b68d79d3d4..a7a299a17e 100644 --- a/bundle/manifests/sailoperator.io_istiocnis.yaml +++ b/bundle/manifests/sailoperator.io_istiocnis.yaml @@ -1466,7 +1466,7 @@ spec: default: v1.27.3 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.93b6de1e. + Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.a05dd259. enum: - v1.27-latest - v1.27.3 @@ -1508,7 +1508,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.29-alpha.93b6de1e + - v1.29-alpha.a05dd259 type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_istiorevisions.yaml b/bundle/manifests/sailoperator.io_istiorevisions.yaml index e8e10336c9..141aad55f4 100644 --- a/bundle/manifests/sailoperator.io_istiorevisions.yaml +++ b/bundle/manifests/sailoperator.io_istiorevisions.yaml @@ -5313,6 +5313,35 @@ spec: Optional. A 128 bit trace id will be used in Istio. If true, will result in a 64 bit trace id being used. type: boolean + headers: + description: |- + Optional. Additional HTTP headers to include in the request to the Zipkin collector. + These headers will be added to the HTTP request when sending spans to the collector. + items: + properties: + envName: + description: |- + The HTTP header value from the environment variable. + + Warning: + - The environment variable must be set in the istiod pod spec. + - This is not a end-to-end secure. + type: string + name: + description: REQUIRED. The HTTP header name. + type: string + value: + description: The HTTP header value. + type: string + required: + - name + type: object + x-kubernetes-validations: + - message: At most one of [value envName] should + be set + rule: (has(self.value)?1:0) + (has(self.envName)?1:0) + <= 1 + type: array maxTagLength: description: |- Optional. Controls the overall path length allowed in a reported span. @@ -5338,6 +5367,11 @@ spec: Example: "zipkin.default.svc.cluster.local" or "bar/zipkin.example.com". type: string + timeout: + description: |- + Optional. The timeout for the HTTP request to the Zipkin collector. + If not specified, the default timeout from Envoy's configuration will be used (which is 5 seconds currently). + type: string traceContextOption: description: |- Optional. Determines which trace context format to use for trace header extraction and propagation. @@ -10003,7 +10037,7 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.29-alpha.93b6de1e. + Must be one of: v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.29-alpha.a05dd259. enum: - v1.27.3 - v1.27.2 @@ -10038,7 +10072,7 @@ spec: - v1.22.6 - v1.22.5 - v1.21.6 - - v1.29-alpha.93b6de1e + - v1.29-alpha.a05dd259 type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_istios.yaml b/bundle/manifests/sailoperator.io_istios.yaml index 0773423f91..0142516656 100644 --- a/bundle/manifests/sailoperator.io_istios.yaml +++ b/bundle/manifests/sailoperator.io_istios.yaml @@ -5386,6 +5386,35 @@ spec: Optional. A 128 bit trace id will be used in Istio. If true, will result in a 64 bit trace id being used. type: boolean + headers: + description: |- + Optional. Additional HTTP headers to include in the request to the Zipkin collector. + These headers will be added to the HTTP request when sending spans to the collector. + items: + properties: + envName: + description: |- + The HTTP header value from the environment variable. + + Warning: + - The environment variable must be set in the istiod pod spec. + - This is not a end-to-end secure. + type: string + name: + description: REQUIRED. The HTTP header name. + type: string + value: + description: The HTTP header value. + type: string + required: + - name + type: object + x-kubernetes-validations: + - message: At most one of [value envName] should + be set + rule: (has(self.value)?1:0) + (has(self.envName)?1:0) + <= 1 + type: array maxTagLength: description: |- Optional. Controls the overall path length allowed in a reported span. @@ -5411,6 +5440,11 @@ spec: Example: "zipkin.default.svc.cluster.local" or "bar/zipkin.example.com". type: string + timeout: + description: |- + Optional. The timeout for the HTTP request to the Zipkin collector. + If not specified, the default timeout from Envoy's configuration will be used (which is 5 seconds currently). + type: string traceContextOption: description: |- Optional. Determines which trace context format to use for trace header extraction and propagation. @@ -10077,7 +10111,7 @@ spec: default: v1.27.3 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.93b6de1e. + Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.a05dd259. enum: - v1.27-latest - v1.27.3 @@ -10119,7 +10153,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.29-alpha.93b6de1e + - v1.29-alpha.a05dd259 type: string required: - namespace diff --git a/bundle/manifests/sailoperator.io_ztunnels.yaml b/bundle/manifests/sailoperator.io_ztunnels.yaml index 919f223f34..3a6b1b5992 100644 --- a/bundle/manifests/sailoperator.io_ztunnels.yaml +++ b/bundle/manifests/sailoperator.io_ztunnels.yaml @@ -3450,7 +3450,7 @@ spec: default: v1.27.3 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.25-latest, v1.24-latest, master, v1.29-alpha.93b6de1e. + Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.25-latest, v1.24-latest, master, v1.29-alpha.a05dd259. enum: - v1.27-latest - v1.27.3 @@ -3468,7 +3468,7 @@ spec: - v1.25-latest - v1.24-latest - master - - v1.29-alpha.93b6de1e + - v1.29-alpha.a05dd259 type: string required: - namespace diff --git a/chart/crds/networking.istio.io_envoyfilters.yaml b/chart/crds/networking.istio.io_envoyfilters.yaml index e2daf01e08..592a403f36 100644 --- a/chart/crds/networking.istio.io_envoyfilters.yaml +++ b/chart/crds/networking.istio.io_envoyfilters.yaml @@ -273,9 +273,8 @@ spec: 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) + rule: 'has(self.context) ? ((self.context == "WAYPOINT") ? + has(self.waypoint) : !has(self.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 9ba2c7f42b..b6c0ac4216 100644 --- a/chart/crds/sailoperator.io_istiocnis.yaml +++ b/chart/crds/sailoperator.io_istiocnis.yaml @@ -1466,7 +1466,7 @@ spec: default: v1.27.3 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.93b6de1e. + Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.a05dd259. enum: - v1.27-latest - v1.27.3 @@ -1508,7 +1508,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.29-alpha.93b6de1e + - v1.29-alpha.a05dd259 type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istiorevisions.yaml b/chart/crds/sailoperator.io_istiorevisions.yaml index 53c7ed1c7a..057cfc3d36 100644 --- a/chart/crds/sailoperator.io_istiorevisions.yaml +++ b/chart/crds/sailoperator.io_istiorevisions.yaml @@ -5313,6 +5313,35 @@ spec: Optional. A 128 bit trace id will be used in Istio. If true, will result in a 64 bit trace id being used. type: boolean + headers: + description: |- + Optional. Additional HTTP headers to include in the request to the Zipkin collector. + These headers will be added to the HTTP request when sending spans to the collector. + items: + properties: + envName: + description: |- + The HTTP header value from the environment variable. + + Warning: + - The environment variable must be set in the istiod pod spec. + - This is not a end-to-end secure. + type: string + name: + description: REQUIRED. The HTTP header name. + type: string + value: + description: The HTTP header value. + type: string + required: + - name + type: object + x-kubernetes-validations: + - message: At most one of [value envName] should + be set + rule: (has(self.value)?1:0) + (has(self.envName)?1:0) + <= 1 + type: array maxTagLength: description: |- Optional. Controls the overall path length allowed in a reported span. @@ -5338,6 +5367,11 @@ spec: Example: "zipkin.default.svc.cluster.local" or "bar/zipkin.example.com". type: string + timeout: + description: |- + Optional. The timeout for the HTTP request to the Zipkin collector. + If not specified, the default timeout from Envoy's configuration will be used (which is 5 seconds currently). + type: string traceContextOption: description: |- Optional. Determines which trace context format to use for trace header extraction and propagation. @@ -10003,7 +10037,7 @@ spec: version: description: |- Defines the version of Istio to install. - Must be one of: v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.29-alpha.93b6de1e. + Must be one of: v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.29-alpha.a05dd259. enum: - v1.27.3 - v1.27.2 @@ -10038,7 +10072,7 @@ spec: - v1.22.6 - v1.22.5 - v1.21.6 - - v1.29-alpha.93b6de1e + - v1.29-alpha.a05dd259 type: string required: - namespace diff --git a/chart/crds/sailoperator.io_istios.yaml b/chart/crds/sailoperator.io_istios.yaml index 3b0441aa85..23b5db3013 100644 --- a/chart/crds/sailoperator.io_istios.yaml +++ b/chart/crds/sailoperator.io_istios.yaml @@ -5386,6 +5386,35 @@ spec: Optional. A 128 bit trace id will be used in Istio. If true, will result in a 64 bit trace id being used. type: boolean + headers: + description: |- + Optional. Additional HTTP headers to include in the request to the Zipkin collector. + These headers will be added to the HTTP request when sending spans to the collector. + items: + properties: + envName: + description: |- + The HTTP header value from the environment variable. + + Warning: + - The environment variable must be set in the istiod pod spec. + - This is not a end-to-end secure. + type: string + name: + description: REQUIRED. The HTTP header name. + type: string + value: + description: The HTTP header value. + type: string + required: + - name + type: object + x-kubernetes-validations: + - message: At most one of [value envName] should + be set + rule: (has(self.value)?1:0) + (has(self.envName)?1:0) + <= 1 + type: array maxTagLength: description: |- Optional. Controls the overall path length allowed in a reported span. @@ -5411,6 +5440,11 @@ spec: Example: "zipkin.default.svc.cluster.local" or "bar/zipkin.example.com". type: string + timeout: + description: |- + Optional. The timeout for the HTTP request to the Zipkin collector. + If not specified, the default timeout from Envoy's configuration will be used (which is 5 seconds currently). + type: string traceContextOption: description: |- Optional. Determines which trace context format to use for trace header extraction and propagation. @@ -10077,7 +10111,7 @@ spec: default: v1.27.3 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.93b6de1e. + Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.a05dd259. enum: - v1.27-latest - v1.27.3 @@ -10119,7 +10153,7 @@ spec: - v1.22.5 - v1.21.6 - master - - v1.29-alpha.93b6de1e + - v1.29-alpha.a05dd259 type: string required: - namespace diff --git a/chart/crds/sailoperator.io_ztunnels.yaml b/chart/crds/sailoperator.io_ztunnels.yaml index 61a5d2dbe8..198630c7c0 100644 --- a/chart/crds/sailoperator.io_ztunnels.yaml +++ b/chart/crds/sailoperator.io_ztunnels.yaml @@ -3450,7 +3450,7 @@ spec: default: v1.27.3 description: |- Defines the version of Istio to install. - Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.25-latest, v1.24-latest, master, v1.29-alpha.93b6de1e. + Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.25-latest, v1.24-latest, master, v1.29-alpha.a05dd259. enum: - v1.27-latest - v1.27.3 @@ -3468,7 +3468,7 @@ spec: - v1.25-latest - v1.24-latest - master - - v1.29-alpha.93b6de1e + - v1.29-alpha.a05dd259 type: string required: - namespace diff --git a/chart/values.yaml b/chart/values.yaml index ceb916eb50..a9a7f84d5a 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -46,10 +46,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_29-alpha_93b6de1e.ztunnel: gcr.io/istio-testing/ztunnel:1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 - images.v1_29-alpha_93b6de1e.istiod: gcr.io/istio-testing/pilot:1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 - images.v1_29-alpha_93b6de1e.proxy: gcr.io/istio-testing/proxyv2:1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 - images.v1_29-alpha_93b6de1e.cni: gcr.io/istio-testing/install-cni:1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 + images.v1_29-alpha_a05dd259.ztunnel: gcr.io/istio-testing/ztunnel:1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa + images.v1_29-alpha_a05dd259.istiod: gcr.io/istio-testing/pilot:1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa + images.v1_29-alpha_a05dd259.proxy: gcr.io/istio-testing/proxyv2:1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa + images.v1_29-alpha_a05dd259.cni: gcr.io/istio-testing/install-cni:1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa revisionHistoryLimit: 10 service: port: 8443 @@ -79,7 +79,7 @@ csv: - v1.26.1 - v1.26.0 - master - - v1.29-alpha.93b6de1e + - v1.29-alpha.a05dd259 [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 4ce68d85b7..92c6c0433a 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.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.93b6de1e. | v1.27.3 | Enum: [v1.27-latest v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 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.29-alpha.93b6de1e] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.a05dd259. | v1.27.3 | Enum: [v1.27-latest v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 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.29-alpha.a05dd259] | | `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.3, v1.27.2, v1.27.1, v1.27.0, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.29-alpha.93b6de1e. | | Enum: [v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 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.29-alpha.93b6de1e] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.29-alpha.a05dd259. | | Enum: [v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 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.29-alpha.a05dd259] | | `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.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.93b6de1e. | v1.27.3 | Enum: [v1.27-latest v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 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.29-alpha.93b6de1e] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, master, v1.29-alpha.a05dd259. | v1.27.3 | Enum: [v1.27-latest v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 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.29-alpha.a05dd259] | | `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 | | @@ -1616,23 +1616,6 @@ _Appears in:_ -#### MeshConfigExtensionProviderHttpHeader - - - - - - - -_Appears in:_ -- [MeshConfigExtensionProviderGrpcService](#meshconfigextensionprovidergrpcservice) -- [MeshConfigExtensionProviderHttpService](#meshconfigextensionproviderhttpservice) - -| Field | Description | Default | Validation | -| --- | --- | --- | --- | -| `name` _string_ | REQUIRED. The HTTP header name. | | Required: \{\} | -| `value` _string_ | The HTTP header value. | | | -| `envName` _string_ | The HTTP header value from the environment variable. Warning: - The environment variable must be set in the istiod pod spec. - This is not a end-to-end secure. | | | @@ -1862,6 +1845,8 @@ _Appears in:_ | `enable64bitTraceId` _boolean_ | Optional. A 128 bit trace id will be used in Istio. If true, will result in a 64 bit trace id being used. | | | | `path` _string_ | Optional. Specifies the endpoint of Zipkin API. The default value is "/api/v2/spans". | | | | `traceContextOption` _[MeshConfigExtensionProviderZipkinTracingProviderTraceContextOption](#meshconfigextensionproviderzipkintracingprovidertracecontextoption)_ | Optional. Determines which trace context format to use for trace header extraction and propagation. This controls both downstream request header extraction and upstream request header injection. The default value is USE_B3 to maintain backward compatibility. | | Enum: [USE_B3 USE_B3_WITH_W3C_PROPAGATION] | +| `timeout` _[Duration](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#duration-v1-meta)_ | Optional. The timeout for the HTTP request to the Zipkin collector. If not specified, the default timeout from Envoy's configuration will be used (which is 5 seconds currently). | | | +| `headers` _[MeshConfigExtensionProviderHttpHeader](#meshconfigextensionproviderhttpheader) array_ | Optional. Additional HTTP headers to include in the request to the Zipkin collector. These headers will be added to the HTTP request when sending spans to the collector. | | | #### MeshConfigExtensionProviderZipkinTracingProviderTraceContextOption @@ -3540,7 +3525,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.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.25-latest, v1.24-latest, master, v1.29-alpha.93b6de1e. | v1.27.3 | Enum: [v1.27-latest v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 v1.26.0 v1.25-latest v1.24-latest master v1.29-alpha.93b6de1e] | +| `version` _string_ | Defines the version of Istio to install. Must be one of: v1.27-latest, v1.27.3, v1.27.2, v1.27.1, v1.27.0, v1.26-latest, v1.26.6, v1.26.5, v1.26.4, v1.26.3, v1.26.2, v1.26.1, v1.26.0, v1.25-latest, v1.24-latest, master, v1.29-alpha.a05dd259. | v1.27.3 | Enum: [v1.27-latest v1.27.3 v1.27.2 v1.27.1 v1.27.0 v1.26-latest v1.26.6 v1.26.5 v1.26.4 v1.26.3 v1.26.2 v1.26.1 v1.26.0 v1.25-latest v1.24-latest master v1.29-alpha.a05dd259] | | `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 0c788d7822..987c253ee5 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.28.0-alpha.0.0.20251015201706-99349a9d18ee - istio.io/istio v0.0.0-20251026030359-93b6de1ea43d + istio.io/client-go v1.28.0-alpha.0.0.20251027163503-4de5e66466a2 + istio.io/istio v0.0.0-20251028030102-a05dd259e393 k8s.io/api v0.34.1 k8s.io/apiextensions-apiserver v0.34.1 k8s.io/apimachinery v0.34.1 @@ -169,7 +169,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.28.0-alpha.0.0.20251015201407-f6b4b4f56db2 // indirect + istio.io/api v1.28.0-alpha.0.0.20251027163102-1d538150001d // 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 7a13ca3a9f..ca94f71701 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.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-20251026030359-93b6de1ea43d h1:0AWH6sHAxtA1Z6nT7eez8x7YLNJ1DqsLAmXI2rpCA/Q= -istio.io/istio v0.0.0-20251026030359-93b6de1ea43d/go.mod h1:UJpH/K9BNLlqZ5AANJ4zAj7pT/9lPk9vvv26dO+w/E8= +istio.io/api v1.28.0-alpha.0.0.20251027163102-1d538150001d h1:xX6IH7iuISn9Bzq3RTk2/DNpkWOzaFYPOY5+2LM5n4A= +istio.io/api v1.28.0-alpha.0.0.20251027163102-1d538150001d/go.mod h1:BD3qv/ekm16kvSgvSpuiDawgKhEwG97wx849CednJSg= +istio.io/client-go v1.28.0-alpha.0.0.20251027163503-4de5e66466a2 h1:6tt1ejHNH/XYk69+cdpvC2hqPpTm0RQLT++fJi/r6ps= +istio.io/client-go v1.28.0-alpha.0.0.20251027163503-4de5e66466a2/go.mod h1:zuOA82UqZAjWZQFt3r0lSr9xN+kb4jzAfdCkaeGYQ2s= +istio.io/istio v0.0.0-20251028030102-a05dd259e393 h1:aVs/rp4VuCfywA4X5vFlkHJXFisiqLkB2aF+a8SQV9A= +istio.io/istio v0.0.0-20251028030102-a05dd259e393/go.mod h1:1wFmSxnfIZFdeADxeB9A1JvJBbK2wglQIRJHA0R2x/Q= 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 a1c5f9c601..03295f02ab 100644 --- a/pkg/istioversion/versions.yaml +++ b/pkg/istioversion/versions.yaml @@ -186,15 +186,15 @@ versions: - name: v1.21.6 eol: true - name: master - ref: v1.29-alpha.93b6de1e - - name: v1.29-alpha.93b6de1e - version: 1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 + ref: v1.29-alpha.a05dd259 + - name: v1.29-alpha.a05dd259 + version: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa repo: https://github.com/istio/istio branch: master - commit: 93b6de1ea43dee8505e21b5e5356f9d17ed30103 + commit: a05dd259e39370fe60f076c31ff00bf8da8686aa charts: - - https://storage.googleapis.com/istio-build/dev/1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103/helm/base-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz - - https://storage.googleapis.com/istio-build/dev/1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103/helm/cni-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz - - https://storage.googleapis.com/istio-build/dev/1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103/helm/gateway-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz - - https://storage.googleapis.com/istio-build/dev/1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103/helm/istiod-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz - - https://storage.googleapis.com/istio-build/dev/1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103/helm/ztunnel-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz + - https://storage.googleapis.com/istio-build/dev/1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa/helm/base-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz + - https://storage.googleapis.com/istio-build/dev/1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa/helm/cni-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz + - https://storage.googleapis.com/istio-build/dev/1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa/helm/gateway-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz + - https://storage.googleapis.com/istio-build/dev/1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa/helm/istiod-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz + - https://storage.googleapis.com/istio-build/dev/1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa/helm/ztunnel-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz diff --git a/resources/v1.29-alpha.93b6de1e/base-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag b/resources/v1.29-alpha.93b6de1e/base-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag deleted file mode 100644 index 4edbcf6d88..0000000000 --- a/resources/v1.29-alpha.93b6de1e/base-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -a0c0aaed812420bc619ade5cc5830a0d diff --git a/resources/v1.29-alpha.93b6de1e/cni-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag b/resources/v1.29-alpha.93b6de1e/cni-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag deleted file mode 100644 index f49a217f84..0000000000 --- a/resources/v1.29-alpha.93b6de1e/cni-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -62986b767f69e8674f0cacfb0dd51e70 diff --git a/resources/v1.29-alpha.93b6de1e/commit b/resources/v1.29-alpha.93b6de1e/commit deleted file mode 100644 index 59708e155f..0000000000 --- a/resources/v1.29-alpha.93b6de1e/commit +++ /dev/null @@ -1 +0,0 @@ -93b6de1ea43dee8505e21b5e5356f9d17ed30103 diff --git a/resources/v1.29-alpha.93b6de1e/gateway-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag b/resources/v1.29-alpha.93b6de1e/gateway-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag deleted file mode 100644 index c26f56b321..0000000000 --- a/resources/v1.29-alpha.93b6de1e/gateway-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -792af68f8df570a5f245c4d5c048c1dd diff --git a/resources/v1.29-alpha.93b6de1e/istiod-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag b/resources/v1.29-alpha.93b6de1e/istiod-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag deleted file mode 100644 index 6966c0b634..0000000000 --- a/resources/v1.29-alpha.93b6de1e/istiod-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -5e1442914929a6d5d938b63cb318a2b5 diff --git a/resources/v1.29-alpha.93b6de1e/ztunnel-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag b/resources/v1.29-alpha.93b6de1e/ztunnel-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag deleted file mode 100644 index 1ab36a5639..0000000000 --- a/resources/v1.29-alpha.93b6de1e/ztunnel-1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103.tgz.etag +++ /dev/null @@ -1 +0,0 @@ -f9562d3959658fcd77c15c39f07a17ac diff --git a/resources/v1.29-alpha.a05dd259/base-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag b/resources/v1.29-alpha.a05dd259/base-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag new file mode 100644 index 0000000000..7f98b35c0d --- /dev/null +++ b/resources/v1.29-alpha.a05dd259/base-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag @@ -0,0 +1 @@ +0be53d390418b418c90376e824becffe diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/Chart.yaml b/resources/v1.29-alpha.a05dd259/charts/base/Chart.yaml similarity index 63% rename from resources/v1.29-alpha.93b6de1e/charts/base/Chart.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/Chart.yaml index d10b6c35ae..4dc71b3fad 100644 --- a/resources/v1.29-alpha.93b6de1e/charts/base/Chart.yaml +++ b/resources/v1.29-alpha.a05dd259/charts/base/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 +appVersion: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa 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.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 +version: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/README.md b/resources/v1.29-alpha.a05dd259/charts/base/README.md similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/README.md rename to resources/v1.29-alpha.a05dd259/charts/base/README.md diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-ambient.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-ambient.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-ambient.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-compatibility-version-1.25.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-compatibility-version-1.25.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-compatibility-version-1.26.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-compatibility-version-1.26.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-compatibility-version-1.27.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-compatibility-version-1.27.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-demo.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-demo.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-demo.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-demo.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-platform-gke.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-platform-gke.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-platform-gke.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-platform-k3d.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-platform-k3d.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-platform-k3d.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-platform-k3s.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-platform-k3s.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-platform-k3s.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-platform-microk8s.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-platform-microk8s.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-platform-microk8s.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-platform-minikube.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-platform-minikube.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-platform-minikube.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-platform-openshift.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-platform-openshift.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-platform-openshift.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-preview.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-preview.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-preview.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-preview.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-remote.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-remote.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-remote.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-remote.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/files/profile-stable.yaml b/resources/v1.29-alpha.a05dd259/charts/base/files/profile-stable.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/files/profile-stable.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/files/profile-stable.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/templates/NOTES.txt b/resources/v1.29-alpha.a05dd259/charts/base/templates/NOTES.txt similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/templates/NOTES.txt rename to resources/v1.29-alpha.a05dd259/charts/base/templates/NOTES.txt diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml b/resources/v1.29-alpha.a05dd259/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/templates/defaultrevision-validatingadmissionpolicy.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml b/resources/v1.29-alpha.a05dd259/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/templates/defaultrevision-validatingwebhookconfiguration.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/templates/reader-serviceaccount.yaml b/resources/v1.29-alpha.a05dd259/charts/base/templates/reader-serviceaccount.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/templates/reader-serviceaccount.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/templates/reader-serviceaccount.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/templates/zzz_profile.yaml b/resources/v1.29-alpha.a05dd259/charts/base/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/templates/zzz_profile.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/templates/zzz_profile.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/base/values.yaml b/resources/v1.29-alpha.a05dd259/charts/base/values.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/base/values.yaml rename to resources/v1.29-alpha.a05dd259/charts/base/values.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/Chart.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/Chart.yaml similarity index 62% rename from resources/v1.29-alpha.93b6de1e/charts/cni/Chart.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/Chart.yaml index e59417ddeb..21ded511d6 100644 --- a/resources/v1.29-alpha.93b6de1e/charts/cni/Chart.yaml +++ b/resources/v1.29-alpha.a05dd259/charts/cni/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 +appVersion: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa 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.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 +version: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/README.md b/resources/v1.29-alpha.a05dd259/charts/cni/README.md similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/README.md rename to resources/v1.29-alpha.a05dd259/charts/cni/README.md diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-ambient.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-ambient.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-ambient.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-compatibility-version-1.25.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-compatibility-version-1.25.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-compatibility-version-1.26.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-compatibility-version-1.26.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-compatibility-version-1.27.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-compatibility-version-1.27.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-demo.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-demo.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-demo.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-demo.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-platform-gke.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-platform-gke.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-platform-gke.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-platform-k3d.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-platform-k3d.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-platform-k3d.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-platform-k3s.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-platform-k3s.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-platform-k3s.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-platform-microk8s.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-platform-microk8s.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-platform-microk8s.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-platform-minikube.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-platform-minikube.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-platform-minikube.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-platform-openshift.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-platform-openshift.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-platform-openshift.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-preview.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-preview.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-preview.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-preview.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-remote.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-remote.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-remote.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-remote.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-stable.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/files/profile-stable.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/files/profile-stable.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/files/profile-stable.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/templates/NOTES.txt b/resources/v1.29-alpha.a05dd259/charts/cni/templates/NOTES.txt similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/templates/NOTES.txt rename to resources/v1.29-alpha.a05dd259/charts/cni/templates/NOTES.txt diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/templates/_helpers.tpl b/resources/v1.29-alpha.a05dd259/charts/cni/templates/_helpers.tpl similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/templates/_helpers.tpl rename to resources/v1.29-alpha.a05dd259/charts/cni/templates/_helpers.tpl diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/templates/clusterrole.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/templates/clusterrole.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/templates/clusterrole.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/templates/clusterrole.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/templates/clusterrolebinding.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/templates/clusterrolebinding.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/templates/clusterrolebinding.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/templates/configmap-cni.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/templates/configmap-cni.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/templates/configmap-cni.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/templates/configmap-cni.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/templates/daemonset.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/templates/daemonset.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/templates/daemonset.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/templates/daemonset.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/templates/network-attachment-definition.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/templates/network-attachment-definition.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/templates/network-attachment-definition.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/templates/network-attachment-definition.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/templates/networkpolicy.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/templates/networkpolicy.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/templates/networkpolicy.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/templates/resourcequota.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/templates/resourcequota.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/templates/resourcequota.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/templates/resourcequota.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/templates/serviceaccount.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/templates/serviceaccount.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/templates/serviceaccount.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/templates/zzy_descope_legacy.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/templates/zzy_descope_legacy.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/templates/zzz_profile.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/cni/templates/zzz_profile.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/templates/zzz_profile.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/cni/values.yaml b/resources/v1.29-alpha.a05dd259/charts/cni/values.yaml similarity index 99% rename from resources/v1.29-alpha.93b6de1e/charts/cni/values.yaml rename to resources/v1.29-alpha.a05dd259/charts/cni/values.yaml index 69f89b7ee0..fedb903cbd 100644 --- a/resources/v1.29-alpha.93b6de1e/charts/cni/values.yaml +++ b/resources/v1.29-alpha.a05dd259/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.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 + tag: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa # Variant of the image to use. # Currently supported are: [debug, distroless] diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/Chart.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/Chart.yaml similarity index 64% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/Chart.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/Chart.yaml index 2bf443789f..9824bc164b 100644 --- a/resources/v1.29-alpha.93b6de1e/charts/gateway/Chart.yaml +++ b/resources/v1.29-alpha.a05dd259/charts/gateway/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 +appVersion: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa 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.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 +version: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/README.md b/resources/v1.29-alpha.a05dd259/charts/gateway/README.md similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/README.md rename to resources/v1.29-alpha.a05dd259/charts/gateway/README.md diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-ambient.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-ambient.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-ambient.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-compatibility-version-1.25.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-compatibility-version-1.25.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-compatibility-version-1.26.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-compatibility-version-1.26.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-compatibility-version-1.27.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-compatibility-version-1.27.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-demo.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-demo.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-demo.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-demo.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-platform-gke.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-platform-gke.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-platform-gke.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-platform-k3d.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-platform-k3d.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-platform-k3d.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-platform-k3s.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-platform-k3s.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-platform-k3s.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-platform-microk8s.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-platform-microk8s.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-platform-microk8s.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-platform-minikube.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-platform-minikube.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-platform-minikube.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-platform-openshift.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-platform-openshift.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-platform-openshift.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-preview.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-preview.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-preview.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-preview.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-remote.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-remote.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-remote.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-remote.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-stable.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-stable.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/files/profile-stable.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/files/profile-stable.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/templates/NOTES.txt b/resources/v1.29-alpha.a05dd259/charts/gateway/templates/NOTES.txt similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/templates/NOTES.txt rename to resources/v1.29-alpha.a05dd259/charts/gateway/templates/NOTES.txt diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/templates/_helpers.tpl b/resources/v1.29-alpha.a05dd259/charts/gateway/templates/_helpers.tpl similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/templates/_helpers.tpl rename to resources/v1.29-alpha.a05dd259/charts/gateway/templates/_helpers.tpl diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/templates/deployment.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/templates/deployment.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/templates/deployment.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/templates/deployment.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/templates/hpa.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/templates/hpa.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/templates/hpa.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/templates/hpa.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/templates/networkpolicy.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/templates/networkpolicy.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/templates/networkpolicy.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/templates/poddisruptionbudget.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/templates/poddisruptionbudget.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/templates/poddisruptionbudget.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/templates/poddisruptionbudget.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/templates/role.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/templates/role.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/templates/role.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/templates/role.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/templates/service.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/templates/service.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/templates/service.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/templates/service.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/templates/serviceaccount.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/templates/serviceaccount.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/templates/serviceaccount.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/templates/zzz_profile.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/templates/zzz_profile.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/templates/zzz_profile.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/values.schema.json b/resources/v1.29-alpha.a05dd259/charts/gateway/values.schema.json similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/values.schema.json rename to resources/v1.29-alpha.a05dd259/charts/gateway/values.schema.json diff --git a/resources/v1.29-alpha.93b6de1e/charts/gateway/values.yaml b/resources/v1.29-alpha.a05dd259/charts/gateway/values.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/gateway/values.yaml rename to resources/v1.29-alpha.a05dd259/charts/gateway/values.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/Chart.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/Chart.yaml similarity index 63% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/Chart.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/Chart.yaml index 24cead0065..a2bc4a0de5 100644 --- a/resources/v1.29-alpha.93b6de1e/charts/istiod/Chart.yaml +++ b/resources/v1.29-alpha.a05dd259/charts/istiod/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 +appVersion: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa 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.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 +version: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/README.md b/resources/v1.29-alpha.a05dd259/charts/istiod/README.md similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/README.md rename to resources/v1.29-alpha.a05dd259/charts/istiod/README.md diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/gateway-injection-template.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/gateway-injection-template.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/gateway-injection-template.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/gateway-injection-template.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/grpc-agent.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/grpc-agent.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/grpc-agent.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/grpc-agent.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/grpc-simple.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/grpc-simple.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/grpc-simple.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/grpc-simple.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/injection-template.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/injection-template.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/injection-template.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/injection-template.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/kube-gateway.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/kube-gateway.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/kube-gateway.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/kube-gateway.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-ambient.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-ambient.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-ambient.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-compatibility-version-1.25.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-compatibility-version-1.25.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-compatibility-version-1.26.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-compatibility-version-1.26.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-compatibility-version-1.27.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-compatibility-version-1.27.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-demo.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-demo.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-demo.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-demo.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-platform-gke.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-platform-gke.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-platform-gke.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-platform-k3d.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-platform-k3d.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-platform-k3d.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-platform-k3s.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-platform-k3s.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-platform-k3s.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-platform-microk8s.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-platform-microk8s.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-platform-microk8s.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-platform-minikube.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-platform-minikube.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-platform-minikube.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-platform-openshift.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-platform-openshift.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-platform-openshift.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-preview.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-preview.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-preview.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-preview.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-remote.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-remote.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-remote.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-remote.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-stable.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-stable.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/profile-stable.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/profile-stable.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/files/waypoint.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/files/waypoint.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/files/waypoint.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/files/waypoint.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/NOTES.txt b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/NOTES.txt similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/NOTES.txt rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/NOTES.txt diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/_helpers.tpl b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/_helpers.tpl similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/_helpers.tpl rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/_helpers.tpl diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/autoscale.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/autoscale.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/autoscale.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/autoscale.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/clusterrole.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/clusterrole.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/clusterrole.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/clusterrole.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/clusterrolebinding.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/clusterrolebinding.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/clusterrolebinding.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/clusterrolebinding.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/configmap-jwks.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/configmap-jwks.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/configmap-jwks.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/configmap-jwks.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/configmap-values.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/configmap-values.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/configmap-values.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/configmap-values.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/configmap.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/configmap.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/configmap.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/configmap.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/deployment.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/deployment.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/deployment.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/deployment.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/gateway-class-configmap.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/gateway-class-configmap.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/gateway-class-configmap.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/gateway-class-configmap.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/istiod-injector-configmap.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/istiod-injector-configmap.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/istiod-injector-configmap.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/istiod-injector-configmap.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/mutatingwebhook.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/mutatingwebhook.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/mutatingwebhook.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/mutatingwebhook.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/networkpolicy.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/networkpolicy.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/networkpolicy.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/networkpolicy.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/poddisruptionbudget.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/poddisruptionbudget.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/poddisruptionbudget.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/poddisruptionbudget.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/reader-clusterrole.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/reader-clusterrole.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/reader-clusterrole.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/reader-clusterrole.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/reader-clusterrolebinding.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/reader-clusterrolebinding.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/reader-clusterrolebinding.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/reader-clusterrolebinding.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/remote-istiod-endpointslices.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/remote-istiod-endpointslices.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/remote-istiod-endpointslices.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/remote-istiod-endpointslices.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/remote-istiod-service.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/remote-istiod-service.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/remote-istiod-service.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/remote-istiod-service.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/revision-tags-mwc.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/revision-tags-mwc.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/revision-tags-mwc.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/revision-tags-mwc.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/revision-tags-svc.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/revision-tags-svc.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/revision-tags-svc.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/revision-tags-svc.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/role.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/role.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/role.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/role.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/rolebinding.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/rolebinding.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/rolebinding.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/rolebinding.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/service.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/service.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/service.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/service.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/serviceaccount.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/serviceaccount.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/serviceaccount.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/validatingadmissionpolicy.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/validatingadmissionpolicy.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/validatingadmissionpolicy.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/validatingadmissionpolicy.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/validatingwebhookconfiguration.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/validatingwebhookconfiguration.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/validatingwebhookconfiguration.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/validatingwebhookconfiguration.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/zzy_descope_legacy.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/zzy_descope_legacy.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/zzy_descope_legacy.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/zzy_descope_legacy.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/templates/zzz_profile.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/templates/zzz_profile.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/templates/zzz_profile.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/istiod/values.yaml b/resources/v1.29-alpha.a05dd259/charts/istiod/values.yaml similarity index 99% rename from resources/v1.29-alpha.93b6de1e/charts/istiod/values.yaml rename to resources/v1.29-alpha.a05dd259/charts/istiod/values.yaml index 0bc4662ace..95493490bc 100644 --- a/resources/v1.29-alpha.93b6de1e/charts/istiod/values.yaml +++ b/resources/v1.29-alpha.a05dd259/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.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 + tag: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/Chart.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/Chart.yaml similarity index 71% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/Chart.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/Chart.yaml index ddaf463687..8b8a308967 100644 --- a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/Chart.yaml +++ b/resources/v1.29-alpha.a05dd259/charts/revisiontags/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 +appVersion: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa description: Helm chart for istio revision tags name: revisiontags sources: diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-ambient.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-ambient.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-ambient.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-compatibility-version-1.25.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-compatibility-version-1.25.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-compatibility-version-1.26.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-compatibility-version-1.26.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-compatibility-version-1.27.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-compatibility-version-1.27.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-demo.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-demo.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-demo.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-demo.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-platform-gke.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-platform-gke.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-platform-gke.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-platform-k3d.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-platform-k3d.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-platform-k3d.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-platform-k3s.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-platform-k3s.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-platform-k3s.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-platform-microk8s.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-platform-microk8s.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-platform-microk8s.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-platform-minikube.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-platform-minikube.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-platform-minikube.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-platform-openshift.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-platform-openshift.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-platform-openshift.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-preview.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-preview.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-preview.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-preview.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-remote.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-remote.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-remote.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-remote.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-stable.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-stable.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/files/profile-stable.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/files/profile-stable.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/templates/revision-tags-mwc.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/templates/revision-tags-mwc.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/templates/revision-tags-mwc.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/templates/revision-tags-mwc.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/templates/revision-tags-svc.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/templates/revision-tags-svc.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/templates/revision-tags-svc.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/templates/revision-tags-svc.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/templates/zzz_profile.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/templates/zzz_profile.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/templates/zzz_profile.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/values.yaml b/resources/v1.29-alpha.a05dd259/charts/revisiontags/values.yaml similarity index 99% rename from resources/v1.29-alpha.93b6de1e/charts/revisiontags/values.yaml rename to resources/v1.29-alpha.a05dd259/charts/revisiontags/values.yaml index 0bc4662ace..95493490bc 100644 --- a/resources/v1.29-alpha.93b6de1e/charts/revisiontags/values.yaml +++ b/resources/v1.29-alpha.a05dd259/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.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 + tag: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa # Variant of the image to use. # Currently supported are: [debug, distroless] variant: "" diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/Chart.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/Chart.yaml similarity index 63% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/Chart.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/Chart.yaml index 6176b64f1d..b80d7ce9ee 100644 --- a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/Chart.yaml +++ b/resources/v1.29-alpha.a05dd259/charts/ztunnel/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 +appVersion: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa 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.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 +version: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/README.md b/resources/v1.29-alpha.a05dd259/charts/ztunnel/README.md similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/README.md rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/README.md diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-ambient.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-ambient.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-ambient.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-compatibility-version-1.25.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-compatibility-version-1.25.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-compatibility-version-1.25.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-compatibility-version-1.25.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-compatibility-version-1.26.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-compatibility-version-1.26.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-compatibility-version-1.26.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-compatibility-version-1.26.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-compatibility-version-1.27.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-compatibility-version-1.27.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-compatibility-version-1.27.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-compatibility-version-1.27.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-demo.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-demo.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-demo.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-demo.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-platform-gke.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-platform-gke.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-platform-gke.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-platform-gke.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-platform-k3d.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-platform-k3d.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-platform-k3d.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-platform-k3d.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-platform-k3s.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-platform-k3s.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-platform-k3s.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-platform-k3s.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-platform-microk8s.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-platform-microk8s.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-platform-microk8s.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-platform-microk8s.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-platform-minikube.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-platform-minikube.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-platform-minikube.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-platform-minikube.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-platform-openshift.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-platform-openshift.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-platform-openshift.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-platform-openshift.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-preview.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-preview.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-preview.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-preview.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-remote.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-remote.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-remote.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-remote.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-stable.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-stable.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/files/profile-stable.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/files/profile-stable.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/NOTES.txt b/resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/NOTES.txt similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/NOTES.txt rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/NOTES.txt diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/_helpers.tpl b/resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/_helpers.tpl similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/_helpers.tpl rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/_helpers.tpl diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/daemonset.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/daemonset.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/daemonset.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/daemonset.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/rbac.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/rbac.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/rbac.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/rbac.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/resourcequota.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/resourcequota.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/resourcequota.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/resourcequota.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/serviceaccount.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/serviceaccount.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/serviceaccount.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/serviceaccount.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/zzz_profile.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/zzz_profile.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/templates/zzz_profile.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/templates/zzz_profile.yaml diff --git a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/values.yaml b/resources/v1.29-alpha.a05dd259/charts/ztunnel/values.yaml similarity index 98% rename from resources/v1.29-alpha.93b6de1e/charts/ztunnel/values.yaml rename to resources/v1.29-alpha.a05dd259/charts/ztunnel/values.yaml index f571b3117d..8b3850d01b 100644 --- a/resources/v1.29-alpha.93b6de1e/charts/ztunnel/values.yaml +++ b/resources/v1.29-alpha.a05dd259/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.29-alpha.93b6de1ea43dee8505e21b5e5356f9d17ed30103 + tag: 1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa # Variant to pull. Options are "debug" or "distroless". Unset will use the default for the given version. variant: "" diff --git a/resources/v1.29-alpha.a05dd259/cni-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag b/resources/v1.29-alpha.a05dd259/cni-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag new file mode 100644 index 0000000000..7115847243 --- /dev/null +++ b/resources/v1.29-alpha.a05dd259/cni-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag @@ -0,0 +1 @@ +9b53d7c4ec7fd298996a78ddd51f92bf diff --git a/resources/v1.29-alpha.a05dd259/commit b/resources/v1.29-alpha.a05dd259/commit new file mode 100644 index 0000000000..dafcc880af --- /dev/null +++ b/resources/v1.29-alpha.a05dd259/commit @@ -0,0 +1 @@ +a05dd259e39370fe60f076c31ff00bf8da8686aa diff --git a/resources/v1.29-alpha.a05dd259/gateway-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag b/resources/v1.29-alpha.a05dd259/gateway-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag new file mode 100644 index 0000000000..c43672d91a --- /dev/null +++ b/resources/v1.29-alpha.a05dd259/gateway-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag @@ -0,0 +1 @@ +c76ed5402156cae1842223d92adead57 diff --git a/resources/v1.29-alpha.a05dd259/istiod-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag b/resources/v1.29-alpha.a05dd259/istiod-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag new file mode 100644 index 0000000000..0136ce9d5a --- /dev/null +++ b/resources/v1.29-alpha.a05dd259/istiod-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag @@ -0,0 +1 @@ +e83123c704e9d5d2bfadb31f80198ef5 diff --git a/resources/v1.29-alpha.93b6de1e/profiles/ambient.yaml b/resources/v1.29-alpha.a05dd259/profiles/ambient.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/profiles/ambient.yaml rename to resources/v1.29-alpha.a05dd259/profiles/ambient.yaml diff --git a/resources/v1.29-alpha.93b6de1e/profiles/default.yaml b/resources/v1.29-alpha.a05dd259/profiles/default.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/profiles/default.yaml rename to resources/v1.29-alpha.a05dd259/profiles/default.yaml diff --git a/resources/v1.29-alpha.93b6de1e/profiles/demo.yaml b/resources/v1.29-alpha.a05dd259/profiles/demo.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/profiles/demo.yaml rename to resources/v1.29-alpha.a05dd259/profiles/demo.yaml diff --git a/resources/v1.29-alpha.93b6de1e/profiles/empty.yaml b/resources/v1.29-alpha.a05dd259/profiles/empty.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/profiles/empty.yaml rename to resources/v1.29-alpha.a05dd259/profiles/empty.yaml diff --git a/resources/v1.29-alpha.93b6de1e/profiles/openshift-ambient.yaml b/resources/v1.29-alpha.a05dd259/profiles/openshift-ambient.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/profiles/openshift-ambient.yaml rename to resources/v1.29-alpha.a05dd259/profiles/openshift-ambient.yaml diff --git a/resources/v1.29-alpha.93b6de1e/profiles/openshift.yaml b/resources/v1.29-alpha.a05dd259/profiles/openshift.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/profiles/openshift.yaml rename to resources/v1.29-alpha.a05dd259/profiles/openshift.yaml diff --git a/resources/v1.29-alpha.93b6de1e/profiles/preview.yaml b/resources/v1.29-alpha.a05dd259/profiles/preview.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/profiles/preview.yaml rename to resources/v1.29-alpha.a05dd259/profiles/preview.yaml diff --git a/resources/v1.29-alpha.93b6de1e/profiles/remote.yaml b/resources/v1.29-alpha.a05dd259/profiles/remote.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/profiles/remote.yaml rename to resources/v1.29-alpha.a05dd259/profiles/remote.yaml diff --git a/resources/v1.29-alpha.93b6de1e/profiles/stable.yaml b/resources/v1.29-alpha.a05dd259/profiles/stable.yaml similarity index 100% rename from resources/v1.29-alpha.93b6de1e/profiles/stable.yaml rename to resources/v1.29-alpha.a05dd259/profiles/stable.yaml diff --git a/resources/v1.29-alpha.a05dd259/ztunnel-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag b/resources/v1.29-alpha.a05dd259/ztunnel-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag new file mode 100644 index 0000000000..fba1fac7a4 --- /dev/null +++ b/resources/v1.29-alpha.a05dd259/ztunnel-1.29-alpha.a05dd259e39370fe60f076c31ff00bf8da8686aa.tgz.etag @@ -0,0 +1 @@ +1e984426b0b60c7ed1ed8fd0302ebf9f