@spinnaker/kubernetes 0.4.0 → 0.6.0

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
@@ -3,6 +3,81 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.6.0](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.5.2...@spinnaker/kubernetes@0.6.0) (2023-12-07)
7
+
8
+
9
+ ### Features
10
+
11
+ * Add feature flag for multi block failure messages. ([#10061](https://github.com/spinnaker/deck/issues/10061)) ([374f724](https://github.com/spinnaker/deck/commit/374f724de221d68030a86e1f6452e3303390339a))
12
+ * Split deployment failure messages. ([#10060](https://github.com/spinnaker/deck/issues/10060)) ([73dda48](https://github.com/spinnaker/deck/commit/73dda48caccd969ef562af3f86bc1f17efbdad7f))
13
+
14
+
15
+
16
+
17
+
18
+ ## [0.5.2](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.5.1...@spinnaker/kubernetes@0.5.2) (2023-10-16)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **kubernetes:** export rollout restart stage so it's actually available for use ([#10037](https://github.com/spinnaker/deck/issues/10037)) ([c19f9ce](https://github.com/spinnaker/deck/commit/c19f9ce9ca411fe16e865d3d3121d497bce93575))
24
+ * **publish:** set access config in deck libraries ([#10049](https://github.com/spinnaker/deck/issues/10049)) ([2a5ebe2](https://github.com/spinnaker/deck/commit/2a5ebe25662eeb9d41b5071749266bf9d6d51104))
25
+
26
+
27
+
28
+
29
+
30
+ ## [0.5.1](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.5.0...@spinnaker/kubernetes@0.5.1) (2023-09-06)
31
+
32
+ **Note:** Version bump only for package @spinnaker/kubernetes
33
+
34
+
35
+
36
+
37
+
38
+ # [0.5.0](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.4.4...@spinnaker/kubernetes@0.5.0) (2023-07-20)
39
+
40
+
41
+ ### Features
42
+
43
+ * **kubernetes:** Add Deck stage for Rolling Restart ([#10012](https://github.com/spinnaker/deck/issues/10012)) ([0b0c45f](https://github.com/spinnaker/deck/commit/0b0c45fa077265c83f7d6d495d4607932ed43680))
44
+
45
+
46
+
47
+
48
+
49
+ ## [0.4.4](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.4.3...@spinnaker/kubernetes@0.4.4) (2023-06-02)
50
+
51
+ **Note:** Version bump only for package @spinnaker/kubernetes
52
+
53
+
54
+
55
+
56
+
57
+ ## [0.4.3](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.4.2...@spinnaker/kubernetes@0.4.3) (2023-05-11)
58
+
59
+ **Note:** Version bump only for package @spinnaker/kubernetes
60
+
61
+
62
+
63
+
64
+
65
+ ## [0.4.2](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.4.1...@spinnaker/kubernetes@0.4.2) (2023-05-03)
66
+
67
+ **Note:** Version bump only for package @spinnaker/kubernetes
68
+
69
+
70
+
71
+
72
+
73
+ ## [0.4.1](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.4.0...@spinnaker/kubernetes@0.4.1) (2023-04-03)
74
+
75
+ **Note:** Version bump only for package @spinnaker/kubernetes
76
+
77
+
78
+
79
+
80
+
6
81
  # [0.4.0](https://github.com/spinnaker/deck/compare/@spinnaker/kubernetes@0.3.2...@spinnaker/kubernetes@0.4.0) (2023-02-01)
7
82
 
8
83