Version Packages
This commit is contained in:
@@ -1,5 +1,34 @@
|
||||
# @backstage/plugin-kubernetes-backend
|
||||
|
||||
## 0.17.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 6c19c14: **BREAKING**: `KubernetesProxy` now requires the `DiscoveryService` to be passed to the constuctor
|
||||
- 5dd8177: **BREAKING** Winston logger has been replaced with `LoggerService`
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f5cec55: Fixing issue where `BackstageCredentials` were not properly forwarded for all calls
|
||||
- dd269e9: Fixed a bug where the proxy handler did not properly handle a missing header
|
||||
- 9d89aed: Fixed a crash reading `credentials` from `undefined`.
|
||||
- e5a2ccc: Updated dependency `@types/http-proxy-middleware` to `^1.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-kubernetes-node@0.1.11
|
||||
- @backstage/backend-common@0.21.7
|
||||
- @backstage/plugin-permission-node@0.7.28
|
||||
- @backstage/backend-plugin-api@0.6.17
|
||||
- @backstage/plugin-auth-node@0.4.12
|
||||
- @backstage/catalog-client@1.6.4
|
||||
- @backstage/integration-aws-node@0.1.12
|
||||
- @backstage/plugin-catalog-node@1.11.1
|
||||
- @backstage/catalog-model@1.4.5
|
||||
- @backstage/config@1.2.0
|
||||
- @backstage/errors@1.2.4
|
||||
- @backstage/types@1.1.1
|
||||
- @backstage/plugin-kubernetes-common@0.7.5
|
||||
- @backstage/plugin-permission-common@0.7.13
|
||||
|
||||
## 0.17.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-kubernetes-backend",
|
||||
"description": "A Backstage backend plugin that integrates towards Kubernetes",
|
||||
"version": "0.17.0-next.1",
|
||||
"version": "0.17.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user