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
If upgrading from 1.33, apply twice — first set `cluster_version = "1.34"`, then `"1.35"`.
51
+
:::info EKS upgrade is optional
52
+
The default version changed to **1.35**, but you can keep the current version by pinning `cluster_version` in your `platform` config before applying. If upgrading from `1.33`, apply twice — first set `1.34`, then `1.35`.
**Migrate platform** to S3 native locking (upgrades EKS to 1.35):
88
+
**Migrate platform** to S3 native locking:
87
89
88
90
```bash
89
91
cd ../platform
@@ -117,7 +119,9 @@ Provider versions updated across all three modules:
117
119
| ai-models |`azurerm`| 3.109.0 |`~> 3.117`|
118
120
| ai-models |`azapi`| 1.9.0 |`~> 1.15`|
119
121
120
-
Default AKS version: **1.33.5** → **1.34.2**.
122
+
:::info AKS upgrade is optional
123
+
The default version changed to **1.34.2**, but you can keep the current version by pinning `kubernetes_version` in your `platform` config before applying.
0 commit comments