NOTES:
- all: This release contains no functionality changes. It is released using new build and release Actions. (#293)
NOTES:
- all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#263)
NOTES:
- all: This release contains no functionality changes, only the inclusion of the LICENSE file in the release archives (#228)
NOTES:
- This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#186)
BUG FIXES:
- cloudinit_config: Remove length validation to allow empty content string in part blocks (#105)
BUG FIXES:
- cloudinit_config: Fixed handling of unknown values in
part
blocks (#103)
NOTES:
- provider: Rewritten to use the
terraform-plugin-framework
(#96)
Binary releases of this provider will now include the darwin-arm64 platform. This version contains no further changes.
NEW FEATURES:
- MIMEBOUNDARY can now be customised with
boundary
(#7).
Binary releases of this provider will now include the linux-arm64 platform.
BREAKING CHANGES:
- Upgrade to version 2 of the Terraform Plugin SDK, which drops support for Terraform 0.11. This provider will continue to work as expected for users of Terraform 0.11, which will not download the new version. (#3)
Initial release. This provider exposes one resource, cloudinit_config, which is identical to the template_cloudinit_config resource in terraform-provider-template.