From d31d8e00b3d64c520b52e35b408ac9af4e269c7f Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 7 Feb 2023 13:57:08 +0100 Subject: [PATCH] chore: added changesets Signed-off-by: blam --- .changeset/hot-wasps-cover.md | 5 +++++ .changeset/soft-actors-worry.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/hot-wasps-cover.md create mode 100644 .changeset/soft-actors-worry.md diff --git a/.changeset/hot-wasps-cover.md b/.changeset/hot-wasps-cover.md new file mode 100644 index 0000000000..e142980b56 --- /dev/null +++ b/.changeset/hot-wasps-cover.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-common': patch +--- + +Updated to work with the new `type: 'pem'` with `createHttpServer` from `@backstage/backend-app-api` diff --git a/.changeset/soft-actors-worry.md b/.changeset/soft-actors-worry.md new file mode 100644 index 0000000000..5186499292 --- /dev/null +++ b/.changeset/soft-actors-worry.md @@ -0,0 +1,5 @@ +--- +'@backstage/backend-app-api': minor +--- + +**BREAKING** `HttpServerCertificateOptions` when specified with a `key` and `cert` should also have the `type: 'pem'` instead of `type: 'plain'`