Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-03-21 13:38:30 +00:00
parent cc47161fe3
commit 5af2c4f412
359 changed files with 5141 additions and 194 deletions
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-kubernetes-common
## 0.6.2-next.0
### Patch Changes
- 804f6d16b0c: Introduced proxy permission types to be used with the kubernetes proxy endpoint's permission framework integration.
- Updated dependencies
- @backstage/catalog-model@1.2.1
- @backstage/plugin-permission-common@0.7.4
## 0.6.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.6.1",
"version": "0.6.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",