Version Packages

This commit is contained in:
github-actions[bot]
2021-02-11 10:15:47 +00:00
parent 190c709473
commit aa49ca2284
140 changed files with 1025 additions and 680 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-kubernetes
## 0.3.9
### Patch Changes
- 6ed2b47d6: Include Backstage identity token in requests to backend plugins.
- 64b9efac2: Migrate to new composability API, exporting the plugin instance as `kubernetesPlugin` and entity content as `EntityKubernetesContent`.
- Updated dependencies [19d354c78]
- Updated dependencies [b51ee6ece]
- @backstage/plugin-catalog-react@0.0.3
- @backstage/core@0.6.1
## 0.3.8
### Patch Changes
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes",
"version": "0.3.8",
"version": "0.3.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,9 +32,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.7.1",
"@backstage/plugin-catalog-react": "^0.0.2",
"@backstage/plugin-catalog-react": "^0.0.3",
"@backstage/config": "^0.1.2",
"@backstage/core": "^0.6.0",
"@backstage/core": "^0.6.1",
"@backstage/plugin-kubernetes-backend": "^0.2.6",
"@backstage/theme": "^0.2.3",
"@kubernetes/client-node": "^0.13.2",
@@ -49,8 +49,8 @@
},
"devDependencies": {
"@backstage/cli": "^0.6.0",
"@backstage/dev-utils": "^0.1.9",
"@backstage/test-utils": "^0.1.6",
"@backstage/dev-utils": "^0.1.10",
"@backstage/test-utils": "^0.1.7",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.4.1",
"@testing-library/user-event": "^12.0.7",