Skip to content

Commit

Permalink
chore(main): release 0.5.2 (#35)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Aug 9, 2024
1 parent 4cb58cc commit 0981fef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.5.1"}
{".":"0.5.2"}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.5.2](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.5.1...v0.5.2) (2024-08-09)


### Bug Fixes

* 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))
* ignore temporary state files ([#34](https://github.com/hetznercloud/kubernetes-dev-env/issues/34)) ([5eb6bef](https://github.com/hetznercloud/kubernetes-dev-env/commit/5eb6bef5c53b5ea53f94f00b82f080b1278792ec))
* 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))

## [0.5.1](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.5.0...v0.5.1) (2024-07-08)


Expand Down
2 changes: 1 addition & 1 deletion example/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.5.1" # x-release-please-version
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.5.2" # x-release-please-version

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

0 comments on commit 0981fef

Please sign in to comment.