terraform-google-kubernetes-engine
terraform-google-kubernetes-engine copied to clipboard
chore(deps): update terraform kind to v0.0.11
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
v0.0.10
v0.0.9
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
This release contains a few fixes, that were not included in v0.0.7
v0.0.7
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.
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
@renovate[bot]
Thanks for the PR! 🚀
✅ Lint checks have passed.