Skip to content

Commit

Permalink
chore(main): release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 7, 2024
1 parent 5b9b8e0 commit 65b4365
Show file tree
Hide file tree
Showing 3 changed files with 9 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.5.2"}
{".":"0.6.0"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.0](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.5.2...v0.6.0) (2024-10-07)


### Features

* optional csi-driver deployment ([#51](https://github.com/hetznercloud/kubernetes-dev-env/issues/51)) ([331c11b](https://github.com/hetznercloud/kubernetes-dev-env/commit/331c11b92607a2a6851adcc02bda4c9f3d958c30)), closes [#50](https://github.com/hetznercloud/kubernetes-dev-env/issues/50)

## [0.5.2](https://github.com/hetznercloud/kubernetes-dev-env/compare/v0.5.1...v0.5.2) (2024-08-09)


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

Please sign in to comment.