@backstage/plugin-kubernetes-node 0.0.0-nightly-20240128021149 → 0.0.0-nightly-20240130021056

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -4
  2. 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-20240128021149
3
+ ## 0.0.0-nightly-20240130021056
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/plugin-kubernetes-common@0.0.0-nightly-20240128021149
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20240128021149
13
- - @backstage/catalog-model@1.4.3
11
+ - @backstage/catalog-model@0.0.0-nightly-20240130021056
12
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20240130021056
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240130021056
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-20240128021149",
4
+ "version": "0.0.0-nightly-20240130021056",
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-20240128021149",
26
- "@backstage/backend-common": "^0.0.0-nightly-20240128021149",
27
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240128021149",
28
- "@backstage/cli": "^0.0.0-nightly-20240128021149",
29
- "@backstage/plugin-kubernetes-backend": "^0.0.0-nightly-20240128021149",
25
+ "@backstage/backend-app-api": "^0.0.0-nightly-20240130021056",
26
+ "@backstage/backend-common": "^0.0.0-nightly-20240130021056",
27
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240130021056",
28
+ "@backstage/cli": "^0.0.0-nightly-20240130021056",
29
+ "@backstage/plugin-kubernetes-backend": "^0.0.0-nightly-20240130021056",
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-20240128021149",
38
- "@backstage/catalog-model": "^1.4.3",
39
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20240128021149",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240130021056",
38
+ "@backstage/catalog-model": "^0.0.0-nightly-20240130021056",
39
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20240130021056",
40
40
  "@backstage/types": "^1.1.1",
41
41
  "@kubernetes/client-node": "^0.20.0",
42
42
  "node-fetch": "^2.6.7",