Skip to content

Commit 0981fef

Browse files
chore(main): release 0.5.2 (#35)
🤖 I have created a release *beep* *boop* --- ## [0.5.2](v0.5.1...v0.5.2) (2024-08-09) ### Bug Fixes * do not pin module dependencies ([#42](#42)) ([4cb58cc](4cb58cc)) * ignore temporary state files ([#34](#34)) ([5eb6bef](5eb6bef)) * make registry-port-forward down idempotent ([#38](#38)) ([bedb933](bedb933)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4cb58cc commit 0981fef

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.5.1"}
1+
{".":"0.5.2"}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.5.2](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.5.1...v0.5.2) (2024-08-09)
4+
5+
6+
### Bug Fixes
7+
8+
* do not pin module dependencies ([#42](https://github.com/hetznercloud/kubernetes-dev-env/issues/42)) ([4cb58cc](https://github.com/hetznercloud/kubernetes-dev-env/commit/4cb58ccb71fefc6a85d21563b5165c580a3509d4))
9+
* ignore temporary state files ([#34](https://github.com/hetznercloud/kubernetes-dev-env/issues/34)) ([5eb6bef](https://github.com/hetznercloud/kubernetes-dev-env/commit/5eb6bef5c53b5ea53f94f00b82f080b1278792ec))
10+
* make registry-port-forward down idempotent ([#38](https://github.com/hetznercloud/kubernetes-dev-env/issues/38)) ([bedb933](https://github.com/hetznercloud/kubernetes-dev-env/commit/bedb933cae34cb87187b09c821d3fb512e8c38f0))
11+
312
## [0.5.1](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.5.0...v0.5.1) (2024-07-08)
413

514

example/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "dev" {
2-
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.5.1" # x-release-please-version
2+
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.5.2" # x-release-please-version
33

44
name = "k8s-dev-${replace(var.name, "/[^a-zA-Z0-9-_]/", "-")}"
55
hcloud_token = var.hcloud_token

0 commit comments

Comments
 (0)