Version Packages
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Preserve directory structure for CommonJS build output, just like ESM. This makes the build output more stable and easier to browse, and allows for more effective tree shaking and lazy imports.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Correct size of FavoriteToggle and inherit non-starred color from parent
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Fix extra divider displayed in owner list picker on list tasks page
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': minor
|
||||
---
|
||||
|
||||
The `repo test` command will no longer default to watch mode if the `--since` flag is provided.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-elasticsearch': patch
|
||||
---
|
||||
|
||||
Align the configuration schema with the docs and actual behavior of the code
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Add `overridableComponent` `BackstageTemplateStepperClassKey` to template stepper to enable custom styling
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Create a separate route for the Scaffolder template editor and add the ability to refresh the page without closing the directory. Also, when the directory is closed, the user will stay on the editor page and can load a template folder from there.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
'@backstage/plugin-search-backend-module-catalog': patch
|
||||
'@backstage/plugin-search-backend-module-elasticsearch': patch
|
||||
'@backstage/plugin-search-backend-module-techdocs': patch
|
||||
---
|
||||
|
||||
Remove extension points from `/alpha` export, they're available from the main package already
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Add `fetch:template:file` scaffolder action to download a single file and template the contents. Example usage:
|
||||
|
||||
```yaml
|
||||
- id: fetch-file
|
||||
name: Fetch File
|
||||
action: fetch:template:file
|
||||
input:
|
||||
url: https://github.com/backstage/software-templates/blob/main/scaffolder-templates/create-react-app/skeleton/catalog-info.yaml
|
||||
targetPath: './target/catalog-info.yaml'
|
||||
values:
|
||||
component_id: My Component
|
||||
owner: Test
|
||||
```
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
'@backstage/plugin-catalog-backend-module-puppetdb': patch
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Small tweaks to API reports to make them valid
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli-node': patch
|
||||
---
|
||||
|
||||
Added new `lockfile.getDependencyTreeHash(name)` utility.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': minor
|
||||
---
|
||||
|
||||
Removed deprecated `namespace` option from `createExtension` and `createExtensionBlueprint`, including `.make` and `.makeWithOverides`, it's no longer necessary and will use the `pluginId` instead.
|
||||
|
||||
Removed deprecated `createExtensionOverrides` this should be replaced with `createFrontendModule` instead.
|
||||
|
||||
Removed deprecated `BackstagePlugin` type, use `FrontendPlugin` type instead from this same package.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
---
|
||||
|
||||
Updated default columns for location entities to remove description and tags from the catalog table view.
|
||||
@@ -1,20 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-github': patch
|
||||
---
|
||||
|
||||
Add `github:branch-protection:create` scaffolder action to set branch protection on an existing repository. Example usage:
|
||||
|
||||
```yaml
|
||||
- id: set-branch-protection
|
||||
name: Set Branch Protection
|
||||
action: github:branch-protection:create
|
||||
input:
|
||||
repoUrl: 'github.com?repo=backstage&owner=backstage'
|
||||
branch: master
|
||||
enforceAdmins: true # default
|
||||
requiredApprovingReviewCount: 1 # default
|
||||
requireBranchesToBeUpToDate: true # default
|
||||
requireCodeOwnerReviews: true
|
||||
dismissStaleReviews: true
|
||||
requiredConversationResolution: true
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-test-utils': patch
|
||||
---
|
||||
|
||||
Disable the built-in `SignInPage` in `createExtensionTester` in order to not mess with existing tests
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Added functionality to the prepack script that will append the default export type for entry points to the `exports` object before publishing. This is to help with identifying the declarative integration points for plugins without needing to fetch or run the plugins first.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Sensitive internal fields on `BackstageCredentials` objects are now defined as read-only properties in order to minimize risk of leakage.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': minor
|
||||
---
|
||||
|
||||
**BREAKING**: The Jest configuration defined at `@backstage/cli/config/jest` no longer collects configuration defined in the `"jest"` field from all parent `package.json` files. Instead, it will only read and merge configuration from the `package.json` in the monorepo root if it exists, as well as the target package. In addition, configuration defined in the root `package.json` will now only be merged into each package configuration if it is a valid project-level configuration key.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Plugin lifecycle shutdown hooks are now performed before root lifecycle shutdown hooks.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
The database manager now attempts to close any database connections in a root lifecycle shutdown hook.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
The task scheduler now attempts to abort any tasks if it detects that Backstage is being shut down.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -1,18 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-cloudflare-access-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-vmware-cloud-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-atlassian-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-bitbucket-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-microsoft-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-onelogin-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-aws-alb-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-gcp-iap-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-github-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-gitlab-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-google-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-oauth2-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-oidc-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-okta-provider': patch
|
||||
---
|
||||
|
||||
Updated configuration schema to include the new `allowedDomains` option for the `emailLocalPartMatchingUserEntityName` sign-in resolver.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Apply `defaultValue` props in `MultiEntityPicker`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
handle step.if: false
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-gerrit': patch
|
||||
---
|
||||
|
||||
Fixed an issue preventing the provider's `schedule` config from being applied."
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Create a separate route for the template form editor so we refresh it without being redirected to scaffolder edit page.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
The `scaffolder-module` template has been updated to use a more modern layout and new testing utilities for scaffolder actions.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Include step name and step id to checkpoint key
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
build(deps): bump `cookie` from 0.6.0 to 0.7.0
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Change task list created at column to show timestamp
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
'@backstage/plugin-scaffolder-node': minor
|
||||
---
|
||||
|
||||
Added pagination support for listing of tasks and the ability to filter on several users and task statuses.
|
||||
@@ -1,49 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-signals-react': patch
|
||||
'@backstage/plugin-signals': patch
|
||||
'@backstage/plugin-api-docs-module-protoc-gen-doc': patch
|
||||
'@backstage/plugin-techdocs-module-addons-contrib': patch
|
||||
'@backstage/plugin-catalog-unprocessed-entities': patch
|
||||
'@backstage/plugin-scaffolder-node-test-utils': patch
|
||||
'@backstage/plugin-techdocs-addons-test-utils': patch
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
'@backstage/frontend-test-utils': patch
|
||||
'@backstage/integration-react': patch
|
||||
'@backstage/plugin-kubernetes-cluster': patch
|
||||
'@backstage/frontend-app-api': patch
|
||||
'@backstage/core-compat-api': patch
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/core-plugin-api': patch
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
'@backstage/plugin-permission-react': patch
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/version-bridge': patch
|
||||
'@backstage/plugin-app-visualizer': patch
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
'@backstage/plugin-techdocs-react': patch
|
||||
'@backstage/app-defaults': patch
|
||||
'@backstage/core-app-api': patch
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
'@backstage/plugin-config-schema': patch
|
||||
'@backstage/plugin-notifications': patch
|
||||
'@backstage/plugin-user-settings': patch
|
||||
'@backstage/plugin-search-react': patch
|
||||
'@backstage/test-utils': patch
|
||||
'@backstage/dev-utils': patch
|
||||
'@backstage/plugin-auth-react': patch
|
||||
'@backstage/plugin-home-react': patch
|
||||
'@backstage/plugin-kubernetes': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-org-react': patch
|
||||
'@backstage/plugin-api-docs': patch
|
||||
'@backstage/plugin-devtools': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-catalog': patch
|
||||
'@backstage/theme': patch
|
||||
'@backstage/plugin-search': patch
|
||||
'@backstage/plugin-home': patch
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
Move `@types/react` to a peer dependency.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/eslint-plugin': patch
|
||||
---
|
||||
|
||||
Exclude `@material-ui/data-grid`
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': minor
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
---
|
||||
|
||||
Added support for `FormFieldBlueprint` to create field extensions in the Scaffolder plugin
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Add tests for the `TemplateEditorToolbarTemplatesMenu` component.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend': patch
|
||||
---
|
||||
|
||||
Fix to schema to allow arbitrary query parameters.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Empty states updated with external link icon for learn more links
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': minor
|
||||
---
|
||||
|
||||
Removed deprecated `createApp` and `CreateAppFeatureLoader` from `@backstage/frontend-app-api`, use the same `createApp` and `CreateAppFeatureLoader` import from `@backstage/frontend-defaults` instead.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/eslint-plugin': patch
|
||||
---
|
||||
|
||||
Internal refactor to deal with `estree` upgrade
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
GitLab MR: introduce 'skip' commit action.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Make `emptyState` input optional on `entity-content:techdocs` extension so that
|
||||
the default empty state extension works correctly.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Create a separate route for the custom fields explorer so we refresh it without being redirected to scaffolder edit page.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
Properly log instructions when APIs do not match
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Remove unknown dependency `diff`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-node': patch
|
||||
---
|
||||
|
||||
Added a new `allowedDomains` option for the common `emailLocalPartMatchingUserEntityName` sign-in resolver.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-dynamic-feature-service': patch
|
||||
---
|
||||
|
||||
Enhance and simplify the activation of the dynamic plugins feature:
|
||||
|
||||
- The dynamic plugins service (which implements the `DynamicPluginsProvider`) is restored, since it is required for plugins to depend on it in order to get the details of loaded dynamic plugins (possibly with loading errors to be surfaced in some UI).
|
||||
- A new all-in-one feature loader (`dynamicPluginsFeatureLoader`) is provided that allows a 1-liner activation of both the dynamic features and additional services or plugins required to have the dynamic plugins work correctly with dynamic plugins config schemas. Previous service factories or feature loaders are deprecated.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Add tests for the new pages header navigation.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': minor
|
||||
---
|
||||
|
||||
Update @microsoft/api-extractor and use their api report resolution.
|
||||
Change api report format from `api-report.md` to `report.api.md`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/integration-react': patch
|
||||
---
|
||||
|
||||
Revert of change #26430
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-app-backend': patch
|
||||
---
|
||||
|
||||
Fixed unexpected behaviour where configuration supplied with `APP_CONFIG_*` environment variables where not filtered by the configuration schema.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Added support for a new experimental `EXPERIMENTAL_TRIM_NEXT_ENTRY` flag which removes any `./next` entry points present in packages when building and publishing.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-techdocs': minor
|
||||
---
|
||||
|
||||
Refactor TechDocs collator, enable clients to override the mkdocs search index transformer, so that per document properties (like tags) can be added to Backstage search index.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
'@backstage/frontend-test-utils': patch
|
||||
---
|
||||
|
||||
Internal refactor of usage of opaque types.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Fixed lack of `.yarnrc.yml` in the template.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/app-defaults': patch
|
||||
---
|
||||
|
||||
Added `externalLink` to icon defaults
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
---
|
||||
|
||||
Improved the layout of the manage templates page (`/edit`) by adding icons and descriptions that better describe what each page is for. Updated the header menu to link back to the scaffolder create page.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
It is possible to define a custom error element to be shown when sign in fails
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
The check for `react-dom/client` will now properly always run from the target directory.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Fix behavior of scaffolder entity pickers (EntityPicker, MultiEntityPicker, MyGroupsPicker) to not auto-fill and disable the field if there is only a single value option and the field is not required.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-test-utils': patch
|
||||
---
|
||||
|
||||
Added an `ApiMock`, analogous to `ServiceMock` from the backend test utils.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
feat: experimentally support using rspack instead under `EXPERIMENTAL_RSPACK` env flag
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Add support for pagination in scaffolder tasks list
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
---
|
||||
|
||||
Adding negation keyword for entity filtering
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/app-defaults': patch
|
||||
---
|
||||
|
||||
Updated the `bitbucket-server-auth` default API to set its environment based on the `auth.environment` config option instead of being hardcoded to `development`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-bitbucket-server': patch
|
||||
---
|
||||
|
||||
Add `reviewers` input parameter to `publish:bitbucketServer:pull-request`
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': minor
|
||||
---
|
||||
|
||||
Add catalog service mocks under the `/testUtils` subpath export.
|
||||
|
||||
You can now use e.g. `const catalog = catalogApiMock.mock()` in your test and then do assertions on `catalog.getEntities` without awkward type casting.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-microsoft-provider': patch
|
||||
---
|
||||
|
||||
Add `skipUserProfile` config flag to Microsoft authenticator
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fixed a bug in the `SidebarSubmenu` core component that caused the nested menu to overlap with the sidebar when the user hovers over the pinned sidebar.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Change "Register Existing Component" CTA to outlined as it's not a primary action on the scaffolder pages
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-dynamic-feature-service': patch
|
||||
---
|
||||
|
||||
Enhance the API of the `DynamicPluginProvider` (available as a service) to:
|
||||
|
||||
- expose the new `getScannedPackage()` method that returns the `ScannedPluginPackage` from which a given plugin has been loaded,
|
||||
- add an optional `includeFailed` argument in the plugins list retrieval methods, to include the plugins that could be successfully loaded (`false` by default).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
---
|
||||
|
||||
Text field content of the `EntityPicker` is now more readable as it uses entity title instead of entity reference.
|
||||
@@ -1,30 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
It is now possible to override the blueprint parameters when overriding an extension created from a blueprint:
|
||||
|
||||
```ts
|
||||
const myExtension = MyBlueprint.make({
|
||||
params: {
|
||||
myParam: 'myDefault',
|
||||
},
|
||||
});
|
||||
|
||||
const myOverride = myExtension.override({
|
||||
params: {
|
||||
myParam: 'myOverride',
|
||||
},
|
||||
});
|
||||
const myFactoryOverride = myExtension.override({
|
||||
factory(origFactory) {
|
||||
return origFactory({
|
||||
params: {
|
||||
myParam: 'myOverride',
|
||||
},
|
||||
});
|
||||
},
|
||||
});
|
||||
```
|
||||
|
||||
The provided parameters will be merged with the original parameters of the extension.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-dynamic-feature-service': patch
|
||||
---
|
||||
|
||||
Allow passing an async module loader in the `DynamicPluginsFeatureLoaderOptions`.
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-rails': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-sentry': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-yeoman': patch
|
||||
'@backstage/plugin-search-backend-module-stack-overflow-collator': patch
|
||||
---
|
||||
|
||||
Updated installation instructions in README to not include `/alpha`.
|
||||
@@ -1,54 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': patch
|
||||
'@backstage/plugin-search-backend-module-stack-overflow-collator': patch
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-notifications': patch
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch
|
||||
'@backstage/plugin-auth-backend-module-aws-alb-provider': patch
|
||||
'@backstage/plugin-search-backend-module-elasticsearch': patch
|
||||
'@backstage/plugin-auth-backend-module-guest-provider': patch
|
||||
'@backstage/plugin-catalog-backend-module-unprocessed': patch
|
||||
'@backstage/plugin-notifications-backend-module-email': patch
|
||||
'@backstage/plugin-auth-backend-module-oidc-provider': patch
|
||||
'@backstage/plugin-catalog-backend-module-gitlab-org': patch
|
||||
'@backstage/backend-dynamic-feature-service': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-github': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-yeoman': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-rails': patch
|
||||
'@backstage/plugin-catalog-backend-module-openapi': patch
|
||||
'@backstage/plugin-search-backend-module-techdocs': patch
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
'@backstage/plugin-events-backend-module-aws-sqs': patch
|
||||
'@backstage/plugin-search-backend-module-catalog': patch
|
||||
'@backstage/plugin-search-backend-module-explore': patch
|
||||
'@backstage/plugin-scaffolder-node-test-utils': patch
|
||||
'@backstage/plugin-search-backend-module-pg': patch
|
||||
'@backstage/plugin-notifications-backend': patch
|
||||
'@backstage/plugin-search-backend-node': patch
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
'@backstage/plugin-notifications-node': patch
|
||||
'@backstage/plugin-permission-backend': patch
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
'@backstage/backend-app-api': patch
|
||||
'@backstage/plugin-devtools-backend': patch
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
'@backstage/plugin-kubernetes-node': patch
|
||||
'@backstage/plugin-permission-node': patch
|
||||
'@backstage/plugin-scaffolder-node': patch
|
||||
'@backstage/plugin-signals-backend': patch
|
||||
'@backstage/plugin-events-backend': patch
|
||||
'@backstage/plugin-search-backend': patch
|
||||
'@backstage/plugin-proxy-backend': patch
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
'@backstage/plugin-signals-node': patch
|
||||
'@backstage/plugin-app-backend': patch
|
||||
'@backstage/plugin-events-node': patch
|
||||
'@backstage/plugin-auth-node': patch
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Remove references to in-repo backend-common
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
---
|
||||
|
||||
Added ability to create a new local scaffolder template to ease onboarding when creating new templates.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': minor
|
||||
---
|
||||
|
||||
Added a new prop, `disableTooltip` to the `EntityRefLink` component
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-node': patch
|
||||
---
|
||||
|
||||
Documentation for the `testUtils` named export
|
||||
@@ -1,32 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-elasticsearch': minor
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
'@backstage/plugin-techdocs-backend': minor
|
||||
'@backstage/plugin-catalog-backend': minor
|
||||
'@backstage/plugin-search-backend': minor
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
|
||||
'@backstage/plugin-events-backend-module-bitbucket-cloud': patch
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
'@backstage/plugin-search-backend-module-techdocs': patch
|
||||
'@backstage/plugin-catalog-backend-module-gerrit': patch
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
'@backstage/plugin-events-backend-module-aws-sqs': patch
|
||||
'@backstage/plugin-search-backend-module-catalog': patch
|
||||
'@backstage/plugin-search-backend-module-explore': patch
|
||||
'@backstage/plugin-catalog-backend-module-azure': patch
|
||||
'@backstage/plugin-events-backend-module-gerrit': patch
|
||||
'@backstage/plugin-events-backend-module-azure': patch
|
||||
'@backstage/plugin-catalog-backend-module-aws': patch
|
||||
'@backstage/plugin-search-backend-module-pg': patch
|
||||
'@backstage/plugin-user-settings-backend': patch
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
'@backstage/plugin-permission-backend': patch
|
||||
'@backstage/plugin-events-backend': patch
|
||||
'@backstage/plugin-proxy-backend': patch
|
||||
'@backstage/plugin-app-backend': patch
|
||||
---
|
||||
|
||||
The export for the new backend system at the `/alpha` export is now also available via the main entry point, which means that you can remove the `/alpha` suffix from the import.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Remove some dependencies that aren't required anymore
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Added migration `20241003170511_alter_target_in_locations.js` to change the target column in the `locations` table to TEXT type.
|
||||
Added a hash for the key column in the `refresh_keys` table.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
The backend plugin template for the `new` command has been updated to provide more guidance and use a more modern structure.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
|
||||
---
|
||||
|
||||
Turn down the logging level on most "all is well" type log messages
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
---
|
||||
|
||||
Added ability to link to a specific action on the actions page
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Tweaked the new package feature detection to not be active when building backend packages.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': minor
|
||||
---
|
||||
|
||||
Adds a new command `backstage-repo-tools peer-deps` for validating your usage of peer dependencies in your plugins. It currently supports react related peer dependencies. It also has a `--fix` mode for quickly fixing any issues that it finds.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-home': minor
|
||||
---
|
||||
|
||||
**BREAKING** Implement usage of unused `limit` query parameter in visits API `.list()` function
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
Fix issues with warnings in API reports not being checked or reported.
|
||||
|
||||
Due to the recent version bump of API Extractor you may now see a lot of `ae-undocumented` warnings,
|
||||
these can be ignored using the `-o` option, for example, `backstage-repo-tools api-reports -o ae-undocumented,ae-wrong-input-file-type`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
Internal update to remove deprecated `BackstagePlugin` type and move to `FrontendPlugin`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Add translation to the editor toolbar component.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': patch
|
||||
---
|
||||
|
||||
The `createMockDirectory` cleanup strategy has been changed, no longer requiring it to be called outside individual tests.
|
||||
@@ -1,314 +0,0 @@
|
||||
{
|
||||
"mode": "exit",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"example-app": "0.2.101",
|
||||
"@backstage/app-defaults": "1.5.11",
|
||||
"example-app-next": "0.0.15",
|
||||
"app-next-example-plugin": "0.0.15",
|
||||
"example-backend": "0.0.30",
|
||||
"@backstage/backend-app-api": "1.0.0",
|
||||
"@backstage/backend-defaults": "0.5.0",
|
||||
"@backstage/backend-dev-utils": "0.1.5",
|
||||
"@backstage/backend-dynamic-feature-service": "0.4.0",
|
||||
"example-backend-legacy": "0.2.102",
|
||||
"@backstage/backend-openapi-utils": "0.1.18",
|
||||
"@backstage/backend-plugin-api": "1.0.0",
|
||||
"@backstage/backend-test-utils": "1.0.0",
|
||||
"@backstage/catalog-client": "1.7.0",
|
||||
"@backstage/catalog-model": "1.7.0",
|
||||
"@backstage/cli": "0.27.1",
|
||||
"@backstage/cli-common": "0.1.14",
|
||||
"@backstage/cli-node": "0.2.8",
|
||||
"@backstage/codemods": "0.1.50",
|
||||
"@backstage/config": "1.2.0",
|
||||
"@backstage/config-loader": "1.9.1",
|
||||
"@backstage/core-app-api": "1.15.0",
|
||||
"@backstage/core-compat-api": "0.3.0",
|
||||
"@backstage/core-components": "0.15.0",
|
||||
"@backstage/core-plugin-api": "1.9.4",
|
||||
"@backstage/create-app": "0.5.19",
|
||||
"@backstage/dev-utils": "1.1.0",
|
||||
"e2e-test": "0.2.20",
|
||||
"@backstage/e2e-test-utils": "0.1.1",
|
||||
"@backstage/errors": "1.2.4",
|
||||
"@backstage/eslint-plugin": "0.1.9",
|
||||
"@backstage/frontend-app-api": "0.9.0",
|
||||
"@backstage/frontend-defaults": "0.1.0",
|
||||
"@internal/frontend": "0.0.1",
|
||||
"@backstage/frontend-plugin-api": "0.8.0",
|
||||
"@backstage/frontend-test-utils": "0.2.0",
|
||||
"@backstage/integration": "1.15.0",
|
||||
"@backstage/integration-aws-node": "0.1.12",
|
||||
"@backstage/integration-react": "1.1.31",
|
||||
"@internal/opaque": "0.0.1",
|
||||
"@backstage/release-manifests": "0.0.11",
|
||||
"@backstage/repo-tools": "0.9.7",
|
||||
"@techdocs/cli": "1.8.19",
|
||||
"techdocs-cli-embedded-app": "0.2.100",
|
||||
"@backstage/test-utils": "1.6.0",
|
||||
"@backstage/theme": "0.5.7",
|
||||
"@backstage/types": "1.1.1",
|
||||
"@backstage/version-bridge": "1.0.9",
|
||||
"yarn-plugin-backstage": "0.0.2",
|
||||
"@backstage/plugin-api-docs": "0.11.9",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.7",
|
||||
"@backstage/plugin-app": "0.1.0",
|
||||
"@backstage/plugin-app-backend": "0.3.74",
|
||||
"@backstage/plugin-app-node": "0.1.25",
|
||||
"@backstage/plugin-app-visualizer": "0.1.10",
|
||||
"@backstage/plugin-auth-backend": "0.23.0",
|
||||
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.3.0",
|
||||
"@backstage/plugin-auth-backend-module-auth0-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-aws-alb-provider": "0.2.0",
|
||||
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.2.0",
|
||||
"@backstage/plugin-auth-backend-module-bitbucket-provider": "0.2.0",
|
||||
"@backstage/plugin-auth-backend-module-bitbucket-server-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "0.3.0",
|
||||
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.3.0",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "0.2.0",
|
||||
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.2.0",
|
||||
"@backstage/plugin-auth-backend-module-google-provider": "0.2.0",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "0.2.0",
|
||||
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.2.0",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.3.0",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.2.0",
|
||||
"@backstage/plugin-auth-backend-module-oidc-provider": "0.3.0",
|
||||
"@backstage/plugin-auth-backend-module-okta-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-onelogin-provider": "0.2.0",
|
||||
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.2.0",
|
||||
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.3.0",
|
||||
"@backstage/plugin-auth-node": "0.5.2",
|
||||
"@backstage/plugin-auth-react": "0.1.6",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.23",
|
||||
"@backstage/plugin-catalog": "1.23.0",
|
||||
"@backstage/plugin-catalog-backend": "1.26.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.4.2",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.2.2",
|
||||
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.4.0",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.3.2",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.2.2",
|
||||
"@backstage/plugin-catalog-backend-module-gcp": "0.3.0",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.2.2",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.7.3",
|
||||
"@backstage/plugin-catalog-backend-module-github-org": "0.3.0",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.4.2",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab-org": "0.2.0",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.5.3",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.9.0",
|
||||
"@backstage/plugin-catalog-backend-module-logs": "0.1.0",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.6.2",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.2.0",
|
||||
"@backstage/plugin-catalog-backend-module-puppetdb": "0.2.2",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.2.0",
|
||||
"@backstage/plugin-catalog-backend-module-unprocessed": "0.5.0",
|
||||
"@backstage/plugin-catalog-common": "1.1.0",
|
||||
"@backstage/plugin-catalog-graph": "0.4.9",
|
||||
"@backstage/plugin-catalog-import": "0.12.3",
|
||||
"@backstage/plugin-catalog-node": "1.13.0",
|
||||
"@backstage/plugin-catalog-react": "1.13.0",
|
||||
"@backstage/plugin-catalog-unprocessed-entities": "0.2.8",
|
||||
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.4",
|
||||
"@backstage/plugin-config-schema": "0.1.59",
|
||||
"@backstage/plugin-devtools": "0.1.18",
|
||||
"@backstage/plugin-devtools-backend": "0.4.0",
|
||||
"@backstage/plugin-devtools-common": "0.1.12",
|
||||
"@backstage/plugin-events-backend": "0.3.12",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.4.2",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.2.11",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.2.11",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.2.11",
|
||||
"@backstage/plugin-events-backend-module-github": "0.2.11",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.2.11",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.35",
|
||||
"@backstage/plugin-events-node": "0.4.0",
|
||||
"@internal/plugin-todo-list": "1.0.31",
|
||||
"@internal/plugin-todo-list-backend": "1.0.31",
|
||||
"@internal/plugin-todo-list-common": "1.0.21",
|
||||
"@backstage/plugin-home": "0.7.10",
|
||||
"@backstage/plugin-home-react": "0.1.17",
|
||||
"@backstage/plugin-kubernetes": "0.11.14",
|
||||
"@backstage/plugin-kubernetes-backend": "0.18.6",
|
||||
"@backstage/plugin-kubernetes-cluster": "0.0.15",
|
||||
"@backstage/plugin-kubernetes-common": "0.8.3",
|
||||
"@backstage/plugin-kubernetes-node": "0.1.19",
|
||||
"@backstage/plugin-kubernetes-react": "0.4.3",
|
||||
"@backstage/plugin-notifications": "0.3.1",
|
||||
"@backstage/plugin-notifications-backend": "0.4.0",
|
||||
"@backstage/plugin-notifications-backend-module-email": "0.3.0",
|
||||
"@backstage/plugin-notifications-common": "0.0.5",
|
||||
"@backstage/plugin-notifications-node": "0.2.6",
|
||||
"@backstage/plugin-org": "0.6.29",
|
||||
"@backstage/plugin-org-react": "0.1.28",
|
||||
"@backstage/plugin-permission-backend": "0.5.49",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.2.0",
|
||||
"@backstage/plugin-permission-common": "0.8.1",
|
||||
"@backstage/plugin-permission-node": "0.8.3",
|
||||
"@backstage/plugin-permission-react": "0.4.26",
|
||||
"@backstage/plugin-proxy-backend": "0.5.6",
|
||||
"@backstage/plugin-scaffolder": "1.25.0",
|
||||
"@backstage/plugin-scaffolder-backend": "1.25.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-azure": "0.2.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.3.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "0.2.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "0.2.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.3.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.3.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-gcp": "0.2.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.2.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitea": "0.2.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-github": "0.5.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.5.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-notifications": "0.1.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.5.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.2.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.4.0",
|
||||
"@backstage/plugin-scaffolder-common": "1.5.6",
|
||||
"@backstage/plugin-scaffolder-node": "0.4.11",
|
||||
"@backstage/plugin-scaffolder-node-test-utils": "0.1.12",
|
||||
"@backstage/plugin-scaffolder-react": "1.12.0",
|
||||
"@backstage/plugin-search": "1.4.16",
|
||||
"@backstage/plugin-search-backend": "1.5.17",
|
||||
"@backstage/plugin-search-backend-module-catalog": "0.2.2",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.5.6",
|
||||
"@backstage/plugin-search-backend-module-explore": "0.2.2",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.35",
|
||||
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.3.0",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "0.2.2",
|
||||
"@backstage/plugin-search-backend-node": "1.3.2",
|
||||
"@backstage/plugin-search-common": "1.2.14",
|
||||
"@backstage/plugin-search-react": "1.8.0",
|
||||
"@backstage/plugin-signals": "0.0.10",
|
||||
"@backstage/plugin-signals-backend": "0.2.0",
|
||||
"@backstage/plugin-signals-node": "0.1.11",
|
||||
"@backstage/plugin-signals-react": "0.0.5",
|
||||
"@backstage/plugin-techdocs": "1.10.9",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.38",
|
||||
"@backstage/plugin-techdocs-backend": "1.10.13",
|
||||
"@backstage/plugin-techdocs-common": "0.1.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.14",
|
||||
"@backstage/plugin-techdocs-node": "1.12.11",
|
||||
"@backstage/plugin-techdocs-react": "1.2.8",
|
||||
"@backstage/plugin-user-settings": "0.8.12",
|
||||
"@backstage/plugin-user-settings-backend": "0.2.24",
|
||||
"@backstage/plugin-user-settings-common": "0.0.1",
|
||||
"@internal/scaffolder": "0.0.1"
|
||||
},
|
||||
"changesets": [
|
||||
"angry-cycles-call",
|
||||
"angry-mayflies-collect",
|
||||
"angry-windows-decide",
|
||||
"big-rules-nail",
|
||||
"breezy-bulldogs-smell",
|
||||
"brown-frogs-walk",
|
||||
"calm-owls-move",
|
||||
"chair-fairs-drive",
|
||||
"chilled-dolphins-join",
|
||||
"chilled-melons-smash",
|
||||
"clever-paws-stare",
|
||||
"cold-nails-rescue",
|
||||
"crash-loop-baby",
|
||||
"crash-loop-honey",
|
||||
"crash-loop-yeah",
|
||||
"create-app-1727774359",
|
||||
"create-app-1728387650",
|
||||
"cuddly-stingrays-smell",
|
||||
"curly-foxes-brake",
|
||||
"curly-tomatoes-reply",
|
||||
"cyan-cooks-sing",
|
||||
"cyan-peaches-lay",
|
||||
"cyan-vans-study",
|
||||
"dependabot-a3fd85a",
|
||||
"dry-frogs-drum",
|
||||
"early-drinks-kneel",
|
||||
"early-sloths-cross",
|
||||
"eight-clocks-complain",
|
||||
"eight-steaks-chew",
|
||||
"eighty-mice-turn",
|
||||
"eleven-beds-play",
|
||||
"eleven-pugs-hear",
|
||||
"fair-chairs-drive",
|
||||
"famous-bobcats-remain",
|
||||
"fifty-trainers-watch",
|
||||
"five-gorillas-pay",
|
||||
"five-turkeys-taste",
|
||||
"flat-eels-exist",
|
||||
"flat-seals-type",
|
||||
"fluffy-dolphins-battle",
|
||||
"fluffy-pears-cry",
|
||||
"four-moons-watch",
|
||||
"friendly-coins-approve",
|
||||
"friendly-cougars-return",
|
||||
"funny-rocks-train",
|
||||
"fuzzy-elephants-tease",
|
||||
"giant-kiwis-retire",
|
||||
"gold-pots-end",
|
||||
"great-eagles-repair",
|
||||
"green-bottles-live",
|
||||
"green-cooks-sort",
|
||||
"happy-ligers-think",
|
||||
"healthy-shoes-judge",
|
||||
"healthy-years-search",
|
||||
"heavy-ties-tell",
|
||||
"honest-impalas-rescue",
|
||||
"hungry-buckets-repair",
|
||||
"large-hats-reply",
|
||||
"large-plants-rhyme",
|
||||
"light-rats-travel",
|
||||
"long-humans-hunt",
|
||||
"loud-hotels-tan",
|
||||
"lovely-bees-walk",
|
||||
"nasty-lamps-greet",
|
||||
"neat-geckos-end",
|
||||
"nice-badgers-travel",
|
||||
"olive-walls-wave",
|
||||
"polite-days-flash",
|
||||
"poor-dodos-wait",
|
||||
"pretty-buses-repair",
|
||||
"pretty-plants-hammer",
|
||||
"purple-toys-heal",
|
||||
"quiet-dingos-bathe",
|
||||
"quiet-needles-impress",
|
||||
"rare-crabs-cheat",
|
||||
"rare-rabbits-flow",
|
||||
"renovate-156753b",
|
||||
"renovate-7874fad",
|
||||
"renovate-85a184e",
|
||||
"renovate-87a3bd2",
|
||||
"renovate-9f7136b",
|
||||
"renovate-f88b005",
|
||||
"rich-deers-attend",
|
||||
"rich-needles-collect",
|
||||
"rotten-camels-deny",
|
||||
"rude-apricots-eat",
|
||||
"sharp-lamps-fix",
|
||||
"shy-olives-swim",
|
||||
"shy-plants-retire",
|
||||
"silly-geckos-learn",
|
||||
"silly-readers-build",
|
||||
"slimy-ravens-end",
|
||||
"slow-gorillas-thank",
|
||||
"slow-trees-compare",
|
||||
"small-donkeys-attack",
|
||||
"smart-jobs-sit",
|
||||
"sour-grapes-trade",
|
||||
"sour-phones-fix",
|
||||
"stale-ravens-clap",
|
||||
"stale-roses-serve",
|
||||
"strange-bees-attack",
|
||||
"strong-monkeys-melt",
|
||||
"sweet-chicken-smash",
|
||||
"ten-apes-turn",
|
||||
"ten-rings-look",
|
||||
"thick-tables-give",
|
||||
"thirty-pets-fry",
|
||||
"thirty-pianos-mix",
|
||||
"tiny-pugs-kick",
|
||||
"tough-fireants-itch",
|
||||
"tough-pillows-sip",
|
||||
"tricky-shoes-lie",
|
||||
"twenty-cups-knock",
|
||||
"two-plums-fail",
|
||||
"weak-bottles-cross"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Standardize template editor pages desktop and mobile layouts.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-app': patch
|
||||
---
|
||||
|
||||
Added missing default `SignInPageExtension` which by default uses guest auth, missing `ApiExtensions` for `scmAuth`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/integration-react': minor
|
||||
---
|
||||
|
||||
Added new ScmAuth method `forBitbucketServer` that uses correct OAuth scopes by default. Also updated `forBitbucket` method to allow overriding the default OAuth scopes.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-vmware-cloud-provider': minor
|
||||
---
|
||||
|
||||
**BREAKING**: The `profileEmailMatchingUserEntityEmail` sign-in resolver has been removed as it was using an insecure fallback for resolving user identities. See https://backstage.io/docs/auth/identity-resolver#sign-in-without-users-in-the-catalog for how to create a custom sign-in resolver if needed as a replacement.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Fixed a bug where the concurrency limiter for URL reading was not honored
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Add configuration parameters for deferred stitcher
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user