Skip to content

Releases: kbst/terraform-provider-kustomization

v0.9.6

11 May 02:34
@pst pst
2333640
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.5...v0.9.6

v0.9.5

20 Nov 19:14
c75a675
Compare
Choose a tag to compare
v0.9.5 Pre-release
Pre-release

What's Changed

  • Add missing " in overlay.md by @YorikSar in #241
  • Upgrade to kustomize/v5.2.1, add support for oci helm repos by @olfway in #243

New Contributors

Full Changelog: v0.9.4...v0.9.5

v0.9.4

30 May 21:58
0b49602
Compare
Choose a tag to compare
v0.9.4 Pre-release
Pre-release

What's Changed

  • Expose helm template option "--skip-tests" to avoid deploying test resources by @markszabo in #231
  • Update versions by @pst in #232
  • Fix input now has underscore by @pst in #233

New Contributors

Full Changelog: v0.9.3...v0.9.4

v0.9.3

22 May 14:48
@pst pst
4f55a58
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.9.2...v0.9.3

v0.9.2

15 Feb 18:49
@pst pst
caaf745
Compare
Choose a tag to compare
v0.9.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

23 Jan 19:25
@pst pst
1957b1e
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

What's Changed

  • update documentation for kustomize_options (#184) by @pgmillon in #205
  • Update terraform-plugin-sdk to fix test state import verify errors by @pst in #216
  • Add replacements functionality to kustomization_overlay by @willthames in #213
  • Add wait functionality for deployments and daemonsets by @willthames in #215
  • support remaining Kustomize flags by @nazarewk in #220

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

23 Jun 16:54
bab0016
Compare
Choose a tag to compare
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

v0.8.2

02 Jun 17:29
830ec83
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-release

What's Changed

  • Update docs to show sensitive() and convenience module fix #150 by @pst in #181
  • Fix secret type nil bug and add test case #182 by @pst in #183

Full Changelog: v0.8.1...v0.8.2

v0.8.1

24 May 18:04
08a9011
Compare
Choose a tag to compare
v0.8.1 Pre-release
Pre-release

What's Changed

  • Use tag as test module ref by @pst in #168
  • Wait until service account exists for SA token secrets by @pst in #172
  • Add integration test for state migration by @pst in #173
  • Start upgrade test from 0.7.2 to test upstream fix by @pst in #175
  • Allow adding labels without also automatically injecting corresponding selectors by @gregorycuellar in #177
  • Handle roleRef changes with destroy and recreate plan fix #176 by @pst in #179

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

06 Apr 20:03
72ab237
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

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: