@backstage/plugin-kubernetes-common 0.0.0-nightly-20230829023907 → 0.0.0-nightly-20230830021355
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,22 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes-common
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230830021355
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- ccf00accb408: Add AWS Annotations to Kubernetes Cluster Resource
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/catalog-model@
|
|
10
|
-
- @backstage/plugin-permission-common@0.
|
|
9
|
+
- @backstage/catalog-model@0.0.0-nightly-20230830021355
|
|
10
|
+
- @backstage/plugin-permission-common@0.0.0-nightly-20230830021355
|
|
11
|
+
|
|
12
|
+
## 0.6.6-next.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- ccf00accb408: Add AWS Annotations to Kubernetes Cluster Resource
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/catalog-model@1.4.2-next.0
|
|
19
|
+
- @backstage/plugin-permission-common@0.7.8-next.0
|
|
11
20
|
|
|
12
21
|
## 0.6.5
|
|
13
22
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes-common",
|
|
3
3
|
"description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20230830021355",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"url": "https://github.com/backstage/backstage/issues"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@backstage/catalog-model": "^
|
|
42
|
-
"@backstage/plugin-permission-common": "^0.
|
|
41
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20230830021355",
|
|
42
|
+
"@backstage/plugin-permission-common": "^0.0.0-nightly-20230830021355",
|
|
43
43
|
"@kubernetes/client-node": "0.18.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
46
|
+
"@backstage/cli": "^0.0.0-nightly-20230830021355"
|
|
47
47
|
},
|
|
48
48
|
"jest": {
|
|
49
49
|
"roots": [
|