Skip to content

Commit

Permalink
chore(deps): update terraform kubernetes to v2.35.0 (#27)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[kubernetes](https://registry.terraform.io/providers/hashicorp/kubernetes)
([source](https://redirect.github.com/hashicorp/terraform-provider-kubernetes))
| required_provider | minor | `2.34.0` -> `2.35.0` |

---

### Release Notes

<details>
<summary>hashicorp/terraform-provider-kubernetes (kubernetes)</summary>

###
[`v2.35.0`](https://redirect.github.com/hashicorp/terraform-provider-kubernetes/blob/HEAD/CHANGELOG.md#2350-Dec-12-2024)

[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-kubernetes/compare/v2.34.0...v2.35.0)

FEATURES:

- `resources_kubernetes_daemon_set_v1` : Added `max_surge` argument for
to `rolling_update` block.
\[[GH-2630](https://redirect.github.com/hashicorp/terraform-provider-kubernetes/issues/2630)]

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/anza-labs/infra).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXJlYS9kZXBlbmRlbmN5Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent a79befc commit 96f45a8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 14 deletions.
35 changes: 22 additions & 13 deletions terraform/linode/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/linode/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {

kubernetes = {
source = "hashicorp/kubernetes"
version = "2.34.0"
version = "2.35.0"
}
}
}

0 comments on commit 96f45a8

Please sign in to comment.