Skip to content

Update Terraform kubernetes to v2.9.0

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.8.0 -> 2.9.0

Release Notes

hashicorp/terraform-provider-kubernetes

v2.9.0

Compare Source

IMMROVEMENTS:

  • Add attribute csi to pod spec (#​1092)
  • Add kubernetes_resource data source (#​1548)
  • kubernetes_manifest resource force the re-creation of the resource when either apiVersion or kind attributes change (#​1593)
  • Make attribute http of resource kubernetes_ingress_v1 optional (#​1613)
  • Add a new attribute seccomp_profile to pod and container spec (#​1617)
  • Add additional check to resource kubernetes_job_v1 when attributes wait_for_completion and ttl_seconds_after_finished are used together (#​1619)
  • Update documentation examples and correct some errors (#​1597, #​1611, #​1612, #​1626)

BUG FIXES:

  • Fix logic of wait_for_rollout attribute of kubernetes_deployment (#​1405)
  • Fix fail when the provider cannot determine default_secret_name (#​1634)

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.

Merge request reports