Skip to content

Commit

Permalink
[bot] Update main from tektoncd/triggers to 4b45dc0
Browse files Browse the repository at this point in the history
    $ git diff --stat 4b45dc0..ed98593
     releases.md                   | 13 -------------
     tekton/release-cheat-sheet.md |  2 +-
     2 files changed, 1 insertion(+), 14 deletions(-)

https://github.com/tektoncd/triggers/compare/4b45dc0ce05f4be7ee33a37b1ddaafb4c020c9fc..ed98593e35d70d40f9a7090de86b9bcbd023eca9
  • Loading branch information
openshift-pipelines-bot committed Jan 5, 2025
1 parent 73a5e1c commit 810f39a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ed98593e35d70d40f9a7090de86b9bcbd023eca9
4b45dc0ce05f4be7ee33a37b1ddaafb4c020c9fc
13 changes: 13 additions & 0 deletions upstream/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ Further documentation available:

## Releases


### v0.30 (LTS)

- **Latest Release**: [v0.30.0][v0-30-0] (2024-11-06) ([docs][v0-30-0-docs], [examples][v0-30-0-examples])
- **Initial Release**: [v0.29.0][v0-29-0] (2024-11-06)
- **End of Life**: 2025-11-05
- **Patch Releases**: [v0.30.0][v0-30-0]


### v0.29 (LTS)

- **Latest Release**: [v0.29.0][v0-29-0] (2024-08-21) ([docs][v0-29-0-docs], [examples][v0-29-0-examples])
Expand Down Expand Up @@ -117,3 +126,7 @@ Older releases are EOL and available on [GitHub][tekton-triggers-releases].
[v0-28-0]: https://github.com/tektoncd/triggers/releases/tag/v0.28.0
[v0-28-0-docs]: https://github.com/tektoncd/triggers/tree/v0.28.0/docs#tekton-triggers
[v0-28-0-examples]: https://github.com/tektoncd/triggers/tree/v0.28.0/examples#examples
[v0-30-0]: https://github.com/tektoncd/triggers/releases/tag/v0.28.0
[v0-30-0-docs]: https://github.com/tektoncd/triggers/tree/v0.28.0/docs#tekton-triggers
[v0-30-0-examples]: https://github.com/tektoncd/triggers/tree/v0.28.0/examples#examples

2 changes: 1 addition & 1 deletion upstream/tekton/release-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ the triggers repo, a terminal window and a text editor.
```bash
RELEASE_FILE=https://storage.googleapis.com/tekton-releases/triggers/previous/${VERSION_TAG}/release.yaml
CONTROLLER_IMAGE_SHA=$(curl $RELEASE_FILE | sed -n 's/"//g;s/.*gcr\.io.*controller.*@//p;')
CONTROLLER_IMAGE_SHA=$(curl $RELEASE_FILE | sed -n 's/"//g;s/.*ghcr\.io.*controller.*@//p;')
REKOR_UUID=$(rekor-cli search --sha $CONTROLLER_IMAGE_SHA | grep -v Found | head -1)
echo -e "CONTROLLER_IMAGE_SHA: ${CONTROLLER_IMAGE_SHA}\nREKOR_UUID: ${REKOR_UUID}"
```
Expand Down

0 comments on commit 810f39a

Please sign in to comment.