Files
backstage/plugins/vault-backend/CHANGELOG.md
T
github-actions[bot] f275697d2b Version Packages (next)
2022-09-06 13:11:16 +00:00

3.6 KiB

@backstage/plugin-vault-backend

0.2.2-next.2

Patch Changes

0.2.2-next.1

Patch Changes

  • 148568b5c2: Switched to using node-fetch instead of cross-fetch as is standard for our backend packages

  • 60b85d8ade: Updated dependency helmet to ^6.0.0.

    Please note that these policies are no longer applied by default:

    helmet.contentSecurityPolicy no longer sets block-all-mixed-content directive by default helmet.expectCt is no longer set by default. It can, however, be explicitly enabled. It will be removed in Helmet 7.

  • Updated dependencies

0.2.2-next.0

Patch Changes

0.2.1

Patch Changes

0.2.1-next.0

Patch Changes

0.2.0

Minor Changes

  • 5ebf2c7023: Throw exceptions instead of swallow them, remove some exported types from the api-report, small changes in the API responses & expose the vault baseUrl to the frontend as well

Patch Changes

  • 7ee4abdcc9: Added a path notion in addition to secret name to allow to differentiate secrets in sub-paths
  • a70869e775: Updated dependency msw to ^0.43.0.
  • 8006d0f9bf: Updated dependency msw to ^0.44.0.
  • Updated dependencies

0.2.0-next.3

Patch Changes

0.2.0-next.2

Patch Changes

  • 7ee4abdcc9: Added a path notion in addition to secret name to allow to differentiate secrets in sub-paths
  • Updated dependencies

0.2.0-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.14.1-next.1
    • @backstage/errors@1.1.0-next.0
    • @backstage/backend-tasks@0.3.3-next.1
    • @backstage/backend-test-utils@0.1.26-next.1

0.2.0-next.0

Minor Changes

  • 5ebf2c7023: Throw exceptions instead of swallow them, remove some exported types from the api-report, small changes in the API responses & expose the vault baseUrl to the frontend as well

Patch Changes

0.1.0

Minor Changes

  • 7c310a5bc2: First implementation for the backend vault plugin. For more information refer to its README.md.

Patch Changes