Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2025

Bumps @backstage/backend-defaults from 0.5.2 to 0.9.0.

Changelog

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

0.9.0

Minor Changes

  • 1daedce: Remove Throttle of Bitbucket Server API calls
  • 01edf6e: Allow pass through of redis client and cluster options to Cache core service
  • cf4eb13: Added actor property to BackstageUserPrincipal containing the subject of the last service (if any) who performed authentication on behalf of the user.

Patch Changes

  • 7c6740e: Implemented SRV lookup support in the default HostDiscovery. You can now specify internal URLs on the form http+srv://some-srv-name/api/{{pluginId}} and they will be resolved in real time.

  • 939116c: Added an optional backend.trustProxy app config value, which sets the corresponding Express.js trust proxy setting. This lets you easily configure proxy trust without making a custom configure callback for the rootHttpRouter service.

    If you already are using a custom configure callback, and if that also does not call applyDefaults(), you may want to add the following to it:

    const trustProxy = config.getOptional('backend.trustProxy');
    if (trustProxy !== undefined) {
      app.set('trust proxy', trustProxy);
    }
  • 175528c: Adds backend.auditor.severityLogLevelMappings to map severity levels to log levels.

  • Updated dependencies

    • @​backstage/backend-plugin-api@​1.3.0
    • @​backstage/integration@​1.16.3
    • @​backstage/backend-app-api@​1.2.2
    • @​backstage/plugin-auth-node@​0.6.2
    • @​backstage/plugin-permission-node@​0.9.1
    • @​backstage/backend-dev-utils@​0.1.5
    • @​backstage/cli-node@​0.2.13
    • @​backstage/config@​1.3.2
    • @​backstage/config-loader@​1.10.0
    • @​backstage/errors@​1.2.7
    • @​backstage/integration-aws-node@​0.1.15
    • @​backstage/types@​1.2.1
    • @​backstage/plugin-events-node@​0.4.10

0.9.0-next.2

Patch Changes

  • 175528c: Adds backend.auditor.severityLogLevelMappings to map severity levels to log levels.
  • Updated dependencies
    • @​backstage/backend-app-api@​1.2.1
    • @​backstage/backend-dev-utils@​0.1.5
    • @​backstage/backend-plugin-api@​1.2.1

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@backstage/backend-defaults](https://github.com/backstage/backstage/tree/HEAD/packages/backend-defaults) from 0.5.2 to 0.9.0.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/packages/backend-defaults/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v0.9.0/packages/backend-defaults)

---
updated-dependencies:
- dependency-name: "@backstage/backend-defaults"
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

Labels

The following labels could not be found: kind/cleanup, ok-to-test, release-note-none. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2025

Superseded by #139.

@dependabot dependabot bot closed this May 26, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/backstage/backstage/backend-defaults-0.9.0 branch May 26, 2025 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants