From 60a273858d97d3513a861d079cb52bd069437bfd Mon Sep 17 00:00:00 2001 From: Chitrang Patel Date: Tue, 28 May 2024 14:13:10 -0400 Subject: [PATCH 1/2] Patch release v0.60.1 Updates to release.md --- releases.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/releases.md b/releases.md index 8f75b6727c3..f43c49bf878 100644 --- a/releases.md +++ b/releases.md @@ -41,10 +41,10 @@ Further documentation available: ## Release ### v0.60 -- **Latest Release**: [v0.60.0][v0.60-0] (2024-05-22) ([docs][v0.60-0-docs], [examples][v0.60-0-examples]) +- **Latest Release**: [v0.60.1][v0.60-1] (2024-05-28) ([docs][v0.60-1-docs], [examples][v0.60-1-examples]) - **Initial Release**: [v0.60.0][v0.60-0] (2024-05-22) - **End of Life**: 2024-06-22 -- **Patch Releases**: [v0.60.0][v0.60-0] +- **Patch Releases**: [v0.60.0][v0.60-0], [v0.60.1][v0.60-1] ### v0.59 (LTS) @@ -214,6 +214,7 @@ Older releases are EOL and available on [GitHub][tekton-pipeline-releases]. https://github.com/tektoncd/community/blob/main/standards.md#release-notes [v0.60-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.60.0 +[v0.60-1]: https://github.com/tektoncd/pipeline/releases/tag/v0.60.1 [v0.59-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.59.0 [v0.58-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.58.0 [v0.57-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.57.0 @@ -274,9 +275,10 @@ Older releases are EOL and available on [GitHub][tekton-pipeline-releases]. [v0-37-5]: https://github.com/tektoncd/pipeline/releases/tag/v0.37.5 [v0-37-0]: https://github.com/tektoncd/pipeline/releases/tag/v0.37.0 -[v0.60-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.60.0rdocs#tekton-pipelines -[v0.59-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.59.0rdocs#tekton-pipelines -[v0.58-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.58.0rdocs#tekton-pipelines +[v0.60-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.60.0/docs#tekton-pipelines +[v0.60-1-docs]: https://github.com/tektoncd/pipeline/tree/v0.60.1/docs#tekton-pipelines +[v0.59-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.59.0/docs#tekton-pipelines +[v0.58-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.58.0/docs#tekton-pipelines [v0.57-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.57.0/docs#tekton-pipelines [v0.56-3-docs]: https://github.com/tektoncd/pipeline/tree/v0.56.3/docs#tekton-pipelines [v0.54-0-docs]: https://github.com/tektoncd/pipeline/tree/v0.54.0/docs#tekton-pipelines @@ -299,6 +301,7 @@ Older releases are EOL and available on [GitHub][tekton-pipeline-releases]. [v0-37-5-docs]: https://github.com/tektoncd/pipeline/tree/v0.37.5/docs#tekton-pipelines [v0.60-0-examples]: https://github.com/tektoncd/pipeline/tree/v0.60.0/examples#examples +[v0.60-1-examples]: https://github.com/tektoncd/pipeline/tree/v0.60.1/examples#examples [v0.59-0-examples]: https://github.com/tektoncd/pipeline/tree/v0.59.0/examples#examples [v0.58-0-examples]: https://github.com/tektoncd/pipeline/tree/v0.58.0/examples#examples [v0.57-0-examples]: https://github.com/tektoncd/pipeline/tree/v0.57.0/examples#examples From 733ffd349fc5afbed106c7365868858a7f9254a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:44:40 +0000 Subject: [PATCH 2/2] Bump tj-actions/changed-files from 44.5.1 to 44.5.4 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.1 to 44.5.4. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/03334d095e2739fa9ac4034ec16f66d5d01e9eba...cc3bbb0c526f8ee1d282f8c5f9f4e50745a5b457) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/woke.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/woke.yml b/.github/workflows/woke.yml index 66709b21ac0..2775aa23a59 100644 --- a/.github/workflows/woke.yml +++ b/.github/workflows/woke.yml @@ -19,7 +19,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@03334d095e2739fa9ac4034ec16f66d5d01e9eba # v44.5.1 + uses: tj-actions/changed-files@cc3bbb0c526f8ee1d282f8c5f9f4e50745a5b457 # v44.5.4 with: write_output_files: true files: |