@backstage/plugin-kubernetes 0.4.17 → 0.4.21
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 +45 -0
- package/dist/index.esm.js +691 -647
- package/dist/index.esm.js.map +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes
|
|
2
2
|
|
|
3
|
+
## 0.4.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3739d3f773: Implement support for formatting OpenShift dashboard url links
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-kubernetes-common@0.1.6
|
|
10
|
+
- @backstage/core-plugin-api@0.2.1
|
|
11
|
+
- @backstage/core-components@0.7.5
|
|
12
|
+
|
|
13
|
+
## 0.4.20
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- a125278b81: Refactor out the deprecated path and icon from RouteRefs
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
- @backstage/catalog-model@0.9.7
|
|
20
|
+
- @backstage/plugin-catalog-react@0.6.4
|
|
21
|
+
- @backstage/core-components@0.7.4
|
|
22
|
+
- @backstage/core-plugin-api@0.2.0
|
|
23
|
+
|
|
24
|
+
## 0.4.19
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 9f3dd76bc7: fix: kubernetes plugin shall pass id token on get clusters request if possible
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
- @backstage/core-components@0.7.3
|
|
31
|
+
- @backstage/theme@0.2.13
|
|
32
|
+
- @backstage/core-plugin-api@0.1.13
|
|
33
|
+
- @backstage/plugin-catalog-react@0.6.3
|
|
34
|
+
|
|
35
|
+
## 0.4.18
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- 14df942bae: The Kubernetes plugin will now re-fetch the kubernetes objects every ten seconds (not current configurable), this allows users to track the progress of deployments without refreshing the browser.
|
|
40
|
+
- Updated dependencies
|
|
41
|
+
- @backstage/config@0.1.11
|
|
42
|
+
- @backstage/theme@0.2.12
|
|
43
|
+
- @backstage/core-components@0.7.2
|
|
44
|
+
- @backstage/plugin-catalog-react@0.6.2
|
|
45
|
+
- @backstage/catalog-model@0.9.6
|
|
46
|
+
- @backstage/core-plugin-api@0.1.12
|
|
47
|
+
|
|
3
48
|
## 0.4.17
|
|
4
49
|
|
|
5
50
|
### Patch Changes
|