diff --git a/.changeset/create-app-1728387650.md b/.changeset/create-app-1728387650.md new file mode 100644 index 0000000000..b50d431d4b --- /dev/null +++ b/.changeset/create-app-1728387650.md @@ -0,0 +1,5 @@ +--- +'@backstage/create-app': patch +--- + +Bumped create-app version. diff --git a/.changeset/pre.json b/.changeset/pre.json index 1d47683d1b..e1c8fb99d1 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -195,24 +195,37 @@ "@internal/scaffolder": "0.0.1" }, "changesets": [ + "angry-cycles-call", "angry-mayflies-collect", "angry-windows-decide", "big-rules-nail", "breezy-bulldogs-smell", "brown-frogs-walk", + "calm-owls-move", "chair-fairs-drive", "chilled-dolphins-join", + "chilled-melons-smash", "clever-paws-stare", "cold-nails-rescue", + "crash-loop-baby", + "crash-loop-honey", + "crash-loop-yeah", "create-app-1727774359", + "create-app-1728387650", + "cuddly-stingrays-smell", "curly-foxes-brake", + "curly-tomatoes-reply", "cyan-cooks-sing", "cyan-peaches-lay", "cyan-vans-study", + "dependabot-a3fd85a", "dry-frogs-drum", "early-drinks-kneel", "early-sloths-cross", + "eight-clocks-complain", "eight-steaks-chew", + "eighty-mice-turn", + "eleven-beds-play", "eleven-pugs-hear", "fair-chairs-drive", "famous-bobcats-remain", @@ -220,15 +233,23 @@ "five-gorillas-pay", "five-turkeys-taste", "flat-eels-exist", + "flat-seals-type", + "fluffy-dolphins-battle", "fluffy-pears-cry", "four-moons-watch", + "friendly-coins-approve", "friendly-cougars-return", "funny-rocks-train", "fuzzy-elephants-tease", "giant-kiwis-retire", "gold-pots-end", + "great-eagles-repair", "green-bottles-live", + "green-cooks-sort", "happy-ligers-think", + "healthy-shoes-judge", + "healthy-years-search", + "heavy-ties-tell", "honest-impalas-rescue", "hungry-buckets-repair", "large-hats-reply", @@ -236,27 +257,57 @@ "light-rats-travel", "long-humans-hunt", "loud-hotels-tan", + "lovely-bees-walk", "nasty-lamps-greet", + "neat-geckos-end", "nice-badgers-travel", + "olive-walls-wave", "polite-days-flash", + "poor-dodos-wait", + "pretty-buses-repair", "pretty-plants-hammer", + "purple-toys-heal", "quiet-dingos-bathe", + "quiet-needles-impress", + "rare-crabs-cheat", + "rare-rabbits-flow", "renovate-156753b", + "renovate-7874fad", + "renovate-85a184e", + "renovate-87a3bd2", + "renovate-9f7136b", + "renovate-f88b005", "rich-deers-attend", "rich-needles-collect", + "rotten-camels-deny", "rude-apricots-eat", + "sharp-lamps-fix", "shy-olives-swim", + "shy-plants-retire", + "silly-geckos-learn", + "silly-readers-build", + "slimy-ravens-end", "slow-gorillas-thank", "slow-trees-compare", + "small-donkeys-attack", + "smart-jobs-sit", "sour-grapes-trade", "sour-phones-fix", + "stale-ravens-clap", "stale-roses-serve", "strange-bees-attack", "strong-monkeys-melt", "sweet-chicken-smash", + "ten-apes-turn", + "ten-rings-look", + "thick-tables-give", "thirty-pets-fry", + "thirty-pianos-mix", "tiny-pugs-kick", + "tough-fireants-itch", "tough-pillows-sip", + "tricky-shoes-lie", + "twenty-cups-knock", "two-plums-fail", "weak-bottles-cross" ] diff --git a/docs/releases/v1.32.0-next.2-changelog.md b/docs/releases/v1.32.0-next.2-changelog.md new file mode 100644 index 0000000000..6d6ce1e4fd --- /dev/null +++ b/docs/releases/v1.32.0-next.2-changelog.md @@ -0,0 +1,2207 @@ +# Release v1.32.0-next.2 + +Upgrade Helper: [https://backstage.github.io/upgrade-helper/?to=1.32.0-next.2](https://backstage.github.io/upgrade-helper/?to=1.32.0-next.2) + +## @backstage/backend-openapi-utils@0.2.0-next.1 + +### Minor Changes + +- 66af016: Improved support for OpenAPI validation during Jest tests. Now, OpenAPI validation can happen as you are writing your Jest tests - you no longer have to run `repo schema openapi test`. + +### Patch Changes + +- Updated dependencies + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/errors@1.2.4 + - @backstage/types@1.1.1 + +## @backstage/theme@0.6.0-next.1 + +### Minor Changes + +- e77ff3d: Adds support for custom background colors in code blocks and inline code within TechDocs. + +## @backstage/plugin-auth-backend-module-vmware-cloud-provider@0.4.0-next.1 + +### Minor Changes + +- d0edfec: **BREAKING**: The `profileEmailMatchingUserEntityEmail` sign-in resolver has been removed as it was using an insecure fallback for resolving user identities. See for how to create a custom sign-in resolver if needed as a replacement. + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + +## @backstage/plugin-catalog@1.24.0-next.2 + +### Minor Changes + +- cec8e8c: Adding negation keyword for entity filtering + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-react@1.14.0-next.2 + - @backstage/catalog-client@1.7.1-next.0 + - @backstage/catalog-model@1.7.0 + - @backstage/core-compat-api@0.3.1-next.2 + - @backstage/core-components@0.15.1-next.2 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/errors@1.2.4 + - @backstage/frontend-plugin-api@0.9.0-next.2 + - @backstage/integration-react@1.2.0-next.2 + - @backstage/types@1.1.1 + - @backstage/plugin-catalog-common@1.1.0 + - @backstage/plugin-permission-react@0.4.27-next.1 + - @backstage/plugin-scaffolder-common@1.5.6 + - @backstage/plugin-search-common@1.2.14 + - @backstage/plugin-search-react@1.8.1-next.2 + +## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.4.0-next.2 + +### Minor Changes + +- 6343c8d: Fixes the event-based updates at `BitbucketCloudEntityProvider`. + + Previously, this entity provider had optional event support for legacy backends + that could be enabled by passing `catalogApi`, `events`, and `tokenManager`. + + For the new/current backend system, the `catalogModuleBitbucketCloudEntityProvider` + (`catalog.bitbucket-cloud-entity-provider`), event support was enabled by default. + + A recent change removed `tokenManager` as a dependency from the module as well as removed it as input. + While this didn't break the instantiation of the module, it broke the event-based updates, + and led to a runtime misbehavior, accompanied by an info log message. + + This change will replace the use of `tokenManager` with the use of `auth` (`AuthService`). + + Additionally, to simplify, it will make `catalogApi` and `events` required dependencies. + For the current backend system, this change is transparent and doesn't require any action. + For the legacy backend system, this change will require you to pass those dependencies + if you didn't do it already. + + BREAKING CHANGES: + + _(For legacy backend users only.)_ + + Previously optional `catalogApi`, and `events` are required now. + A new required dependency `auth` was added. + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/integration@1.15.1-next.1 + - @backstage/catalog-client@1.7.1-next.0 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/plugin-bitbucket-cloud-common@0.2.24-next.1 + - @backstage/plugin-catalog-common@1.1.0 + - @backstage/plugin-events-node@0.4.1-next.1 + +## @backstage/plugin-catalog-react@1.14.0-next.2 + +### Minor Changes + +- 0801db6: Add catalog service mocks under the `/testUtils` subpath export. + + You can now use e.g. `const catalog = catalogApiMock.mock()` in your test and then do assertions on `catalog.getEntities` without awkward type casting. + +### Patch Changes + +- Updated dependencies + - @backstage/frontend-test-utils@0.2.1-next.2 + - @backstage/catalog-client@1.7.1-next.0 + - @backstage/catalog-model@1.7.0 + - @backstage/core-compat-api@0.3.1-next.2 + - @backstage/core-components@0.15.1-next.2 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/errors@1.2.4 + - @backstage/frontend-plugin-api@0.9.0-next.2 + - @backstage/integration-react@1.2.0-next.2 + - @backstage/types@1.1.1 + - @backstage/version-bridge@1.0.10-next.0 + - @backstage/plugin-catalog-common@1.1.0 + - @backstage/plugin-permission-common@0.8.1 + - @backstage/plugin-permission-react@0.4.27-next.1 + +## @backstage/plugin-home@0.8.0-next.2 + +### Minor Changes + +- 9893bb5: **BREAKING** Implement usage of unused `limit` query parameter in visits API `.list()` function + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-react@1.14.0-next.2 + - @backstage/theme@0.6.0-next.1 + - @backstage/catalog-client@1.7.1-next.0 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/core-app-api@1.15.1-next.1 + - @backstage/core-compat-api@0.3.1-next.2 + - @backstage/core-components@0.15.1-next.2 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/frontend-plugin-api@0.9.0-next.2 + - @backstage/plugin-home-react@0.1.18-next.2 + +## @backstage/plugin-scaffolder-backend-module-gitlab@0.6.0-next.2 + +### Minor Changes + +- 73f2ccf: declare correct type (number) for publish:gitlab output.projectId + +### Patch Changes + +- Updated dependencies + - @backstage/integration@1.15.1-next.1 + - @backstage/plugin-scaffolder-node@0.5.0-next.2 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + +## @backstage/plugin-techdocs@1.11.0-next.2 + +### Minor Changes + +- e77ff3d: Adds support for custom background colors in code blocks and inline code within TechDocs. + +### Patch Changes + +- e918061: Add support for mkdocs material palette conditional hashes. +- 720a2f9: Updated dependency `git-url-parse` to `^15.0.0`. +- e8b4966: Use more of the available space for the navigation sidebar. +- Updated dependencies + - @backstage/plugin-catalog-react@1.14.0-next.2 + - @backstage/integration@1.15.1-next.1 + - @backstage/theme@0.6.0-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/core-compat-api@0.3.1-next.2 + - @backstage/core-components@0.15.1-next.2 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/errors@1.2.4 + - @backstage/frontend-plugin-api@0.9.0-next.2 + - @backstage/integration-react@1.2.0-next.2 + - @backstage/plugin-auth-react@0.1.7-next.2 + - @backstage/plugin-search-common@1.2.14 + - @backstage/plugin-search-react@1.8.1-next.2 + - @backstage/plugin-techdocs-common@0.1.0 + - @backstage/plugin-techdocs-react@1.2.9-next.2 + +## @backstage/app-defaults@1.5.12-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/theme@0.6.0-next.1 + - @backstage/core-app-api@1.15.1-next.1 + - @backstage/core-components@0.15.1-next.2 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/plugin-permission-react@0.4.27-next.1 + +## @backstage/backend-app-api@1.0.1-next.1 + +### Patch Changes + +- ffd1f4a: Plugin lifecycle shutdown hooks are now performed before root lifecycle shutdown hooks. +- fd6e6f4: build(deps): bump `cookie` from 0.6.0 to 0.7.0 +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/cli-common@0.1.14 + - @backstage/config@1.2.0 + - @backstage/config-loader@1.9.1 + - @backstage/errors@1.2.4 + - @backstage/types@1.1.1 + - @backstage/plugin-permission-node@0.8.4-next.1 + +## @backstage/backend-defaults@0.5.1-next.2 + +### Patch Changes + +- ffd1f4a: Plugin lifecycle shutdown hooks are now performed before root lifecycle shutdown hooks. +- ffd1f4a: The database manager now attempts to close any database connections in a root lifecycle shutdown hook. +- e36d12f: The task scheduler now attempts to abort any tasks if it detects that Backstage is being shut down. +- fd6e6f4: build(deps): bump `cookie` from 0.6.0 to 0.7.0 +- 720a2f9: Updated dependency `git-url-parse` to `^15.0.0`. +- Updated dependencies + - @backstage/cli-node@0.2.9-next.0 + - @backstage/backend-app-api@1.0.1-next.1 + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/integration@1.15.1-next.1 + - @backstage/backend-dev-utils@0.1.5 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/cli-common@0.1.14 + - @backstage/config@1.2.0 + - @backstage/config-loader@1.9.1 + - @backstage/errors@1.2.4 + - @backstage/integration-aws-node@0.1.12 + - @backstage/types@1.1.1 + - @backstage/plugin-events-node@0.4.1-next.1 + - @backstage/plugin-permission-node@0.8.4-next.1 + +## @backstage/backend-dynamic-feature-service@0.4.2-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/cli-node@0.2.9-next.0 + - @backstage/backend-app-api@1.0.1-next.1 + - @backstage/backend-defaults@0.5.1-next.2 + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/plugin-catalog-backend@1.26.2-next.2 + - @backstage/plugin-scaffolder-node@0.5.0-next.2 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/cli-common@0.1.14 + - @backstage/config@1.2.0 + - @backstage/config-loader@1.9.1 + - @backstage/errors@1.2.4 + - @backstage/types@1.1.1 + - @backstage/plugin-app-node@0.1.26-next.1 + - @backstage/plugin-events-backend@0.3.13-next.1 + - @backstage/plugin-events-node@0.4.1-next.1 + - @backstage/plugin-permission-common@0.8.1 + - @backstage/plugin-permission-node@0.8.4-next.1 + - @backstage/plugin-search-backend-node@1.3.3-next.2 + - @backstage/plugin-search-common@1.2.14 + +## @backstage/backend-plugin-api@1.0.1-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/cli-common@0.1.14 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + - @backstage/types@1.1.1 + - @backstage/plugin-permission-common@0.8.1 + +## @backstage/backend-test-utils@1.0.1-next.2 + +### Patch Changes + +- fd6e6f4: build(deps): bump `cookie` from 0.6.0 to 0.7.0 +- Updated dependencies + - @backstage/backend-app-api@1.0.1-next.1 + - @backstage/backend-defaults@0.5.1-next.2 + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + - @backstage/types@1.1.1 + - @backstage/plugin-events-node@0.4.1-next.1 + +## @backstage/catalog-client@1.7.1-next.0 + +### Patch Changes + +- 0040632: Add missing doc string to API +- Updated dependencies + - @backstage/catalog-model@1.7.0 + - @backstage/errors@1.2.4 + +## @backstage/cli@0.28.0-next.2 + +### Patch Changes + +- ea16633: Preserve directory structure for CommonJS build output, just like ESM. This makes the build output more stable and easier to browse, and allows for more effective tree shaking and lazy imports. + +- 7955f9b: Tweaked the new package feature detection to not be active when building backend packages. + +- 720a2f9: Updated dependency `git-url-parse` to `^15.0.0`. + +- 2c5ecf5: Support `--max-warnings` flag for package linting + +- 8fe740d: Added a new `--successCache` option to the `backstage-cli repo test` and `backstage-cli repo lint` commands. The cache keeps track of successful runs and avoids re-running for individual packages if they haven't changed. This option is intended only to be used in CI. + + In addition a `--successCacheDir ` option has also been added to be able to override the default cache directory. + +- f0514c7: Disabled parsing of input source maps in the SWC transform for Jest. + +- Updated dependencies + - @backstage/cli-node@0.2.9-next.0 + - @backstage/eslint-plugin@0.1.10-next.1 + - @backstage/integration@1.15.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/cli-common@0.1.14 + - @backstage/config@1.2.0 + - @backstage/config-loader@1.9.1 + - @backstage/errors@1.2.4 + - @backstage/release-manifests@0.0.11 + - @backstage/types@1.1.1 + +## @backstage/cli-node@0.2.9-next.0 + +### Patch Changes + +- fec7278: Added new `lockfile.getDependencyTreeHash(name)` utility. +- Updated dependencies + - @backstage/cli-common@0.1.14 + - @backstage/errors@1.2.4 + - @backstage/types@1.1.1 + +## @backstage/core-compat-api@0.3.1-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/frontend-plugin-api@0.9.0-next.2 + - @backstage/version-bridge@1.0.10-next.0 + +## @backstage/core-components@0.15.1-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/theme@0.6.0-next.1 + - @backstage/config@1.2.0 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/errors@1.2.4 + - @backstage/version-bridge@1.0.10-next.0 + +## @backstage/create-app@0.5.21-next.2 + +### Patch Changes + +- Bumped create-app version. +- Updated dependencies + - @backstage/cli-common@0.1.14 + +## @backstage/dev-utils@1.1.2-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-react@1.14.0-next.2 + - @backstage/theme@0.6.0-next.1 + - @backstage/app-defaults@1.5.12-next.2 + - @backstage/catalog-model@1.7.0 + - @backstage/core-app-api@1.15.1-next.1 + - @backstage/core-components@0.15.1-next.2 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/integration-react@1.2.0-next.2 + +## @backstage/eslint-plugin@0.1.10-next.1 + +### Patch Changes + +- b1c2a2d: Exclude `@material-ui/data-grid` + +## @backstage/frontend-app-api@0.10.0-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/config@1.2.0 + - @backstage/core-app-api@1.15.1-next.1 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/errors@1.2.4 + - @backstage/frontend-defaults@0.1.1-next.2 + - @backstage/frontend-plugin-api@0.9.0-next.2 + - @backstage/types@1.1.1 + - @backstage/version-bridge@1.0.10-next.0 + +## @backstage/frontend-defaults@0.1.1-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + - @backstage/frontend-app-api@0.10.0-next.2 + - @backstage/frontend-plugin-api@0.9.0-next.2 + - @backstage/plugin-app@0.1.1-next.2 + +## @backstage/frontend-plugin-api@0.9.0-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/core-components@0.15.1-next.2 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/types@1.1.1 + - @backstage/version-bridge@1.0.10-next.0 + +## @backstage/frontend-test-utils@0.2.1-next.2 + +### Patch Changes + +- 0801db6: Added an `ApiMock`, analogous to `ServiceMock` from the backend test utils. +- Updated dependencies + - @backstage/config@1.2.0 + - @backstage/frontend-app-api@0.10.0-next.2 + - @backstage/frontend-plugin-api@0.9.0-next.2 + - @backstage/test-utils@1.6.1-next.2 + - @backstage/types@1.1.1 + - @backstage/version-bridge@1.0.10-next.0 + - @backstage/plugin-app@0.1.1-next.2 + +## @backstage/integration@1.15.1-next.1 + +### Patch Changes + +- 720a2f9: Updated dependency `git-url-parse` to `^15.0.0`. +- Updated dependencies + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + +## @backstage/integration-react@1.2.0-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/integration@1.15.1-next.1 + - @backstage/config@1.2.0 + - @backstage/core-plugin-api@1.10.0-next.1 + +## @backstage/repo-tools@0.10.0-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/cli-node@0.2.9-next.0 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/cli-common@0.1.14 + - @backstage/config-loader@1.9.1 + - @backstage/errors@1.2.4 + +## @techdocs/cli@1.8.20-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/backend-defaults@0.5.1-next.2 + - @backstage/plugin-techdocs-node@1.12.12-next.2 + - @backstage/catalog-model@1.7.0 + - @backstage/cli-common@0.1.14 + - @backstage/config@1.2.0 + +## @backstage/test-utils@1.6.1-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/theme@0.6.0-next.1 + - @backstage/config@1.2.0 + - @backstage/core-app-api@1.15.1-next.1 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/types@1.1.1 + - @backstage/plugin-permission-common@0.8.1 + - @backstage/plugin-permission-react@0.4.27-next.1 + +## @backstage/plugin-api-docs@0.11.11-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog@1.24.0-next.2 + - @backstage/plugin-catalog-react@1.14.0-next.2 + - @backstage/catalog-model@1.7.0 + - @backstage/core-compat-api@0.3.1-next.2 + - @backstage/core-components@0.15.1-next.2 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/frontend-plugin-api@0.9.0-next.2 + - @backstage/plugin-catalog-common@1.1.0 + - @backstage/plugin-permission-react@0.4.27-next.1 + +## @backstage/plugin-app@0.1.1-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/theme@0.6.0-next.1 + - @backstage/core-components@0.15.1-next.2 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/frontend-plugin-api@0.9.0-next.2 + - @backstage/plugin-permission-react@0.4.27-next.1 + +## @backstage/plugin-app-backend@0.3.76-next.1 + +### Patch Changes + +- 2c4ee26: Fixed unexpected behaviour where configuration supplied with `APP_CONFIG_*` environment variables where not filtered by the configuration schema. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/config@1.2.0 + - @backstage/config-loader@1.9.1 + - @backstage/errors@1.2.4 + - @backstage/types@1.1.1 + - @backstage/plugin-app-node@0.1.26-next.1 + +## @backstage/plugin-app-node@0.1.26-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/config-loader@1.9.1 + +## @backstage/plugin-app-visualizer@0.1.11-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/core-components@0.15.1-next.2 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/frontend-plugin-api@0.9.0-next.2 + +## @backstage/plugin-auth-backend@0.23.1-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.1-next.1 + - @backstage/plugin-auth-backend-module-atlassian-provider@0.3.1-next.1 + - @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.1-next.1 + - @backstage/plugin-auth-backend-module-microsoft-provider@0.2.1-next.1 + - @backstage/plugin-auth-backend-module-onelogin-provider@0.2.1-next.1 + - @backstage/plugin-auth-backend-module-aws-alb-provider@0.2.1-next.1 + - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.1-next.1 + - @backstage/plugin-auth-backend-module-github-provider@0.2.1-next.1 + - @backstage/plugin-auth-backend-module-gitlab-provider@0.2.1-next.1 + - @backstage/plugin-auth-backend-module-google-provider@0.2.1-next.1 + - @backstage/plugin-auth-backend-module-oauth2-provider@0.3.1-next.1 + - @backstage/plugin-auth-backend-module-oidc-provider@0.3.1-next.1 + - @backstage/plugin-auth-backend-module-okta-provider@0.1.1-next.1 + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/catalog-client@1.7.1-next.0 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + - @backstage/types@1.1.1 + - @backstage/plugin-auth-backend-module-auth0-provider@0.1.1-next.1 + - @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.1-next.1 + - @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.1-next.1 + - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.1-next.1 + +## @backstage/plugin-auth-backend-module-atlassian-provider@0.3.1-next.1 + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + +## @backstage/plugin-auth-backend-module-auth0-provider@0.1.1-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + +## @backstage/plugin-auth-backend-module-aws-alb-provider@0.2.1-next.1 + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/errors@1.2.4 + - @backstage/plugin-auth-backend@0.23.1-next.1 + +## @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.1-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/errors@1.2.4 + +## @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.1-next.1 + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + +## @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.1-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + +## @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.1-next.1 + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + +## @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.1-next.1 + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/errors@1.2.4 + - @backstage/types@1.1.1 + +## @backstage/plugin-auth-backend-module-github-provider@0.2.1-next.1 + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + +## @backstage/plugin-auth-backend-module-gitlab-provider@0.2.1-next.1 + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + +## @backstage/plugin-auth-backend-module-google-provider@0.2.1-next.1 + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + +## @backstage/plugin-auth-backend-module-guest-provider@0.2.1-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/errors@1.2.4 + +## @backstage/plugin-auth-backend-module-microsoft-provider@0.2.1-next.1 + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- daa02d6: Add `skipUserProfile` config flag to Microsoft authenticator +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + +## @backstage/plugin-auth-backend-module-oauth2-provider@0.3.1-next.1 + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + +## @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.1-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/errors@1.2.4 + +## @backstage/plugin-auth-backend-module-oidc-provider@0.3.1-next.1 + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/plugin-auth-backend@0.23.1-next.1 + +## @backstage/plugin-auth-backend-module-okta-provider@0.1.1-next.1 + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + +## @backstage/plugin-auth-backend-module-onelogin-provider@0.2.1-next.1 + +### Patch Changes + +- 217458a: Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + +## @backstage/plugin-auth-backend-module-pinniped-provider@0.2.1-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/config@1.2.0 + +## @backstage/plugin-auth-node@0.5.3-next.1 + +### Patch Changes + +- 217458a: Added a new `allowedDomains` option for the common `emailLocalPartMatchingUserEntityName` sign-in resolver. +- Updated dependencies + - @backstage/catalog-client@1.7.1-next.0 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + - @backstage/types@1.1.1 + +## @backstage/plugin-auth-react@0.1.7-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/core-components@0.15.1-next.2 + - @backstage/core-plugin-api@1.10.0-next.1 + - @backstage/errors@1.2.4 + +## @backstage/plugin-bitbucket-cloud-common@0.2.24-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/integration@1.15.1-next.1 + +## @backstage/plugin-catalog-backend@1.26.2-next.2 + +### Patch Changes + +- 720a2f9: Updated dependency `git-url-parse` to `^15.0.0`. +- f1cab41: Update catalog search table in transaction +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/integration@1.15.1-next.1 + - @backstage/backend-openapi-utils@0.2.0-next.1 + - @backstage/catalog-client@1.7.1-next.0 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + - @backstage/types@1.1.1 + - @backstage/plugin-catalog-common@1.1.0 + - @backstage/plugin-events-node@0.4.1-next.1 + - @backstage/plugin-permission-common@0.8.1 + - @backstage/plugin-permission-node@0.8.4-next.1 + - @backstage/plugin-search-backend-module-catalog@0.2.3-next.2 + +## @backstage/plugin-catalog-backend-module-aws@0.4.3-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/backend-defaults@0.5.1-next.2 + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/integration@1.15.1-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + - @backstage/integration-aws-node@0.1.12 + - @backstage/plugin-catalog-common@1.1.0 + - @backstage/plugin-kubernetes-common@0.8.3 + +## @backstage/plugin-catalog-backend-module-azure@0.2.3-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/integration@1.15.1-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/config@1.2.0 + - @backstage/plugin-catalog-common@1.1.0 + +## @backstage/plugin-catalog-backend-module-backstage-openapi@0.4.1-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/backend-openapi-utils@0.2.0-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + +## @backstage/plugin-catalog-backend-module-bitbucket-server@0.2.3-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/integration@1.15.1-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + +## @backstage/plugin-catalog-backend-module-gcp@0.3.1-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/plugin-kubernetes-common@0.8.3 + +## @backstage/plugin-catalog-backend-module-gerrit@0.2.3-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/integration@1.15.1-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + +## @backstage/plugin-catalog-backend-module-github@0.7.5-next.2 + +### Patch Changes + +- 720a2f9: Updated dependency `git-url-parse` to `^15.0.0`. +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/integration@1.15.1-next.1 + - @backstage/plugin-catalog-backend@1.26.2-next.2 + - @backstage/catalog-client@1.7.1-next.0 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/plugin-catalog-common@1.1.0 + - @backstage/plugin-events-node@0.4.1-next.1 + +## @backstage/plugin-catalog-backend-module-github-org@0.3.2-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/plugin-catalog-backend-module-github@0.7.5-next.2 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/config@1.2.0 + - @backstage/plugin-events-node@0.4.1-next.1 + +## @backstage/plugin-catalog-backend-module-gitlab@0.4.3-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/backend-defaults@0.5.1-next.2 + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/integration@1.15.1-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/plugin-catalog-common@1.1.0 + - @backstage/plugin-events-node@0.4.1-next.1 + +## @backstage/plugin-catalog-backend-module-gitlab-org@0.2.1-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/plugin-catalog-backend-module-gitlab@0.4.3-next.2 + - @backstage/plugin-events-node@0.4.1-next.1 + +## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.5.5-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/plugin-catalog-backend@1.26.2-next.2 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + - @backstage/plugin-events-node@0.4.1-next.1 + - @backstage/plugin-permission-common@0.8.1 + +## @backstage/plugin-catalog-backend-module-ldap@0.9.1-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + - @backstage/types@1.1.1 + - @backstage/plugin-catalog-common@1.1.0 + +## @backstage/plugin-catalog-backend-module-logs@0.1.2-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-backend@1.26.2-next.2 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/plugin-events-node@0.4.1-next.1 + +## @backstage/plugin-catalog-backend-module-msgraph@0.6.3-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/plugin-catalog-common@1.1.0 + +## @backstage/plugin-catalog-backend-module-openapi@0.2.2-next.2 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/integration@1.15.1-next.1 + - @backstage/plugin-catalog-backend@1.26.2-next.2 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/types@1.1.1 + - @backstage/plugin-catalog-common@1.1.0 + +## @backstage/plugin-catalog-backend-module-puppetdb@0.2.3-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/config@1.2.0 + - @backstage/errors@1.2.4 + - @backstage/types@1.1.1 + +## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.1-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/plugin-catalog-common@1.1.0 + - @backstage/plugin-scaffolder-common@1.5.6 + +## @backstage/plugin-catalog-backend-module-unprocessed@0.5.1-next.1 + +### Patch Changes + +- Updated dependencies + - @backstage/plugin-auth-node@0.5.3-next.1 + - @backstage/plugin-catalog-node@1.13.1-next.1 + - @backstage/backend-plugin-api@1.0.1-next.1 + - @backstage/catalog-model@1.7.0 + - @backstage/errors@1.2.4 + - @backstage/plugin-catalog-unprocessed-entities-common@0.0.4 + - @backstage/plugin-permission-common@0.8.1 + +## @backstage/plugin-catalog-graph@0.4.11-next.2 + +### Patch Changes + +- 4d9f39e: Added InfoCard `action` attribute for CatalogGraphCard + + ```tsx + const action =