Skip to content

Commit decaefd

Browse files
committed
chore(main): release terraform-module-talos 0.1.1
1 parent e56a220 commit decaefd

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"terraform-modules/talos":"0.1.0",
3-
"terraform-modules/spectrum":"0.1.0",
4-
"terraform-modules/k3s":"0.1.0"
2+
"terraform-modules/talos": "0.1.1",
3+
"terraform-modules/spectrum": "0.1.0",
4+
"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.1.0" # x-release-please-version
24+
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/talos?ref=terraform-module-talos-v0.1.1" # x-release-please-version
2525
cluster_name = var.cluster_name
2626
server_ip = var.server_ip
2727
# config_patches = [

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.1.1](https://github.com/fluencelabs/spectrum/compare/terraform-module-talos-v0.1.0...terraform-module-talos-v0.1.1) (2025-01-15)
4+
5+
6+
### Features
7+
8+
* Update talos to version 1.9.1 and add selinux workaround ([#90](https://github.com/fluencelabs/spectrum/issues/90)) ([e56a220](https://github.com/fluencelabs/spectrum/commit/e56a2202b94384c3b084e4674b70b597eaad422d))
9+
310
## 0.1.0 (2025-01-13)
411

512

0 commit comments

Comments
 (0)