Skip to content

Commit

Permalink
chore(main): release terraform-module-talos 0.1.0 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: Anatolios Laskaris <[email protected]>
  • Loading branch information
fluencebot and nahsi authored Jan 13, 2025
1 parent 4f2a1c8 commit 4bd07df
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{"terraform-modules/spectrum":"0.1.0"}
{
"terraform-modules/talos":"0.1.0",
"terraform-modules/spectrum":"0.1.0"
}
2 changes: 1 addition & 1 deletion examples/talos/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ provider "helm" {
}

module "talos" {
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/talos?ref=terraform-module-talos-v0.0.1" # x-release-please-version
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/talos?ref=terraform-module-talos-v0.1.0" # x-release-please-version
cluster_name = var.cluster_name
server_ip = var.server_ip
# config_patches = [
Expand Down
8 changes: 8 additions & 0 deletions terraform-modules/talos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0 (2025-01-13)


### Features

* Add terraform modules ([#16](https://github.com/fluencelabs/spectrum/issues/16)) ([71a2bf5](https://github.com/fluencelabs/spectrum/commit/71a2bf52ab0f27fb818220e1b79d1759c5ef08ee))

0 comments on commit 4bd07df

Please sign in to comment.