Skip to content

Commit 1ab3ca1

Browse files
committed
chore(main): release terraform-module-talos 0.2.2
1 parent 42684a8 commit 1ab3ca1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"terraform-modules/talos": "0.2.1",
2+
"terraform-modules/talos": "0.2.2",
33
"terraform-modules/spectrum": "0.1.2",
44
"terraform-modules/k3s": "0.1.0"
55
}

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

2727
control_planes = [

terraform-modules/talos/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/fluencelabs/spectrum/compare/terraform-module-talos-v0.2.1...terraform-module-talos-v0.2.2) (2025-03-03)
4+
5+
6+
### Bug Fixes
7+
8+
* bind kube-scheduler and kube-controller on 0.0.0.0 to collect metrics ([e9f4203](https://github.com/fluencelabs/spectrum/commit/e9f4203c33c1581c845f076f835f6a291a45540c))
9+
* dependency on serviceMonitor when monitoring component is not enabled ([e9f4203](https://github.com/fluencelabs/spectrum/commit/e9f4203c33c1581c845f076f835f6a291a45540c))
10+
311
## [0.2.1](https://github.com/fluencelabs/spectrum/compare/terraform-module-talos-v0.2.0...terraform-module-talos-v0.2.1) (2025-01-23)
412

513

0 commit comments

Comments
 (0)