Version Packages

This commit is contained in:
github-actions[bot]
2022-05-17 09:26:29 +00:00
parent 6a1f67ba49
commit 64a03bd946
449 changed files with 5696 additions and 2960 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-kubernetes-backend
## 0.5.1
### Patch Changes
- 1ef98cfe48: add Azure Identity auth provider and AKS dashboard formatter
- b9f7ffb162: Add filtering to GKE cluster locator
- 447e060872: Add support for 'oidc' as authProvider for kubernetes authentication
and adds optional 'oidcTokenProvider' config value. This will allow
users to authenticate to kubernetes cluster using id tokens obtained
from the configured auth provider in their backstage instance.
- cfc0f19699: Updated dependency `fs-extra` to `10.1.0`.
- Updated dependencies
- @backstage/backend-common@0.13.3
- @backstage/plugin-kubernetes-common@0.2.10
- @backstage/config@1.0.1
- @backstage/catalog-model@1.0.2
## 0.5.1-next.2
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-backend",
"description": "A Backstage backend plugin that integrates towards Kubernetes",
"version": "0.5.1-next.2",
"version": "0.5.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -36,11 +36,11 @@
},
"dependencies": {
"@azure/identity": "^2.0.4",
"@backstage/backend-common": "^0.13.3-next.2",
"@backstage/catalog-model": "^1.0.2-next.0",
"@backstage/config": "^1.0.1-next.0",
"@backstage/backend-common": "^0.13.3",
"@backstage/catalog-model": "^1.0.2",
"@backstage/config": "^1.0.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-kubernetes-common": "^0.2.10-next.1",
"@backstage/plugin-kubernetes-common": "^0.2.10",
"@google-cloud/container": "^3.0.0",
"@kubernetes/client-node": "^0.16.0",
"@types/express": "^4.17.6",
@@ -61,7 +61,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.1-next.2",
"@backstage/cli": "^0.17.1",
"@types/aws4": "^1.5.1",
"aws-sdk-mock": "^5.2.1",
"supertest": "^6.1.3"