Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#24)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.5.0](v0.4.0...v0.5.0)
(2024-07-05)


### Features

* add support for macOS
([#19](#19))
([4b6513e](4b6513e))

---
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 Jul 5, 2024
1 parent 4b6513e commit c643c80
Show file tree
Hide file tree
Showing 3 changed files with 9 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.4.0"}
{".":"0.5.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.4.0...v0.5.0) (2024-07-05)


### Features

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

## [0.4.0](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.3.0...v0.4.0) (2024-07-05)


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.4.0" # x-release-please-version
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.5.0" # 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 c643c80

Please sign in to comment.