-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a "backport" pipeline for releasing older versions
I'd like to release an update to the 0.10 line but at the moment doing so would overwrite Tekton's latest release YAML with the older version. This PR updates the release pipeline and publish task specifically for releasing older versions of Pipelines without overwriting the latest release in our buckets. This PR adds a `releaseAsLatest` param to the pipeline and task which defaults to true. When overridden and set to "false" the pipeline will not tag any images as ":latest" or upload to the /latest directory of the releases bucket.
- Loading branch information
1 parent
a10e779
commit c376874
Showing
3 changed files
with
42 additions
and
14 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
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
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