Skip to content

Commit cec66d0

Browse files
fluencebotnahsi
andauthored
chore(main): release terraform-module-talos 0.2.1 (#100)
Co-authored-by: Anatolios Laskaris <[email protected]>
1 parent 00ddfc7 commit cec66d0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"terraform-modules/talos": "0.2.0",
3-
"terraform-modules/spectrum": "0.1.1",
2+
"terraform-modules/talos": "0.2.1",
3+
"terraform-modules/spectrum": "0.1.0",
44
"terraform-modules/k3s": "0.1.0"
55
}

examples/talos/main.tf

Lines changed: 1 addition & 1 deletion
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.2.0" # x-release-please-version
24+
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/talos?ref=terraform-module-talos-v0.2.1" # x-release-please-version
2525
cluster_name = "my-cluster"
2626

2727
control_planes = [

terraform-modules/talos/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/fluencelabs/spectrum/compare/terraform-module-talos-v0.2.0...terraform-module-talos-v0.2.1) (2025-01-23)
4+
5+
6+
### Bug Fixes
7+
8+
* Bump talos version to 1.9.2 ([#98](https://github.com/fluencelabs/spectrum/issues/98)) ([92e8605](https://github.com/fluencelabs/spectrum/commit/92e86052775b55de00986629f781e09285b9dae2))
9+
310
## [0.2.0](https://github.com/fluencelabs/spectrum/compare/terraform-module-talos-v0.1.0...terraform-module-talos-v0.2.0) (2025-01-15)
411

512

0 commit comments

Comments
 (0)