From ce81b6cde47297b154046aa87bf9184a4f0dcbd1 Mon Sep 17 00:00:00 2001 From: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Date: Fri, 12 May 2023 13:16:58 -0500 Subject: [PATCH] Removed db required for badges Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> --- .changeset/extragavent-fast-fly.md | 2 +- docs/releases/v1.14.0-next.2-changelog.md | 4 ++-- plugins/badges-backend/CHANGELOG.md | 2 +- plugins/badges/CHANGELOG.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.changeset/extragavent-fast-fly.md b/.changeset/extragavent-fast-fly.md index bba3d8a9c3..697b5163ec 100644 --- a/.changeset/extragavent-fast-fly.md +++ b/.changeset/extragavent-fast-fly.md @@ -7,4 +7,4 @@ Fixing badges-backend plugin to get a token from the TokenManager instead of par Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version. -**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options. +**BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options. diff --git a/docs/releases/v1.14.0-next.2-changelog.md b/docs/releases/v1.14.0-next.2-changelog.md index 91140b41e2..95bbc63953 100644 --- a/docs/releases/v1.14.0-next.2-changelog.md +++ b/docs/releases/v1.14.0-next.2-changelog.md @@ -32,7 +32,7 @@ Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version. - **BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options. + **BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options. ### Patch Changes @@ -335,7 +335,7 @@ Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version. - **BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options. + **BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options. - Updated dependencies - @backstage/theme@0.3.0-next.0 diff --git a/plugins/badges-backend/CHANGELOG.md b/plugins/badges-backend/CHANGELOG.md index 56ccf54afe..c543efb0a6 100644 --- a/plugins/badges-backend/CHANGELOG.md +++ b/plugins/badges-backend/CHANGELOG.md @@ -8,7 +8,7 @@ Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version. - **BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options. + **BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options. ### Patch Changes diff --git a/plugins/badges/CHANGELOG.md b/plugins/badges/CHANGELOG.md index 2554a9ee4c..a05ef8405d 100644 --- a/plugins/badges/CHANGELOG.md +++ b/plugins/badges/CHANGELOG.md @@ -8,7 +8,7 @@ Implementing an obfuscation feature to protect an open badges endpoint from being enumerated. The feature is disabled by default and the change is compatible with the previous version. - **BREAKING**: `createRouter` now require that `tokenManager`, `logger`, `identityApi` and `database`, are passed in as options. + **BREAKING**: `createRouter` now require that `tokenManager`, `logger`, and `identityApi`, are passed in as options. - Updated dependencies - @backstage/theme@0.3.0-next.0