github kbst/terraform-provider-kustomization v0.8.0

latest releases: v0.9.7-rc0, v0.9.6, v0.9.6-rc1...
pre-release2 years ago

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:

Don't miss a new terraform-provider-kustomization release

NewReleases is sending notifications on new releases.