Skip to content

Commit 06a52be

Browse files
chore(main): release 0.7.0 (#59)
🤖 I have created a release *beep* *boop* --- ## [0.7.0](v0.6.0...v0.7.0) (2025-01-10) ### Features * arbitrary additional labels on Hetzner resources ([#55](#55)) ([b3f4b39](b3f4b39)) --- 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>
1 parent 0e0c647 commit 06a52be

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.6.0"}
1+
{".":"0.7.0"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.6.0...v0.7.0) (2025-01-10)
4+
5+
6+
### Features
7+
8+
* arbitrary additional labels on Hetzner resources ([#55](https://github.com/hetznercloud/kubernetes-dev-env/issues/55)) ([b3f4b39](https://github.com/hetznercloud/kubernetes-dev-env/commit/b3f4b39f35af1e3afb157d13113fdabb5a6d6fe5))
9+
310
## [0.6.0](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.5.2...v0.6.0) (2024-10-23)
411

512

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