Skip to content

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 20:03
· 92 commits to master since this release
72ab237

What's Changed

  • Upgrade to Terraform Provider SDK v2 by @pst in #107
  • Compress lastAppliedConfig if metadata.annotations is too long by @pst in #165

Full Changelog: v0.7.2...v0.8.0

Usage notes

  1. The SDK v2 upgrade required a change to the schema of the kustomization_overlay resource. To adapt, change your patches target to a block.

    For catalog modules, the following versions have a >= 0.8.0 version constraint:

    Also, the custom manifests module has a new release with the respective version constraint:

  2. To support big CRDs, like the Prometheus operator CRD the provider now supports storing the lastAppliedConfig annotation compressed. It will do this automatically, for all resources that are too big. All other resources are left untouched. If you want to disable compression entirely, set gzip_last_applied_config = false on the provider.

    With this feature, the Prometheus module could finally be updated: