From 2e863741f1e7d84189441fc07d0ade10fdbd2fca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Aug 2026 10:40:28 +0000 Subject: [PATCH] Version Packages --- workspaces/tekton/.changeset/fix-log-viewer-spacing.md | 5 ----- workspaces/tekton/.changeset/fix-tekton-tab-visibility.md | 5 ----- workspaces/tekton/plugins/tekton/CHANGELOG.md | 7 +++++++ workspaces/tekton/plugins/tekton/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 workspaces/tekton/.changeset/fix-log-viewer-spacing.md delete mode 100644 workspaces/tekton/.changeset/fix-tekton-tab-visibility.md diff --git a/workspaces/tekton/.changeset/fix-log-viewer-spacing.md b/workspaces/tekton/.changeset/fix-log-viewer-spacing.md deleted file mode 100644 index 3943d0e6572..00000000000 --- a/workspaces/tekton/.changeset/fix-log-viewer-spacing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-tekton': patch ---- - -Added spacing to the pipeline run log viewer dialog between the task sidebar and log content area diff --git a/workspaces/tekton/.changeset/fix-tekton-tab-visibility.md b/workspaces/tekton/.changeset/fix-tekton-tab-visibility.md deleted file mode 100644 index 6bcd4a0456a..00000000000 --- a/workspaces/tekton/.changeset/fix-tekton-tab-visibility.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-tekton': patch ---- - -Hide the CI/CD tab on entity pages when the tekton annotation is not present diff --git a/workspaces/tekton/plugins/tekton/CHANGELOG.md b/workspaces/tekton/plugins/tekton/CHANGELOG.md index dcb8ece484c..4018e83037a 100644 --- a/workspaces/tekton/plugins/tekton/CHANGELOG.md +++ b/workspaces/tekton/plugins/tekton/CHANGELOG.md @@ -1,5 +1,12 @@ # @backstage-community/plugin-tekton +## 3.41.1 + +### Patch Changes + +- f805ea0: Added spacing to the pipeline run log viewer dialog between the task sidebar and log content area +- 4b8f04b: Hide the CI/CD tab on entity pages when the tekton annotation is not present + ## 3.41.0 ### Minor Changes diff --git a/workspaces/tekton/plugins/tekton/package.json b/workspaces/tekton/plugins/tekton/package.json index 4c12bdb9a0b..35b3e625631 100644 --- a/workspaces/tekton/plugins/tekton/package.json +++ b/workspaces/tekton/plugins/tekton/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-tekton", - "version": "3.41.0", + "version": "3.41.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",