Skip to content

Releases: gavinbunney/terraform-provider-kubectl

v1.14.0

24 Mar 17:02
Compare
Choose a tag to compare

Changelog

  • 16f7be2 Add apply_only argument. Add force_conflicts option. (#148)

v1.13.2

24 Mar 16:53
Compare
Choose a tag to compare

Changelog

  • 16f7be2 Add apply_only argument. Add force_conflicts option. (#148)

v1.13.1

10 Nov 22:23
db60339
Compare
Choose a tag to compare

Changelog

db60339 Update kubectl_path_documents example doc. (#140)
15de61b Update kubectl_manifest.md (#137)

v1.13.0

11 Oct 18:58
02b422d
Compare
Choose a tag to compare

Changelog

02b422d Added manifests to data resources providing a map for for_each usage (#132)
1dfa7b0 Refactor (#131)
a3538a2 Updated docs for ignoring fields. Closes #83

v1.12.1

10 Oct 06:26
Compare
Choose a tag to compare

Changelog

f5b27e9 Fix issues with empty planned attribute keys
a1e9f2e Fix phony on dist
4c0b8e6 Fix issues with drift detection for nil values & handling of kubernetes control fields (status, generation etc)
c79527a Remove resource_version and live_resource_version fields causing constant drift in Terraform v1.x

v1.12.0

09 Oct 00:14
85235fa
Compare
Choose a tag to compare

Changelog

85235fa Store fingerprint of incluster manifests to reduce state file sizes (#129)

v1.11.3

02 Aug 22:15
Compare
Choose a tag to compare

Changelog

0ab34bd Updated k8s client to v0.21.3 and bump other deps

v1.11.2

25 Jun 14:22
fab9a64
Compare
Choose a tag to compare

Changelog

fab9a64 Add abillity to use server-side-apply feature (#118)

v1.11.1

24 May 19:52
697873b
Compare
Choose a tag to compare

Changelog

697873b Synchronize provider configuration with kubernetes provider (#107)
6011af6 Always publish release on tag

v1.11.0

24 May 18:29
995e905
Compare
Choose a tag to compare

Changelog

47ddb4b Upgrade kubernetes APIs to v1.20; upgrade all the dependencies (#105)
995e905 Validation test for issue #86 (#106)