Skip to content

Commit a849555

Browse files
chore(main): release 0.5.1 (#26)
🤖 I have created a release *beep* *boop* --- ## [0.5.1](v0.5.0...v0.5.1) (2024-07-08) ### Bug Fixes * broken cluster if resources are installed in wrong order ([#25](#25)) ([28e1878](28e1878)) --- 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 28e1878 commit a849555

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.0"}
1+
{".":"0.5.1"}

CHANGELOG.md

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

3+
## [0.5.1](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.5.0...v0.5.1) (2024-07-08)
4+
5+
6+
### Bug Fixes
7+
8+
* broken cluster if resources are installed in wrong order ([#25](https://github.com/hetznercloud/kubernetes-dev-env/issues/25)) ([28e1878](https://github.com/hetznercloud/kubernetes-dev-env/commit/28e1878afb389e33d474d8596935f522334e3c70))
9+
310
## [0.5.0](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.4.0...v0.5.0) (2024-07-05)
411

512

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.0" # x-release-please-version
2+
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.5.1" # 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)