Release v1.23.0
@backstage/app-defaults@1.5.0
Minor Changes
- f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the
@backstage/core-plugin-apiand@backstage/frontend-plugin-apipackages, the implementation is in@backstage/core-app-apiand a factory has been added to@backstage/app-defaults. - 7f11009: Added stack trace display to
ErrorPageand updated existing refs
Patch Changes
- f899eec: Change default icon for
kind:resourceto the storage icon. - 9aac2b0: Use
--cwdas the firstyarnargument - 7da67ce: Change
defaultScopesfor Bitbucket auth from invalidteamtoaccount. - 214f2da: Fix invalid HTTP status code 501 in Error Page
- Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-app-api@1.12.0
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-permission-react@0.4.20
@backstage/backend-common@0.21.0
Minor Changes
- bbe374e: BREAKING:
A gitilesBaseUrlmust be provided for the Gerrit integration to work. You can disable this check by settingDISABLE_GERRIT_GITILES_REQUIREMENT=1but this will be removed in a future release. If you are not able to use the Gitiles Gerrit plugin, please open an issue towardshttps://github.com/backstage/backstage - e85aa98: drop databases after unit tests if the database instance is not running in docker
Patch Changes
- 6707216: Added a new
LegacyRootDatabaseServiceinterface that can be used to avoid direct dependencies on theDatabaseManager. - 842171a: Fix a bug with S3 Fetch that caused all objects to be flattened within a single folder on the local file system.
- 3489d05:
FetchUrlReader#readUrl()now supports passing an optionaltokento authenticate requests. - 9aac2b0: Use
--cwdas the firstyarnargument - ece5a8f: Add a User-Agent header for calls towards Google Cloud Storage.
- 1f020fe: Support
tokeninreadTree,readUrlandsearch - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - d2e3ab9: Updated dependency
dockerodeto^4.0.0. - 1cae748: Updated dependency
git-url-parseto^14.0.0. - e27b7f3: Fix rate limit detection by looking for HTTP status code 429 and updating the header
x-ratelimit-remainingto look for in case of a 403 code is returned - 7fb7a79: Add a config declaration for
workingDirectory - Updated dependencies
- @backstage/backend-app-api@0.5.11
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-dev-utils@0.1.4
- @backstage/integration-aws-node@0.1.9
- @backstage/integration@1.9.0
- @backstage/config-loader@1.6.2
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/backend-dynamic-feature-service@0.2.0
Minor Changes
-
d7adbbf: Implement the discovery of additional individual configuration schemas for dynamic plugins, and provide:
- an alternate implementation of the root logger service that takes them into account,
- an extension to the App backend plugin to set a global configuration schema that takes them into account.
Patch Changes
- 8723c5a: Fix wrong
alphasupport in dynamic plugins support: thealphasub-package should not be required for the dynamic plugins to be loaded under the new backend system. - 8472188: Added or fixed the
repositoryfield inpackage.json. - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/cli-node@0.2.3
- @backstage/backend-app-api@0.5.11
- @backstage/backend-plugin-api@0.6.10
- @backstage/plugin-catalog-backend@1.17.0
- @backstage/backend-tasks@0.5.15
- @backstage/plugin-events-backend@0.2.19
- @backstage/config-loader@1.6.2
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/plugin-app-node@0.1.10
- @backstage/plugin-permission-node@0.7.21
- @backstage/plugin-search-backend-node@1.2.14
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.2.19
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
@backstage/backend-test-utils@0.3.0
Minor Changes
- e85aa98: drop databases after unit tests if the database instance is not running in docker
Patch Changes
- 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-app-api@0.5.11
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/catalog-client@1.6.0
Minor Changes
- 43dad25: Add API to get location by entity
- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
Patch Changes
- c04c42b: Internal updates to auto-generated files.
- Updated dependencies
- @backstage/catalog-model@1.4.4
- @backstage/errors@1.2.3
@backstage/core-app-api@1.12.0
Minor Changes
- f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the
@backstage/core-plugin-apiand@backstage/frontend-plugin-apipackages, the implementation is in@backstage/core-app-apiand a factory has been added to@backstage/app-defaults.
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - 7da67ce: Change
defaultScopesfor Bitbucket auth from invalidteamtoaccount. - Updated dependencies
- @backstage/core-plugin-api@1.9.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/core-compat-api@0.2.0
Minor Changes
- e586f79: Add support to the new analytics api.
Patch Changes
- 1fa5041: The backwards compatibility provider will now use the new
ComponentsApiandIconsApiwhen implementing the oldAppContext. - edfd3a5: Updated dependency
@oriflame/backstage-plugin-score-cardto^0.8.0. - bc621aa: Updates to use the new
RouteResolutionsApi. - 7155c30: Added
convertLegacyRouteRefsfor bulk conversion of plugin routes. - 46b63de: Allow external route refs in the new system to have a
defaultTargetpointing to a route that it'll resolve to by default if no explicit bindings were made by the adopter. - 2f2a1d2: Plugins converted by
convertLegacyAppnow have theirroutesandexternalRoutesincluded as well, allowing them to be used to bind external routes in configuration. - 1184990: collectLegacyRoutes throws in case invalid
element is found - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-app-api@1.12.0
- @backstage/core-plugin-api@1.9.0
- @backstage/version-bridge@1.0.7
@backstage/core-components@0.14.0
Minor Changes
- 281e8c6: BREAKING: Removed the
SidebarIntrocomponent as it was providing instructions for features that do not exist, along withIntroCard. If you were relying on this component and want to keep using it you can refer to the original implementations ofSidebarIntroandIntroCard.
Patch Changes
-
3e1c6e2: Added possibility to show arrow heads for graph edges for better understandability.
In order to show arrow heads in the catalog graph page, add
showArrowHeadsattribute toCatalogGraphPagecomponent (typically inpackages/app/src/App.tsx):- <CatalogGraphPage />
+ <CatalogGraphPage showArrowHeads />In order to show arrow heads in entity graphs, add
showArrowHeadsattribute toEntityCatalogGraphCardcomponents (typically multiple occurrences inpackages/app/src/components/catalog/EntityPage.tsx):- <EntityCatalogGraphCard variant="gridItem" height={400} />
+ <EntityCatalogGraphCard variant="gridItem" height={400} showArrowHeads /> -
8fe56a8: Widen
@types/reactdependency range to include version 18. -
7f11009: Added stack trace display to
ErrorPageand updated existing refs -
09cedb9: Updated dependency
@react-hookz/webto^24.0.0. -
214f2da: Fix invalid HTTP status code 501 in Error Page
-
Updated dependencies
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/version-bridge@1.0.7
@backstage/core-plugin-api@1.9.0
Minor Changes
- f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the
@backstage/core-plugin-apiand@backstage/frontend-plugin-apipackages, the implementation is in@backstage/core-app-apiand a factory has been added to@backstage/app-defaults.
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - e586f79: Throw a more specific exception
NotImplementedErrorwhen an API implementation cannot be found. - Updated dependencies
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/frontend-app-api@0.6.0
Minor Changes
-
bdf4a8e: BREAKING: Removed the experimental
createExtensionTreeAPI. -
86346c2: BREAKING: The
app.routes.bindingsapp-config mapping has been simplified. You now only need to specify the plugin ID and route ID on both sides of the mapping.Old form:
app:
routes:
bindings:
plugin.catalog.externalRoutes.viewTechDoc: plugin.techdocs.routes.docRoot
plugin.catalog.externalRoutes.createComponent: plugin.catalog-import.routes.importPageNew form:
app:
routes:
bindings:
catalog.viewTechDoc: techdocs.docRoot
catalog.createComponent: catalog-import.importPage
Patch Changes
- 42ebf27: Added
IconsApiimplementation and the ability to configure icons through theiconsoption forcreateAppandcreateSpecializedApp. This is not a long-term solution as icons should be installable via extensions instead. This is just a stop-gap to make sure there is feature parity with the existing frontend system. - bc621aa: Updates to use the new
RouteResolutionsApi. - e586f79: Wrap the root element with the analytics context to ensure it always exists for all extensions.
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - 8472188: Added or fixed the
repositoryfield inpackage.json. - e0a4dd1: Improved the error message when data input/output shapes do not match
- fb9b5e7: The default
ComponentsApiimplementation now uses theComponentRefID as the component key, rather than the reference instance. This fixes a bug where duplicate installations of@backstage/frontend-plugin-apiwould break the app. - 46b63de: Allow external route refs in the new system to have a
defaultTargetpointing to a route that it'll resolve to by default if no explicit bindings were made by the adopter. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-components@0.14.0
- @backstage/core-app-api@1.12.0
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/frontend-plugin-api@0.6.0
Minor Changes
- e586f79: BREAKING: Replace default plugin extension and plugin ids to be
appinstead ofroot.
Patch Changes
- 7eae3e0: Added initial
IconsApidefinition. - f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the
@backstage/core-plugin-apiand@backstage/frontend-plugin-apipackages, the implementation is in@backstage/core-app-apiand a factory has been added to@backstage/app-defaults. - 8fe56a8: Widen
@types/reactdependency range to include version 18. - bc621aa: Added
RouteResolutionsApias a replacement for the routing context. - 1e61ad3: App component extensions are no longer wrapped in an
ExtensionBoundary, allowing them to inherit the outer context instead. - 46b63de: Allow external route refs in the new system to have a
defaultTargetpointing to a route that it'll resolve to by default if no explicit bindings were made by the adopter. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/integration@1.9.0
Minor Changes
- e27b7f3: Fix rate limit detection by looking for HTTP status code 429 and updating the header
x-ratelimit-remainingto look for in case of a 403 code is returned
Patch Changes
- 6d898f7: All single-line secrets read from config will now have both leading and trailing whitespace trimmed. This is done to ensure that the secrets are always valid HTTP header values, since many fetch implementations will include the header value itself when an error is thrown due to invalid header values.
- 1cae748: Updated dependency
git-url-parseto^14.0.0. - 2d0e7cd: Validate if the
baseUrlis a valid URL - Updated dependencies
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/repo-tools@0.6.0
Minor Changes
-
04907c3: Updates the OpenAPI client template to support the new format for identifying plugin ID. You should now use
info.titlelike so,info:
+ title: yourPluginId
- title: @internal/plugin-*-backend
servers:
- /
- - yourPluginId -
b10c603: Add support for
oneOfin client generated byschema openapi generate-client. -
4c62935: BREAKING: The
schema openapi *commands are now renamed intopackage schema openapi *andrepo schema openapi *. The aim is to make it more clear what the command is operating on, the entire repo or just a single package.The following commands now live under the
packagenamespace,schema openapi generateis nowpackage schema openapi generate --serverschema openapi generate-clientis nowpackage schema openapi generate --client-packageschema openapi initis nowpackage schema openapi init
And these commands live under the new
reponamespace,schema openapi lintis nowrepo schema openapi lintschema openapi testis nowrepo schema openapi testschema openapi verifyis nowrepo schema openapi verify
The
package schema openapi generatenow supports defining both--serverand--client-packageto generate both at once.This update also reworks the--client-packageflag to accept only an output directory as the input directory can now be inferred.
Patch Changes
- aa91cd6: Resolved an issue with generate-catalog-info where it was replacing upper case characters with -.
- 60a68f1: Introduced
knipto theknip-reportscommand, which generates aknip-report.mdfile for your packages with dependency warnings, if any. - ec16093: Add an internal limiter on concurrency when launching processes
- 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - 6ba64c4: Updated dependency
commanderto^12.0.0. - c04c42b: Fixes an issue where comments would be duplicated in the template. Also, removes a header with the title and version of the OpenAPI spec from generated code.
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/cli-node@0.2.3
- @backstage/catalog-model@1.4.4
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.3
@backstage/test-utils@1.5.0
Minor Changes
- bb40898: Added
componentsoption toTestAppOptions, which will be forwarded as thecomponentsoption tocreateApp.
Patch Changes
- 07e7d12: Fix wording in API reference
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - 7da67ce: Change
defaultScopesfor Bitbucket auth from invalidteamtoaccount. - Updated dependencies
- @backstage/core-app-api@1.12.0
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-permission-react@0.4.20
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-analytics-module-ga@0.2.0
Minor Changes
- e586f79: Add support to the new analytics api.
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
- @backstage/config@1.1.1
@backstage/plugin-analytics-module-ga4@0.2.0
Minor Changes
- e586f79: Add support to the new analytics api.
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
- @backstage/config@1.1.1
@backstage/plugin-analytics-module-newrelic-browser@0.1.0
Minor Changes
- e586f79: Add support to the new analytics api.
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
- @backstage/config@1.1.1
@backstage/plugin-api-docs@0.11.0
Minor Changes
- 172a717: Migrate the
api-docsto the new frontend system. It is experimental and available via alpha subpath.
Patch Changes
- 874e8cf: Updated README to list AsyncApi v3 as supported
- 9aac2b0: Use
--cwdas the firstyarnargument - 170c023: Adding
supportedSubmitMethodsprop toapi-docsto pass to the Swagger UI. This allows users to specify which HTTP methods they wish to allow end-users to make requests through theTry It Outbutton on the Swagger UI. - 8fe56a8: Widen
@types/reactdependency range to include version 18. - c03f977: Updated dependency
graphiqlto3.1.0. - 49b3b5e: Updated dependency
@asyncapi/react-componentto1.2.13. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/plugin-catalog@1.17.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-permission-react@0.4.20
- @backstage/plugin-catalog-common@1.0.21
@backstage/plugin-auth-backend@0.21.0
Minor Changes
-
7dd8463: BREAKING: The
samlprovider has been migrated frompassport-samlto@node-saml/passport-saml.This comes with breaking changes to config options:
audienceis now mandatorywantAuthnResponseSignedis now exposed and defaults totruewantAssertionsSignedis now exposed and defaults totrue
Patch Changes
- 97f8724: Support additional algorithms in the
/.well-known/openid-configurationendpoint. - a3f1fa3: Use the externalized
auth-backend-module-microsoft-provideragain. - a9e0107: The auth backend will now refuse to issue user tokens are excessively large.
- 5d2fcba: Migrated oidc auth provider to new
@backstage/plugin-auth-backend-module-oidc-providermodule package. - d4cc552: The helper function
makeProfileInfoandPassportHelpers.transformProfilewere refactored to use thejoselibrary. - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - 23a98f8: Migrated the AWS ALB auth provider to new
@backstage/plugin-auth-backend-module-aws-alb-providermodule package. - f5e04e3: Internal refactor to no longer use deprecated types
- 8321c97: Added
experimentalExtraAllowedOriginsto config - 8e8a25d: Ability for user to configure backstage token expiration
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-backend-module-okta-provider@0.0.3
- @backstage/plugin-auth-node@0.4.4
- @backstage/plugin-auth-backend-module-oidc-provider@0.1.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.0
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.2
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.2
- @backstage/plugin-auth-backend-module-microsoft-provider@0.1.5
- @backstage/plugin-auth-backend-module-github-provider@0.1.7
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.7
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.7
- @backstage/plugin-catalog-node@1.7.0
- @backstage/plugin-auth-backend-module-google-provider@0.1.7
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.4
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-auth-backend-module-aws-alb-provider@0.1.0
Minor Changes
- 23a98f8: Migrated the AWS ALB auth provider to new
@backstage/plugin-auth-backend-module-aws-alb-providermodule package.
Patch Changes
- d309cad: Refactored to use the
joselibrary for JWT handling. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-backend@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/errors@1.2.3
@backstage/plugin-auth-backend-module-oidc-provider@0.1.0
Minor Changes
- 5d2fcba: Created new
@backstage/plugin-auth-backend-module-oidc-providermodule package to house oidc auth provider migration.
Patch Changes
- e471890: Fixed a bug where the OIDC authenticator did not properly persist granted OAuth scopes.
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 8afb6f4: Updated dependency
passportto^0.7.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-backend@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
@backstage/plugin-azure-sites-backend@0.2.0
Minor Changes
-
28610f4: BREAKING:
catalogApiandpermissionsApiare now a requirement to be passed through to thecreateRouterfunction.You can fix the typescript issues by passing through the required dependencies like the below
diffshows:import {
createRouter,
AzureSitesApi,
} from '@backstage/plugin-azure-sites-backend';
import { Router } from 'express';
import { PluginEnvironment } from '../types';
export default async function createPlugin(
env: PluginEnvironment,
): Promise<Router> {
+ const catalogClient = new CatalogClient({
+ discoveryApi: env.discovery,
+ });
return await createRouter({
logger: env.logger,
azureSitesApi: AzureSitesApi.fromConfig(env.config),
+ catalogApi: catalogClient,
+ permissionsApi: env.permissions,
});
}
Patch Changes
-
9aac2b0: Use
--cwdas the firstyarnargument -
4376655: Added
permissionIntegrationRouterfor azure-sites-backend routes -
5a409bb: Azure Sites
startandstopaction is now protected with the Permissions framework.The below example describes an action that forbids anyone but the owner of the catalog entity to trigger actions towards a site tied to an entity.
// packages/backend/src/plugins/permission.ts
import { azureSitesActionPermission } from '@backstage/plugin-azure-sites-common';
...
class TestPermissionPolicy implements PermissionPolicy {
async handle(request: PolicyQuery, user?: BackstageIdentityResponse): Promise<PolicyDecision> {
if (isPermission(request.permission, azureSitesActionPermission)) {
return createCatalogConditionalDecision(
request.permission,
catalogConditions.isEntityOwner({
claims: user?.identity.ownershipEntityRefs ?? [],
}),
);
}
...
return {
result: AuthorizeResult.ALLOW,
};
}
...
} -
Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/plugin-azure-sites-common@0.1.2
- @backstage/plugin-permission-node@0.7.21
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-catalog@1.17.0
Minor Changes
- d208a93: Updated the paginated catalog table to support server side text filtering.
- 1f8c2fa: Add entity warning components to the default entity overview page.
- e541c0e: Exported
CatalogTable.defaultColumnsFuncfor defining the columns in<CatalogTable />of some Kinds while using the default columns for the others.
Patch Changes
- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
- f899eec: Change default icon for
kind:resourceto the storage icon. - 9aac2b0: Use
--cwdas the firstyarnargument - 912ca7b: Use
convertLegacyRouteRefsto define routes in/alphaexport plugin. - 797a329: Fixed inconsistencies in icons used for System and Template
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - 987f565: Add line clamping to
CatalogSearchResultListItem - 172a717: Fix entity content extension filtering.
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/plugin-permission-react@0.4.20
- @backstage/plugin-search-react@1.7.6
- @backstage/plugin-scaffolder-common@1.5.0
- @backstage/errors@1.2.3
- @backstage/integration-react@1.1.24
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-catalog-backend@1.17.0
Minor Changes
-
43dad25: Add API to get location by entity
-
126c2f9: Updates the OpenAPI spec to use plugin as
info.titleinstead of package name. -
04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
-
d8a54d0: Adds support for supplying field validators to the new backend's catalog plugin. If you're using entity policies, you should use the new
transformLegacyPolicyToProcessorfunction to install them as processors instead.import {
catalogProcessingExtensionPoint,
catalogModelExtensionPoint,
} from '@backstage/plugin-catalog-node/alpha';
import {myPolicy} from './my-policy';
export const catalogModulePolicyProvider = createBackendModule({
pluginId: 'catalog',
moduleId: 'internal-policy-provider',
register(reg) {
reg.registerInit({
deps: {
modelExtensions: catalogModelExtensionPoint,
processingExtensions: catalogProcessingExtensionPoint,
},
async init({ modelExtensions, processingExtensions }) {
modelExtensions.setFieldValidators({
...
});
processingExtensions.addProcessors(transformLegacyPolicyToProcessor(myPolicy))
},
});
},
});
Patch Changes
-
9aac2b0: Use
--cwdas the firstyarnargument -
89b674c: Minor performance improvement for
queryEntitieswhen the limit is 0. -
81e19b1: Replace uses of deprecated types with replacements internally.
-
efa8160: Rollback the change for wildcard discovery, this fixes a bug with the
AzureUrlReadernot working with wildcard paths -
d208a93: Fixed a bug where
fullTextFilterwasn't preserved correctly in the cursor. -
6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. -
1cae748: Updated dependency
git-url-parseto^14.0.0. -
0a395b3: Upgraded
prom-clientto version 15 -
9b2eb3f: Add support for
onProcessingErrorhandler at the catalog plugin (new backend system).You can use
setOnProcessingErrorHandlerat thecatalogProcessingExtensionPointas replacement forcatalogBuilder.subscribe({
onProcessingError: hander,
}); -
Updated dependencies
- @backstage/repo-tools@0.6.0
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/plugin-search-backend-module-catalog@0.1.14
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/backend-openapi-utils@0.1.3
- @backstage/integration@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/plugin-permission-node@0.7.21
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-events-node@0.2.19
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-catalog-backend-module-github@0.5.0
Minor Changes
- a950ed0: Prevent Entity Providers from eliminating Users and Groups from the DB when the synchronisation fails
Patch Changes
- 785ff24: Added
validateLocationsExistto the config - 9477133: Decreased number of teams fetched by GraphQL Query responsible for fetching Teams and Members in organization, due to timeouts when running against big organizations
- 1cae748: Updated dependency
git-url-parseto^14.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/plugin-catalog-backend@1.17.0
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-events-node@0.2.19
@backstage/plugin-catalog-graph@0.4.0
Minor Changes
- 3dc64e9: Migrate plugin to the new frontend system, it is experimental and available via alpha subpath.
Patch Changes
-
916da47: Change default icon for unknown entities to nothing instead of the help icon.
-
f937aae: use
CatalogClient.getEntitiesByRefs()to reduce the number of backend requests from plugincatalog-graph -
3e1c6e2: Added possibility to show arrow heads for graph edges for better understandability.
In order to show arrow heads in the catalog graph page, add
showArrowHeadsattribute toCatalogGraphPagecomponent (typically inpackages/app/src/App.tsx):- <CatalogGraphPage />
+ <CatalogGraphPage showArrowHeads />In order to show arrow heads in entity graphs, add
showArrowHeadsattribute toEntityCatalogGraphCardcomponents (typically multiple occurrences inpackages/app/src/components/catalog/EntityPage.tsx):- <EntityCatalogGraphCard variant="gridItem" height={400} />
+ <EntityCatalogGraphCard variant="gridItem" height={400} showArrowHeads /> -
9aac2b0: Use
--cwdas the firstyarnargument -
8fe56a8: Widen
@types/reactdependency range to include version 18. -
Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/types@1.1.1
@backstage/plugin-catalog-node@1.7.0
Minor Changes
-
d8a54d0: Adds support for supplying field validators to the new backend's catalog plugin. If you're using entity policies, you should use the new
transformLegacyPolicyToProcessorfunction to install them as processors instead.import {
catalogProcessingExtensionPoint,
catalogModelExtensionPoint,
} from '@backstage/plugin-catalog-node/alpha';
import {myPolicy} from './my-policy';
export const catalogModulePolicyProvider = createBackendModule({
pluginId: 'catalog',
moduleId: 'internal-policy-provider',
register(reg) {
reg.registerInit({
deps: {
modelExtensions: catalogModelExtensionPoint,
processingExtensions: catalogProcessingExtensionPoint,
},
async init({ modelExtensions, processingExtensions }) {
modelExtensions.setFieldValidators({
...
});
processingExtensions.addProcessors(transformLegacyPolicyToProcessor(myPolicy))
},
});
},
});
Patch Changes
-
9b2eb3f: Add support for
onProcessingErrorhandler at the catalog plugin (new backend system).You can use
setOnProcessingErrorHandlerat thecatalogProcessingExtensionPointas replacement forcatalogBuilder.subscribe({
onProcessingError: hander,
}); -
Updated dependencies
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/plugin-permission-node@0.7.21
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-catalog-react@1.10.0
Minor Changes
- d208a93: Added support for server side text filtering to paginated entity requests.
- 3dc64e9: Add support to
configSchemaoption on thecreateEntityCardExtensionfactory function.
Patch Changes
- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
- 71c6d7a: Overflowing labels in OwnerPicker (Catalog) are now truncated. Hovering over them shows the full label
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - 09cedb9: Updated dependency
@react-hookz/webto^24.0.0. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/plugin-permission-react@0.4.20
- @backstage/errors@1.2.3
- @backstage/integration-react@1.1.24
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-cloudbuild@0.4.0
Minor Changes
- 0328d1b: Changed build list view to automatically filter builds based on repository name matching component-info's metadata.name.
Added optional
google.com/cloudbuild-repo-nameannotation which allows you to specify a different repository to filter on. Added optionalgoogle.com/cloudbuild-trigger-nameannotation which allows you to filter based on a trigger name instead of a repo name. Updated the ReadMe with information about the filtering and some other minor verbiage updates. Changedsubstitutions.BRANCH_NAMEtosubstitutions.REF_NAMEso that the Ref field is populated properly. Added optionalgoogle.com/cloudbuild-locationannotation which allows you to specify the Cloud Build location of your builds. Default is global scope. Changed build list view to show builds in a specific location if the location annotation is used. Updated ReadMe with information about the use of the location filtering.
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - ef3cad4: Add telemetry HTTP header Google Cloud Platform
- Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-kubernetes-backend@0.15.0
Minor Changes
- 666eff5: BREAKING The backend will fail to start if two clusters in the app-config have the same name. The requirement for unique names has been declared in the docs for some time, but is now enforced.
Patch Changes
- 7233f57: Fixed an issue where a misleading error message would be logged when an unsupported service locator method was specified.
- afe9473: The
/clustersAPI now surfaces cluster titles. - a775596: Enabled a way to include custom auth metadata info on the clusters endpoint. If you want to implement a Kubernetes auth strategy which requires surfacing custom auth metadata to the frontend, use the new presentAuthMetadata method on the AuthenticationStrategy interface.
- 7278d80: The purpose of this patch is to add a new login method which is
googleServiceAccountconfiguring the kubernetes properties in the app-config.yaml file with authProvider key - 2a50cbf: adds a x-goog-api-client header to existing API requests in this plugin to clearly identify API requests from this GKE plugin. headers are formatted as follows where
libVersionrepresents the current dotted version number of the Backstage GKE plugin andlibNamerepresent the current Google API used at backstage. - 3b3d549: Responses from the
/api/kubernetes/services/:serviceIdendpoint now include the cluster title. - a2e7fc6: Organized imports in plugin.ts
- 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - daad576: Clusters configured with the
awsauthentication strategy can now customize thex-k8s-aws-idheader value used to generate tokens. This value can be specified specified via thekubernetes.io/x-k8s-aws-idparameter (inmetadata.annotationsfor clusters in the catalog, or theauthMetadatablock on clusters in the app-config). This is particularly helpful when a Backstage instance contains multiple AWS clusters with the same name in different regions -- using this new parameter, the clusters can be given different logical names to distinguish them but still use the same ID for the purposes of generating tokens. - f180cba: Enabling authentication to kubernetes clusters with mTLS x509 client certs
- 7f6ff25: Custom per-cluster auth metadata (mainly for use with custom
AuthenticationStrategyimplementations) can now be specified in theauthMetadataproperty of clusters in the app-config. - 6009d2a: Clusters in the catalog can now specify a human-readable title via
metadata.title. - 7ee5b30: Clusters in the app-config can now specify a
titleproperty for human readability. - 1c3cb3b: Backstage will log a warning whenever duplicate cluster names are detected -- even if clusters sharing the same name come from separate locators.
- ceda378: On LocalKubectlProxyClusterLocator, when resolving localhost, IPv4 address is placed before IPv6 address, ignoring the order from the DNS resolver. This change is necessary since by default kubectl proxy listen on IPv4
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/plugin-kubernetes-common@0.7.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/integration-aws-node@0.1.9
- @backstage/plugin-kubernetes-node@0.1.4
- @backstage/catalog-client@1.6.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/plugin-permission-node@0.7.21
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-kubernetes-react@0.3.0
Minor Changes
- 0dfc185: BREAKING The
PodScope,PodAndErrors, andPodExecTerminalPropstypes no longer have aclusterNamefield; instead they now have the fieldclusterwhich contains the fullClusterAttributes. - 0d526c8: BREAKING The pod exec terminal is now disabled by default since there are several scenarios where it is known not to work. It can be re-enabled at your own risk by setting the config parameter
kubernetes.podExecTerminal.enabledtotrue.
Patch Changes
- 5bf0c17: Pod dialogs display cluster title when specified.
- 74770c8: The
ErrorPanelcomponent will display thetitlefield (when specified) for clusters with errors. - 536f67d: Fix broken XtermJS CSS import
- b01c86c: The
ErrorReportingcomponent's cluster column now displays cluster titles when specified. - 8fe56a8: Widen
@types/reactdependency range to include version 18. - 8472188: Added or fixed the
repositoryfield inpackage.json. - 2b305eb: The
Clustercomponent now renders the cluster's title, if specified. - 3c184af: Extracted common dialog component.
- db1054b: Fixed a bug where the logs dialog and any other functionality depending on the proxy endpoint would fail for clusters configured with the OIDC auth provider.
- Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/plugin-kubernetes-common@0.7.4
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-scaffolder@1.18.0
Minor Changes
- c56f1a2: Remove the old legacy exports from
/alpha - 9b9c05c: Updating the
EntityPickerto only selectkindmetadata.nameandmetadata.namespaceby default to improve performance on larger datasets. - a86920b: Introduced a new
MultiEntityPickerfield that supports selecting multiple Entities - 7f11009: Added stack trace display to
ErrorPageand updated existing refs
Patch Changes
- b0d1d80: Added basic support for the new frontend system, exported from the
/alphasubpath. - 9aac2b0: Use
--cwdas the firstyarnargument - 912ca7b: Use
convertLegacyRouteRefsto define routes in/alphaexport plugin. - da059d7: Removed alpha symbol from Task List header
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - 31f0a0a: Added
ScaffolderPageContextMenutoActionsPage,ListTaskPage, andTemplateEditorPageso that you can more easily navigate between these pages - 09cedb9: Updated dependency
@react-hookz/webto^24.0.0. - e6f0831: Updated dependency
@rjsf/utilsto5.17.0. Updated dependency@rjsf/coreto5.17.0. Updated dependency@rjsf/material-uito5.17.0. Updated dependency@rjsf/validator-ajv8to5.17.0. - 6a74ffd: Updated dependency
@rjsf/utilsto5.16.1. Updated dependency@rjsf/coreto5.16.1. Updated dependency@rjsf/material-uito5.16.1. Updated dependency@rjsf/validator-ajv8to5.16.1. - 1cae748: Updated dependency
git-url-parseto^14.0.0. - 11b9a08: Introduced the first version of recoverable tasks.
- 3dff4b0: Remove unused deps
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/plugin-scaffolder-react@1.8.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/core-plugin-api@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/plugin-permission-react@0.4.20
- @backstage/plugin-scaffolder-common@1.5.0
- @backstage/errors@1.2.3
- @backstage/integration-react@1.1.24
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.21
@backstage/plugin-scaffolder-backend@1.21.0
Minor Changes
-
458bf21: Created a gitea module for the scaffolder. This module provides a new action "publish:gitea" able to create a gitea repository owned by an organization. See: https://gitea.com/api/swagger#/organization/createOrgRepo
-
11b9a08: Introduced the first version of recoverable tasks.
-
78c100b: Support providing an overriding token for
fetch:template,fetch:plainandfetch:filewhen interacting with upstream integrations -
e9a5228: The built-in module list has been trimmed down when using the new Backend System. Provider specific modules should now be installed with
backend.addto provide additional actions to the scaffolder. These modules are as follows:@backstage/plugin-scaffolder-backend-module-github@backstage/plugin-scaffolder-backend-module-gitlab@backstage/plugin-scaffolder-backend-module-bitbucket@backstage/plugin-scaffolder-backend-module-gitea@backstage/plugin-scaffolder-backend-module-gerrit@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@backstage/plugin-scaffolder-backend-module-cookiecutter@backstage/plugin-scaffolder-backend-module-rails@backstage/plugin-scaffolder-backend-module-sentry@backstage/plugin-scaffolder-backend-module-yeoman
Patch Changes
-
5eb6882: New scaffolder module
@backstage/plugin-scaffolder-backend-module-bitbucket-server.Extracted from
@backstage/plugin-scaffolder-backend-module-bitbucketand replaces its actions related to Bitbucket Server.publish:bitbucketServerpublish:bitbucketServer:pull-request
-
09f8b31: Simple typo fix in the fetch:template action example on the word 'skeleton'.
-
c25a500: Fix some deprecations and misplaced
awaitusage. -
f6792c6: Move the
NODE_OPTIONSmessaging for--no-node-snapshotto theSecureTemplaterin order to get better messaging at runtime -
9aac2b0: Use
--cwdas the firstyarnargument -
6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. -
52ae6b9: Updated dependency
esbuildto^0.20.0. -
5eb6882: New scaffolder module
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud.Extracted from
@backstage/plugin-scaffolder-backend-module-bitbucketand replaces its actions related to Bitbucket Cloud.publish:bitbucketCloudbitbucket:pipelines:run
-
0a395b3: Upgraded
prom-clientto version 15 -
e1c479d: When using node 20+ the
scaffolder-backendwill now throw an error at startup if the--no-node-snapshotoption was not provided to node. -
e0e5afe: Add option to configure nunjucks with the
trimBlocksandlstripBlocksoptions in the fetch:template action -
Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-scaffolder-backend-module-github@0.2.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.0
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.2
- @backstage/plugin-scaffolder-backend-module-gitlab@0.2.13
- @backstage/plugin-scaffolder-backend-module-azure@0.1.2
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.0
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.0
- @backstage/plugin-scaffolder-common@1.5.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/plugin-permission-node@0.7.21
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-scaffolder-backend-module-bitbucket@0.2.0
Minor Changes
-
5eb6882: Split
@backstage/plugin-scaffolder-backend-module-bitbucketinto@backstage/plugin-scaffolder-backend-module-bitbucket-cloudand@backstage/plugin-scaffolder-backend-module-bitbucket-server.@backstage/plugin-scaffolder-backend-module-bitbucketwas deprecated in favor of these two replacements.Please use any of the two replacements depending on your needs.
- backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket'));
+ backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket-cloud'));
+ backend.add(import('@backstage/plugin-scaffolder-backend-module-bitbucket-server'));
Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - fc98bb6: Enhanced the pull request action to allow for adding new content to the PR as described in this issue #21762
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/integration@1.9.0
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.0
Minor Changes
-
5eb6882: New scaffolder module
@backstage/plugin-scaffolder-backend-module-bitbucket-cloud.Extracted from
@backstage/plugin-scaffolder-backend-module-bitbucketand replaces its actions related to Bitbucket Cloud.publish:bitbucketCloudbitbucket:pipelines:run
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/integration@1.9.0
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.0
Minor Changes
-
5eb6882: New scaffolder module
@backstage/plugin-scaffolder-backend-module-bitbucket-server.Extracted from
@backstage/plugin-scaffolder-backend-module-bitbucketand replaces its actions related to Bitbucket Server.publish:bitbucketServerpublish:bitbucketServer:pull-request
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/integration@1.9.0
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-gitea@0.1.0
Minor Changes
- 458bf21: Created a gitea module for the scaffolder. This module provides a new action "publish:gitea" able to create a gitea repository owned by an organization. See: https://gitea.com/api/swagger#/organization/createOrgRepo
Patch Changes
- ef0f44e: - Fix issue for infinite loop when repository already exists
- Log the root cause of error reported by
checkGiteaOrg
- Log the root cause of error reported by
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10
- @backstage/integration@1.9.0
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-github@0.2.0
Minor Changes
- fd5eb1c: Allow to force the creation of a pull request from a forked repository
- 3d5c668: support oidc customization
Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/integration@1.9.0
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-common@1.5.0
Minor Changes
- 11b9a08: Introduced the first version of recoverable tasks.
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.4
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-scaffolder-node@0.3.0
Minor Changes
- 3a9ba42: Added functions to clone a repo, create a branch, add files and push and commit to the branch. This allows for files to be added to the a PR for use in the bitbucket pull request action for issue #21762
- 11b9a08: Introduced the first version of recoverable tasks.
- 78c100b: Support providing an overriding token for
fetch:template,fetch:plainandfetch:filewhen interacting with upstream integrations
Patch Changes
- 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - 9b0bf20: Add gitea as new type to be used from integrations configuration
- e0e5afe: Add option to configure nunjucks with the
trimBlocksandlstripBlocksoptions in the fetch:template action - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/plugin-scaffolder-common@1.5.0
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-react@1.8.0
Minor Changes
- c56f1a2: Remove the old legacy exports from
/alpha - 11b9a08: Introduced the first version of recoverable tasks.
- b07ec70: Use more distinguishable icons for link (
Link) and text output (Description).
Patch Changes
- 3f60ad5: fix for: converting circular structure to JSON error
- 0b0c6b6: Allow defining default output text to be shown
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - 31f0a0a: Added
ScaffolderPageContextMenutoActionsPage,ListTaskPage, andTemplateEditorPageso that you can more easily navigate between these pages - 09cedb9: Updated dependency
@react-hookz/webto^24.0.0. - e6f0831: Updated dependency
@rjsf/utilsto5.17.0. Updated dependency@rjsf/coreto5.17.0. Updated dependency@rjsf/material-uito5.17.0. Updated dependency@rjsf/validator-ajv8to5.17.0. - 6a74ffd: Updated dependency
@rjsf/utilsto5.16.1. Updated dependency@rjsf/coreto5.16.1. Updated dependency@rjsf/material-uito5.16.1. Updated dependency@rjsf/validator-ajv8to5.16.1. - 3dff4b0: Remove unused deps
- 82affc7: Fix issue where
ui:schemawas replaced with an empty object ifdependenciesis defined - 2985186: Fix bug that erroneously caused a separator or a 0 to render in the TemplateCard for Templates with empty links
- Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/plugin-scaffolder-common@1.5.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/plugin-search-backend@1.5.0
Minor Changes
- 126c2f9: Updates the OpenAPI spec to use plugin as
info.titleinstead of package name. - 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
Patch Changes
- 3ed0eac: Authorized search engine now obeys query page limit
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-openapi-utils@0.1.3
- @backstage/plugin-permission-node@0.7.21
- @backstage/plugin-search-backend-node@1.2.14
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-techdocs@1.10.0
Minor Changes
- af4d147: Updated the styling for
<code>tags to avoid word break.
Patch Changes
- 912ca7b: Use
convertLegacyRouteRefsto define routes in/alphaexport plugin. - 8fe56a8: Widen
@types/reactdependency range to include version 18. - 3631fb4: Updated dependency
dompurifyto^3.0.0. Updated dependency@types/dompurifyto^3.0.0. - 1cae748: Updated dependency
git-url-parseto^14.0.0. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/plugin-techdocs-react@1.1.16
- @backstage/catalog-model@1.4.4
- @backstage/theme@0.5.1
- @backstage/integration@1.9.0
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-search-react@1.7.6
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration-react@1.1.24
- @backstage/plugin-search-common@1.2.10
@backstage/backend-app-api@0.5.11
Patch Changes
- e0c18ef: Include the extension point ID and the module ID in the backend init error message.
- 7ae5704: Updated the default error handling middleware to filter out certain known error types that should never be returned in responses. The errors are instead logged along with a correlation ID, which is also returned in the response. Initially only PostgreSQL protocol errors from the
pg-protocolpackage are filtered out. - 9aac2b0: Use
--cwdas the firstyarnargument - 54ad8e1: Allow the
createConfigSecretEnumeratorto take an optionalschemaargument with an already-loaded global configuration schema. - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/cli-node@0.2.3
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/config-loader@1.6.2
- @backstage/plugin-permission-node@0.7.21
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/backend-defaults@0.2.10
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-app-api@0.5.11
@backstage/backend-dev-utils@0.1.4
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument
@backstage/backend-openapi-utils@0.1.3
Patch Changes
- 2067689: Internal updates due to
json-schema-to-ts - Updated dependencies
- @backstage/backend-plugin-api@0.6.10
- @backstage/errors@1.2.3
@backstage/backend-plugin-api@0.6.10
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 1f020fe: Support
tokeninreadTree,readUrlandsearch - Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-tasks@0.5.15
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
@backstage/backend-tasks@0.5.15
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 6707216: The
TaskScheduler.fromConfigmethod now accepts theLegacyRootDatabaseServiceinterface rather than the fullDatabaseManagerimplementation. - b68248b: Updated dependency
cronto^3.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/catalog-model@1.4.4
Patch Changes
- 07e7d12: Fix wording in API reference
- Updated dependencies
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/cli@0.25.2
Patch Changes
- d557d47: Added check for the
repositoryfield in therepo fixcommand. - b58673e: Upgrade jest
- c624938: Add experimental support for an optional
publicapp entry point that lets users sign-in before being able to access the full app. - c52e7d5: Make
http://localhost:3000the default base URL for serving locally, and/the default public path for built apps. The app build no longer requires any configuration values to be present. - 9a96ef2: Updated dependency
vite-plugin-node-polyfillsto^0.21.0. - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - 2f1f8fd: Updated dependency
esbuild-loaderto^4.0.0. - fd20d5b: Updated dependency
eslint-config-prettierto^9.0.0. - acd2860: Updated dependency
vite-plugin-node-polyfillsto^0.19.0. - 40c27f3: Updated dependency
eslint-webpack-pluginto^4.0.0. - 6ba64c4: Updated dependency
commanderto^12.0.0. - ba56063: Updated dependency
fork-ts-checker-webpack-pluginto^9.0.0. - 1cae748: Updated dependency
git-url-parseto^14.0.0. - 52ae6b9: Updated dependency
esbuildto^0.20.0. - 404e82b: Updated dependency
eslint-plugin-deprecationto^2.0.0. - 5c05f8a: Harmonize the package naming and allow custom prefix
- 35725e2: Updated dependencies in frontend plugin templates
- c7259dc: Updated the backend module template to make the module instance the package default export.
- 08804c3: Fixed an issue that would cause an invalid
__backstage-autodetected-plugins__.jsto be written when using experimental module discovery. - Updated dependencies
- @backstage/cli-node@0.2.3
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/config-loader@1.6.2
- @backstage/eslint-plugin@0.1.5
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
@backstage/cli-node@0.2.3
Patch Changes
- d557d47: Added
repositoryfield toBackstagePackageJsontype. - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - Updated dependencies
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/codemods@0.1.47
Patch Changes
- 6ba64c4: Updated dependency
commanderto^12.0.0. - Updated dependencies
- @backstage/cli-common@0.1.13
@backstage/config-loader@1.6.2
Patch Changes
- 0a9a03c: Make schema processing gracefully handle an empty config.
- 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - bf3da16: Updated dependency
typescript-json-schemato^0.63.0. - Updated dependencies
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/create-app@0.5.11
Patch Changes
-
c70c3dc: Bumped create-app version.
-
c420081: Add a seed file for
yarn.lockin newly created apps. This file is downloaded directly fromhttps://github.com/backstage/backstageat the time of creating a new project, ensuring that users always receive the latest version. The purpose of the seed file is to initialize the lock file with known good versions of individual dependencies that have had bad new releases published. The seed file will have no effect if the dependency is not present, it can not be used to install additional packages. -
f71352c: Bumped TypeScript to version
5.3. -
03e55b1: Updated the default app index template at
packages/app/public/index.htmlto have a fallback value for theapp.titleconfig. -
6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. -
6ba64c4: Updated dependency
commanderto^12.0.0. -
aeec29c: Updated
packages/appas well as the rootpackage.jsontype resolutions to use React v18.The
@testing-library/*dependencies have also been updated to the ones compatible with React v18, and the test atpackages/app/src/App.test.tsxhad been updated to use more modern patterns that work better with these new versions.For information on how to migrate existing apps to React v18, see the migration guide
-
Updated dependencies
- @backstage/cli-common@0.1.13
@backstage/dev-utils@1.0.27
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/app-defaults@1.5.0
- @backstage/core-components@0.14.0
- @backstage/core-app-api@1.12.0
- @backstage/catalog-model@1.4.4
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/integration-react@1.1.24
@backstage/e2e-test-utils@0.1.1
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0.
@backstage/eslint-plugin@0.1.5
Patch Changes
- 995d280: Added new
@backstage/no-top-level-material-ui-4-importsrule that forbids top level imports from Material UI v4 packages
@backstage/frontend-test-utils@0.1.2
Patch Changes
- bc621aa: Updates to use the new
RouteResolutionsApi. - 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/frontend-app-api@0.6.0
- @backstage/test-utils@1.5.0
- @backstage/types@1.1.1
@backstage/integration-aws-node@0.1.9
Patch Changes
- 6d898f7: All single-line secrets read from config will now have both leading and trailing whitespace trimmed. This is done to ensure that the secrets are always valid HTTP header values, since many fetch implementations will include the header value itself when an error is thrown due to invalid header values.
- Updated dependencies
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/integration-react@1.1.24
Patch Changes
- Updated dependencies
- @backstage/integration@1.9.0
- @backstage/core-plugin-api@1.9.0
- @backstage/config@1.1.1
@techdocs/cli@1.8.2
Patch Changes
- 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - d2e3ab9: Updated dependency
dockerodeto^4.0.0. - 6ba64c4: Updated dependency
commanderto^12.0.0. - d8d243c: fix: mkdocs parameter casing
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/catalog-model@1.4.4
- @backstage/plugin-techdocs-node@1.11.2
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
@backstage/theme@0.5.1
Patch Changes
- dd5d7cc: Fixed missing extra variables like
applyDarkStylesin Mui V5 theme after callingcreateUnifiedThemeFromV4function - 8fe56a8: Widen
@types/reactdependency range to include version 18.
@backstage/plugin-adr@0.6.13
Patch Changes
- 0b03962: Updated README
- 987f565: Fix alignment of text in
AdrSearchResultListItem. Update size and font to match otherSearchResultListItem. - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-search-react@1.7.6
- @backstage/integration-react@1.1.24
- @backstage/plugin-adr-common@0.2.20
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-adr-backend@0.4.7
Patch Changes
- b64ce5a: Updated New Backend System instructions to use default import
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-adr-common@0.2.20
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-adr-common@0.2.20
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-airbrake@0.3.30
Patch Changes
- b64ce5a: Updated New Backend System instructions to use default import
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/test-utils@1.5.0
- @backstage/core-plugin-api@1.9.0
- @backstage/dev-utils@1.0.27
@backstage/plugin-airbrake-backend@0.3.7
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
@backstage/plugin-allure@0.1.46
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-apache-airflow@0.2.20
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-api-docs-module-protoc-gen-doc@0.1.6
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18.
@backstage/plugin-apollo-explorer@0.1.20
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-app-backend@0.3.58
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 998ccf6: Support injecting config multiple times in a single bundle
- 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - 54ad8e1: Allow the
app-backendplugin to use a global configuration schema provided externally through an extension. - 9dfd57d: Do not force caching of the Javascript asset that contains the injected config.
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/config-loader@1.6.2
- @backstage/plugin-app-node@0.1.10
- @backstage/config@1.1.1
- @backstage/types@1.1.1
@backstage/plugin-app-node@0.1.10
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - 54ad8e1: Allow the
app-backendplugin to use a global configuration schema provided externally through an extension. - Updated dependencies
- @backstage/backend-plugin-api@0.6.10
- @backstage/config-loader@1.6.2
@backstage/plugin-app-visualizer@0.1.1
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-auth-backend-module-atlassian-provider@0.1.2
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.4
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-auth-backend-module-github-provider@0.1.7
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
@backstage/plugin-auth-backend-module-gitlab-provider@0.1.7
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
@backstage/plugin-auth-backend-module-google-provider@0.1.7
Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
@backstage/plugin-auth-backend-module-microsoft-provider@0.1.5
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 1ff2684: Added the possibility to use custom scopes for performing login with Microsoft EntraID.
- Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
@backstage/plugin-auth-backend-module-oauth2-provider@0.1.7
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.2
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/errors@1.2.3
@backstage/plugin-auth-backend-module-okta-provider@0.0.3
Patch Changes
- cd5114c: Added missing
additionalScopesoption to configuration schema. - 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
@backstage/plugin-auth-backend-module-pinniped-provider@0.1.4
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.1.2
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
@backstage/plugin-auth-node@0.4.4
Patch Changes
- 71c3b7f: Fix error when Microsoft tokens (or any other using the
defaultProfileTransform) are requested without the profile scope. - d4cc552: The helper function
makeProfileInfoandPassportHelpers.transformProfilewere refactored to use thejoselibrary. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-azure-devops@0.3.12
Patch Changes
- e2083df: Added alpha support for the New Frontend System (Declarative Integration)
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
- cb0afaa: Prefer
dev.azure.com/build-definitionannotation when it is provided, as it is more specific thandev.azure.com/project-repo. This can also be used as a filter for mono-repos. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
- @backstage/plugin-azure-devops-common@0.3.2
@backstage/plugin-azure-devops-backend@0.5.2
Patch Changes
- 353244d: Added a note about Service Principles
- b64ce5a: Updated New Backend System instructions to use default import
- 25bda45: Fixed bug with
extractPartsFromAssetthat resulted in a leading.being removed from the path in an otherwise valid path (ex..assets/image.png). The leading.will now only be moved for paths beginning with./. - 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/plugin-azure-devops-common@0.3.2
- @backstage/plugin-catalog-common@1.0.21
@backstage/plugin-azure-sites@0.1.19
Patch Changes
-
09a9c95: Updated README
-
9aac2b0: Use
--cwdas the firstyarnargument -
8fe56a8: Widen
@types/reactdependency range to include version 18. -
5a409bb: Azure Sites
startandstopaction is now protected with the Permissions framework.The below example describes an action that forbids anyone but the owner of the catalog entity to trigger actions towards a site tied to an entity.
// packages/backend/src/plugins/permission.ts
import { azureSitesActionPermission } from '@backstage/plugin-azure-sites-common';
...
class TestPermissionPolicy implements PermissionPolicy {
async handle(request: PolicyQuery, user?: BackstageIdentityResponse): Promise<PolicyDecision> {
if (isPermission(request.permission, azureSitesActionPermission)) {
return createCatalogConditionalDecision(
request.permission,
catalogConditions.isEntityOwner({
claims: user?.identity.ownershipEntityRefs ?? [],
}),
);
}
...
return {
result: AuthorizeResult.ALLOW,
};
}
...
} -
Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-permission-react@0.4.20
- @backstage/plugin-azure-sites-common@0.1.2
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-azure-sites-common@0.1.2
Patch Changes
-
5a409bb: Azure Sites
startandstopaction is now protected with the Permissions framework.The below example describes an action that forbids anyone but the owner of the catalog entity to trigger actions towards a site tied to an entity.
// packages/backend/src/plugins/permission.ts
import { azureSitesActionPermission } from '@backstage/plugin-azure-sites-common';
...
class TestPermissionPolicy implements PermissionPolicy {
async handle(request: PolicyQuery, user?: BackstageIdentityResponse): Promise<PolicyDecision> {
if (isPermission(request.permission, azureSitesActionPermission)) {
return createCatalogConditionalDecision(
request.permission,
catalogConditions.isEntityOwner({
claims: user?.identity.ownershipEntityRefs ?? [],
}),
);
}
...
return {
result: AuthorizeResult.ALLOW,
};
}
...
} -
Updated dependencies
- @backstage/catalog-model@1.4.4
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-badges@0.2.54
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-badges-backend@0.3.7
Patch Changes
- 6991e5f: Updating the
authorizationmiddleware to call the Catalog to check that the requesting user has permission to see the Entity before generating the UUID. - b64ce5a: Updated New Backend System instructions to use default import
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-bazaar@0.2.22
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/errors@1.2.3
@backstage/plugin-bazaar-backend@0.3.8
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
@backstage/plugin-bitbucket-cloud-common@0.2.16
Patch Changes
- 2e6af00: Updated dependency
ts-morphto^21.0.0. - Updated dependencies
- @backstage/integration@1.9.0
@backstage/plugin-bitrise@0.1.57
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - e24e4d3: Update README
- Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-catalog-backend-module-aws@0.3.4
Patch Changes
- a81b1ba: The default EKS cluster entity transformer now sets the new
kubernetes.io/x-k8s-aws-idannotation. - 22927c4: Move the AWS account e-mail from labels to annotations to fix the creation of
cloud-accountresources. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-kubernetes-common@0.7.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/integration-aws-node@0.1.9
- @backstage/integration@1.9.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.21
@backstage/plugin-catalog-backend-module-azure@0.1.29
Patch Changes
- 534786a: Fixed issue where specifying a branch for discovery did not work
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/integration@1.9.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.21
@backstage/plugin-catalog-backend-module-backstage-openapi@0.1.3
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/backend-openapi-utils@0.1.3
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.25
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/plugin-bitbucket-cloud-common@0.2.16
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-events-node@0.2.19
@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.23
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-catalog-backend-module-gcp@0.1.10
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-kubernetes-common@0.7.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
@backstage/plugin-catalog-backend-module-gerrit@0.1.26
Patch Changes
- 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/integration@1.9.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-catalog-backend-module-github-org@0.1.4
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/plugin-catalog-backend-module-github@0.5.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
@backstage/plugin-catalog-backend-module-gitlab@0.3.7
Patch Changes
- 60e4c2a: Added the option to provide custom
groupTransformer,userTransformerandgroupNameTransformerto allow custom transformations of groups and users - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.14
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/plugin-catalog-backend@1.17.0
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-events-node@0.2.19
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-catalog-backend-module-ldap@0.5.25
Patch Changes
- Updated dependencies
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.21
@backstage/plugin-catalog-backend-module-msgraph@0.5.17
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.21
@backstage/plugin-catalog-backend-module-openapi@0.1.27
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/plugin-catalog-backend@1.17.0
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-catalog-common@1.0.21
@backstage/plugin-catalog-backend-module-puppetdb@0.1.15
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - bc644fb: Added
latest_report_statusparameter from the PuppetDB node api and added it as a tag to the nodes. The status is valuable information as it displays which nodes are compliant to your configuration and which ones are failing are making changes. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/plugin-scaffolder-common@1.5.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/plugin-catalog-common@1.0.21
@backstage/plugin-catalog-backend-module-unprocessed@0.3.7
Patch Changes
- d3dd64a: Explicitly only depend on the
usemethod from theHttpRouterService. - 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
@backstage/plugin-catalog-common@1.0.21
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.4
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-catalog-import@0.10.6
Patch Changes
- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - 1cae748: Updated dependency
git-url-parseto^14.0.0. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/core-plugin-api@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration-react@1.1.24
- @backstage/plugin-catalog-common@1.0.21
@backstage/plugin-catalog-unprocessed-entities@0.1.8
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-cicd-statistics@0.1.32
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-cicd-statistics-module-gitlab@0.1.26
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-cicd-statistics@0.1.32
@backstage/plugin-circleci@0.3.30
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-code-climate@0.1.30
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-code-coverage@0.2.23
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-code-coverage-backend@0.2.24
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-codescene@0.1.22
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-config-schema@0.1.50
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-cost-insights@0.12.19
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/config@1.1.1
- @backstage/plugin-cost-insights-common@0.1.2
@backstage/plugin-devtools@0.1.9
Patch Changes
- c12a86c: Refactored code to improve accessibility by moving elements outside the
ultag and placing them appropriately. Also adjusted theme to offer better contrast. - 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - b89d8be: Added alpha support for the New Frontend System (Declarative Integration)
- 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-permission-react@0.4.20
- @backstage/errors@1.2.3
- @backstage/plugin-devtools-common@0.1.8
@backstage/plugin-devtools-backend@0.2.7
Patch Changes
- b64ce5a: Updated New Backend System instructions to use default import
- 9aac2b0: Use
--cwdas the firstyarnargument - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/config-loader@1.6.2
- @backstage/plugin-permission-node@0.7.21
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-devtools-common@0.1.8
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-dynatrace@9.0.0
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - 0930c9e: Fixed Dynatrace plugin proxy configuration
- Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-entity-feedback@0.2.13
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
- @backstage/plugin-entity-feedback-common@0.1.3
@backstage/plugin-entity-feedback-backend@0.2.7
Patch Changes
- b64ce5a: Updated New Backend System instructions to use default import
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/config@1.1.1
- @backstage/plugin-entity-feedback-common@0.1.3
@backstage/plugin-entity-validation@0.1.15
Patch Changes
- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
- 9aac2b0: Use
--cwdas the firstyarnargument - 1f70e46: Improves UX of the EntityValidationPage: Moves the validate button below the EntityTextArea which is actually validated, the location TextField can now be hidden to prevent confusion about what is validated and additional content can be added to the top of the validation page.
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - 09cedb9: Updated dependency
@react-hookz/webto^24.0.0. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.21
@backstage/plugin-events-backend@0.2.19
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.19
@backstage/plugin-events-backend-module-aws-sqs@0.2.13
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.2.19
@backstage/plugin-events-backend-module-azure@0.1.20
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-plugin-api@0.6.10
- @backstage/plugin-events-node@0.2.19
@backstage/plugin-events-backend-module-bitbucket-cloud@0.1.20
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-plugin-api@0.6.10
- @backstage/plugin-events-node@0.2.19
@backstage/plugin-events-backend-module-gerrit@0.1.20
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-plugin-api@0.6.10
- @backstage/plugin-events-node@0.2.19
@backstage/plugin-events-backend-module-github@0.1.20
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.19
@backstage/plugin-events-backend-module-gitlab@0.1.20
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.19
@backstage/plugin-events-backend-test-utils@0.1.20
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.2.19
@backstage/plugin-events-node@0.2.19
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10
@backstage/plugin-explore@0.4.16
Patch Changes
- 07e7d12: Fix wording in API reference
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - 796d427: Use the EntityDisplayName component for rendering Group nodes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-search-react@1.7.6
- @backstage/errors@1.2.3
- @backstage/plugin-explore-common@0.0.2
- @backstage/plugin-explore-react@0.0.36
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-explore-backend@0.0.20
Patch Changes
-
fd3d51c: Add support for the new backend system.
A new backend plugin for the explore backend was added and exported as
default.You can use it with the new backend system like
packages/backend/src/index.tsbackend.add(import('@backstage/plugin-explore-backend')); -
9aac2b0: Use
--cwdas the firstyarnargument -
Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-search-backend-module-explore@0.1.14
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-explore-common@0.0.2
@backstage/plugin-explore-react@0.0.36
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-explore-common@0.0.2
@backstage/plugin-firehydrant@0.2.14
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-fossa@0.2.62
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-gcalendar@0.3.23
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - 3631fb4: Updated dependency
dompurifyto^3.0.0. Updated dependency@types/dompurifyto^3.0.0. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-gcp-projects@0.3.46
Patch Changes
- 984d508: Add a
x-google-api-clientheader for calls towards Google Cloud Projects - 09cedb9: Updated dependency
@react-hookz/webto^24.0.0. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-git-release-manager@0.3.42
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/integration@1.9.0
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-github-actions@0.6.11
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - 1cae748: Updated dependency
git-url-parseto^14.0.0. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/core-plugin-api@1.9.0
- @backstage/integration-react@1.1.24
@backstage/plugin-github-deployments@0.1.61
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
- @backstage/integration-react@1.1.24
@backstage/plugin-github-issues@0.2.19
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-github-pull-requests-board@0.1.24
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-gitops-profiles@0.3.45
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-gocd@0.1.36
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-graphiql@0.3.3
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 912ca7b: Use
convertLegacyRouteRefsto define routes in/alphaexport plugin. - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-graphql-voyager@0.1.12
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-home@0.6.2
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - dc7ae8b: Use EntityDisplayName JSX element entity information directly for FeaturedDocsCard.
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - e6f0831: Updated dependency
@rjsf/utilsto5.17.0. Updated dependency@rjsf/coreto5.17.0. Updated dependency@rjsf/material-uito5.17.0. Updated dependency@rjsf/validator-ajv8to5.17.0. - 6a74ffd: Updated dependency
@rjsf/utilsto5.16.1. Updated dependency@rjsf/coreto5.16.1. Updated dependency@rjsf/material-uito5.16.1. Updated dependency@rjsf/validator-ajv8to5.16.1. - e9cdfd3: Fix typo in VisitsStorageApi
- 384c132: Added filter support for HomePageVisitedByType in order to enable filtering entities from the list
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/core-app-api@1.12.0
- @backstage/catalog-model@1.4.4
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/plugin-home-react@0.1.8
- @backstage/config@1.1.1
@backstage/plugin-home-react@0.1.8
Patch Changes
- e6f0831: Updated dependency
@rjsf/utilsto5.17.0. Updated dependency@rjsf/coreto5.17.0. Updated dependency@rjsf/material-uito5.17.0. Updated dependency@rjsf/validator-ajv8to5.17.0. - 6a74ffd: Updated dependency
@rjsf/utilsto5.16.1. Updated dependency@rjsf/coreto5.16.1. Updated dependency@rjsf/material-uito5.16.1. Updated dependency@rjsf/validator-ajv8to5.16.1. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-ilert@0.2.19
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-jenkins@0.9.5
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
- @backstage/plugin-jenkins-common@0.1.24
@backstage/plugin-jenkins-backend@0.3.4
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/plugin-permission-node@0.7.21
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-jenkins-common@0.1.24
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-jenkins-common@0.1.24
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-kafka@0.3.30
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-kafka-backend@0.3.8
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-kubernetes@0.11.5
Patch Changes
- b01c86c: The
ErrorReportingcomponent's cluster column now displays cluster titles when specified. - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/plugin-kubernetes-react@0.3.0
- @backstage/core-components@0.14.0
- @backstage/plugin-kubernetes-common@0.7.4
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-kubernetes-cluster@0.0.6
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/plugin-kubernetes-react@0.3.0
- @backstage/core-components@0.14.0
- @backstage/plugin-kubernetes-common@0.7.4
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-kubernetes-common@0.7.4
Patch Changes
- a643af8: The
ClusterAttributestype now includes the cluster title. - daad576: Clusters configured with the
awsauthentication strategy can now customize thex-k8s-aws-idheader value used to generate tokens. This value can be specified specified via thekubernetes.io/x-k8s-aws-idparameter (inmetadata.annotationsfor clusters in the catalog, or theauthMetadatablock on clusters in the app-config). This is particularly helpful when a Backstage instance contains multiple AWS clusters with the same name in different regions -- using this new parameter, the clusters can be given different logical names to distinguish them but still use the same ID for the purposes of generating tokens. - Updated dependencies
- @backstage/catalog-model@1.4.4
- @backstage/types@1.1.1
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-kubernetes-node@0.1.4
Patch Changes
- a775596: Enabled a way to include custom auth metadata info on the clusters endpoint. If you want to implement a Kubernetes auth strategy which requires surfacing custom auth metadata to the frontend, use the new presentAuthMetadata method on the AuthenticationStrategy interface.
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 043cf88: The
ClusterDetailstype now has atitlefield, which should be a human-readable name. - cceed8a: Introduced
PinnipedHelperclass to enable authentication to Kubernetes clusters through Pinniped - f180cba: Enabling authentication to kubernetes clusters with mTLS x509 client certs
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.7.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/types@1.1.1
@backstage/plugin-lighthouse@0.4.15
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-lighthouse-common@0.1.4
@backstage/plugin-lighthouse-backend@0.4.2
Patch Changes
- b64ce5a: Updated New Backend System instructions to use default import
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-lighthouse-common@0.1.4
@backstage/plugin-linguist@0.1.15
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
- @backstage/plugin-linguist-common@0.1.2
@backstage/plugin-linguist-backend@0.5.7
Patch Changes
- b64ce5a: Updated New Backend System instructions to use default import
- 9aac2b0: Use
--cwdas the firstyarnargument - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-linguist-common@0.1.2
@backstage/plugin-microsoft-calendar@0.1.12
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - 3631fb4: Updated dependency
dompurifyto^3.0.0. Updated dependency@types/dompurifyto^3.0.0. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-newrelic@0.3.45
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-newrelic-dashboard@0.3.5
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-nomad@0.1.11
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-nomad-backend@0.1.12
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-notifications@0.0.1
Patch Changes
- 9873c44: Add support for signal type in notifications
- 8472188: Added or fixed the
repositoryfield inpackage.json. - fb8fc24: Initial notifications system for backstage
- Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/plugin-signals-react@0.0.1
- @backstage/plugin-notifications-common@0.0.1
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-notifications-backend@0.0.1
Patch Changes
- 9873c44: Add support for signal type in notifications
- 8472188: Added or fixed the
repositoryfield inpackage.json. - fb8fc24: Initial notifications system for backstage
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/plugin-signals-node@0.0.1
- @backstage/plugin-notifications-common@0.0.1
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/plugin-notifications-node@0.0.1
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-events-node@0.2.19
@backstage/plugin-notifications-common@0.0.1
Patch Changes
- 9873c44: Add support for signal type in notifications
- 8472188: Added or fixed the
repositoryfield inpackage.json. - fb8fc24: Initial notifications system for backstage
@backstage/plugin-notifications-node@0.0.1
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - fb8fc24: Initial notifications system for backstage
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-signals-node@0.0.1
- @backstage/plugin-notifications-common@0.0.1
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
@backstage/plugin-octopus-deploy@0.2.12
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-opencost@0.2.5
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - 8472188: Added or fixed the
repositoryfield inpackage.json. - 03c5bbe: Updated dependency
date-fnsto^3.0.0. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-org@0.6.20
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - 6e1bf50: Added basic support for the new frontend system, exported from the
/alphasubpath. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-catalog-common@1.0.21
@backstage/plugin-org-react@0.1.19
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/catalog-client@1.6.0
@backstage/plugin-pagerduty@0.7.2
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-home-react@0.1.8
- @backstage/errors@1.2.3
@backstage/plugin-periskop@0.1.28
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-periskop-backend@0.2.8
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
@backstage/plugin-permission-backend@0.5.33
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/plugin-permission-node@0.7.21
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-permission-backend-module-allow-all-policy@0.1.7
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/plugin-permission-node@0.7.21
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-permission-node@0.7.21
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-permission-react@0.4.20
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-plugin-api@1.9.0
- @backstage/config@1.1.1
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-playlist@0.2.4
Patch Changes
- 5a03537: Conditionally render playlist description only when it's non-empty
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - 7f11009: Added stack trace display to
ErrorPageand updated existing refs - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-permission-react@0.4.20
- @backstage/plugin-search-react@1.7.6
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-playlist-common@0.1.14
@backstage/plugin-playlist-backend@0.3.14
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/plugin-permission-node@0.7.21
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-playlist-common@0.1.14
@backstage/plugin-proxy-backend@0.4.8
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
@backstage/plugin-puppetdb@0.1.13
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-rollbar@0.4.30
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-rollbar-backend@0.1.55
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/config@1.1.1
@backstage/plugin-scaffolder-backend-module-azure@0.1.2
Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/integration@1.9.0
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.11
Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- 9aac2b0: Use
--cwdas the firstyarnargument - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - 1cae748: Updated dependency
git-url-parseto^14.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/integration@1.9.0
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.34
Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- 9aac2b0: Use
--cwdas the firstyarnargument - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/integration@1.9.0
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-backend-module-gerrit@0.1.2
Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 8b269e1: Provide default branch when creating repositories.
- Updated dependencies
- @backstage/backend-plugin-api@0.6.10
- @backstage/integration@1.9.0
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-gitlab@0.2.13
Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- 9aac2b0: Use
--cwdas the firstyarnargument - 1cd2740: Use the Gitbeaker library for
gitlab:projectAccessToken:createaction, enabling theexpiresAtoption - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/integration@1.9.0
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-rails@0.4.27
Patch Changes
- e9a5228: Make
containerRunnerargument optional - e9a5228: Exporting a default module for the new Backend System
- 9aac2b0: Use
--cwdas the firstyarnargument - 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/integration@1.9.0
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-scaffolder-backend-module-sentry@0.1.18
Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-plugin-api@0.6.10
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-scaffolder-backend-module-yeoman@0.2.31
Patch Changes
- e9a5228: Exporting a default module for the new Backend System
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-plugin-api@0.6.10
- @backstage/plugin-scaffolder-node@0.3.0
- @backstage/types@1.1.1
@backstage/plugin-search@1.4.6
Patch Changes
- 912ca7b: Use
convertLegacyRouteRefsto define routes in/alphaexport plugin. - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-search-react@1.7.6
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-search-backend-module-catalog@0.1.14
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/plugin-search-backend-node@1.2.14
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-search-backend-module-elasticsearch@1.3.13
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/integration-aws-node@0.1.9
- @backstage/plugin-search-backend-node@1.2.14
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-search-backend-module-explore@0.1.14
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/plugin-search-backend-node@1.2.14
- @backstage/config@1.1.1
- @backstage/plugin-explore-common@0.0.2
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-search-backend-module-pg@0.5.19
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/plugin-search-backend-node@1.2.14
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-search-backend-module-stack-overflow-collator@0.1.3
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/plugin-search-backend-node@1.2.14
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-search-backend-module-techdocs@0.1.14
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/plugin-techdocs-node@1.11.2
- @backstage/plugin-catalog-node@1.7.0
- @backstage/plugin-search-backend-node@1.2.14
- @backstage/config@1.1.1
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-search-backend-node@1.2.14
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-search-react@1.7.6
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-components@0.14.0
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/types@1.1.1
- @backstage/version-bridge@1.0.7
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-sentry@0.5.15
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-shortcuts@0.3.19
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/types@1.1.1
@backstage/plugin-signals@0.0.1
Patch Changes
- 447d210: Fix disconnect loop on server start
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 047bead: Add support to subscribe and publish messages through signals plugins
- 1ab22c4: Allow defining signal type to publish and receive
- Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/plugin-signals-react@0.0.1
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/types@1.1.1
@backstage/plugin-signals-backend@0.0.1
Patch Changes
- 447d210: Fix disconnect loop on server start
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 047bead: Add support to subscribe and publish messages through signals plugins
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/plugin-signals-node@0.0.1
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.2.19
@backstage/plugin-signals-node@0.0.1
Patch Changes
- 447d210: Fix disconnect loop on server start
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 047bead: Add support to subscribe and publish messages through signals plugins
- 1ab22c4: Allow defining signal type to publish and receive
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.2.19
@backstage/plugin-signals-react@0.0.1
Patch Changes
- 447d210: Fix disconnect loop on server start
- 8472188: Added or fixed the
repositoryfield inpackage.json. - 047bead: Add support to subscribe and publish messages through signals plugins
- 1ab22c4: Allow defining signal type to publish and receive
- Updated dependencies
- @backstage/core-plugin-api@1.9.0
- @backstage/types@1.1.1
@backstage/plugin-sonarqube@0.7.12
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-sonarqube-react@0.1.13
@backstage/plugin-sonarqube-backend@0.2.12
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-sonarqube-react@0.1.13
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-splunk-on-call@0.4.19
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-stack-overflow@0.1.25
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - c1bc331: Fixes a bug that made the API return questions not related to the tags provided
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-search-react@1.7.6
- @backstage/plugin-home-react@0.1.8
- @backstage/config@1.1.1
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-stack-overflow-backend@0.2.14
Patch Changes
- Updated dependencies
- @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.3
@backstage/plugin-stackstorm@0.1.11
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-tech-insights@0.3.22
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-insights-backend@0.5.24
Patch Changes
-
7201af3: Add support for the new backend system.
A new backend plugin for the tech-insights backend was added and exported as
default.You can use it with the new backend system like
packages/backend/src/index.tsbackend.add(import('@backstage/plugin-tech-insights-backend')); -
9aac2b0: Use
--cwdas the firstyarnargument -
341c2a2: Move
FactRetrieverRegistryandPersistenceContextto@backstage/plugin-tech-insights-node.Original exports are marked as deprecated and re-export the moved types.
Please replace uses like
import {
FactRetrieverRegistry,
PersistenceContext,
} from '@backstage/plugin-tech-insights-backend';with
import {
FactRetrieverRegistry,
PersistenceContext,
} from '@backstage/plugin-tech-insights-node'; -
Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-tech-insights-node@0.4.16
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/catalog-model@1.4.4
- @backstage/catalog-client@1.6.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-insights-backend-module-jsonfc@0.1.42
Patch Changes
-
25cfb76: Add support for the new backend system.
A new backend module for the tech-insights backend was added and exported as
default.The module will register the
JsonRulesEngineFactCheckerFactoryasFactCheckerFactory, loading checks from the config.You can use it with the new backend system like
packages/backend/src/index.tsbackend.add(import('@backstage/plugin-tech-insights-backend-module-jsonfc')); -
bc72782: Support loading
TechInsightsJsonRuleCheckinstances from config.Uses the check
idas key.Example:
app-config.yamltechInsights:
factChecker:
checks:
groupOwnerCheck:
type: json-rules-engine
name: Group Owner Check
description: Verifies that a group has been set as the spec.owner for this entity
factIds:
- entityOwnershipFactRetriever
rule:
conditions:
all:
- fact: hasGroupOwner
operator: equal
value: true -
9aac2b0: Use
--cwdas the firstyarnargument -
Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-tech-insights-node@0.4.16
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-insights-node@0.4.16
Patch Changes
-
7201af3: Add support for the new backend system.
A new backend plugin for the tech-insights backend was added and exported as
default.You can use it with the new backend system like
packages/backend/src/index.tsbackend.add(import('@backstage/plugin-tech-insights-backend')); -
341c2a2: Move
FactRetrieverRegistryandPersistenceContextto@backstage/plugin-tech-insights-node.Original exports are marked as deprecated and re-export the moved types.
Please replace uses like
import {
FactRetrieverRegistry,
PersistenceContext,
} from '@backstage/plugin-tech-insights-backend';with
import {
FactRetrieverRegistry,
PersistenceContext,
} from '@backstage/plugin-tech-insights-node'; -
Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/types@1.1.1
- @backstage/plugin-tech-insights-common@0.2.12
@backstage/plugin-tech-radar@0.6.13
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 912ca7b: Use
convertLegacyRouteRefsto define routes in/alphaexport plugin. - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
@backstage/plugin-techdocs-addons-test-utils@1.0.27
Patch Changes
- 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/plugin-catalog@1.17.0
- @backstage/plugin-techdocs-react@1.1.16
- @backstage/core-app-api@1.12.0
- @backstage/test-utils@1.5.0
- @backstage/plugin-techdocs@1.10.0
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-search-react@1.7.6
- @backstage/integration-react@1.1.24
@backstage/plugin-techdocs-backend@1.9.3
Patch Changes
- 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - d2e3ab9: Updated dependency
dockerodeto^4.0.0. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-search-backend-module-techdocs@0.1.14
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/plugin-techdocs-node@1.11.2
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-permission-common@0.7.12
@backstage/plugin-techdocs-module-addons-contrib@1.1.5
Patch Changes
- ab9c9eb: Fixed the value label text color in dark mode for the TextSize addon.
- 09cedb9: Updated dependency
@react-hookz/webto^24.0.0. - 1cae748: Updated dependency
git-url-parseto^14.0.0. - 131ffdc: Fix position of the ReportIssue component when is displaying at the top of the container.
- Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/plugin-techdocs-react@1.1.16
- @backstage/integration@1.9.0
- @backstage/core-plugin-api@1.9.0
- @backstage/integration-react@1.1.24
@backstage/plugin-techdocs-node@1.11.2
Patch Changes
- 6bb6f3e: Updated dependency
fs-extrato^11.2.0. Updated dependency@types/fs-extrato^11.0.0. - 1cae748: Updated dependency
git-url-parseto^14.0.0. - 77e3050: Update to a newer version of
@trendyol-js/openstack-swift-sdk - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/integration-aws-node@0.1.9
- @backstage/integration@1.9.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/plugin-search-common@1.2.10
@backstage/plugin-techdocs-react@1.1.16
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/config@1.1.1
- @backstage/version-bridge@1.0.7
@backstage/plugin-todo@0.2.34
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-todo-backend@0.3.8
Patch Changes
- 126c2f9: Updates the OpenAPI spec to use plugin as
info.titleinstead of package name. - 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
- Updated dependencies
- @backstage/repo-tools@0.6.0
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/backend-openapi-utils@0.1.3
- @backstage/integration@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-user-settings@0.8.1
Patch Changes
- 912ca7b: Use
convertLegacyRouteRefsto define routes in/alphaexport plugin. - 8fe56a8: Widen
@types/reactdependency range to include version 18. - d5b14a0: conditionally rendering the user name and email in user settings page
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/core-app-api@1.12.0
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-user-settings-backend@0.2.9
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
@backstage/plugin-vault@0.1.25
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/plugin-catalog-react@1.10.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
@backstage/plugin-vault-backend@0.4.3
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-tasks@0.5.15
- @backstage/plugin-vault-node@0.1.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
@backstage/plugin-vault-node@0.1.3
Patch Changes
- 8472188: Added or fixed the
repositoryfield inpackage.json. - Updated dependencies
- @backstage/backend-plugin-api@0.6.10
@backstage/plugin-xcmetrics@0.2.48
Patch Changes
- 9aac2b0: Use
--cwdas the firstyarnargument - 8fe56a8: Widen
@types/reactdependency range to include version 18. - Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
- @backstage/errors@1.2.3
example-app@0.2.92
Patch Changes
- Updated dependencies
- @backstage/plugin-azure-devops@0.3.12
- @backstage/frontend-app-api@0.6.0
- @backstage/plugin-scaffolder-react@1.8.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/plugin-catalog-import@0.10.6
- @backstage/plugin-catalog-graph@0.4.0
- @backstage/plugin-catalog@1.17.0
- @backstage/plugin-azure-sites@0.1.19
- @backstage/plugin-api-docs@0.11.0
- @backstage/plugin-adr@0.6.13
- @backstage/app-defaults@1.5.0
- @backstage/plugin-gcp-projects@0.3.46
- @backstage/plugin-airbrake@0.3.30
- @backstage/plugin-scaffolder@1.18.0
- @backstage/plugin-devtools@0.1.9
- @backstage/cli@0.25.2
- @backstage/core-components@0.14.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.5
- @backstage/plugin-signals@0.0.1
- @backstage/plugin-kubernetes@0.11.5
- @backstage/plugin-notifications@0.0.1
- @backstage/plugin-catalog-unprocessed-entities@0.1.8
- @backstage/plugin-microsoft-calendar@0.1.12
- @backstage/plugin-github-actions@0.6.11
- @backstage/plugin-octopus-deploy@0.2.12
- @backstage/plugin-techdocs-react@1.1.16
- @backstage/core-app-api@1.12.0
- @backstage/plugin-code-coverage@0.2.23
- @backstage/plugin-cost-insights@0.12.19
- @backstage/plugin-tech-insights@0.3.22
- @backstage/plugin-lighthouse@0.4.15
- @backstage/plugin-tech-radar@0.6.13
- @backstage/plugin-dynatrace@9.0.0
- @backstage/plugin-shortcuts@0.3.19
- @backstage/plugin-graphiql@0.3.3
- @backstage/plugin-linguist@0.1.15
- @backstage/plugin-newrelic@0.3.45
- @backstage/plugin-jenkins@0.9.5
- @backstage/plugin-rollbar@0.4.30
- @backstage/plugin-badges@0.2.54
- @backstage/plugin-sentry@0.5.15
- @backstage/plugin-nomad@0.1.11
- @backstage/plugin-home@0.6.2
- @backstage/catalog-model@1.4.4
- @backstage/plugin-explore@0.4.16
- @backstage/plugin-user-settings@0.8.1
- @backstage/plugin-techdocs@1.10.0
- @backstage/plugin-search@1.4.6
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-playlist@0.2.4
- @backstage/plugin-apache-airflow@0.2.20
- @backstage/plugin-cloudbuild@0.4.0
- @backstage/plugin-entity-feedback@0.2.13
- @backstage/plugin-gcalendar@0.3.23
- @backstage/plugin-kafka@0.3.30
- @backstage/plugin-kubernetes-cluster@0.0.6
- @backstage/plugin-newrelic-dashboard@0.3.5
- @backstage/plugin-org@0.6.20
- @backstage/plugin-pagerduty@0.7.2
- @backstage/plugin-permission-react@0.4.20
- @backstage/plugin-puppetdb@0.1.13
- @backstage/plugin-search-react@1.7.6
- @backstage/plugin-stack-overflow@0.1.25
- @backstage/plugin-stackstorm@0.1.11
- @backstage/plugin-gocd@0.1.36
- @backstage/plugin-todo@0.2.34
- @backstage/config@1.1.1
- @backstage/integration-react@1.1.24
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-search-common@1.2.10
example-app-next@0.0.6
Patch Changes
- Updated dependencies
- @backstage/plugin-azure-devops@0.3.12
- @backstage/frontend-plugin-api@0.6.0
- @backstage/frontend-app-api@0.6.0
- @backstage/plugin-scaffolder-react@1.8.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/plugin-catalog-import@0.10.6
- @backstage/plugin-catalog-graph@0.4.0
- @backstage/plugin-catalog@1.17.0
- @backstage/plugin-azure-sites@0.1.19
- @backstage/plugin-api-docs@0.11.0
- @backstage/plugin-adr@0.6.13
- @backstage/app-defaults@1.5.0
- @backstage/plugin-gcp-projects@0.3.46
- @backstage/plugin-airbrake@0.3.30
- @backstage/plugin-scaffolder@1.18.0
- @backstage/plugin-devtools@0.1.9
- @backstage/cli@0.25.2
- @backstage/core-components@0.14.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.5
- @backstage/plugin-kubernetes@0.11.5
- @backstage/plugin-catalog-unprocessed-entities@0.1.8
- @backstage/plugin-microsoft-calendar@0.1.12
- @backstage/plugin-github-actions@0.6.11
- @backstage/plugin-octopus-deploy@0.2.12
- @backstage/plugin-techdocs-react@1.1.16
- @backstage/core-app-api@1.12.0
- @backstage/plugin-code-coverage@0.2.23
- @backstage/plugin-cost-insights@0.12.19
- @backstage/plugin-tech-insights@0.3.22
- @backstage/plugin-lighthouse@0.4.15
- @backstage/plugin-tech-radar@0.6.13
- @backstage/plugin-dynatrace@9.0.0
- @backstage/plugin-shortcuts@0.3.19
- @backstage/plugin-graphiql@0.3.3
- @backstage/plugin-linguist@0.1.15
- @backstage/plugin-newrelic@0.3.45
- @backstage/plugin-jenkins@0.9.5
- @backstage/plugin-rollbar@0.4.30
- @backstage/plugin-badges@0.2.54
- @backstage/plugin-sentry@0.5.15
- @backstage/plugin-home@0.6.2
- @backstage/catalog-model@1.4.4
- @backstage/plugin-explore@0.4.16
- @backstage/plugin-user-settings@0.8.1
- @backstage/plugin-techdocs@1.10.0
- @backstage/plugin-search@1.4.6
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-playlist@0.2.4
- @backstage/plugin-apache-airflow@0.2.20
- @backstage/plugin-cloudbuild@0.4.0
- @backstage/plugin-entity-feedback@0.2.13
- @backstage/plugin-gcalendar@0.3.23
- @backstage/plugin-kafka@0.3.30
- @backstage/plugin-newrelic-dashboard@0.3.5
- @backstage/plugin-org@0.6.20
- @backstage/plugin-pagerduty@0.7.2
- @backstage/plugin-permission-react@0.4.20
- @backstage/plugin-puppetdb@0.1.13
- @backstage/plugin-search-react@1.7.6
- @backstage/plugin-stackstorm@0.1.11
- @backstage/plugin-app-visualizer@0.1.1
- app-next-example-plugin@0.0.6
- @backstage/plugin-gocd@0.1.36
- @backstage/plugin-todo@0.2.34
- @backstage/integration-react@1.1.24
- @backstage/plugin-catalog-common@1.0.21
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-search-common@1.2.10
app-next-example-plugin@0.0.6
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-components@0.14.0
example-backend@0.2.92
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-scaffolder-backend-module-rails@0.4.27
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.7
- @backstage/plugin-scaffolder-backend@1.21.0
- @backstage/plugin-badges-backend@0.3.7
- @backstage/plugin-azure-devops-backend@0.5.2
- @backstage/plugin-explore-backend@0.0.20
- @backstage/plugin-auth-backend@0.21.0
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.42
- @backstage/plugin-auth-node@0.4.4
- @backstage/plugin-entity-feedback-backend@0.2.7
- @backstage/plugin-lighthouse-backend@0.4.2
- @backstage/plugin-devtools-backend@0.2.7
- @backstage/plugin-linguist-backend@0.5.7
- @backstage/plugin-adr-backend@0.4.7
- @backstage/plugin-kubernetes-backend@0.15.0
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.11
- @backstage/plugin-scaffolder-backend-module-gitlab@0.2.13
- @backstage/plugin-signals-backend@0.0.1
- @backstage/plugin-signals-node@0.0.1
- @backstage/plugin-tech-insights-backend@0.5.24
- @backstage/plugin-tech-insights-node@0.4.16
- @backstage/plugin-search-backend-module-techdocs@0.1.14
- @backstage/plugin-search-backend-module-catalog@0.1.14
- @backstage/plugin-search-backend-module-explore@0.1.14
- @backstage/plugin-code-coverage-backend@0.2.24
- @backstage/plugin-playlist-backend@0.3.14
- @backstage/plugin-catalog-backend@1.17.0
- @backstage/plugin-jenkins-backend@0.3.4
- @backstage/plugin-rollbar-backend@0.1.55
- @backstage/backend-tasks@0.5.15
- @backstage/plugin-events-backend@0.2.19
- @backstage/plugin-nomad-backend@0.1.12
- @backstage/plugin-app-backend@0.3.58
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/catalog-client@1.6.0
- @backstage/plugin-search-backend@1.5.0
- @backstage/plugin-todo-backend@0.3.8
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7
- @backstage/plugin-techdocs-backend@1.9.3
- @backstage/plugin-catalog-node@1.7.0
- @backstage/plugin-azure-sites-common@0.1.2
- example-app@0.2.92
- @backstage/plugin-kafka-backend@0.3.8
- @backstage/plugin-permission-backend@0.5.33
- @backstage/plugin-permission-node@0.7.21
- @backstage/plugin-proxy-backend@0.4.8
- @backstage/plugin-search-backend-module-elasticsearch@1.3.13
- @backstage/plugin-search-backend-module-pg@0.5.19
- @backstage/plugin-search-backend-node@1.2.14
- @backstage/config@1.1.1
- @backstage/plugin-events-node@0.2.19
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-search-common@1.2.10
example-backend-next@0.0.20
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.7
- @backstage/plugin-scaffolder-backend@1.21.0
- @backstage/plugin-badges-backend@0.3.7
- @backstage/plugin-azure-devops-backend@0.5.2
- @backstage/plugin-auth-node@0.4.4
- @backstage/plugin-entity-feedback-backend@0.2.7
- @backstage/plugin-lighthouse-backend@0.4.2
- @backstage/plugin-devtools-backend@0.2.7
- @backstage/plugin-linguist-backend@0.5.7
- @backstage/plugin-adr-backend@0.4.7
- @backstage/plugin-kubernetes-backend@0.15.0
- @backstage/plugin-signals-backend@0.0.1
- @backstage/plugin-notifications-backend@0.0.1
- @backstage/plugin-catalog-backend-module-openapi@0.1.27
- @backstage/plugin-search-backend-module-techdocs@0.1.14
- @backstage/plugin-search-backend-module-catalog@0.1.14
- @backstage/plugin-search-backend-module-explore@0.1.14
- @backstage/backend-plugin-api@0.6.10
- @backstage/backend-defaults@0.2.10
- @backstage/plugin-sonarqube-backend@0.2.12
- @backstage/plugin-playlist-backend@0.3.14
- @backstage/plugin-catalog-backend@1.17.0
- @backstage/plugin-jenkins-backend@0.3.4
- @backstage/backend-tasks@0.5.15
- @backstage/plugin-nomad-backend@0.1.12
- @backstage/plugin-app-backend@0.3.58
- @backstage/plugin-search-backend@1.5.0
- @backstage/plugin-todo-backend@0.3.8
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7
- @backstage/plugin-permission-backend-module-allow-all-policy@0.1.7
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.3
- @backstage/plugin-techdocs-backend@1.9.3
- @backstage/plugin-permission-backend@0.5.33
- @backstage/plugin-permission-node@0.7.21
- @backstage/plugin-proxy-backend@0.4.8
- @backstage/plugin-search-backend-node@1.2.14
- @backstage/plugin-permission-common@0.7.12
e2e-test@0.2.12
Patch Changes
- Updated dependencies
- @backstage/create-app@0.5.11
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.3
techdocs-cli-embedded-app@0.2.91
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.17.0
- @backstage/app-defaults@1.5.0
- @backstage/cli@0.25.2
- @backstage/core-components@0.14.0
- @backstage/plugin-techdocs-react@1.1.16
- @backstage/core-app-api@1.12.0
- @backstage/catalog-model@1.4.4
- @backstage/test-utils@1.5.0
- @backstage/plugin-techdocs@1.10.0
- @backstage/theme@0.5.1
- @backstage/core-plugin-api@1.9.0
- @backstage/config@1.1.1
- @backstage/integration-react@1.1.24
@internal/plugin-todo-list@1.0.22
Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.0
- @backstage/core-plugin-api@1.9.0
@internal/plugin-todo-list-backend@1.0.22
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/plugin-auth-node@0.4.4
- @backstage/backend-plugin-api@0.6.10
- @backstage/errors@1.2.3