Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.27.0
-
ed83f85: Internal refactor of the database code.
BREAKING: The helper functions
createDatabaseClient
andensureDatabaseExists
have been removed from the public interface, since they have no usage within the repository and never were suitable for calling from the outside. Please consider usingcoreServices.database
orDatabaseManager
directly wherever possible instead.
- 2cc750d: Added
HarnessURLReader
withreadUrl
support. - 57f692e: Preparing for a stable new backend system release, we are deprecating utilities in the
backend-common
that are not used by the core framework, such as the isomorphicGit
class. As we will no longer support the isomorphicGit
utility in the framework packages, we recommend plugins that start maintaining their own implementation of this class. - 0ec0796: Plugins created through the
legacyPlugin
helper are now able to authenticate requests from plugins that are fully implemented using the new backend system. This fixes theKey for the ES256 algorithm must be one of type KeyObject or CryptoKey. Received an instance of Uint8Array
error. - d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - ccc8851: Added config prop
ensureSchemaExists
to support postgres instances where user can create schemas but not databases. - f66bbb4: Only create a single actual connection to memcache/redis, even in cases where many
CacheService
instances are made - ba0b8b4: Added option to
ServerTokenManager.fromConfig
that allows it to be instantiated in production without any configured keys. - Updated dependencies
- @backstage/backend-app-api@0.7.3
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/integration@1.11.0
- 79025f3: Introduce a domain attribute to the domain entity to allow a hierarchy of domains to exist.
- ddddecb: Extensions in app-config now always affect ordering. Previously, only when enabling disabled extensions did they rise to the top.
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/frontend-plugin-api@0.6.5
- 2cc750d: Added
HarnessIntegration
via theScmIntegrations
interface.
- 683870a: Adds 2 new commands
repo schema openapi diff
andpackage schema openapi diff
.repo schema openapi diff
is intended to power a new breaking changes check on pull requests and the package level command allows plugin developers to quickly see new API breaking changes. They're intended to be used in complement with the existingrepo schema openapi verify
command to validate your OpenAPI spec against a variety of things.
- 9ae9bb2: Update the paths logic in the api reports command to support complex subpaths
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- 8834daf: Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context.
- 131e5cb: Fix broken links in README.
- 5d99272: Update local development dependencies.
- 4118530: Avoiding pre-loading display total count undefined for table counts
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-search-react@1.7.11
- f2a2a83: Deprecated the
LocationAnalyzer
type, which has been moved to@backstage/plugin-catalog-node
. - f2a2a83: The
/alpha
plugin export has had its implementation of thecatalogAnalysisExtensionPoint
updated to reflect the new API. - 8d14475: Emit well known relationships for the Domain entity kind.
- 131e5cb: Fix broken links in README.
- c6cb568: Add lifecycle monitoring for the catalog processing
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - 8479a0b: Fixed bug in stitching queue gauge that included entities that are scheduled in the future.
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-search-backend-module-catalog@0.1.24
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/integration@1.11.0
- @backstage/backend-openapi-utils@0.1.11
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-permission-node@0.7.29
- e1174b0:
EntityListComponent
usesentityPresentationApi
instead ofhumanizeEntityRef
to display Entity
- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
- f2a2a83: Added
LocationAnalyzer
type, moved from@backstage/plugin-catalog-backend
. - f2a2a83: Breaking change to
/alpha
API where thecatalogAnalysisExtensionPoint
has been reworked. TheaddLocationAnalyzer
method has been renamed toaddScmLocationAnalyzer
, and a newsetLocationAnalyzer
method has been added which allows the fullLocationAnalyzer
implementation to be overridden.
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-permission-node@0.7.29
- 8834daf: Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context.
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
- 4268696:
MultiEntityPicker
usesEntityDisplayName
instead ofhumanizeEntityRef
to display entity.
- 9156654: Capturing more event clicks for scaffolder
- 131e5cb: Fix broken links in README.
- 0040ec2: Updated dependency
@rjsf/utils
to5.18.2
. Updated dependency@rjsf/core
to5.18.2
. Updated dependency@rjsf/material-ui
to5.18.2
. Updated dependency@rjsf/validator-ajv8
to5.18.2
. - 762141c: Fixed a bug where the
MultiEntityPicker
was not able to be set as required - Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/plugin-scaffolder-react@1.8.5
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
- 18f736f: Add examples for
gitlab:projectVariable:create
scaffolder action & improve related tests
- 8fa8a00: Add merge method and squash option for project creation
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - ffc73ec: Add examples for
gitlab:repo:push
scaffolder action & improve related tests - Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
-
4cd5ff0: Add ability to configure the Node.js HTTP Server when configuring the root HTTP Router service
-
e8199b1: Move the JWKS registration outside of the lifecycle middleware
-
d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. -
dc8c5dd: The default
TokenManager
implementation no longer requires keys to be configured in production, but it will throw an errors when generating or authenticating tokens. The defaultAuthService
implementation will now also provide additional context if such an error is throw when falling back to using theTokenManager
service to generate tokens for outgoing requests. -
025641b: Redact
meta
fields too with the logger -
09f8988: Remove explicit
alg
check for user tokens inverifyToken
-
5863e02: Internal refactor to only create one external token handler
-
a1dc547: Added support for camel case CSP directives in app-config. For example:
backend: csp: upgradeInsecureRequests: false
-
329cc34: Added logging of all plugins being initialized, periodic status, and completion.
-
Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-permission-node@0.7.29
- 7e5a50d: added
eventsServiceFactory
todefaultServiceFactories
to resolve issue where different instances of the EventsServices could be used - Updated dependencies
- @backstage/backend-app-api@0.7.3
- @backstage/backend-common@0.22.0
- @backstage/plugin-events-node@0.3.4
- b192752: Updated
README.md
to point topackages/backend
instead ofpackages/backend-next
. - d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - b611fd0: Updates the
scanRoot
method in thePluginScanner
class to specifically ignore thelost+found
directory, which is a system-generated directory used for file recovery on Unix-like systems. Skipping this directory avoids unnecessary errors. - Updated dependencies
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/backend-app-api@0.7.3
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-search-backend-node@1.2.22
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-app-node@0.1.18
- @backstage/plugin-events-backend@0.3.5
- @backstage/plugin-permission-node@0.7.29
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - 1fedf0c: Removed explicit
toString()
method fromServiceRef
type. - Updated dependencies
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-auth-node@0.4.13
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - 7e5a50d: added
eventsServiceFactory
todefaultServiceFactories
to resolve issue where different instances of the EventsServices could be used - Updated dependencies
- @backstage/backend-app-api@0.7.3
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/catalog-model@1.5.0
- b8f1fc2: The
build-workspace
command no longer manually runsyarn postpack
, relying instead on the fact that runningyarn pack
will automatically invoke thepostpack
script. No action is necessary if you are running the latest version of yarn 1, 3, or 4. - fcd3462: Both the target and types library have been bumped from ES2021 to ES2022 in
@backstage/cli/config/tsconfig.json
. - 0cc5ed3: Add support for
versions:migrate
to do code changes. Can be skipped with--no-code-changes
- f97ad04: Add preserveModules to rollup, which allows better async loading and tree-shaking in webpack
- 2a6f10d: The
versions:bump
command will no longer exit with a non-zero status if the version bump fails due to forbidden duplicate package installations. It will now also provide more information about how to troubleshoot such an error. The set of forbidden duplicates has also been expanded to include all@backstage/*-app-api
packages. - c5d7b40: Allow passing a
--require
argument through to the Node process duringpackage start
- cc3c518: Fixed an issue causing the
repo fix
command to set an incorrectworkspace
property using Windows - 812dff0: Add previously-missing semicolon in file templated by
backstage-cli new --select plugin
. - f185603: Fixed the dynamic import of vite.
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/eslint-plugin@0.1.8
- @backstage/integration@1.11.0
- 1bed9a3: The Backstage identity session expiration check will no longer fall back to using the provider expiration. This was introduced to smooth out the rollout of Backstage release 1.18, and is no longer needed.
- 5d99272: Update local development dependencies.
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.5
- e42779e: Properly log the
errorInfo
inErrorBoundary
- 5223c4c: Fixed an internal circular import that broke Jest mocks.
- 71e4229: Added optional
initialShowDropDown
prop toSidebarSubmenuItem
to internally manage the initial display state of the dropdown items. - a2ee4df: Add
alignGauge
prop to theGaugeCard
, and a small size version. WhenalignGauge
is'bottom'
the gauge will vertically align the gauge in the cards, even when the card titles span across multiple lines. AddalignContent
prop to theInfoCard
, defaulting to'normal'
with the option of'bottom'
which vertically aligns the content to the bottom of the card. - 5b7b49b: The
SignInPage
guest provider will now fall back to legacy guest auth if the backend request fails, allowing guest auth without a running backend. - 359376a: Removing react-text-truncate with css styles.
- Updated dependencies
- @backstage/theme@0.5.4
- c066c88: Removed
packages/backend/src/types.ts
from the template as it is unused. It was mistakenly left in after moving the template to the new backend system. - 5d99272: Update local development dependencies.
- 0478509: Bumped create-app version.
- d85dd88: Bumped create-app version.
- 8105aad: Removed the Tech Radar and GitHub Actions plugins from the template, which have been moved to the community plugins repository.
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/app-defaults@1.5.5
- @backstage/integration-react@1.1.27
- 65ec043: add some
pickers
fixes
- Updated dependencies
- @backstage/core-components@0.14.7
- Updated dependencies
- @backstage/frontend-app-api@0.7.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/test-utils@1.5.5
- Updated dependencies
- @backstage/integration@1.11.0
- 1a0e009: Fix cookie endpoint mock for
serve
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/plugin-techdocs-node@1.12.4
- Updated dependencies
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- f1462df: Fixed bug where scrollbars don't pick up the theme when in dark mode
- 5d99272: Update local development dependencies.
- 725ff0b: Fix dark mode text color inside tables in
description:
from OpenAPI definitions - Updated dependencies
- @backstage/plugin-catalog@1.20.0
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/plugin-catalog-common@1.0.23
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-app-node@0.1.18
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/frontend-plugin-api@0.6.5
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - 4a0577e: fix: Move config declarations to appropriate auth backend modules
- ea9262b: Allow overriding default ownership resolving with the new
AuthOwnershipResolutionExtensionPoint
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.10
- @backstage/plugin-auth-backend-module-github-provider@0.1.15
- @backstage/plugin-auth-backend-module-oidc-provider@0.1.9
- @backstage/plugin-auth-node@0.4.13
- @backstage/catalog-client@1.6.5
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.10
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.1
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.1
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.1
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.13
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.15
- @backstage/plugin-auth-backend-module-google-provider@0.1.15
- @backstage/plugin-auth-backend-module-microsoft-provider@0.1.13
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.15
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.11
- @backstage/plugin-auth-backend-module-okta-provider@0.0.11
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- 4a0577e: fix: Move config declarations to appropriate auth backend modules
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-backend@0.22.5
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- 4a0577e: fix: Move config declarations to appropriate auth backend modules
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- 07d8cca: Error if used outside of a development environment without explicit allowance
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- dd53bf3: Add nonce to authorize request to be added in ID token
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-backend@0.22.5
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- ea9262b: Allow overriding default ownership resolving with the new
AuthOwnershipResolutionExtensionPoint
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
- c297afd: When using
CookieAuthRefreshProvider
oruseCookieAuthRefresh
, a 404 response from the cookie endpoint will now be treated as if cookie auth is disabled and is not needed. - Updated dependencies
- @backstage/core-components@0.14.7
- d76cb29: Updated dependency
ts-morph
to^22.0.0
. - Updated dependencies
- @backstage/integration@1.11.0
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-kubernetes-common@0.7.6
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
- f3f0281: Fix incorrect dependency import.
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/backend-openapi-utils@0.1.11
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-bitbucket-cloud-common@0.2.19
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
- 062ffb1: Allow skipping archived repositories (
skipArchivedRepos
flag) on Bitbucket. - Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-kubernetes-common@0.7.6
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
-
0b50143: GitHub push events now schedule a refresh on entities that have a
refresh_key
matching thecatalogPath
config itself. This allows to support acatalogPath
configuration that uses glob patterns. -
f2a2a83: Updated to use the new
catalogAnalysisExtensionPoint
API. -
5bdeaa7: Added
alwaysUseDefaultNamespace
option toGithubMultiOrgEntityProvider
.If set to true, the provider will use
default
as the namespace for all group entities. Groups with the same name across different orgs will be considered the same group. -
Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
- 5bdeaa7: Fixed an issue where the
catalog-backend-module-github-org
would not correctly create groups usingdefault
as namespace in case a single organization was configured. - Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-catalog-backend-module-github@0.6.1
- @backstage/plugin-events-node@0.3.4
- a70377d: Added events support for
GitlabDiscoveryEntityProvider
andGitlabOrgDiscoveryEntityProvider
. - Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
- a70377d: Added a new
catalog-backend-module-gitlab-org
module which adds theGitlabOrgDiscoveryEntityProvider
to the catalog's providers using the new backend system. - Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend-module-gitlab@0.3.15
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- 8c1ab9e: Fix plugin/incremental-ingestion 'Maximum call stack size exceeded' error when ingest large entities.
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- 7699967: Remove dependency to Winston Logger and use Backstage LoggerService instead
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-catalog-common@1.0.23
- 49eab29: Fixed disabling of user photo fetching. Previously, the config value wasn't propagated properly, so user photos was still being fetched despite disabled by config.
- 6e370e6: Handle fetching huge amounts of users from Azure without crashing
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-catalog-common@1.0.23
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-catalog-common@1.0.23
- b192752: Updated
README.md
to point topackages/backend
instead ofpackages/backend-next
. - 6f5a3a3: Correctly convert owner to string in case owner has not been provided
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/catalog-model@1.5.0
- 39564b3: Allow multiple edges with different type (e.g.
ownedBy
andapplicationOwnerBy
) to have the same source and target node. - Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- Updated dependencies
- @backstage/core-components@0.14.7
- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/frontend-plugin-api@0.6.5
- 036feca: Added discovery property to the readme documentation to ensure that it will build when setting it up as new to a Backstage instance
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-permission-node@0.7.29
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- Updated dependencies
- @backstage/plugin-events-node@0.3.4
- 7e5a50d: added
eventsServiceFactory
todefaultServiceFactories
to resolve issue where different instances of the EventsServices could be used - Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- 2196d3e: Use relative time when displaying visits from the same day
- 0040ec2: Updated dependency
@rjsf/utils
to5.18.2
. Updated dependency@rjsf/core
to5.18.2
. Updated dependency@rjsf/material-ui
to5.18.2
. Updated dependency@rjsf/validator-ajv8
to5.18.2
. - Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/plugin-home-react@0.1.13
- @backstage/core-app-api@1.12.5
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- 0040ec2: Updated dependency
@rjsf/utils
to5.18.2
. Updated dependency@rjsf/core
to5.18.2
. Updated dependency@rjsf/material-ui
to5.18.2
. Updated dependency@rjsf/validator-ajv8
to5.18.2
. - Updated dependencies
- @backstage/core-components@0.14.7
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/plugin-kubernetes-react@0.3.5
- @backstage/plugin-kubernetes-common@0.7.6
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/catalog-client@1.6.5
- @backstage/plugin-kubernetes-common@0.7.6
- @backstage/plugin-kubernetes-node@0.1.12
- @backstage/plugin-permission-node@0.7.29
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/plugin-kubernetes-react@0.3.5
- @backstage/plugin-kubernetes-common@0.7.6
- Updated dependencies
- @backstage/catalog-model@1.5.0
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-kubernetes-common@0.7.6
- 3102a99: add the namespace label to CronJobDrawer & IngressDrawer.
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-kubernetes-common@0.7.6
- e6bf85f: Allow overriding
NotificationsPage
page properties - f730c0b: The user can newly mark all unread messages as read at one click.
- bfcb2f1: Allow showing notifications as snackbars in the UI
- e49a810: Show all notifications by default to match the sidebar item status
- 42eaf63: Increase default and allow modifying notification snackbar auto hide duration
- a42a19b: Empty descriptions are not rendered to improve the look&feel.
- 1bc3b86: Fix to show web notifications even when browser is on foreground. Fix duplicate notifications with multiple tabs.
- f793112: Allow defining
className
and additional properties forNotificationsSideBarItem
- e1c7d6e: Fix infinite loop in the notification title counter
- fcda449: The rendered size of a notification is limited for very long descriptions.
- f6633ca: Add option to set the notification as read automatically when the notification link is opened
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
- d541ff6: Fixed email processor
esm
issue and config reading - 295c05d: Support for filtering entities from notification recipients after resolving them from the recipients
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - cba628a: Add possibility to generate random notifications on the fly in local development
- ee09dfc: Updated documentation for sending messages by external services.
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/plugin-notifications-node@0.1.4
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-auth-node@0.4.13
- @backstage/catalog-client@1.6.5
- @backstage/plugin-signals-node@0.1.4
- d541ff6: Fixed email processor
esm
issue and config reading - e538b10: Support relative links in notifications sent via email
- dbf2696: Allow sending notifications by email with the new notifications module
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/plugin-notifications-node@0.1.4
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
- 295c05d: Support for filtering entities from notification recipients after resolving them from the recipients
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
- @backstage/plugin-signals-node@0.1.4
- 99e6105: Fix ownership card sometimes locking up for complex org structures
- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/plugin-catalog-common@1.0.23
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/catalog-client@1.6.5
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-permission-node@0.7.29
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-permission-node@0.7.29
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- 131e5cb: Fix broken links in README.
- 025641b: Fix issue with the log format not being respected when logging from actions
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - e4b50ab: Scaffolder workspace serialization
- 025641b: Redact
meta
fields too with the logger - Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-scaffolder-backend-module-github@0.2.8
- @backstage/plugin-scaffolder-backend-module-gitea@0.1.8
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8
- @backstage/plugin-auth-node@0.4.13
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16
- @backstage/plugin-permission-node@0.7.29
- @backstage/plugin-scaffolder-backend-module-azure@0.1.10
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.8
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8
- @backstage/plugin-scaffolder-backend-module-gerrit@0.1.10
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8
- @backstage/integration@1.11.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
- 24dd655: Add examples for
publish:bitbucketServer:pull-request
scaffolder action & improve related tests - Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
- 554af73: Allow defining
repoVisibility
field for the actionpublish:gitea
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
- 5d99272: Update local development dependencies.
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - 52ab241: Adding support to change the default commit author for
publish:github:pull-request
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
- 503d769: Add a new scaffolder action to allow sending notifications from templates
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/plugin-notifications-node@0.1.4
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/integration@1.11.0
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-scaffolder-node@0.4.4
- @backstage/plugin-scaffolder-node-test-utils@0.1.4
- 9156654: Capturing more event clicks for scaffolder
- Updated dependencies
- @backstage/catalog-model@1.5.0
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - e4b50ab: Scaffolder workspace serialization
- f633efa: To remove the dependency on the soon-to-be-deprecated
backend-common
package, this package now maintains its own isomorphic Git class implementation. - Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/integration@1.11.0
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-test-utils@0.3.8
- @backstage/plugin-scaffolder-node@0.4.4
- 9156654: Capturing more event clicks for scaffolder
- 0040ec2: Updated dependency
@rjsf/utils
to5.18.2
. Updated dependency@rjsf/core
to5.18.2
. Updated dependency@rjsf/material-ui
to5.18.2
. Updated dependency@rjsf/validator-ajv8
to5.18.2
. - Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/catalog-client@1.6.5
- 0501243: Added
aria-label
attribute to DialogTitle element and setaria-modal
attribute totrue
for improved accessibility in the search modal. - Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/plugin-catalog-react@1.12.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/plugin-search-react@1.7.11
- c6cb568: Add lifecycle monitoring for the search index registry
- Updated dependencies
- @backstage/repo-tools@0.9.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-search-backend-node@1.2.22
- @backstage/backend-openapi-utils@0.1.11
- @backstage/plugin-permission-node@0.7.29
- b192752: Updated
README.md
to point topackages/backend
instead ofpackages/backend-next
. - d5fff66: Fix wiring of the module exported at the
/alpha
path, which was causing authentication failures. - 5dc5f4f: Allow the
tokenManager
parameter to be optional when instantiating collator - Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-search-backend-node@1.2.22
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
- 5252ee1: Fix never resolved indexer promise.
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-search-backend-node@1.2.22
- ca6e2e0: Migrate search collator to use the new auth services.
- 5d99272: Update README.md to point to explore plugin in community-plugins repository.
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-search-backend-node@1.2.22
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-search-backend-node@1.2.22
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-search-backend-node@1.2.22
- 5dc5f4f: Allow the
tokenManager
parameter to be optional when instantiating collator - Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-techdocs-node@1.12.4
- @backstage/plugin-search-backend-node@1.2.22
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
- c6cb568: Add lifecycle monitoring for the search index registry
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
- @backstage/frontend-plugin-api@0.6.5
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/theme@0.5.4
- 845d56a: Improved signal lifecycle management and added server side pinging of connections
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-signals-node@0.1.4
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-auth-node@0.4.13
- d2cc139: Update path in Readme for Plugin Techdocs to show the correct setup information.
- 5863cf7: The
techdocs.builder
config is now optional and it will default tolocal
. - Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-auth-react@0.1.2
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/integration@1.11.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-search-react@1.7.11
- @backstage/plugin-techdocs-react@1.2.4
- 2f13862: Fix bug in TechDocsAddonTester when jest.resetAllMocks is called between tests
- Updated dependencies
- @backstage/plugin-catalog@1.20.0
- @backstage/plugin-techdocs@1.10.5
- @backstage/plugin-catalog-react@1.12.0
- @backstage/core-app-api@1.12.5
- @backstage/integration-react@1.1.27
- @backstage/test-utils@1.5.5
- @backstage/plugin-search-react@1.7.11
- @backstage/plugin-techdocs-react@1.2.4
- 5863cf7: The
techdocs.builder
config is now optional and it will default tolocal
. - Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-techdocs-node@1.12.4
- @backstage/integration@1.11.0
- @backstage/plugin-search-backend-module-techdocs@0.1.23
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/integration@1.11.0
- @backstage/integration-react@1.1.27
- @backstage/plugin-techdocs-react@1.2.4
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/integration@1.11.0
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- 131e5cb: Fix broken links in README.
- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/frontend-plugin-api@0.6.5
- d229dc4: Move path utilities from
backend-common
to thebackend-plugin-api
package. - Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.8.5
- @backstage/plugin-scaffolder@1.20.0
- @backstage/plugin-user-settings@0.8.6
- @backstage/plugin-catalog@1.20.0
- @backstage/plugin-notifications@0.2.1
- @backstage/plugin-api-docs@0.11.5
- @backstage/plugin-home@0.7.4
- @backstage/cli@0.26.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-techdocs@1.10.5
- @backstage/plugin-catalog-import@0.11.0
- @backstage/frontend-app-api@0.7.0
- @backstage/plugin-auth-react@0.1.2
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/plugin-catalog-graph@0.4.5
- @backstage/plugin-search@1.4.11
- @backstage/plugin-org@0.6.25
- @backstage/app-defaults@1.5.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-catalog-unprocessed-entities@0.2.4
- @backstage/plugin-devtools@0.1.14
- @backstage/plugin-kubernetes@0.11.10
- @backstage/plugin-kubernetes-cluster@0.0.11
- @backstage/plugin-search-react@1.7.11
- @backstage/plugin-signals@0.0.6
- @backstage/plugin-techdocs-module-addons-contrib@1.1.10
- @backstage/plugin-techdocs-react@1.2.4
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.8.5
- @backstage/plugin-scaffolder@1.20.0
- @backstage/plugin-user-settings@0.8.6
- @backstage/plugin-catalog@1.20.0
- @backstage/plugin-notifications@0.2.1
- @backstage/core-compat-api@0.2.5
- @backstage/plugin-api-docs@0.11.5
- @backstage/plugin-home@0.7.4
- @backstage/cli@0.26.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-techdocs@1.10.5
- @backstage/plugin-catalog-import@0.11.0
- @backstage/frontend-app-api@0.7.0
- @backstage/plugin-auth-react@0.1.2
- @backstage/plugin-catalog-react@1.12.0
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/plugin-catalog-graph@0.4.5
- @backstage/plugin-search@1.4.11
- @backstage/plugin-org@0.6.25
- @backstage/app-defaults@1.5.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-app-visualizer@0.1.6
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-catalog-unprocessed-entities@0.2.4
- @backstage/plugin-kubernetes@0.11.10
- @backstage/plugin-kubernetes-cluster@0.0.11
- @backstage/plugin-search-react@1.7.11
- @backstage/plugin-signals@0.0.6
- @backstage/plugin-techdocs-module-addons-contrib@1.1.10
- @backstage/plugin-techdocs-react@1.2.4
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/frontend-plugin-api@0.6.5
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.22.6
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/plugin-scaffolder-backend-module-github@0.2.8
- @backstage/plugin-catalog-backend-module-unprocessed@0.4.5
- @backstage/plugin-search-backend-module-catalog@0.1.24
- @backstage/plugin-notifications-backend@0.2.1
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-auth-backend@0.22.5
- @backstage/plugin-app-backend@0.3.66
- @backstage/plugin-devtools-backend@0.3.4
- @backstage/plugin-signals-backend@0.1.4
- @backstage/plugin-search-backend-node@1.2.22
- @backstage/plugin-search-backend@1.5.8
- @backstage/plugin-auth-backend-module-github-provider@0.1.15
- @backstage/plugin-techdocs-backend@1.10.5
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.2.1
- @backstage/plugin-auth-backend-module-guest-provider@0.1.4
- @backstage/backend-defaults@0.2.18
- @backstage/plugin-search-backend-module-explore@0.1.24
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-search-backend-module-techdocs@0.1.23
- @backstage/plugin-catalog-backend-module-openapi@0.1.36
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16
- @backstage/plugin-kubernetes-backend@0.17.1
- @backstage/plugin-permission-backend@0.5.42
- @backstage/plugin-permission-backend-module-allow-all-policy@0.1.15
- @backstage/plugin-permission-node@0.7.29
- @backstage/plugin-proxy-backend@0.4.16
- Updated dependencies
- @backstage/plugin-search-backend-module-elasticsearch@1.4.1
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-scaffolder-backend@1.22.6
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.4.5
- @backstage/plugin-search-backend-module-catalog@0.1.24
- @backstage/plugin-scaffolder-backend-module-gitlab@0.4.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/plugin-search-backend-module-pg@0.5.27
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-auth-backend@0.22.5
- @backstage/plugin-app-backend@0.3.66
- @backstage/plugin-devtools-backend@0.3.4
- @backstage/plugin-signals-backend@0.1.4
- @backstage/plugin-search-backend-node@1.2.22
- @backstage/plugin-search-backend@1.5.8
- @backstage/plugin-techdocs-backend@1.10.5
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-search-backend-module-explore@0.1.24
- @backstage/plugin-auth-node@0.4.13
- @backstage/integration@1.11.0
- @backstage/plugin-search-backend-module-techdocs@0.1.23
- example-app@0.2.97
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16
- @backstage/plugin-events-backend@0.3.5
- @backstage/plugin-kubernetes-backend@0.17.1
- @backstage/plugin-permission-backend@0.5.42
- @backstage/plugin-permission-node@0.7.29
- @backstage/plugin-proxy-backend@0.4.16
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.19
- @backstage/plugin-scaffolder-backend-module-rails@0.4.35
- @backstage/plugin-signals-node@0.1.4
- Updated dependencies
- @backstage/create-app@0.5.15
- Updated dependencies
- @backstage/plugin-catalog@1.20.0
- @backstage/cli@0.26.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-techdocs@1.10.5
- @backstage/theme@0.5.4
- @backstage/core-app-api@1.12.5
- @backstage/app-defaults@1.5.5
- @backstage/integration-react@1.1.27
- @backstage/test-utils@1.5.5
- @backstage/plugin-techdocs-react@1.2.4
- Updated dependencies
- @backstage/core-components@0.14.7
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13