@backstage/plugin-kubernetes 0.11.4-next.2 → 0.11.4

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 +17 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.11.4
4
+
5
+ ### Patch Changes
6
+
7
+ - d5d2c67: Add `authuser` search parameter to GKE cluster link formatter in k8s plugin
8
+
9
+ Thanks to this, people with multiple simultaneously logged-in accounts in their GCP console will automatically view objects with the same email as the one signed in to the Google auth provider in Backstage.
10
+
11
+ - 4016f21: Remove some unused dependencies
12
+ - Updated dependencies
13
+ - @backstage/core-components@0.13.10
14
+ - @backstage/core-plugin-api@1.8.2
15
+ - @backstage/plugin-kubernetes-react@0.2.1
16
+ - @backstage/plugin-kubernetes-common@0.7.3
17
+ - @backstage/plugin-catalog-react@1.9.3
18
+ - @backstage/catalog-model@1.4.3
19
+
3
20
  ## 0.11.4-next.2
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes",
3
3
  "description": "A Backstage plugin that integrates towards Kubernetes",
4
- "version": "0.11.4-next.2",
4
+ "version": "0.11.4",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@backstage/catalog-model": "^1.4.3",
38
- "@backstage/core-components": "^0.13.10-next.1",
39
- "@backstage/core-plugin-api": "^1.8.2-next.0",
40
- "@backstage/plugin-catalog-react": "^1.9.3-next.2",
41
- "@backstage/plugin-kubernetes-common": "^0.7.3-next.0",
42
- "@backstage/plugin-kubernetes-react": "^0.2.1-next.1",
38
+ "@backstage/core-components": "^0.13.10",
39
+ "@backstage/core-plugin-api": "^1.8.2",
40
+ "@backstage/plugin-catalog-react": "^1.9.3",
41
+ "@backstage/plugin-kubernetes-common": "^0.7.3",
42
+ "@backstage/plugin-kubernetes-react": "^0.2.1",
43
43
  "@kubernetes-models/apimachinery": "^1.1.0",
44
44
  "@kubernetes-models/base": "^4.0.1",
45
45
  "@kubernetes/client-node": "0.20.0",
@@ -60,9 +60,9 @@
60
60
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/cli": "^0.25.1-next.1",
64
- "@backstage/dev-utils": "^1.0.26-next.2",
65
- "@backstage/test-utils": "^1.4.7-next.1",
63
+ "@backstage/cli": "^0.25.1",
64
+ "@backstage/dev-utils": "^1.0.26",
65
+ "@backstage/test-utils": "^1.4.7",
66
66
  "@testing-library/dom": "^9.0.0",
67
67
  "@testing-library/jest-dom": "^6.0.0",
68
68
  "@testing-library/react": "^14.0.0"