[release-3.1] Automator: Update Istio module#662
Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift-service-mesh:release-3.1from Feb 3, 2026
Conversation
416d15b to
11a6461
Compare
FilipB
approved these changes
Feb 3, 2026
aa99943
into
openshift-service-mesh:release-3.1
8 checks passed
dcillera
pushed a commit
to dcillera/sail-operator
that referenced
this pull request
Mar 19, 2026
…vice-mesh#662) * Refactor version management to use new istioversions package - Moved supportedversion into pkg/istioversions - Embeded versions.yaml into the binary - Updated Makefile and scripts to reference the new versions.yaml location in pkg/istioversions. - Replaced instances of supportedversion with istioversions in various controller tests and integration tests. * Add alias support in istioversions * Introduce alias in the controller * Fix tests for alias * Fix version value format * Add comments to pkg/istioversions/versions.go * Support for different versions YAML files * Automatically update aliases * Remove 'latest' and create an alias called 'master' * Include alias as part of the installation tests * Update tests * Resolve version name for IstioCNI and ZTunnel * Update tests * Update types validation * Apply suggestions in the reviews * Change 'alias' to 'aliases' in version.yaml * Skip sample pod specs when running under an alias version * Make consistent naming * Fix test style * Change version.yaml structure * Update tests and rename * Fix tests * Remove version alias in IstioRevision * Fix a test The error was "no namespace specified" and the reconciliation of the active revision path was never entered. A namespace is added into the spec and the error in the `reconcileActiveRevision` path is triggered. * Fix a rebase error * Update field name to use `ref` * Simplify `versions.yaml` loading logic * Lint * Fix list_only_latest() func * Introduce VERSIONS_YAML_PATH * Rename to istioversion * Reword error message * Fix update_alias() * Update package path references * Fix import error * Update versions.yaml definition In versions.yaml, `Ref` is now a reference to the name of a version. --------- Signed-off-by: Yann Liu <yannliu@redhat.com> Signed-off-by: Daniel Grimm <dgrimm@redhat.com> Co-authored-by: Yann Liu <yannliu@redhat.com> Co-authored-by: Daniel Grimm <dgrimm@redhat.com>
dcillera
pushed a commit
to dcillera/sail-operator
that referenced
this pull request
Mar 19, 2026
* upstream/release-1.0: Make environment variable consistent (openshift-service-mesh#664) Add multi control plane e2e tests (openshift-service-mesh#610) (openshift-service-mesh#670) Ensure e2e tests use the correct versions yaml file (openshift-service-mesh#667) (openshift-service-mesh#669) Add version alias support (openshift-service-mesh#566) (openshift-service-mesh#662) Add missing link for: Example using the RevisionBased strategy and an IstioRevisionTag # Conflicts: # bundle/manifests/sailoperator.clusterserviceversion.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Generated by Automator - 2026-02-02T09:02:37+00:00