Skip to content

Commit 4bd07df

Browse files
fluencebotnahsi
andauthored
chore(main): release terraform-module-talos 0.1.0 (#88)
Co-authored-by: Anatolios Laskaris <[email protected]>
1 parent 4f2a1c8 commit 4bd07df

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/release-please/manifest.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
{"terraform-modules/spectrum":"0.1.0"}
1+
{
2+
"terraform-modules/talos":"0.1.0",
3+
"terraform-modules/spectrum":"0.1.0"
4+
}

examples/talos/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ provider "helm" {
2121
}
2222

2323
module "talos" {
24-
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/talos?ref=terraform-module-talos-v0.0.1" # x-release-please-version
24+
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/talos?ref=terraform-module-talos-v0.1.0" # x-release-please-version
2525
cluster_name = var.cluster_name
2626
server_ip = var.server_ip
2727
# config_patches = [

terraform-modules/talos/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-01-13)
4+
5+
6+
### Features
7+
8+
* Add terraform modules ([#16](https://github.com/fluencelabs/spectrum/issues/16)) ([71a2bf5](https://github.com/fluencelabs/spectrum/commit/71a2bf52ab0f27fb818220e1b79d1759c5ef08ee))

0 commit comments

Comments
 (0)