@backstage/plugin-kubernetes 0.4.17 → 0.4.18
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 +13 -0
- package/dist/index.esm.js +643 -637
- package/dist/index.esm.js.map +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-kubernetes
|
|
2
2
|
|
|
3
|
+
## 0.4.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 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.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/config@0.1.11
|
|
10
|
+
- @backstage/theme@0.2.12
|
|
11
|
+
- @backstage/core-components@0.7.2
|
|
12
|
+
- @backstage/plugin-catalog-react@0.6.2
|
|
13
|
+
- @backstage/catalog-model@0.9.6
|
|
14
|
+
- @backstage/core-plugin-api@0.1.12
|
|
15
|
+
|
|
3
16
|
## 0.4.17
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|