From 91c1d12123b55f09c494f0c192b7f087d450b84d Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 8 Jul 2022 15:46:16 +0200 Subject: [PATCH] changesets: added changesets for initial experimental backend system Co-authored-by: Johan Haals Signed-off-by: Patrik Oldsberg --- .changeset/beige-kiwis-know.md | 6 ++++++ .changeset/lazy-steaks-tell.md | 5 +++++ .changeset/polite-moose-beam.md | 5 +++++ .changeset/short-wolves-applaud.md | 5 +++++ .changeset/swift-plants-fix.md | 7 +++++++ 5 files changed, 28 insertions(+) create mode 100644 .changeset/beige-kiwis-know.md create mode 100644 .changeset/lazy-steaks-tell.md create mode 100644 .changeset/polite-moose-beam.md create mode 100644 .changeset/short-wolves-applaud.md create mode 100644 .changeset/swift-plants-fix.md diff --git a/.changeset/beige-kiwis-know.md b/.changeset/beige-kiwis-know.md new file mode 100644 index 0000000000..696b9e81cb --- /dev/null +++ b/.changeset/beige-kiwis-know.md @@ -0,0 +1,6 @@ +--- +'@backstage/backend-plugin-api': minor +--- + +Introduced new package for creating backend plugins using the new alpha backend plugin framework. +This package is still considered **EXPERIMENTAL** and things will change without warning. Do not use this for production. diff --git a/.changeset/lazy-steaks-tell.md b/.changeset/lazy-steaks-tell.md new file mode 100644 index 0000000000..5e63816ada --- /dev/null +++ b/.changeset/lazy-steaks-tell.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-node': minor +--- + +Added alpha exports for the new experimental backend system. diff --git a/.changeset/polite-moose-beam.md b/.changeset/polite-moose-beam.md new file mode 100644 index 0000000000..5e41018ae6 --- /dev/null +++ b/.changeset/polite-moose-beam.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend': minor +--- + +Export experimental `catalogPlugin` for the new backend system. This export is not considered stable and should not be used in production. diff --git a/.changeset/short-wolves-applaud.md b/.changeset/short-wolves-applaud.md new file mode 100644 index 0000000000..fa5cebffc3 --- /dev/null +++ b/.changeset/short-wolves-applaud.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-backend': minor +--- + +Export experimental `scaffolderCatalogExtension` for the new backend system. This export is not considered stable and should not be used in production. diff --git a/.changeset/swift-plants-fix.md b/.changeset/swift-plants-fix.md new file mode 100644 index 0000000000..52873b7985 --- /dev/null +++ b/.changeset/swift-plants-fix.md @@ -0,0 +1,7 @@ +--- +'@backstage/backend-app-api': minor +--- + +Add initial plumbing for creating backends using the experimental backend framework. + +This package is highly **EXPERIMENTAL** and should not be used in production.