Skip to content

Commit

Permalink
deps: update terraform github.com/hetznercloud/kubernetes-dev-env to …
Browse files Browse the repository at this point in the history
…v0.5.0 (#654)

[![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/kubernetes-dev-env](https://togithub.com/hetznercloud/kubernetes-dev-env)
| module | minor | `v0.3.0` -> `v0.5.0` |

---

### Release Notes

<details>
<summary>hetznercloud/kubernetes-dev-env
(github.com/hetznercloud/kubernetes-dev-env)</summary>

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

[Compare
Source](https://togithub.com/hetznercloud/kubernetes-dev-env/compare/v0.4.0...v0.5.0)

##### Features

- add support for macOS
([#&#8203;19](https://togithub.com/hetznercloud/kubernetes-dev-env/issues/19))
([4b6513e](https://togithub.com/hetznercloud/kubernetes-dev-env/commit/4b6513e76cb0d9757e96a24bff73ec04edde2c63))

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

[Compare
Source](https://togithub.com/hetznercloud/kubernetes-dev-env/compare/v0.3.0...v0.4.0)

##### Features

- output for the kubeconfig filename
([#&#8203;22](https://togithub.com/hetznercloud/kubernetes-dev-env/issues/22))
([8411724](https://togithub.com/hetznercloud/kubernetes-dev-env/commit/841172497191c1613393fad1ca2c21849f6ec1df))

</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 5, 2024
1 parent fc5bd99 commit 4718534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions dev/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
SHELL = bash
.ONESHELL:

ENV ?= dev
K3S_CHANNEL ?= stable
Expand All @@ -20,11 +19,11 @@ up: .terraform env.auto.tfvars
$(MAKE) port-forward

down: .terraform env.auto.tfvars
files/registry-port-forward.sh down
tofu destroy -auto-approve

port-forward:
source files/env.sh
bash files/registry-port-forward.sh
source files/env.sh && files/registry-port-forward.sh up

clean:
rm -Rf files/ .terraform/ terraform.tfstate* env.auto.tfvars
2 changes: 1 addition & 1 deletion dev/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "dev" {
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.3.0"
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.5.0"

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

0 comments on commit 4718534

Please sign in to comment.