Skip to content

Commit

Permalink
chore(main): release terraform-module-spectrum 0.1.2 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
fluencebot authored Feb 19, 2025
1 parent fa3df5a commit 3d8d467
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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/spectrum": "0.1.1",
"terraform-modules/spectrum": "0.1.2",
"terraform-modules/k3s": "0.1.0"
}
2 changes: 1 addition & 1 deletion examples/k3s/spectrum.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ provider "helm" {

module "spectrum" {
depends_on = [module.k3s]
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.1.1" # x-release-please-version
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.1.2" # x-release-please-version
cluster_flavour = "k3s"
}
2 changes: 1 addition & 1 deletion examples/talos/spectrum.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "spectrum" {
depends_on = [module.talos]
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.1.1" # x-release-please-version
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.1.2" # x-release-please-version
network = "main"
cluster = "default"
}
7 changes: 7 additions & 0 deletions terraform-modules/spectrum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/fluencelabs/spectrum/compare/terraform-module-spectrum-v0.1.1...terraform-module-spectrum-v0.1.2) (2025-02-19)


### Bug Fixes

* spectrum add qps increase to cilium config ([#140](https://github.com/fluencelabs/spectrum/issues/140)) ([fa3df5a](https://github.com/fluencelabs/spectrum/commit/fa3df5a99d4f46cabbdb2036598e1ee18c868042))

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


Expand Down

0 comments on commit 3d8d467

Please sign in to comment.