Skip to content

Commit

Permalink
deps: update terraform github.com/hetznercloud/terraform-k8s-dev to v…
Browse files Browse the repository at this point in the history
…0.3.0 (#652)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/hetznercloud/terraform-k8s-dev](https://togithub.com/hetznercloud/terraform-k8s-dev)
| module | minor | `v0.2.0` -> `v0.3.0` |

---

### Release Notes

<details>
<summary>hetznercloud/terraform-k8s-dev
(github.com/hetznercloud/terraform-k8s-dev)</summary>

###
[`v0.3.0`](https://togithub.com/hetznercloud/kubernetes-dev-env/releases/tag/v0.3.0)

[Compare
Source](https://togithub.com/hetznercloud/terraform-k8s-dev/compare/v0.2.0...v0.3.0)

##### Features

- change workers_count default to 1
([#&#8203;16](https://togithub.com/hetznercloud/kubernetes-dev-env/issues/16))
([df359ff](https://togithub.com/hetznercloud/kubernetes-dev-env/commit/df359ff7ba3a0190e5e7507eae0ccf10efab3122))
- necessary features for hcloud-cloud-controller-manager
([#&#8203;14](https://togithub.com/hetznercloud/kubernetes-dev-env/issues/14))
([d51ba12](https://togithub.com/hetznercloud/kubernetes-dev-env/commit/d51ba126d917bb752d6e446ee8039f6404a8f3a7))
- write public key to local file
([#&#8203;17](https://togithub.com/hetznercloud/kubernetes-dev-env/issues/17))
([88395fd](https://togithub.com/hetznercloud/kubernetes-dev-env/commit/88395fdd559bc7185a8594fb3c8fbce265472c6c))

</details>

---

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/hetznercloud/csi-driver).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <[email protected]>
  • Loading branch information
renovate[bot] and jooola authored Jul 4, 2024
1 parent 8f3c836 commit fc5bd99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/main.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module "dev" {
source = "github.com/hetznercloud/terraform-k8s-dev?ref=v0.2.0"
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.3.0"

name = "csi-driver-${replace(var.name, "/[^a-zA-Z0-9-_]/", "-")}"
hcloud_token = var.hcloud_token
worker_count = 3

k3s_channel = var.k3s_channel
}

0 comments on commit fc5bd99

Please sign in to comment.