Skip to content

Commit

Permalink
chore(main): release terraform-module-talos 0.2.1 (#100)
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 23, 2025
1 parent 00ddfc7 commit cec66d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"terraform-modules/talos": "0.2.0",
"terraform-modules/spectrum": "0.1.1",
"terraform-modules/talos": "0.2.1",
"terraform-modules/spectrum": "0.1.0",
"terraform-modules/k3s": "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.2.0" # x-release-please-version
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/talos?ref=terraform-module-talos-v0.2.1" # x-release-please-version
cluster_name = "my-cluster"

control_planes = [
Expand Down
7 changes: 7 additions & 0 deletions terraform-modules/talos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/fluencelabs/spectrum/compare/terraform-module-talos-v0.2.0...terraform-module-talos-v0.2.1) (2025-01-23)


### Bug Fixes

* Bump talos version to 1.9.2 ([#98](https://github.com/fluencelabs/spectrum/issues/98)) ([92e8605](https://github.com/fluencelabs/spectrum/commit/92e86052775b55de00986629f781e09285b9dae2))

## [0.2.0](https://github.com/fluencelabs/spectrum/compare/terraform-module-talos-v0.1.0...terraform-module-talos-v0.2.0) (2025-01-15)


Expand Down

0 comments on commit cec66d0

Please sign in to comment.