Skip to content

Commit

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


##
[0.3.0](v0.2.0...v0.3.0)
(2024-07-04)


### Features

* change workers_count default to 1
([#16](#16))
([df359ff](df359ff))
* necessary features for hcloud-cloud-controller-manager
([#14](#14))
([d51ba12](d51ba12))
* write public key to local file
([#17](#17))
([88395fd](88395fd))

---
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 4, 2024
1 parent ce68eae commit 65c743d
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.2.0"}
{".":"0.3.0"}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.0](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.2.0...v0.3.0) (2024-07-04)


### Features

* change workers_count default to 1 ([#16](https://github.com/hetznercloud/kubernetes-dev-env/issues/16)) ([df359ff](https://github.com/hetznercloud/kubernetes-dev-env/commit/df359ff7ba3a0190e5e7507eae0ccf10efab3122))
* necessary features for hcloud-cloud-controller-manager ([#14](https://github.com/hetznercloud/kubernetes-dev-env/issues/14)) ([d51ba12](https://github.com/hetznercloud/kubernetes-dev-env/commit/d51ba126d917bb752d6e446ee8039f6404a8f3a7))
* write public key to local file ([#17](https://github.com/hetznercloud/kubernetes-dev-env/issues/17)) ([88395fd](https://github.com/hetznercloud/kubernetes-dev-env/commit/88395fdd559bc7185a8594fb3c8fbce265472c6c))

## [0.2.0](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.1.0...v0.2.0) (2024-06-27)


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.2.0" # x-release-please-version
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.3.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 65c743d

Please sign in to comment.