container-registry / backstage-plugin-harbor-backend

MIT License
6 stars 17 forks source link

Bump @backstage/backend-common from 0.13.1 to 0.13.2 #66

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @backstage/backend-common from 0.13.1 to 0.13.2.

Changelog

Sourced from @​backstage/backend-common's changelog.

0.13.2

Patch Changes

  • 19f6c6c32a: The backend will no longer fail to start up when configured secrets do not match the configuration schema.

  • b7436743cb: Added the GerritUrlReader that implements "readUrl".

  • 3ef123bbf0: Support external ID when assuming roles in S3 integration

    In order to assume a role created by a 3rd party as external ID is needed. This change adds an optional field to the s3 integration configuration and consumes that in the AwsS3UrlReader.

  • bae9359032: The logger returned from getVoidLogger is now uses a silenced console transport instead.

  • 3ff0e79654: Tweaked the UrlReader multiplexer so that it uses the more helpful NotAllowedError messaging for all methods.

  • 12608f8ba8: Add @types/webpack-env to dependencies.

  • f9f512559b: Updated the visibility of database connection fields in config to be secret

  • Updated dependencies

    • @​backstage/integration@​1.1.0
    • @​backstage/config-loader@​1.1.0

0.13.2-next.2

Patch Changes

  • 19f6c6c32a: The backend will no longer fail to start up when configured secrets do not match the configuration schema.
  • Updated dependencies
    • @​backstage/config-loader@​1.1.0-next.1
    • @​backstage/integration@​1.1.0-next.2

0.13.2-next.1

Patch Changes

  • b7436743cb: Added the GerritUrlReader that implements "readUrl".
  • bae9359032: The logger returned from getVoidLogger is now uses a silenced console transport instead.
  • Updated dependencies
    • @​backstage/integration@​1.1.0-next.1

0.13.2-next.0

Patch Changes

  • 3ef123bbf0: Support external ID when assuming roles in S3 integration

    In order to assume a role created by a 3rd party as external ID is needed. This change adds an optional field to the s3 integration configuration and consumes that in the AwsS3UrlReader.

  • f9f512559b: Updated the visibility of database connection fields in config to be secret

  • Updated dependencies

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

dependabot[bot] commented 2 years ago

Superseded by #78.