Skip to content

Commit

Permalink
chore(main): release terraform-module-talos 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot committed Jan 15, 2025
1 parent e56a220 commit decaefd
Show file tree
Hide file tree
Showing 3 changed files with 11 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.1.1",
"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.1.1" # x-release-please-version
cluster_name = var.cluster_name
server_ip = var.server_ip
# config_patches = [
Expand Down
7 changes: 7 additions & 0 deletions terraform-modules/talos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Features

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

## 0.1.0 (2025-01-13)


Expand Down

0 comments on commit decaefd

Please sign in to comment.