@backstage/plugin-kubernetes-common 0.0.0-nightly-20240306021012 → 0.0.0-nightly-20240308020958

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 +3 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-kubernetes-common
2
2
 
3
- ## 0.0.0-nightly-20240306021012
3
+ ## 0.0.0-nightly-20240308020958
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 4642cb7: Add support to fetch data for Daemon Sets and display an accordion in the same way as with Deployments
8
8
  - Updated dependencies
9
- - @backstage/plugin-permission-common@0.0.0-nightly-20240306021012
10
- - @backstage/catalog-model@0.0.0-nightly-20240306021012
9
+ - @backstage/plugin-permission-common@0.0.0-nightly-20240308020958
10
+ - @backstage/catalog-model@0.0.0-nightly-20240308020958
11
11
  - @backstage/types@1.1.1
12
12
 
13
13
  ## 0.7.5-next.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-common",
3
- "version": "0.0.0-nightly-20240306021012",
3
+ "version": "0.0.0-nightly-20240308020958",
4
4
  "description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
5
5
  "backstage": {
6
6
  "role": "common-library"
@@ -44,8 +44,8 @@
44
44
  ]
45
45
  },
46
46
  "dependencies": {
47
- "@backstage/catalog-model": "^0.0.0-nightly-20240306021012",
48
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20240306021012",
47
+ "@backstage/catalog-model": "^0.0.0-nightly-20240308020958",
48
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20240308020958",
49
49
  "@backstage/types": "^1.1.1",
50
50
  "@kubernetes/client-node": "0.20.0",
51
51
  "kubernetes-models": "^4.3.1",
@@ -53,7 +53,7 @@
53
53
  "luxon": "^3.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "^0.0.0-nightly-20240306021012"
56
+ "@backstage/cli": "^0.0.0-nightly-20240308020958"
57
57
  },
58
58
  "module": "dist/index.esm.js"
59
59
  }