Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-07-05 08:23:38 +00:00
parent f863b1a730
commit 6b985dc1c7
201 changed files with 3302 additions and 662 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-kubernetes-backend
## 0.7.0-next.2
### Patch Changes
- 60e5f9fe68: Fixed the lack of `limitranges` as part of the Default Objects to fetch from the kubernetes api
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.4.0-next.1
- @backstage/catalog-model@1.1.0-next.2
- @backstage/backend-common@0.14.1-next.2
## 0.7.0-next.1
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-backend",
"description": "A Backstage backend plugin that integrates towards Kubernetes",
"version": "0.7.0-next.1",
"version": "0.7.0-next.2",
"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.14.1-next.1",
"@backstage/catalog-model": "^1.1.0-next.1",
"@backstage/backend-common": "^0.14.1-next.2",
"@backstage/catalog-model": "^1.1.0-next.2",
"@backstage/config": "^1.0.1",
"@backstage/errors": "^1.1.0-next.0",
"@backstage/plugin-kubernetes-common": "^0.4.0-next.0",
"@backstage/plugin-kubernetes-common": "^0.4.0-next.1",
"@google-cloud/container": "^4.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.18.0-next.1",
"@backstage/cli": "^0.18.0-next.2",
"@types/aws4": "^1.5.1",
"aws-sdk-mock": "^5.2.1",
"supertest": "^6.1.3"