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
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-kubernetes-common
## 0.7.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/core-plugin-api@1.8.0
- @backstage/plugin-permission-common@0.7.10
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## 0.7.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-common",
"description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
"version": "0.7.1-next.1",
"version": "0.7.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",