Skip to content

Commit

Permalink
Merge pull request backstage#12838 from backstage/changeset-release/m…
Browse files Browse the repository at this point in the history
…aster

Version Packages (next)
  • Loading branch information
benjdlambert authored Aug 2, 2022
2 parents 536c58a + f762386 commit 62bee85
Show file tree
Hide file tree
Showing 104 changed files with 739 additions and 158 deletions.
5 changes: 5 additions & 0 deletions .changeset/create-app-1659429685.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---

Bumped create-app version.
22 changes: 21 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,34 +165,54 @@
"@backstage/plugin-vault": "0.1.1",
"@backstage/plugin-vault-backend": "0.2.0",
"@backstage/plugin-xcmetrics": "0.2.27",
"@internal/plugin-catalog-customized": "0.0.0"
"@internal/plugin-catalog-customized": "0.0.0",
"@backstage/plugin-sonarqube-backend": "0.0.0"
},
"changesets": [
"big-mirrors-play",
"calm-clocks-drum",
"create-app-1658824524",
"create-app-1659429685",
"dull-owls-grab",
"dull-pumas-hope",
"dull-starfishes-chew",
"eighty-radios-look",
"empty-apple-pie",
"empty-apples-tie",
"famous-bikes-brush",
"fast-panthers-fold",
"few-berries-deny",
"forty-lobsters-guess",
"fresh-hounds-argue",
"friendly-sheep-flash",
"itchy-mice-kiss",
"khaki-meals-hammer",
"little-laws-heal",
"loud-panthers-arrive",
"lovely-walls-brush",
"mean-ants-hang",
"metal-points-itch",
"mighty-penguins-tap",
"modern-shrimps-wave",
"nine-mails-crash",
"odd-adults-smash",
"odd-tomatoes-juggle",
"olive-tips-camp",
"pretty-gifts-do",
"purple-apricots-build",
"red-turtles-melt",
"renovate-15030f1",
"renovate-5b7b62b",
"renovate-5ba3a71",
"rotten-moles-give",
"short-trains-roll",
"silver-poets-push",
"strange-crabs-confess",
"strange-moles-design",
"techdocs-eagles-stare",
"ten-roses-walk",
"thick-readers-invite",
"twenty-humans-visit",
"violet-mayflies-mix",
"violet-trees-play"
]
Expand Down
274 changes: 274 additions & 0 deletions docs/releases/v1.5.0-next.1-changelog.md
Original file line number Diff line number Diff line change
@@ -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

## [email protected]

### 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/react": "^17",
"@types/react-dom": "^17"
},
"version": "1.5.0-next.0",
"version": "1.5.0-next.1",
"dependencies": {
"@manypkg/get-packages": "^1.1.3",
"@microsoft/api-documenter": "^7.17.11",
Expand Down
17 changes: 17 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# 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

## 0.2.74-next.0

### Patch Changes
Expand Down
Loading

0 comments on commit 62bee85

Please sign in to comment.