Releases: makerdao/terraform-provider-kubectl
Releases · makerdao/terraform-provider-kubectl
v1.16.0
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 (gavinbunney#198)
- 7c00d99 Fix kubectl_path_documents.md documentation (gavinbunney#172)
- 493d7a4 Add provider option tls_server_name (gavinbunney#277)
- 9a0fe1f fix: small typo in in README.md (gavinbunney#298)
- e79c719 docs: adjust kubectl_path_documents example (gavinbunney#299)
- 8e4af59 fix: Introduces wait polling in case we are waiting for the deletion. Fixes gavinbunney#109 (gavinbunney#153)
- f17db98 Update github actions in the jobs and upgrade go to go1.18 (gavinbunney#180)
- 01d1047 add proxy-url option (gavinbunney#179)
- 940a9ee Feature: add freebsd support (gavinbunney#169)
- 484aa79 Trigger
- 16f7be2 Add apply_only argument. Add force_conflicts option. (gavinbunney#148)
- db60339 Update kubectl_path_documents example doc. (gavinbunney#140)
- 15de61b Update kubectl_manifest.md (gavinbunney#137)
- 02b422d Added manifests to data resources providing a map for for_each usage (gavinbunney#132)
- 1dfa7b0 Refactor (gavinbunney#131)
- a3538a2 Updated docs for ignoring fields. Closes gavinbunney#83
- 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
- 85235fa Store fingerprint of incluster manifests to reduce state file sizes (gavinbunney#129)
- 0ab34bd Updated k8s client to v0.21.3 and bump other deps
- fab9a64 Add abillity to use server-side-apply feature (gavinbunney#118)
- 697873b Synchronize provider configuration with kubernetes provider (gavinbunney#107)
- 6011af6 Always publish release on tag
- 995e905 Validation test for issue gavinbunney#86 (gavinbunney#106)
- 47ddb4b Upgrade all the dependencies (gavinbunney#105)
- 279eb40 Tweak job passphrase var
- 4f01a84 Merge pull request gavinbunney#104 from ddzero2c/master
- 7ad4aec Automate publishing flow
- 0bdc988 Merge pull request gavinbunney#84 from pegaslee/patch-1
- 4b9a96a Fix missing
}
in the kubectl_manifest example - 94f1fc9 Docs on single doc
- ff37406 Fix kubernetes v1.20+ selfLink generation & upgrade k3s to v1.20.x
- 28792b6 Merge pull request gavinbunney#70 from neomantra/nm-69-selfLink
- 8b5c896 Add TestGenerateSelfLink (gavinbunney#69)
- bf95ab5 Generate selfLink when not available (gavinbunney#69)
- a1803c4 Fix plugin serving
- 4602389 Increase grpc message send and receive size
- bc65726 Tidy
- 33f0d3e Remove unknown resources from state due to CRDs being deleted
- df38934 Upgrade k8s client-go to v1.18 series and terraform-plugin-sdk to latest
- 0f5ebc9 Fix default state of wait
- c2a7e92 Merge pull request gavinbunney#50 from gavinbunney/dev/namespace
- c87fec8 Added support for
override_namespace
. Closes gavinbunney#43 - e98aa79 Cleanup
- ecd83fc Changelog
- 15ec8e3 Changelog
- 829ed09 Added changelog generator
- f5105d8 Migrate to terraform-plugin-sdk v2
- 602eea7 Fix deprecated terraform version field
- 1397d91 Update kubeapis to v0.17.12
- 86618d9 Added
sensitive_vars
support for templating - 28aa5ba Added wait to change to foreground propagation delete policy
- 363b1ec Docs
- 44fefd8 Update docs
- 4ef5332 Removed docusaurus and update README
- 1ca080f Merge pull request gavinbunney#45 from Misteur-Z/master
- 9bfffde Terraform 0.13+ docs
- f16d4fe Ignore nested fields
- e73eb3f lint
- ea6923b Ignore any sensitive fields that don't exist
- 29d7d0d Merge pull request gavinbunney#40 from varuzam/master
- bb8fb28 Merge pull request gavinbunney#42 from gavinbunney/dependabot/npm_and_yarn/docusaurus/website/decompress-4.2.1
- ae191f0 Fix handling of carriage return differences
- 5ae59a4 Implement custom flatten code to ensure never panic and fallback where able
- c142c76 Rework manifest comparison entirely to better handle duplicate key names
- ebde236 Bump decompress from 4.2.0 to 4.2.1 in /docusaurus/website
- a09ad21 fix an example for kubectl_file_document use
- 2e68f05 Merge pull request gavinbunney#32 from gavinbunney/dependabot/npm_and_yarn/docusaurus/website/prismjs-1.21.0
- 9675698 Bump prismjs from 1.17.1 to 1.21.0 in /docusaurus/website
- 6715529 Don't print deployment details on error as could leak sensitive content
- e8aca4e Allow disabling of schema validation
- 245e4de Doc tweaks
- 64d3328 Cleanup docs
- f94707c Cleanup
- 596f2e2 Fix goreleaser
- 71821be Upload legacy format binaries
- 87256cf Cleanup
- 89e888e Added goreleaser & skip travis releasing
- b1d321c Added registry.terraform.io docs format
- c969eb2 linting
- 666ea2b Sensitive field support to obfuscate values
- b9b4a6f Merge pull request gavinbunney#28 from gavinbunney/dependabot/npm_and_yarn/docusaurus/website/lodash-4.17.19
- 6e7c65d Bump lodash from 4.17.15 to 4.17.19 in /docusaurus/website
- adf4af5 Merge pull request gavinbunney#20 from gavinbunney/dependabot/npm_and_yarn/docusaurus/website/websocket-extensions-0.1.4
- 5a5c9b2 Fix gavinbunney#27 - Panic when new and original field types don't match
- 977d721 Tune max interval to 30s
- 2cbc927 Increase discovery cache time and force refresh on failures
- dd2d650 Fix concurrency and backoff retry issues
- 8be2992 Fix discovery caching and retry interval backoffs
- 4a2bf8e Capture any discovery client timeouts
- 0536125 Cleanup debug and info logging
- 078098e hcl v2 upgrade
- 7995061 Upgrade to latest tf versions and cleanup hcl deps
- afbe8e9 Bump websocket-extensions from 0.1.3 to 0.1.4 in /docusaurus/website
- 12ea587 travis: no goproxy
- ad7f4a4 Remove waiting for DaemonSets to rollout
- c5272d5 Added more details for failed deployments
- 7dae39e Increase deployment timeout back to 10mins
- 8361551 Reduce number of calls to discovery client
- 7788979 Use caching discovery client
- 9f61514 Travis being travis
- b9ae647 kubectl missing from travis
- 467952a Cleanup build process
- 42a9917 Fix docker-compose dirs
- 25866d4 Collapse env
- 11b27f8 Use docker-compose for k3s testing
- c84e8ea Bump k3s on CI
- ccde432 Fix CRDs for K8S v1.17 and updates for running k3s locally
- cedc969 Test fixes
- 3b0f8e6 Tune kubernetes API qps/burst rates
- 7809ccf Fix race conditions with retry library & upgrade k8s APIs v0.17.5 to fix performance issues
- 9fb7a8e Upgrade kubernetes API versions
- 333dbe1 Upgrade to go v1.14
...