From ef3593c4e1d409f8ba3e6a01b9d896569a1c39e7 Mon Sep 17 00:00:00 2001 From: fluencebot <116741523+fluencebot@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:07:32 +0300 Subject: [PATCH] chore(main): release terraform-module-talos 0.2.2 --- .github/release-please/manifest.json | 2 +- examples/talos/main.tf | 2 +- terraform-modules/talos/CHANGELOG.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index c6294040..811810b6 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,5 @@ { - "terraform-modules/talos": "0.2.1", + "terraform-modules/talos": "0.2.2", "terraform-modules/spectrum": "0.1.2", "terraform-modules/k3s": "0.1.0" } \ No newline at end of file diff --git a/examples/talos/main.tf b/examples/talos/main.tf index 726daec2..37065d56 100644 --- a/examples/talos/main.tf +++ b/examples/talos/main.tf @@ -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.1" # x-release-please-version + source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/talos?ref=terraform-module-talos-v0.2.2" # x-release-please-version cluster_name = "my-cluster" control_planes = [ diff --git a/terraform-modules/talos/CHANGELOG.md b/terraform-modules/talos/CHANGELOG.md index f1a057e5..15f493c2 100644 --- a/terraform-modules/talos/CHANGELOG.md +++ b/terraform-modules/talos/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.2](https://github.com/fluencelabs/spectrum/compare/terraform-module-talos-v0.2.1...terraform-module-talos-v0.2.2) (2025-03-19) + + +### Bug Fixes + +* bind kube-scheduler and kube-controller on 0.0.0.0 to collect metrics ([e9f4203](https://github.com/fluencelabs/spectrum/commit/e9f4203c33c1581c845f076f835f6a291a45540c)) +* dependency on serviceMonitor when monitoring component is not enabled ([e9f4203](https://github.com/fluencelabs/spectrum/commit/e9f4203c33c1581c845f076f835f6a291a45540c)) + ## [0.2.1](https://github.com/fluencelabs/spectrum/compare/terraform-module-talos-v0.2.0...terraform-module-talos-v0.2.1) (2025-01-23)