Version Packages

This commit is contained in:
github-actions[bot]
2023-11-14 13:25:17 +00:00
parent 4d99b757aa
commit c8a8aac2af
657 changed files with 7714 additions and 2244 deletions
+22
View File
@@ -1,5 +1,27 @@
# @backstage/plugin-kubernetes-backend
## 0.13.1
### Patch Changes
- 62180df4ee: Allow storing dashboard parameters for kubernetes in catalog
- df40b067e1: Fixed the lack of `resourcequotas` as part of the Default Objects to fetch from the kubernetes api
- Updated dependencies
- @backstage/plugin-catalog-node@1.5.0
- @backstage/plugin-kubernetes-common@0.7.1
- @backstage/backend-common@0.19.9
- @backstage/backend-plugin-api@0.6.7
- @backstage/integration-aws-node@0.1.8
- @backstage/catalog-client@1.4.6
- @backstage/plugin-permission-common@0.7.10
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.1
- @backstage/plugin-kubernetes-node@0.1.1
- @backstage/plugin-permission-node@0.7.18
## 0.13.1-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-backend",
"description": "A Backstage backend plugin that integrates towards Kubernetes",
"version": "0.13.1-next.2",
"version": "0.13.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",