terraform-google-kubernetes-engine icon indicating copy to clipboard operation
terraform-google-kubernetes-engine copied to clipboard

chore(deps): update terraform kind to v0.0.11

Open renovate[bot] opened this issue 3 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
kind (source) required_provider patch 0.0.6 -> 0.0.11

Release Notes

kyma-incubator/terraform-provider-kind

v0.0.11

Compare Source

v0.0.10

Compare Source

v0.0.9

Compare Source

This release pushes the kind release forward to v0.11.0 & kubernetes client dependency to v0.20.2 to be on-par with kind.

v0.0.8

Compare Source

This release contains a few fixes, that were not included in v0.0.7

v0.0.7

Compare Source

This release enables the option to pass a specific path for kubeconfig like so:

provider "kind" {}

resource "kind_cluster" "default" {
    name = "test-cluster"
    kubeconfig_path = "/tmp/kind-provider-test/new_file"
}

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Aug 04 '22 15:08 renovate[bot]

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] avatar Oct 04 '22 23:10 github-actions[bot]

@renovate[bot] Thanks for the PR! 🚀
✅ Lint checks have passed.

comment-bot-dev avatar Oct 20 '22 14:10 comment-bot-dev