Skip to content

v6.7.1

Choose a tag to compare

@nickfloyd nickfloyd released this 27 Oct 18:29

v6.7.1

⚠️ This release is deprecated, please use v6.7.5 instead

Bug Fixes

  • github_actions_organization_secret: Add state migration for destroy_on_drift field to fix regression from v6.7.0 (#2820)

This patch release fixes a regression introduced in v6.7.0 where existing github_actions_organization_secret resources would show invalid state for the new destroy_on_drift field.

The fix adds a schema migration that automatically sets destroy_on_drift=true for existing resources that don't have this field, preventing the need for manual state fixes.

Fixes: #2804

Full Changelog: v6.7.0...v6.7.1