@backstage/plugin-kubernetes-node 0.0.0-nightly-20240128021149 → 0.0.0-nightly-20240129021015
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 +4 -4
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes-node
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240129021015
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
- cceed8a: Introduced `PinnipedHelper` class to enable authentication to Kubernetes clusters through Pinniped
|
|
9
9
|
- f180cba: Enabling authentication to kubernetes clusters with mTLS x509 client certs
|
|
10
10
|
- Updated dependencies
|
|
11
|
-
- @backstage/
|
|
12
|
-
- @backstage/
|
|
13
|
-
- @backstage/
|
|
11
|
+
- @backstage/catalog-model@0.0.0-nightly-20240129021015
|
|
12
|
+
- @backstage/plugin-kubernetes-common@0.0.0-nightly-20240129021015
|
|
13
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20240129021015
|
|
14
14
|
- @backstage/types@1.1.1
|
|
15
15
|
|
|
16
16
|
## 0.1.4-next.0
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-kubernetes-node",
|
|
3
3
|
"description": "Node.js library for the kubernetes plugin",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20240129021015",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"postpack": "backstage-cli package postpack"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@backstage/backend-app-api": "^0.0.0-nightly-
|
|
26
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
27
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
28
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
29
|
-
"@backstage/plugin-kubernetes-backend": "^0.0.0-nightly-
|
|
25
|
+
"@backstage/backend-app-api": "^0.0.0-nightly-20240129021015",
|
|
26
|
+
"@backstage/backend-common": "^0.0.0-nightly-20240129021015",
|
|
27
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240129021015",
|
|
28
|
+
"@backstage/cli": "^0.0.0-nightly-20240129021015",
|
|
29
|
+
"@backstage/plugin-kubernetes-backend": "^0.0.0-nightly-20240129021015",
|
|
30
30
|
"msw": "^1.3.1",
|
|
31
31
|
"supertest": "^6.1.3"
|
|
32
32
|
},
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
38
|
-
"@backstage/catalog-model": "^
|
|
39
|
-
"@backstage/plugin-kubernetes-common": "^0.0.0-nightly-
|
|
37
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20240129021015",
|
|
38
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20240129021015",
|
|
39
|
+
"@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20240129021015",
|
|
40
40
|
"@backstage/types": "^1.1.1",
|
|
41
41
|
"@kubernetes/client-node": "^0.20.0",
|
|
42
42
|
"node-fetch": "^2.6.7",
|