Skip to content

Commit

Permalink
chore(main): release terraform-module-talos 0.2.0 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Jan 16, 2025
1 parent a948c5e commit 7a2bea9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"terraform-modules/talos":"0.1.0",
"terraform-modules/spectrum":"0.1.0",
"terraform-modules/k3s":"0.1.0"
"terraform-modules/talos": "0.2.0",
"terraform-modules/spectrum": "0.1.0",
"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.1.0" # x-release-please-version
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/talos?ref=terraform-module-talos-v0.2.0" # x-release-please-version
cluster_name = "my-cluster"

control_planes = [
Expand Down
17 changes: 17 additions & 0 deletions terraform-modules/talos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.2.0](https://github.com/fluencelabs/spectrum/compare/terraform-module-talos-v0.1.0...terraform-module-talos-v0.2.0) (2025-01-15)


### ⚠ BREAKING CHANGES

* talos multinode initial support ([#72](https://github.com/fluencelabs/spectrum/issues/72))

### Features

* talos multinode initial support ([#72](https://github.com/fluencelabs/spectrum/issues/72)) ([f818568](https://github.com/fluencelabs/spectrum/commit/f818568f1e4cadf7efc486897c0b488d5ecac4f6))
* 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))


### Bug Fixes

* kubeconfig creation waits for bootstrap ([#94](https://github.com/fluencelabs/spectrum/issues/94)) ([a948c5e](https://github.com/fluencelabs/spectrum/commit/a948c5eed6077a67aa7b660c5ca36624c03094d3))

## 0.1.0 (2025-01-13)


Expand Down

0 comments on commit 7a2bea9

Please sign in to comment.