v0.9.0
Pre-release
Pre-release
Support for the legacy ID format has been removed in version v0.9.0
. The provider has defaulted to the new format since version v0.7.0
. If you have been using the legacy format with the legacy_id_format = true
backwards compatibility until now, make sure to migrate IDs before upgrading to v0.9.0
.
What's Changed
- Remove legacy id support by @pst in #187
- Refactor k8s resource handling, separate from resource functions by @pst in #188
- Update dependency versions by @pst in #189
- Revert including file name and line in logs lines by @pst in #190
- Add server side dry-run before create fix #24 by @pst in #191
- Lower default timeouts and allow to customize with timeouts block by @pst in #192
- Refactor logError and km.fmtErr to avoid duplicate output by @pst in #193
- Error when namespace set but not allowed or not set when required by @pst in #196
- Document legacy ID not supported after 0.9.0 by @pst in #197
- Handle storage class immutable fields with force new plan fix #194 by @pst in #199
Full Changelog: v0.8.2...v0.9.0