forked from istio-ecosystem/sail-operator
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automate the bump of stable Istio releases (#112)
Modify the existing `update-istio.sh` script to also look for new stable versions and update `versions.yaml` if any is found. This automates the inclusion of new patch releases (currently done in a nightly job), but does not remove anything. Removals should be manual. Note that it only looks for new patch releases of *existing* versions in `versions.yaml` file. It does not look for a new *minor* version, only patch versions. New minor or major versions should still be added manually. Signed-off-by: Jonh Wendell <jwendell@redhat.com>
- Loading branch information
Showing
1 changed file
with
110 additions
and
34 deletions.
There are no files selected for viewing
This file contains 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