Skip to content

Commit 5cbeb17

Browse files
hcloud-botjooola
andauthored
chore(main): release 0.2.0 (#10)
🤖 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 <jooola@users.noreply.github.com>
1 parent 6f2dd85 commit 5cbeb17

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.1.0"}
1+
{".":"0.2.0"}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/hetznercloud/terraform-k8s-dev/compare/v0.1.0...v0.2.0) (2024-06-27)
4+
5+
6+
### Features
7+
8+
* setup initial module ([#3](https://github.com/hetznercloud/terraform-k8s-dev/issues/3)) ([90b350d](https://github.com/hetznercloud/terraform-k8s-dev/commit/90b350d748048ecb99b28fe43af618c9f847ceb1))

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/terraform-k8s-dev?ref=v0.1.0" # x-release-please-version
2+
source = "github.com/hetznercloud/terraform-k8s-dev?ref=v0.2.0" # 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)