Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-11-22 15:40:52 +00:00
parent 940396cf09
commit 83d3167594
359 changed files with 5134 additions and 189 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-kubernetes-common
## 0.4.5-next.0
### Patch Changes
- b585179770: Added Kubernetes proxy API route to backend Kubernetes plugin, allowing Backstage plugin developers to read/write new information from Kubernetes (if proper credentials are provided).
- Updated dependencies
- @backstage/catalog-model@1.1.4-next.0
## 0.4.4
### 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.4.4",
"version": "0.4.5-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",