File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,24 @@ More advanced TLS support using user-provided CAs or per-Materialize `Issuer`s a
239239
240240## Upgrade Notes
241241
242+ #### v0.6.1
243+
244+ We now have some initial support for swap.
245+
246+ To use swap:
247+ 1 . Set ` swap_enabled ` to ` true ` .
248+ 2 . Ensure your ` environmentd_version ` is at least ` v0.26.0 ` .
249+ 3 . Update your ` request_rollout ` (and ` force_rollout ` if already at the correct ` environmentd_version ` ).
250+ 4 . Run ` terraform apply ` .
251+
252+ This will create a new node group configured for swap, and migrate your clusterd pods there.
253+
254+
255+ #### v0.6.0
256+
257+ This version is missing the updated helm chart.
258+ Skip this version, go to v0.6.1.
259+
242260#### v0.3.0
243261
244262We now install ` cert-manager ` and configure a self-signed ` ClusterIssuer ` by default.
You can’t perform that action at this time.
0 commit comments