Skip to content

Commit

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


##
[0.2.0](v0.1.0...v0.2.0)
(2024-06-27)


### Features

* setup initial module
([#3](#3))
([90b350d](90b350d))

---
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: Jonas L <[email protected]>
  • Loading branch information
hcloud-bot and jooola authored Jun 27, 2024
1 parent 6f2dd85 commit 5cbeb17
Show file tree
Hide file tree
Showing 3 changed files with 10 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.1.0"}
{".":"0.2.0"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### Features

* setup initial module ([#3](https://github.com/hetznercloud/terraform-k8s-dev/issues/3)) ([90b350d](https://github.com/hetznercloud/terraform-k8s-dev/commit/90b350d748048ecb99b28fe43af618c9f847ceb1))
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/terraform-k8s-dev?ref=v0.1.0" # x-release-please-version
source = "github.com/hetznercloud/terraform-k8s-dev?ref=v0.2.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 5cbeb17

Please sign in to comment.