Release 0.86.2 #529
JeroenSoeters
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi folks, formae 0.86.2 is out 🚀 This patch release smooths out a few rough edges around opaque values: an opaque value (like a secret) is no longer needlessly rewritten when you change an unrelated field on the same resource, previously this could mint a new version on every edit, or for set-once values overwrite the stored value with its hash. We've also fixed atomic list-field updates that some cloud providers would reject, and you now get a clear error pointing at the failing reference and property when a resolvable can't be resolved.
There are also new versions of the AWS plugin (0.1.12) and the Azure plugin (0.1.6). The AWS plugin adds Network Firewall support (Firewall, FirewallPolicy, RuleGroup and LoggingConfiguration) along with Route 53 / ACM / EKS drift fixes and better resilience to CloudControl throttling; the Azure plugin adds a new Key Vault Secret resource with in-place rotation and set-once seeding. You can find their release notes under "Official Plugins" in the docs.
Full details in the release notes 🚀
All reactions