Skip to content

Commit

Permalink
chore(main): release terraform-module-talos 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Jan 13, 2025
1 parent 7bf1b0e commit b3870ff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"terraform-modules/talos":"0.1.0"}
4 changes: 2 additions & 2 deletions 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 All @@ -31,7 +31,7 @@ module "talos" {

module "spectrum" {
depends_on = [module.talos]
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.0.1" # x-release-please-version
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.1.0" # x-release-please-version
network = "main"
cluster = "default"
}
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 b3870ff

Please sign in to comment.