Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump @backstage/plugin-catalog from 1.23.0 to 1.27.0 #101

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps @backstage/plugin-catalog from 1.23.0 to 1.27.0.

Release notes

Sourced from @​backstage/plugin-catalog's releases.

v1.27.0

These are the release notes for the v1.27.0 release of Backstage.

A huge thanks to the whole team of maintainers and contributors as well as the amazing Backstage Community for the hard work in getting this release developed and done.

Highlights

Backend System Deprecations

As part of the work towards a stable 1.0 release of the new backend system, we will deprecate and move or remove several utilities from @backstage/backend-common. This release contains a few of these deprecations, with more to be expected in the future. The long-term goal is to completely deprecate and remove the @backstage/backend-common package.

Hierarchical Domains

The Backstage System Model has been tweaked with the addition of a hierarchy of Domain entities. The change includes a new spec.subdomainOf property on the Domain entity, which can be used to express that a domain has a partOf (and conversely, hasPart) relation toward another domain.

Contributed by @​dawngerpony and @​janogonzalez in #17125.

Scaffolder workspace serialization

Added experimental support for serialization of workspaces in the scaffolder. By serializing the workspace, it is possible to re-run the task in a non-sticky way. This means that the task can be restored and retried on a different scaffolder task worker.

To enable this feature, set the EXPERIMENTAL_workspaceSerialization option to true in the scaffolder section of the app-config.yaml file:

scaffolder:
  EXPERIMENTAL_workspaceSerialization: true

Contributed by @​acierto in #24570.

Scaffolder notification:send action

The new notification:send action allows sending notifications from templates. This can be used to send notifications to users when executing a template. Please note that the notifications system is still under development.

To install this action, add the new module to your backend:

+ backend.add(import('@backstage/plugin-scaffolder-backend-module-notifications'));

Contributed by @​drodil in #24588.

Backend Authentication

The requirement to configure a secret for backend authentication in production has been removed. It is now only needed if you rely on the legacy authentication mechanism. If you don’t configure any secrets you will also not be able to generate tokens with the TokenManager service, although use of this service is discouraged as it has been replaced by the AuthService.

User Authentication

The auth backend plugin now provides an authOwnershipResolutionExtensionPoint that lets you override the default ownership resolution used by sign-in resolvers. This allows you to customize this logic for all sign-in resolvers without replacing them.

... (truncated)

Changelog

Sourced from @​backstage/plugin-catalog's changelog.

1.27.0

Minor Changes

  • b07756e: The Entity Page now retains the visibility of the Inspect Dialog after a reload. This allows sharing the URL with the dialog open.

Patch Changes

  • 7a15cff: Revert client side paginated catalog table to using built in Material Table toolbar component
  • 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
  • Updated dependencies
    • @​backstage/plugin-search-react@​1.8.6
    • @​backstage/core-components@​0.16.4
    • @​backstage/plugin-catalog-react@​1.15.2
    • @​backstage/frontend-plugin-api@​0.9.5
    • @​backstage/integration-react@​1.2.4
    • @​backstage/core-compat-api@​0.3.6
    • @​backstage/core-plugin-api@​1.10.4
    • @​backstage/plugin-permission-react@​0.4.31
    • @​backstage/catalog-client@​1.9.1
    • @​backstage/catalog-model@​1.7.3
    • @​backstage/errors@​1.2.7
    • @​backstage/types@​1.2.1
    • @​backstage/plugin-catalog-common@​1.1.3
    • @​backstage/plugin-scaffolder-common@​1.5.9
    • @​backstage/plugin-search-common@​1.2.17

1.27.0-next.3

Patch Changes

  • 7a15cff: Revert client side paginated catalog table to using built in Material Table toolbar component
  • Updated dependencies
    • @​backstage/frontend-plugin-api@​0.9.5-next.3
    • @​backstage/core-compat-api@​0.3.6-next.3
    • @​backstage/catalog-client@​1.9.1
    • @​backstage/catalog-model@​1.7.3
    • @​backstage/core-components@​0.16.4-next.1
    • @​backstage/core-plugin-api@​1.10.4-next.0
    • @​backstage/errors@​1.2.7
    • @​backstage/integration-react@​1.2.4-next.0
    • @​backstage/types@​1.2.1
    • @​backstage/plugin-catalog-common@​1.1.3
    • @​backstage/plugin-catalog-react@​1.15.2-next.3
    • @​backstage/plugin-permission-react@​0.4.31-next.0
    • @​backstage/plugin-scaffolder-common@​1.5.9
    • @​backstage/plugin-search-common@​1.2.17
    • @​backstage/plugin-search-react@​1.8.6-next.3

1.27.0-next.2

... (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/plugin-catalog](https://github.com/backstage/backstage/tree/HEAD/plugins/catalog) from 1.23.0 to 1.27.0.
- [Release notes](https://github.com/backstage/backstage/releases)
- [Changelog](https://github.com/backstage/backstage/blob/master/plugins/catalog/CHANGELOG.md)
- [Commits](https://github.com/backstage/backstage/commits/v1.27.0/plugins/catalog)

---
updated-dependencies:
- dependency-name: "@backstage/plugin-catalog"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants