Skip to content

Update Terraform kubernetes to v2.11.0 - autoclosed

Renovate Bot requested to merge renovate/kubernetes-2.x into main

This MR contains the following updates:

Package Type Update Change
kubernetes (source) required_provider minor 2.9.0 -> 2.11.0

Release Notes

hashicorp/terraform-provider-kubernetes

v2.11.0

Compare Source

NEW:

  • Add a new resource kubernetes_horizontal_pod_autoscaler_v2 (#​1674)

IMMROVEMENTS:

  • Add ip_families and ip_family_policy attributes to kubernetes_service (#​1662)
  • Handle x-kubernetes-preserve-unknown-fields type annotation from OpenAPI: changes to attributes of this type trigger whole resource recreation. (#​1646)
  • Upgrade terraform-plugin-mux to v0.6.0 (#​1686)
  • Add GitHub action for EKS acceptance tests (#​1656)
  • Add github action for acceptance tests using kind (#​1691)

BUG FIXES:

  • Fix conversion of big.Float to float64 in kubernetes_manifest (#​1661)
  • Fix identification of int-or-string type attributes to include 3rd party types defined by aggregated APIs (#​1640)
  • Fix not handling multiple cluster_role_selectors of kubernetes_cluster_role(_v1) (#​1360)

v2.10.0

Compare Source

NEW:

  • Resource kubernetes_labels (#​692)
  • Resource kubernetes_annotations (#​692)
  • Resource kubernetes_config_map_v1_data (#​723)
  • Block wait with attribute rollout of kubernetes_manifest (#​1549)
  • Data source and resource attributes app_protocol of kubernetes_service (#​1554)
  • Attribute container_resource of resource kubernetes_horizontal_pod_autoscaler_v2beta2 (#​1637)

IMMROVEMENTS:

  • Deprecate wait_for attribute in favor of wait block in kubernetes_manifest (#​1549)
  • Make attribute rule optional of kubernetes_validating_webhook_configuration(_v1) and kubernetes_mutating_webhook_configuration(_v1) (#​1618, #​1643)
  • Update documentation and correct some errors (#​1622, #​1628, #​1657, #​1681)

BUG FIXES:

  • Fix crash when multiple match_expression are used in kubernetes_resource_quota (#​1561)
  • Fix issue when in some circumstances changes of seLinuxOptions.Type doesn't reflect in the state file (#​1650)
  • Ignore service account volumes with kube-api-access prefix (#​1663)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports