@backstage/plugin-kubernetes 0.10.3 → 0.11.0-next.1

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 CHANGED
@@ -1,5 +1,40 @@
1
1
  # @backstage/plugin-kubernetes
2
2
 
3
+ ## 0.11.0-next.1
4
+
5
+ ### Minor Changes
6
+
7
+ - 2d8151061c: Refactor Kubernetes plugins in line with ADR 11, no breaking changes yet
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/core-components@0.13.6-next.1
13
+ - @backstage/plugin-kubernetes-common@0.7.0-next.0
14
+ - @backstage/plugin-kubernetes-react@0.1.0-next.0
15
+ - @backstage/plugin-catalog-react@1.8.5-next.1
16
+ - @backstage/core-plugin-api@1.7.0-next.0
17
+ - @backstage/config@1.1.0
18
+ - @backstage/catalog-model@1.4.2
19
+ - @backstage/errors@1.2.2
20
+ - @backstage/theme@0.4.2
21
+ - @backstage/types@1.1.1
22
+
23
+ ## 0.10.4-next.0
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/plugin-catalog-react@1.8.5-next.0
29
+ - @backstage/core-plugin-api@1.7.0-next.0
30
+ - @backstage/core-components@0.13.6-next.0
31
+ - @backstage/config@1.1.0
32
+ - @backstage/catalog-model@1.4.2
33
+ - @backstage/errors@1.2.2
34
+ - @backstage/theme@0.4.2
35
+ - @backstage/types@1.1.1
36
+ - @backstage/plugin-kubernetes-common@0.6.6
37
+
3
38
  ## 0.10.3
4
39
 
5
40
  ### Patch Changes