committed by
Fredrik Adelöw
parent
a5c3dd77fe
commit
0e120c5c66
@@ -1,5 +1,33 @@
|
||||
# @backstage/plugin-scaffolder-backend
|
||||
|
||||
## 0.9.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d7245b733: Remove runDockerContainer, and start using the utility function provided by @backstage/backend-common
|
||||
- 0b42fff22: Make use of parseLocationReference/stringifyLocationReference
|
||||
- c532c1682: Fixes task failures caused by undefined step input
|
||||
- 761698831: Bump to the latest version of the Knex library.
|
||||
- f98f212e4: Introduce scaffolder actions page which lists all available actions along with documentation about their input/output.
|
||||
|
||||
Allow for actions to be extended with a description.
|
||||
|
||||
The list actions page is by default available at `/create/actions`.
|
||||
|
||||
- 2e57922de: Update GitHub publisher to display a more helpful error message when repository access update fails.
|
||||
- Updated dependencies [277644e09]
|
||||
- Updated dependencies [52f613030]
|
||||
- Updated dependencies [d7245b733]
|
||||
- Updated dependencies [0b42fff22]
|
||||
- Updated dependencies [0b42fff22]
|
||||
- Updated dependencies [905cbfc96]
|
||||
- Updated dependencies [761698831]
|
||||
- Updated dependencies [d4e77ec5f]
|
||||
- @backstage/integration@0.5.1
|
||||
- @backstage/backend-common@0.5.6
|
||||
- @backstage/catalog-model@0.7.4
|
||||
- @backstage/catalog-client@0.3.7
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-backend",
|
||||
"version": "0.9.0",
|
||||
"version": "0.9.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -29,11 +29,11 @@
|
||||
"clean": "backstage-cli clean"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.5.5",
|
||||
"@backstage/catalog-client": "^0.3.6",
|
||||
"@backstage/catalog-model": "^0.7.3",
|
||||
"@backstage/backend-common": "^0.5.6",
|
||||
"@backstage/catalog-client": "^0.3.7",
|
||||
"@backstage/catalog-model": "^0.7.4",
|
||||
"@backstage/config": "^0.1.3",
|
||||
"@backstage/integration": "^0.5.0",
|
||||
"@backstage/integration": "^0.5.1",
|
||||
"@gitbeaker/core": "^28.0.2",
|
||||
"@gitbeaker/node": "^28.0.2",
|
||||
"@octokit/rest": "^18.0.12",
|
||||
@@ -63,7 +63,7 @@
|
||||
"yaml": "^1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.6.3",
|
||||
"@backstage/cli": "^0.6.4",
|
||||
"@backstage/test-utils": "^0.1.8",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/mock-fs": "^4.13.0",
|
||||
|
||||
Reference in New Issue
Block a user