From b746ffdb7c66a984084c2395f1a6feb4e30c615b Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 6 Aug 2020 12:58:07 +0200 Subject: [PATCH 1/3] Create CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..29cae2be34 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Backstage Changelog + +This is a best-effort changelog where we manually collect breaking changes. It is not an exhaustive list of all changes or even features added. + +If you encounter issues while upgrading to a newer version, don't hesitate to reach out on Discord or open an issue! + +## Next Release + +> Collect changes for the next release below + +### @backstage/catalog-backend + +- Fixed and issue with duplicated location logs. Applying the database migrations from this fix will clear the existing migration logs. https://github.com/spotify/backstage/pull/1836 + +## v0.1.1-alpha.17 + +### @backstage/techdocs-backend + +- The techdocs backend now requires more configuration to be supplied when creating the router. See [packages/backend/src/plugins/techdocs.ts](https://github.com/spotify/backstage/blob/0201fd9b4a52429519dd59e9184106ba69456deb/packages/backend/src/plugins/techdocs.ts#L42) for an example. https://github.com/spotify/backstage/pull/1736 + +### @backstage/cli + +- The `create-app` command was moved out from the CLI to a standalone package. It's now invoked with `npx @backstage/create-app` instead. https://github.com/spotify/backstage/pull/1745 From 8eab652ecd9ef627364a57d86becf1794b8b6b14 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 6 Aug 2020 14:04:16 +0200 Subject: [PATCH 2/3] CHANGELOG: Fixed and --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cae2be34..47baf38e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ If you encounter issues while upgrading to a newer version, don't hesitate to re ### @backstage/catalog-backend -- Fixed and issue with duplicated location logs. Applying the database migrations from this fix will clear the existing migration logs. https://github.com/spotify/backstage/pull/1836 +- Fixed an issue with duplicated location logs. Applying the database migrations from this fix will clear the existing migration logs. https://github.com/spotify/backstage/pull/1836 ## v0.1.1-alpha.17 From 6a49985c87d44018e1e69a9682d010ea9b63d207 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 6 Aug 2020 14:06:31 +0200 Subject: [PATCH 3/3] CHANGELOG: link to things --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47baf38e6c..b938542b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This is a best-effort changelog where we manually collect breaking changes. It is not an exhaustive list of all changes or even features added. -If you encounter issues while upgrading to a newer version, don't hesitate to reach out on Discord or open an issue! +If you encounter issues while upgrading to a newer version, don't hesitate to reach out on [Discord](https://discord.gg/EBHEGzX) or [open an issue](https://github.com/spotify/backstage/issues/new/choose)! ## Next Release