We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d24eea commit a8624b0Copy full SHA for a8624b0
1 file changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## v0.20.9
2
+
3
+BREAKING CHANGES:
4
+- `meshstack_building_block_v2`: Building blocks in meshStack versions higher than v2026.20.0 are now soft-deleted instead of hard-deleted.
5
+ The Terraform provider has been updated to correctly detect soft-deleted building blocks by inspecting the
6
+ lifecycle state. To ensure correct deletion detection, upgrade the Terraform provider when using meshStack
7
+ versions higher than v2026.20.0.
8
9
+NOTE:
10
+- This version is backwards-compatible and can be used with older versions of meshStack. If you are using a meshStack version
11
+ v2026.20.0 or lower, the provider will continue to work as expected with hard-deleted building blocks.
12
13
## v0.20.8
14
15
BREAKING CHANGES:
0 commit comments