From 0328d1b6b921d870f2676ea899b541eb97e606b0 Mon Sep 17 00:00:00 2001 From: PurseChicken Date: Fri, 17 Nov 2023 13:04:23 -0800 Subject: [PATCH] Write Changeset Signed-off-by: PurseChicken --- .changeset/tough-drinks-scream.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/tough-drinks-scream.md diff --git a/.changeset/tough-drinks-scream.md b/.changeset/tough-drinks-scream.md new file mode 100644 index 0000000000..fc174f3158 --- /dev/null +++ b/.changeset/tough-drinks-scream.md @@ -0,0 +1,9 @@ +--- +'@backstage/plugin-cloudbuild': minor +--- + +Changed build list view to automatically filter repositories based on component-info's metadata.name. +Added `google.com/cloudbuild-repo-name` annotation which allows you to specify a different repository to filter on. +Added `google.com/cloudbuild-trigger-name` annotation which allows you to filter based on a trigger name instead of a repo name. +Updated the ReadMe with information about the filtering and some other minor verbiage updates. +Changed `substitutions.BRANCH_NAME` to `substitutions.REF_NAME` so that the Ref field is populated properly.