Skip to content

Commit 3d3262e

Browse files
chore(main): release 0.4.0 (#23)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](v0.3.0...v0.4.0) (2024-07-05) ### Features * output for the kubeconfig filename ([#22](#22)) ([8411724](8411724)) --- 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 8411724 commit 3d3262e

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.3.0"}
1+
{".":"0.4.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.4.0](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.3.0...v0.4.0) (2024-07-05)
4+
5+
6+
### Features
7+
8+
* output for the kubeconfig filename ([#22](https://github.com/hetznercloud/kubernetes-dev-env/issues/22)) ([8411724](https://github.com/hetznercloud/kubernetes-dev-env/commit/841172497191c1613393fad1ca2c21849f6ec1df))
9+
310
## [0.3.0](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.2.0...v0.3.0) (2024-07-04)
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.3.0" # x-release-please-version
2+
source = "github.com/hetznercloud/kubernetes-dev-env?ref=v0.4.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)