Skip to content

Commit b8e4e8f

Browse files
authored
chore(main): release v0.1.0 (#3)
<!-- section-start changelog --> We are happy to announce the first release of our nomad development environment. We will use this tool to improve our testing capability in other products, like the csi-driver. By default, this environment sets up a basic Nomad and Consul cluster with one server and one client. ### Features - nomad development environment (#1) <!-- section-end changelog --> --- <details> <summary><h4>PR by <a href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a> 🤖</h4></summary> If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ```rp-prefix We are happy to announce the first release of our nomad development environment. We will use this tool to improve our testing capability in other products, like the csi-driver. By default, this environment sets up a basic Nomad and Consul cluster with one server and one client. ``` ### Suffix / End This will be added to the end of the release notes. ```rp-suffix ``` </details> Co-authored-by: releaser-pleaser <>
1 parent 7366bda commit b8e4e8f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## [v0.1.0](https://github.com/hetznercloud/nomad-dev-env/releases/tag/v0.1.0)
4+
5+
We are happy to announce the first release of our nomad development environment. We will use this tool to improve our testing capability in other products, like the csi-driver.
6+
7+
By default, this environment sets up a basic Nomad and Consul cluster with one server and one client.
8+
9+
### Features
10+
11+
- nomad development environment (#1)

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/nomad-dev-env?ref=v0.0.0" # x-releaser-pleaser-version
2+
source = "github.com/hetznercloud/nomad-dev-env?ref=v0.1.0" # x-releaser-pleaser-version
33

44
hcloud_token = var.hcloud_token
55
}

0 commit comments

Comments
 (0)