chore(deps): update terraform kubernetes to v3#1178
Merged
Conversation
09dc50d to
901cda4
Compare
901cda4 to
ee31b53
Compare
Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
Signed-off-by: Ryan VanGundy <85766511+rmvangun@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.38.0->3.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
hashicorp/terraform-provider-kubernetes (kubernetes)
v3.0.0Compare Source
ENHANCEMENTS:
ip_modeattribute to service status [GH-2784]DEPRECATIONS:
kubernetes_config_map→ usekubernetes_config_map_v1kubernetes_namespace→ usekubernetes_namespace_v1kubernetes_secret→ usekubernetes_secret_v1kubernetes_service→ usekubernetes_service_v1kubernetes_pod→ usekubernetes_pod_v1kubernetes_service_account→ usekubernetes_service_account_v1kubernetes_persistent_volume_claim→ usekubernetes_persistent_volume_claim_v1kubernetes_storage_class→ usekubernetes_storage_class_v1kubernetes_ingress→ usekubernetes_ingress_v1Resources
kubernetes_namespace→ usekubernetes_namespace_v1kubernetes_service→ usekubernetes_service_v1kubernetes_service_account→ usekubernetes_service_account_v1kubernetes_default_service_account→ usekubernetes_default_service_account_v1kubernetes_config_map→ usekubernetes_config_map_v1kubernetes_secret→ usekubernetes_secret_v1kubernetes_pod→ usekubernetes_pod_v1kubernetes_endpoints→ usekubernetes_endpoints_v1kubernetes_limit_range→ usekubernetes_limit_range_v1kubernetes_persistent_volume→ usekubernetes_persistent_volume_v1kubernetes_persistent_volume_claim→ usekubernetes_persistent_volume_claim_v1kubernetes_replication_controller→ usekubernetes_replication_controller_v1kubernetes_resource_quota→ usekubernetes_resource_quota_v1kubernetes_api_service→ usekubernetes_api_service_v1kubernetes_deployment→ usekubernetes_deployment_v1kubernetes_daemonset→ usekubernetes_daemon_set_v1kubernetes_stateful_set→ usekubernetes_stateful_set_v1kubernetes_job→ usekubernetes_job_v1kubernetes_cron_job→ usekubernetes_cron_job_v1kubernetes_horizontal_pod_autoscaler→ usekubernetes_horizontal_pod_autoscaler_v1orkubernetes_horizontal_pod_autoscaler_v2kubernetes_certificate_signing_request→ usekubernetes_certificate_signing_request_v1kubernetes_role→ usekubernetes_role_v1kubernetes_role_binding→ usekubernetes_role_binding_v1kubernetes_cluster_role→ usekubernetes_cluster_role_v1kubernetes_cluster_role_binding→ usekubernetes_cluster_role_binding_v1kubernetes_ingress→ usekubernetes_ingress_v1kubernetes_ingress_class→ usekubernetes_ingress_class_v1kubernetes_network_policy→ usekubernetes_network_policy_v1kubernetes_pod_disruption_budget→ usekubernetes_pod_disruption_budget_v1kubernetes_pod_security_policy→ removed upstream; use Pod Security Admission insteadkubernetes_priority_class→ usekubernetes_priority_class_v1kubernetes_validating_webhook_configuration→ usekubernetes_validating_webhook_configuration_v1kubernetes_mutating_webhook_configuration→ usekubernetes_mutating_webhook_configuration_v1kubernetes_storage_class→ usekubernetes_storage_class_v1kubernetes_csi_driver→ usekubernetes_csi_driver_v1[GH-2770]BUG FIXES:
kubernetes_manifest. [GH-2788]resource/kubernetes_daemon_set_v1: fix an issue with the provider not waiting for rollout withwait_for_rollout = true. [GH-2789]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Note
Upgrade Terraform Kubernetes provider to 3.0.0 and migrate namespaces, configmaps, and secrets to v1 resources with state moves and test updates.
hashicorp/kubernetesprovider to3.0.0(updaterequired_providersand.terraform.lock.hcl).terraform/cluster/aws-eks/additions):kubernetes_namespace→kubernetes_namespace_v1,kubernetes_config_map→kubernetes_config_map_v1.movedblocks for state migration.test.tftest.hclassertions to use v1 resources.terraform/gitops/flux):kubernetes_namespace→kubernetes_namespace_v1,kubernetes_secret→kubernetes_secret_v1; adjusthelm_releasenamespace reference.movedblocks for state migration.test.tftest.hclassertions to use v1 resources.Written by Cursor Bugbot for commit 183dc0e. This will update automatically on new commits. Configure here.