Skip to content

Releases: hashicorp/terraform-provider-kubernetes

v1.11.3

20 May 21:55
Compare
Choose a tag to compare

IMPROVEMENTS:

Add data source for ingress (#514)
Add data sources for namespaces (#613)

v1.11.2

06 May 18:20
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Support for mutating_webhook_configuration and validating_webhook_configuration
  • Support for custom metrics in horizontal_pod_autoscaler
  • Add data sources for config_map and service_account
  • Add wait_for_load_balancer field to ingress

v1.11.1

04 Mar 05:43
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Bump provider SDK to v1.7.0

BUG FIXES:

  • Defer client initialization to improve resilience (#759)

v1.11.0

10 Feb 16:48
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add mount_options attribute to kubernetes_persistent_volume and kubernetes_storage_class
  • Refactor client config initialization and fix in-cluster config (#679) (#497)

BUG FIXES:

  • Do not force base64 encoding for the ca_bundle on kubernetes_api_service (#679)
  • Allow 3s age gap between service account and secret (issue)
  • Add load_config_file = false to documented provider configurations
  • Add support for startup_probe on container spec
  • Fix (cluster-)role bindings and rules updates (#713)
  • Fix namespacing issues on kubernetes_priority_class (#680) See comment on backward compatibility
  • Documentation fixes

v1.10.0

08 Nov 16:17
Compare
Choose a tag to compare

FEATURES:

  • New resource: kubernetes_pod_disruption_budget (#644 / PR #338)
  • New resource: kubernetes_priority_class (PR #495)

IMPROVEMENTS:

  • Add mount_propagation attribute to container volume mount
  • Add support for .spec.service.port to kubernetes_api_service (#665)
  • Update k8s.io/client-go to v12
  • Set option to cascade delete job resources (#534 / PR #635)
  • Support in-cluster configuration with service accounts (PR #497)
  • Parametrize all existing timeout values (PR #607)
  • Enable HTTP requests/responses tracing in debug mode (PR #630)

BUG FIXES:

  • Do not set default namespace for replication controller and deployment pod templates (#275)
  • Updated host_alias property name to host_aliases (PR #670)
  • Docs - updated all broken and commit-specific Kubernetes links to point to master branch (PR #626)
  • Allow 0 for backoff_limit on kubernetes_job (PR #632)