Version Packages

This commit is contained in:
github-actions[bot]
2023-06-20 13:54:09 +00:00
parent 91fd39cd7e
commit bc0c4bc64c
575 changed files with 6299 additions and 1817 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/plugin-kubernetes
## 0.9.2
### Patch Changes
- dc3cddf51ab5: Fix cyclical dependency in built output
- 4e697e88f0e2: Add resource utilization to Pod Drawer
- 4b230b97660d: Add errors to PodDrawer
- 73cc0deee48a: Add proposed fix dialog for pod errors
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
- @backstage/plugin-kubernetes-common@0.6.4
## 0.9.2-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes",
"description": "A Backstage plugin that integrates towards Kubernetes",
"version": "0.9.2-next.3",
"version": "0.9.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",