Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release info #1293

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ text editor.
EOF
```

1. Decide if new release will be latest release.

```bash
CHAINS_LATEST_RELEASE='true' # Set to 'false' if not latest release

```

1. Execute the release pipeline.

```bash
Expand All @@ -65,6 +72,7 @@ text editor.
--param=serviceAccountPath=release.json \
--param=serviceAccountImagesPath=credentials \
--param=releaseBucket=gs://tekton-releases/chains \
--param=releaseAsLatest="${CHAINS_LATEST_RELEASE}" \
--workspace name=release-secret,secret=release-secret \
--workspace name=release-images-secret,secret=ghcr-creds \
--use-param-defaults \
Expand Down
14 changes: 4 additions & 10 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,24 +101,18 @@ deprecation window timers begin from when the release is published.
## Current Releases

### v0.23 (LTS)
- **Latest Release**: [v0.23.0][v0-23-0] (2024-11-06)
- **Latest Release**: [v0.23.1][v0-23-1] (2025-01-21)
- **Initial Release**: [v0.23.0][v0-23-0] (2024-11-06)

[v0-23-0]: https://github.com/tektoncd/chains/releases/tag/v0.23.0
[v0-23-1]: https://github.com/tektoncd/chains/releases/tag/v0.23.1

### v0.22 (LTS)
- **Latest Release**: [v0.22.2][v0-22-2] (2024-09-16)
- **Latest Release**: [v0.22.3][v0-22-3] (2025-01-20)
- **Initial Release**: [v0.22.0][v0-22-0] (2024-08-19)

[v0-22-0]: https://github.com/tektoncd/chains/releases/tag/v0.22.0
[v0-22-2]: https://github.com/tektoncd/chains/releases/tag/v0.22.2

### v0.21 (LTS)
- **Latest Release**: [v0.21.1][v0-21-1] (2024-06-10)
- **Initial Release**: [v0.21.0][v0-21-0] (2024-05-23)

[v0-21-0]: https://github.com/tektoncd/chains/releases/tag/v0.21.0
[v0-21-1]: https://github.com/tektoncd/chains/releases/tag/v0.21.1
[v0-22-3]: https://github.com/tektoncd/chains/releases/tag/v0.22.3

## Older Releases

Expand Down
Loading