Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-10-25 13:18:27 +00:00
parent 7035be58ba
commit d4df1fbb2e
336 changed files with 5182 additions and 178 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-kubernetes-common
## 0.4.4-next.0
### Patch Changes
- cbf5d11fdf: The Kubernetes errors when fetching pod metrics are now captured and returned to the frontend.
- **BREAKING** The method `fetchPodMetricsByNamespace` in the interface `KubernetesFetcher` is changed to `fetchPodMetricsByNamespaces`. It now accepts a set of namespace strings and returns `Promise<FetchResponseWrapper>`.
- Add the `PodStatusFetchResponse` to the `FetchResponse` union type.
- Add `NOT_FOUND` to the `KubernetesErrorTypes` union type, the HTTP error with status code 404 will be mapped to this error.
- Updated dependencies
- @backstage/catalog-model@1.1.3-next.0
## 0.4.3
### 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.3",
"version": "0.4.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",