You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
## next
2
2
3
+
## 3.7.2
4
+
5
+
- Explicitly convert `current_generation` and `observed_generation` values to integers using `.to_i` to ensure consistentency during comparison
6
+
7
+
## 3.7.1
8
+
9
+
- Add a `--partials-dir` parameter. When provided, this path will be check for partials first, prior to both `./partials` and `../partials` being checked.
10
+
11
+
## 3.7.0
12
+
13
+
- Annotate individual resources with `last-applied-configuration` when using `krane deploy` with `--annotate-individuals`. Previously, eligible resources that were made with `create` or `replace` were applied along with the rest of the resources. However, this causes issues when a mutating admission controller modifies otherwise immutable fields.
14
+
15
+
## 3.6.3
16
+
17
+
- Test against k8s 1.31
18
+
19
+
## 3.6.2
20
+
21
+
- Pinning `stats-instrument` to < 3.9 to avoid breaking changes.
22
+
23
+
## 3.6.1
24
+
25
+
*Features*
26
+
27
+
- Enable the option to bypass endpoint validation for a service by using the annotation `krane.shopify.io/skip-endpoint-validation: true`.
0 commit comments