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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,20 @@
1
1
***Warning: Using "Release Candidate" versions (-rc.X) in a **production environment** is **strongly discouraged**, as they may contain unresolved bugs and pose risks to the stability and security of your systems.***
2
2
3
-
## 1.0.1-rc.1 (September 5th, 2025)
3
+
## 1.1.0-rc.1 (September 9th, 2025)
4
+
5
+
IMPROVEMENTS :
6
+
7
+
* Added automatic state migration for `extra_config` in resource `cloudtemple_compute_virtual_machine`.
8
+
- The `extra_config` parameter format has been changed from array of objects to a map for better usability
9
+
- Existing Terraform states with the old format will be automatically migrated to the new format
10
+
- Old format: `[{"key": "svga.present", "value": "TRUE"}]`
11
+
- New format: `{"svga.present": "TRUE"}`
12
+
- This migration is transparent and requires no user action
4
13
5
14
NEW FEATURES :
6
15
7
16
* Added update extra config to ressource `cloudtemple_compute_virtual_machine`.
0 commit comments