Skip to content

Releases: gavinbunney/terraform-provider-kubectl

v1.17.0

03 Dec 17:04
Compare
Choose a tag to compare

Changelog

  • 1ce5762 Fix issues with k8s exec plugin for authentication (#319)
  • b36092b Add tests for workloads & fix ignoring metadata.managedFields (#321)
  • 4449e71 Expand testing of k8s versions (#320)

Internal Changes

  • 7feb2c9 Support arm64/amd64 for k3s
  • da65ff2 Rename e2e test runner
  • 506e6b2 Add workflow to cache k3s/registry images in ghcr (#312)
  • e04cae8 Bump goreleaser/goreleaser-action from 3 to 6 (#304)
  • 4a948cc Bump crazy-max/ghaction-import-gpg from 5 to 6 (#306)
  • ed9d3af Bump github.com/stretchr/testify from 1.7.0 to 1.10.0 (#310)
  • e1a913e Exclude dependabot from docker workflows
  • 22f2c36 Exclude dependabot from docker workflows
  • 806e594 Bump actions/setup-go from 3 to 5 (#302)
  • d8f2429 Bump actions/checkout from 3 to 4 (#303)

v1.16.0

26 Nov 07:58
Compare
Choose a tag to compare

Changelog

  • faf0312 Patch v1.14 to republish
  • 97f2834 Patch v1.14 to republish
  • 717e1cc reset yaml_body_parsed and yaml_incluster to prevent inconsistent planning (#198)
  • 7c00d99 Fix kubectl_path_documents.md documentation (#172)
  • 493d7a4 Add provider option tls_server_name (#277)
  • 9a0fe1f fix: small typo in in README.md (#298)
  • e79c719 docs: adjust kubectl_path_documents example (#299)
  • 8e4af59 fix: Introduces wait polling in case we are waiting for the deletion. Fixes #109 (#153)
  • f17db98 Update github actions in the jobs and upgrade go to go1.18 (#180)
  • 01d1047 add proxy-url option (#179)
  • 940a9ee Feature: add freebsd support (#169)

v1.15.0

26 Nov 07:35
Compare
Choose a tag to compare

Changelog

  • d6a447e Fix goreleaser for v2.x
  • 9853190 Upgrade golang to v1.23 and dependencies to latest; fix compatibility changes with k8s apis (#301)
  • 717e1cc reset yaml_body_parsed and yaml_incluster to prevent inconsistent planning (#198)
  • 7c00d99 Fix kubectl_path_documents.md documentation (#172)
  • 493d7a4 Add provider option tls_server_name (#277)
  • 9a0fe1f fix: small typo in in README.md (#298)
  • e79c719 docs: adjust kubectl_path_documents example (#299)
  • 8e4af59 fix: Introduces wait polling in case we are waiting for the deletion. Fixes #109 (#153)
  • f17db98 Update github actions in the jobs and upgrade go to go1.18 (#180)
  • 01d1047 add proxy-url option (#179)
  • 940a9ee Feature: add freebsd support (#169)

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