From 1f5988656b6b230f1a9e398ad6b2119e53ab2850 Mon Sep 17 00:00:00 2001 From: Jonathan Mezach Date: Mon, 24 Apr 2023 18:57:35 +0200 Subject: [PATCH] Update changeset Signed-off-by: Jonathan Mezach --- .changeset/red-cheetahs-invite.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changeset/red-cheetahs-invite.md b/.changeset/red-cheetahs-invite.md index 8e86764132..439de70dc7 100644 --- a/.changeset/red-cheetahs-invite.md +++ b/.changeset/red-cheetahs-invite.md @@ -2,4 +2,5 @@ '@backstage/plugin-octopus-deploy': minor --- -Added support for octopus deploy spaces. +Added support for Octopus Deploy spaces. The octopus.com/project-id annotation can now (optionally) be prefixed by a space identifier, ie. Spaces-1/Projects-102. +Also note that some of this plugins exported API's have changed to accomodate this change, changing from separate arguments to a single object.