Skip to content

Commit

Permalink
chore(main): release terraform-module-talos 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Feb 21, 2025
1 parent cfb848d commit 0213746
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
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.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 = [
Expand Down
8 changes: 8 additions & 0 deletions terraform-modules/talos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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-02-21)


### 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)


Expand Down

0 comments on commit 0213746

Please sign in to comment.