Release v1.27.0
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.27.0
@backstage/backend-common@0.22.0
Minor Changes
-
ed83f85: Internal refactor of the database code.
BREAKING: The helper functions
createDatabaseClientandensureDatabaseExistshave been removed from the public interface, since they have no usage within the repository and never were suitable for calling from the outside. Please consider usingcoreServices.databaseorDatabaseManagerdirectly wherever possible instead.
Patch Changes
- 2cc750d: Added
HarnessURLReaderwithreadUrlsupport. - 57f692e: Preparing for a stable new backend system release, we are deprecating utilities in the
backend-commonthat are not used by the core framework, such as the isomorphicGitclass. As we will no longer support the isomorphicGitutility in the framework packages, we recommend plugins that start maintaining their own implementation of this class. - 0ec0796: Plugins created through the
legacyPluginhelper are now able to authenticate requests from plugins that are fully implemented using the new backend system. This fixes theKey for the ES256 algorithm must be one of type KeyObject or CryptoKey. Received an instance of Uint8Arrayerror. - d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - ccc8851: Added config prop
ensureSchemaExiststo support postgres instances where user can create schemas but not databases. - f66bbb4: Only create a single actual connection to memcache/redis, even in cases where many
CacheServiceinstances are made - ba0b8b4: Added option to
ServerTokenManager.fromConfigthat allows it to be instantiated in production without any configured keys. - Updated dependencies
- @backstage/backend-app-api@0.7.3
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/integration@1.11.0
@backstage/catalog-model@1.5.0
Minor Changes
- 79025f3: Introduce a domain attribute to the domain entity to allow a hierarchy of domains to exist.
@backstage/frontend-app-api@0.7.0
Minor Changes
- ddddecb: Extensions in app-config now always affect ordering. Previously, only when enabling disabled extensions did they rise to the top.
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/frontend-plugin-api@0.6.5
@backstage/integration@1.11.0
Minor Changes
- 2cc750d: Added
HarnessIntegrationvia theScmIntegrationsinterface.
@backstage/repo-tools@0.9.0
Minor Changes
- 683870a: Adds 2 new commands
repo schema openapi diffandpackage schema openapi diff.repo schema openapi diffis intended to power a new breaking changes check on pull requests and the package level command allows plugin developers to quickly see new API breaking changes. They're intended to be used in complement with the existingrepo schema openapi verifycommand to validate your OpenAPI spec against a variety of things.
Patch Changes
- 9ae9bb2: Update the paths logic in the api reports command to support complex subpaths
- d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
@backstage/plugin-catalog@1.20.0
Minor Changes
- 8834daf: Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context.
Patch Changes
- 131e5cb: Fix broken links in README.
- 5d99272: Update local development dependencies.
- 4118530: Avoiding pre-loading display total count undefined for table counts
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-search-react@1.7.11
@backstage/plugin-catalog-backend@1.22.0
Minor Changes
- f2a2a83: Deprecated the
LocationAnalyzertype, which has been moved to@backstage/plugin-catalog-node. - f2a2a83: The
/alphaplugin export has had its implementation of thecatalogAnalysisExtensionPointupdated to reflect the new API. - 8d14475: Emit well known relationships for the Domain entity kind.
Patch Changes
- 131e5cb: Fix broken links in README.
- c6cb568: Add lifecycle monitoring for the catalog processing
- d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - 8479a0b: Fixed bug in stitching queue gauge that included entities that are scheduled in the future.
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-search-backend-module-catalog@0.1.24
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/integration@1.11.0
- @backstage/backend-openapi-utils@0.1.11
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-permission-node@0.7.29
@backstage/plugin-catalog-import@0.11.0
Minor Changes
- e1174b0:
EntityListComponentusesentityPresentationApiinstead ofhumanizeEntityRefto display Entity
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-node@1.12.0
Minor Changes
- f2a2a83: Added
LocationAnalyzertype, moved from@backstage/plugin-catalog-backend. - f2a2a83: Breaking change to
/alphaAPI where thecatalogAnalysisExtensionPointhas been reworked. TheaddLocationAnalyzermethod has been renamed toaddScmLocationAnalyzer, and a newsetLocationAnalyzermethod has been added which allows the fullLocationAnalyzerimplementation to be overridden.
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-permission-node@0.7.29
@backstage/plugin-catalog-react@1.12.0
Minor Changes
- 8834daf: Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context.
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-scaffolder@1.20.0
Minor Changes
- 4268696:
MultiEntityPickerusesEntityDisplayNameinstead ofhumanizeEntityRefto display entity.
Patch Changes
- 9156654: Capturing more event clicks for scaffolder
- 131e5cb: Fix broken links in README.
- 0040ec2: Updated dependency
@rjsf/utilsto5.18.2. Updated dependency@rjsf/coreto5.18.2. Updated dependency@rjsf/material-uito5.18.2. Updated dependency@rjsf/validator-ajv8to5.18.2. - 762141c: Fixed a bug where the
MultiEntityPickerwas not able to be set as required - Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/plugin-scaffolder-react@1.8.5
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-scaffolder-backend-module-gitlab@0.4.0
Minor Changes
- 18f736f: Add examples for
gitlab:projectVariable:createscaffolder action & improve related tests
Patch Changes
- 8fa8a00: Add merge method and squash option for project creation
- d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - ffc73ec: Add examples for
gitlab:repo:pushscaffolder action & improve related tests - Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/app-defaults@1.5.5
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
@backstage/backend-app-api@0.7.3
Patch Changes
-
4cd5ff0: Add ability to configure the Node.js HTTP Server when configuring the root HTTP Router service
-
e8199b1: Move the JWKS registration outside of the lifecycle middleware
-
d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. -
dc8c5dd: The default
TokenManagerimplementation no longer requires keys to be configured in production, but it will throw an errors when generating or authenticating tokens. The defaultAuthServiceimplementation will now also provide additional context if such an error is throw when falling back to using theTokenManagerservice to generate tokens for outgoing requests. -
025641b: Redact
metafields too with the logger -
09f8988: Remove explicit
algcheck for user tokens inverifyToken -
5863e02: Internal refactor to only create one external token handler
-
a1dc547: Added support for camel case CSP directives in app-config. For example:
backend:
csp:
upgradeInsecureRequests: false -
329cc34: Added logging of all plugins being initialized, periodic status, and completion.
-
Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-permission-node@0.7.29
@backstage/backend-defaults@0.2.18
Patch Changes
- 7e5a50d: added
eventsServiceFactorytodefaultServiceFactoriesto resolve issue where different instances of the EventsServices could be used - Updated dependencies
- @backstage/backend-app-api@0.7.3
- @backstage/backend-common@0.22.0
- @backstage/plugin-events-node@0.3.4
@backstage/backend-dynamic-feature-service@0.2.10
Patch Changes
- b192752: Updated
README.mdto point topackages/backendinstead ofpackages/backend-next. - d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - b611fd0: Updates the
scanRootmethod in thePluginScannerclass to specifically ignore thelost+founddirectory, which is a system-generated directory used for file recovery on Unix-like systems. Skipping this directory avoids unnecessary errors. - Updated dependencies
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/backend-app-api@0.7.3
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-search-backend-node@1.2.22
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-app-node@0.1.18
- @backstage/plugin-events-backend@0.3.5
- @backstage/plugin-permission-node@0.7.29
@backstage/backend-openapi-utils@0.1.11
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
@backstage/backend-plugin-api@0.6.18
Patch Changes
- d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - 1fedf0c: Removed explicit
toString()method fromServiceReftype. - Updated dependencies
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-auth-node@0.4.13
@backstage/backend-tasks@0.5.23
Patch Changes
- d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
@backstage/backend-test-utils@0.3.8
Patch Changes
- d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - 7e5a50d: added
eventsServiceFactorytodefaultServiceFactoriesto resolve issue where different instances of the EventsServices could be used - Updated dependencies
- @backstage/backend-app-api@0.7.3
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-auth-node@0.4.13
@backstage/catalog-client@1.6.5
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
@backstage/cli@0.26.5
Patch Changes
- b8f1fc2: The
build-workspacecommand no longer manually runsyarn postpack, relying instead on the fact that runningyarn packwill automatically invoke thepostpackscript. No action is necessary if you are running the latest version of yarn 1, 3, or 4. - fcd3462: Both the target and types library have been bumped from ES2021 to ES2022 in
@backstage/cli/config/tsconfig.json. - 0cc5ed3: Add support for
versions:migrateto do code changes. Can be skipped with--no-code-changes - f97ad04: Add preserveModules to rollup, which allows better async loading and tree-shaking in webpack
- 2a6f10d: The
versions:bumpcommand will no longer exit with a non-zero status if the version bump fails due to forbidden duplicate package installations. It will now also provide more information about how to troubleshoot such an error. The set of forbidden duplicates has also been expanded to include all@backstage/*-app-apipackages. - c5d7b40: Allow passing a
--requireargument through to the Node process duringpackage start - cc3c518: Fixed an issue causing the
repo fixcommand to set an incorrectworkspaceproperty using Windows - 812dff0: Add previously-missing semicolon in file templated by
backstage-cli new --select plugin. - f185603: Fixed the dynamic import of vite.
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/eslint-plugin@0.1.8
- @backstage/integration@1.11.0
@backstage/core-app-api@1.12.5
Patch Changes
- 1bed9a3: The Backstage identity session expiration check will no longer fall back to using the provider expiration. This was introduced to smooth out the rollout of Backstage release 1.18, and is no longer needed.
@backstage/core-compat-api@0.2.5
Patch Changes
- 5d99272: Update local development dependencies.
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.5
@backstage/core-components@0.14.7
Patch Changes
- e42779e: Properly log the
errorInfoinErrorBoundary - 5223c4c: Fixed an internal circular import that broke Jest mocks.
- 71e4229: Added optional
initialShowDropDownprop toSidebarSubmenuItemto internally manage the initial display state of the dropdown items. - a2ee4df: Add
alignGaugeprop to theGaugeCard, and a small size version. WhenalignGaugeis'bottom'the gauge will vertically align the gauge in the cards, even when the card titles span across multiple lines. AddalignContentprop to theInfoCard, defaulting to'normal'with the option of'bottom'which vertically aligns the content to the bottom of the card. - 5b7b49b: The
SignInPageguest provider will now fall back to legacy guest auth if the backend request fails, allowing guest auth without a running backend. - 359376a: Removing react-text-truncate with css styles.
- Updated dependencies
- @backstage/theme@0.5.4
@backstage/create-app@0.5.15
Patch Changes
- c066c88: Removed
packages/backend/src/types.tsfrom the template as it is unused. It was mistakenly left in after moving the template to the new backend system. - 5d99272: Update local development dependencies.
- 0478509: Bumped create-app version.
- d85dd88: Bumped create-app version.
- 8105aad: Removed the Tech Radar and GitHub Actions plugins from the template, which have been moved to the community plugins repository.
@backstage/dev-utils@1.0.32
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/app-defaults@1.5.5
- @backstage/integration-react@1.1.27
@backstage/eslint-plugin@0.1.8
Patch Changes
- 65ec043: add some
pickersfixes
@backstage/frontend-plugin-api@0.6.5
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
@backstage/frontend-test-utils@0.1.7
Patch Changes
- Updated dependencies
- @backstage/frontend-app-api@0.7.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/test-utils@1.5.5
@backstage/integration-react@1.1.27
Patch Changes
- Updated dependencies
- @backstage/integration@1.11.0
@techdocs/cli@1.8.11
Patch Changes
- 1a0e009: Fix cookie endpoint mock for
serve - Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/plugin-techdocs-node@1.12.4
@backstage/test-utils@1.5.5
Patch Changes
- Updated dependencies
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
@backstage/theme@0.5.4
Patch Changes
- f1462df: Fixed bug where scrollbars don't pick up the theme when in dark mode
@backstage/plugin-api-docs@0.11.5
Patch Changes
- 5d99272: Update local development dependencies.
- 725ff0b: Fix dark mode text color inside tables in
description:from OpenAPI definitions - Updated dependencies
- @backstage/plugin-catalog@1.20.0
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-app-backend@0.3.66
Patch Changes
- d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-app-node@0.1.18
@backstage/plugin-app-node@0.1.18
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
@backstage/plugin-app-visualizer@0.1.6
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/frontend-plugin-api@0.6.5
@backstage/plugin-auth-backend@0.22.5
Patch Changes
- d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - 4a0577e: fix: Move config declarations to appropriate auth backend modules
- ea9262b: Allow overriding default ownership resolving with the new
AuthOwnershipResolutionExtensionPoint - Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.10
- @backstage/plugin-auth-backend-module-github-provider@0.1.15
- @backstage/plugin-auth-backend-module-oidc-provider@0.1.9
- @backstage/plugin-auth-node@0.4.13
- @backstage/catalog-client@1.6.5
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.10
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.1
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.1
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.1
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.13
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.15
- @backstage/plugin-auth-backend-module-google-provider@0.1.15
- @backstage/plugin-auth-backend-module-microsoft-provider@0.1.13
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.15
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.11
- @backstage/plugin-auth-backend-module-okta-provider@0.0.11
@backstage/plugin-auth-backend-module-atlassian-provider@0.1.10
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-aws-alb-provider@0.1.10
Patch Changes
- 4a0577e: fix: Move config declarations to appropriate auth backend modules
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-backend@0.22.5
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.1
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-bitbucket-provider@0.1.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.1
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.13
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-github-provider@0.1.15
Patch Changes
- 4a0577e: fix: Move config declarations to appropriate auth backend modules
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-gitlab-provider@0.1.15
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-google-provider@0.1.15
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-guest-provider@0.1.4
Patch Changes
- 07d8cca: Error if used outside of a development environment without explicit allowance
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-microsoft-provider@0.1.13
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-oauth2-provider@0.1.15
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.11
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-oidc-provider@0.1.9
Patch Changes
- dd53bf3: Add nonce to authorize request to be added in ID token
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-backend@0.22.5
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-okta-provider@0.0.11
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-pinniped-provider@0.1.12
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.1.10
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-auth-node@0.4.13
Patch Changes
- ea9262b: Allow overriding default ownership resolving with the new
AuthOwnershipResolutionExtensionPoint - Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
@backstage/plugin-auth-react@0.1.2
Patch Changes
- c297afd: When using
CookieAuthRefreshProvideroruseCookieAuthRefresh, a 404 response from the cookie endpoint will now be treated as if cookie auth is disabled and is not needed. - Updated dependencies
- @backstage/core-components@0.14.7
@backstage/plugin-bitbucket-cloud-common@0.2.19
Patch Changes
- d76cb29: Updated dependency
ts-morphto^22.0.0. - Updated dependencies
- @backstage/integration@1.11.0
@backstage/plugin-catalog-backend-module-aws@0.3.13
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-kubernetes-common@0.7.6
@backstage/plugin-catalog-backend-module-azure@0.1.38
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-backstage-openapi@0.2.1
Patch Changes
- f3f0281: Fix incorrect dependency import.
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/backend-openapi-utils@0.1.11
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.2.5
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-bitbucket-cloud-common@0.2.19
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.32
Patch Changes
- 062ffb1: Allow skipping archived repositories (
skipArchivedReposflag) on Bitbucket. - Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
@backstage/plugin-catalog-backend-module-gcp@0.1.19
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-kubernetes-common@0.7.6
@backstage/plugin-catalog-backend-module-gerrit@0.1.35
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
@backstage/plugin-catalog-backend-module-github@0.6.1
Patch Changes
-
0b50143: GitHub push events now schedule a refresh on entities that have a
refresh_keymatching thecatalogPathconfig itself. This allows to support acatalogPathconfiguration that uses glob patterns. -
f2a2a83: Updated to use the new
catalogAnalysisExtensionPointAPI. -
5bdeaa7: Added
alwaysUseDefaultNamespaceoption toGithubMultiOrgEntityProvider.If set to true, the provider will use
defaultas the namespace for all group entities. Groups with the same name across different orgs will be considered the same group. -
Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-github-org@0.1.13
Patch Changes
- 5bdeaa7: Fixed an issue where the
catalog-backend-module-github-orgwould not correctly create groups usingdefaultas namespace in case a single organization was configured. - Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-catalog-backend-module-github@0.6.1
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-catalog-backend-module-gitlab@0.3.15
Patch Changes
- a70377d: Added events support for
GitlabDiscoveryEntityProviderandGitlabOrgDiscoveryEntityProvider. - Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-gitlab-org@0.0.1
Patch Changes
- a70377d: Added a new
catalog-backend-module-gitlab-orgmodule which adds theGitlabOrgDiscoveryEntityProviderto the catalog's providers using the new backend system. - Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend-module-gitlab@0.3.15
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.23
Patch Changes
- 8c1ab9e: Fix plugin/incremental-ingestion 'Maximum call stack size exceeded' error when ingest large entities.
- d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-catalog-backend-module-ldap@0.5.34
Patch Changes
- 7699967: Remove dependency to Winston Logger and use Backstage LoggerService instead
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-msgraph@0.5.26
Patch Changes
- 49eab29: Fixed disabling of user photo fetching. Previously, the config value wasn't propagated properly, so user photos was still being fetched despite disabled by config.
- 6e370e6: Handle fetching huge amounts of users from Azure without crashing
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-openapi@0.1.36
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-puppetdb@0.1.24
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-catalog-backend-module-unprocessed@0.4.5
Patch Changes
- b192752: Updated
README.mdto point topackages/backendinstead ofpackages/backend-next. - 6f5a3a3: Correctly convert owner to string in case owner has not been provided
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-catalog-common@1.0.23
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
@backstage/plugin-catalog-graph@0.4.5
Patch Changes
- 39564b3: Allow multiple edges with different type (e.g.
ownedByandapplicationOwnerBy) to have the same source and target node. - Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
@backstage/plugin-catalog-unprocessed-entities@0.2.4
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
@backstage/plugin-config-schema@0.1.55
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
@backstage/plugin-devtools@0.1.14
Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/frontend-plugin-api@0.6.5
@backstage/plugin-devtools-backend@0.3.4
Patch Changes
- 036feca: Added discovery property to the readme documentation to ensure that it will build when setting it up as new to a Backstage instance
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-permission-node@0.7.29
@backstage/plugin-events-backend@0.3.5
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-module-aws-sqs@0.3.4
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-module-azure@0.2.4
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.4
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-module-gerrit@0.2.4
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-module-github@0.2.4
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-module-gitlab@0.2.4
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-backend-test-utils@0.1.28
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.3.4
@backstage/plugin-events-node@0.3.4
Patch Changes
- 7e5a50d: added
eventsServiceFactorytodefaultServiceFactoriesto resolve issue where different instances of the EventsServices could be used - Updated dependencies
- @backstage/backend-plugin-api@0.6.18
@backstage/plugin-home@0.7.4
Patch Changes
- 2196d3e: Use relative time when displaying visits from the same day
- 0040ec2: Updated dependency
@rjsf/utilsto5.18.2. Updated dependency@rjsf/coreto5.18.2. Updated dependency@rjsf/material-uito5.18.2. Updated dependency@rjsf/validator-ajv8to5.18.2. - Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/plugin-home-react@0.1.13
- @backstage/core-app-api@1.12.5
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
@backstage/plugin-home-react@0.1.13
Patch Changes
- 0040ec2: Updated dependency
@rjsf/utilsto5.18.2. Updated dependency@rjsf/coreto5.18.2. Updated dependency@rjsf/material-uito5.18.2. Updated dependency@rjsf/validator-ajv8to5.18.2. - Updated dependencies
- @backstage/core-components@0.14.7
@backstage/plugin-kubernetes@0.11.10
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/plugin-kubernetes-react@0.3.5
- @backstage/plugin-kubernetes-common@0.7.6
@backstage/plugin-kubernetes-backend@0.17.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/catalog-client@1.6.5
- @backstage/plugin-kubernetes-common@0.7.6
- @backstage/plugin-kubernetes-node@0.1.12
- @backstage/plugin-permission-node@0.7.29
@backstage/plugin-kubernetes-cluster@0.0.11
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/plugin-kubernetes-react@0.3.5
- @backstage/plugin-kubernetes-common@0.7.6
@backstage/plugin-kubernetes-common@0.7.6
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
@backstage/plugin-kubernetes-node@0.1.12
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-kubernetes-common@0.7.6
@backstage/plugin-kubernetes-react@0.3.5
Patch Changes
- 3102a99: add the namespace label to CronJobDrawer & IngressDrawer.
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-kubernetes-common@0.7.6
@backstage/plugin-notifications@0.2.1
Patch Changes
- e6bf85f: Allow overriding
NotificationsPagepage properties - f730c0b: The user can newly mark all unread messages as read at one click.
- bfcb2f1: Allow showing notifications as snackbars in the UI
- e49a810: Show all notifications by default to match the sidebar item status
- 42eaf63: Increase default and allow modifying notification snackbar auto hide duration
- a42a19b: Empty descriptions are not rendered to improve the look&feel.
- 1bc3b86: Fix to show web notifications even when browser is on foreground. Fix duplicate notifications with multiple tabs.
- f793112: Allow defining
classNameand additional properties forNotificationsSideBarItem - e1c7d6e: Fix infinite loop in the notification title counter
- fcda449: The rendered size of a notification is limited for very long descriptions.
- f6633ca: Add option to set the notification as read automatically when the notification link is opened
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
@backstage/plugin-notifications-backend@0.2.1
Patch Changes
- d541ff6: Fixed email processor
esmissue and config reading - 295c05d: Support for filtering entities from notification recipients after resolving them from the recipients
- d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - cba628a: Add possibility to generate random notifications on the fly in local development
- ee09dfc: Updated documentation for sending messages by external services.
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/plugin-notifications-node@0.1.4
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-auth-node@0.4.13
- @backstage/catalog-client@1.6.5
- @backstage/plugin-signals-node@0.1.4
@backstage/plugin-notifications-backend-module-email@0.0.1
Patch Changes
- d541ff6: Fixed email processor
esmissue and config reading - e538b10: Support relative links in notifications sent via email
- dbf2696: Allow sending notifications by email with the new notifications module
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/plugin-notifications-node@0.1.4
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
@backstage/plugin-notifications-node@0.1.4
Patch Changes
- 295c05d: Support for filtering entities from notification recipients after resolving them from the recipients
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
- @backstage/plugin-signals-node@0.1.4
@backstage/plugin-org@0.6.25
Patch Changes
- 99e6105: Fix ownership card sometimes locking up for complex org structures
- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/plugin-catalog-common@1.0.23
@backstage/plugin-org-react@0.1.24
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/catalog-client@1.6.5
@backstage/plugin-permission-backend@0.5.42
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-permission-node@0.7.29
@backstage/plugin-permission-backend-module-allow-all-policy@0.1.15
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-permission-node@0.7.29
@backstage/plugin-permission-node@0.7.29
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
@backstage/plugin-proxy-backend@0.4.16
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
@backstage/plugin-scaffolder-backend@1.22.6
Patch Changes
- 131e5cb: Fix broken links in README.
- 025641b: Fix issue with the log format not being respected when logging from actions
- d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - e4b50ab: Scaffolder workspace serialization
- 025641b: Redact
metafields too with the logger - Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-scaffolder-backend-module-github@0.2.8
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.8
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8
- @backstage/plugin-auth-node@0.4.13
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16
- @backstage/plugin-permission-node@0.7.29
- @backstage/plugin-scaffolder-backend-module-azure@0.1.10
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.8
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.10
@backstage/plugin-scaffolder-backend-module-azure@0.1.10
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-bitbucket@0.2.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8
- @backstage/integration@1.11.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8
Patch Changes
- 24dd655: Add examples for
publish:bitbucketServer:pull-requestscaffolder action & improve related tests - Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.19
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.42
Patch Changes
- d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-gerrit@0.1.10
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-gitea@0.1.8
Patch Changes
- 554af73: Allow defining
repoVisibilityfield for the actionpublish:gitea - Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-github@0.2.8
Patch Changes
- 5d99272: Update local development dependencies.
- d229dc4: Move path utilities from
backend-commonto thebackend-plugin-apipackage. - 52ab241: Adding support to change the default commit author for
publish:github:pull-request - Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-notifications@0.0.1
Patch Changes
- 503d769: Add a new scaffolder action to allow sending notifications from templates
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/plugin-notifications-node@0.1.4
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
@backstage/plugin-scaffolder-backend-module-rails@0.4.35
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
@backstage/plugin-scaffolder-backend-module-sentry@0.1.26
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4