Version Packages (next)
This commit is contained in:
@@ -0,0 +1,274 @@
|
||||
# Release v1.5.0-next.1
|
||||
|
||||
## @backstage/integration@1.3.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- ad35364e97: feat(techdocs): add edit button support for bitbucketServer
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1f27d83933: Fixed bug in getGitLabFileFetchUrl where a target whose path did not contain the
|
||||
`/-/` scope would result in a fetch URL that did not support
|
||||
private-token-based authentication.
|
||||
|
||||
## @backstage/plugin-catalog@1.5.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- fe94398418: Allow changing the subtitle of the `CatalogTable` component
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.10.1-next.1
|
||||
- @backstage/plugin-catalog-common@1.0.5-next.0
|
||||
- @backstage/plugin-catalog-react@1.1.3-next.1
|
||||
|
||||
## @backstage/plugin-scaffolder@1.5.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- c4b452e16a: Starting the implementation of the Wizard page for the `next` scaffolder plugin
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.10.1-next.1
|
||||
- @backstage/plugin-catalog-common@1.0.5-next.0
|
||||
- @backstage/integration@1.3.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.3-next.1
|
||||
|
||||
## @backstage/plugin-scaffolder-backend@1.5.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- c4b452e16a: Starting the implementation of the Wizard page for the `next` scaffolder plugin
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.0-next.1
|
||||
- @backstage/integration@1.3.0-next.1
|
||||
- @backstage/plugin-catalog-backend@1.3.1-next.1
|
||||
|
||||
## @backstage/plugin-sonarqube@0.4.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 619b515172: **BREAKING** This plugin now call the `sonarqube-backend` plugin instead of relying on the proxy plugin
|
||||
|
||||
The whole proxy's `'/sonarqube':` key can be removed from your configuration files.
|
||||
|
||||
Then head to the [README in sonarqube-backend plugin page](https://github.com/backstage/backstage/tree/master/plugins/sonarqube-backend/README.md) to learn how to set-up the link to your Sonarqube instances.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f9c310a439: Add ability to provide an optional Sonarqube instance into the annotation in the `catalog-info.yaml` file
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.10.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.3-next.1
|
||||
|
||||
## @backstage/plugin-sonarqube-backend@0.1.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- e2be9ab3a4: Initial creation of the plugin
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.0-next.1
|
||||
|
||||
## @backstage/plugin-techdocs-node@1.3.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- ad35364e97: feat(techdocs): add edit button support for bitbucketServer
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f833344611: Bump default `TechDocs` image to `v1.1.0`, see the release [here](https://github.com/backstage/techdocs-container/releases/tag/v1.1.0).
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.0-next.1
|
||||
- @backstage/integration@1.3.0-next.1
|
||||
|
||||
## @backstage/backend-common@0.15.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 1732a18a7a: Exported `redactLogLine` function to be able to use it in custom loggers and renamed it to `redactWinstonLogLine`.
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.3.0-next.1
|
||||
|
||||
## @backstage/core-components@0.10.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a22af3edc8: Adding a `className` prop to the `MarkdownContent` component
|
||||
|
||||
## @backstage/create-app@0.4.30-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Bumped create-app version.
|
||||
|
||||
## @techdocs/cli@1.1.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.0-next.1
|
||||
- @backstage/plugin-techdocs-node@1.3.0-next.1
|
||||
|
||||
## @backstage/plugin-api-docs@0.8.8-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dae12c71cf: Updated dependency `@asyncapi/react-component` to `1.0.0-next.40`.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.10.1-next.1
|
||||
- @backstage/plugin-catalog@1.5.0-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.3-next.1
|
||||
|
||||
## @backstage/plugin-catalog-backend@1.3.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e3d3018531: Fix issue for conditional decisions based on properties stored as arrays, like tags.
|
||||
|
||||
Before this change, having a permission policy returning conditional decisions based on metadata like tags, such like `createCatalogConditionalDecision(permission, catalogConditions.hasMetadata('tags', 'java'),)`, was producing wrong results. The issue occurred when authorizing entities already loaded from the database, for example when authorizing `catalogEntityDeletePermission`.
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-common@1.0.5-next.0
|
||||
- @backstage/backend-common@0.15.0-next.1
|
||||
- @backstage/integration@1.3.0-next.1
|
||||
|
||||
## @backstage/plugin-catalog-backend-module-github@0.1.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f48950e34b: Github Entity Provider functionality for adding entities to the catalog.
|
||||
|
||||
This provider replaces the GithubDiscoveryProcessor functionality as providers offer more flexibility with scheduling ingestion, removing and preventing orphaned entities.
|
||||
|
||||
More information can be found on the [GitHub Discovery](https://backstage.io/docs/integrations/github/discovery) page.
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.0-next.1
|
||||
- @backstage/integration@1.3.0-next.1
|
||||
- @backstage/plugin-catalog-backend@1.3.1-next.1
|
||||
|
||||
## @backstage/plugin-catalog-common@1.0.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 92103db537: Export aggregated list of all catalog permissions
|
||||
|
||||
## @backstage/plugin-catalog-react@1.1.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.10.1-next.1
|
||||
- @backstage/plugin-catalog-common@1.0.5-next.0
|
||||
- @backstage/integration@1.3.0-next.1
|
||||
|
||||
## @backstage/plugin-home@0.4.24-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- df7b9158b8: Add wrap-around for the listing of tools to prevent increasing width with name length.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.10.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.3-next.1
|
||||
|
||||
## @backstage/plugin-jenkins@0.7.7-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.10.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.3-next.1
|
||||
- @backstage/plugin-jenkins-common@0.1.7-next.0
|
||||
|
||||
## @backstage/plugin-jenkins-backend@0.1.25-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.15.0-next.1
|
||||
- @backstage/plugin-jenkins-common@0.1.7-next.0
|
||||
|
||||
## @backstage/plugin-jenkins-common@0.1.7-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-common@1.0.5-next.0
|
||||
|
||||
## @backstage/plugin-kubernetes@0.7.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 860ed68343: Fixed bug in CronJobsAccordions component that causes an error when cronjobs use a kubernetes alias, such as `@hourly` or `@daily` instead of standard cron syntax.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.10.1-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.3-next.1
|
||||
|
||||
## @backstage/plugin-techdocs@1.3.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b86ed4d990: Add highlight to active navigation item and navigation parents.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.10.1-next.1
|
||||
- @backstage/integration@1.3.0-next.1
|
||||
- @backstage/plugin-techdocs-react@1.0.3-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.3-next.1
|
||||
|
||||
## @backstage/plugin-techdocs-backend@1.2.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-common@1.0.5-next.0
|
||||
- @backstage/backend-common@0.15.0-next.1
|
||||
- @backstage/integration@1.3.0-next.1
|
||||
- @backstage/plugin-techdocs-node@1.3.0-next.1
|
||||
|
||||
## @backstage/plugin-techdocs-module-addons-contrib@1.0.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ad35364e97: feat(techdocs): add edit button support for bitbucketServer
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.10.1-next.1
|
||||
- @backstage/integration@1.3.0-next.1
|
||||
- @backstage/plugin-techdocs-react@1.0.3-next.1
|
||||
|
||||
## @backstage/plugin-techdocs-react@1.0.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 29d6cf0147: Add `toLowerEntityRefMaybe()` helper function for handling `techdocs.legacyUseCaseSensitiveTripletPaths` flag.
|
||||
Pass modified `entityRef` to `TechDocsReaderPageContext` to handle the `techdocs.legacyUseCaseSensitiveTripletPaths` flag.
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.10.1-next.1
|
||||
|
||||
## example-app@0.2.74-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-kubernetes@0.7.1-next.1
|
||||
- @backstage/plugin-home@0.4.24-next.1
|
||||
- @backstage/core-components@0.10.1-next.1
|
||||
- @backstage/plugin-scaffolder@1.5.0-next.1
|
||||
- @backstage/plugin-techdocs@1.3.1-next.1
|
||||
- @backstage/plugin-catalog-common@1.0.5-next.0
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.0.3-next.1
|
||||
- @backstage/plugin-api-docs@0.8.8-next.1
|
||||
- @backstage/plugin-techdocs-react@1.0.3-next.1
|
||||
- @backstage/plugin-catalog-react@1.1.3-next.1
|
||||
- @backstage/plugin-jenkins@0.7.7-next.1
|
||||
Reference in New Issue
Block a user