File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
terraform-modules/spectrum Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "terraform-modules/talos" : " 0.2.1" ,
3- "terraform-modules/spectrum" : " 0.1.2 " ,
3+ "terraform-modules/spectrum" : " 0.1.3 " ,
44 "terraform-modules/k3s" : " 0.1.0" ,
55 "flux" : " 0.1.0"
66}
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ provider "helm" {
66
77module "spectrum" {
88 depends_on = [module . k3s ]
9- source = " git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.1.2 " # x-release-please-version
9+ source = " git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.1.3 " # x-release-please-version
1010 cluster_flavour = " k3s"
1111}
Original file line number Diff line number Diff line change 11module "spectrum" {
22 depends_on = [module . talos ]
3- source = " git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.1.2 " # x-release-please-version
3+ source = " git::https://github.com/fluencelabs/spectrum.git//terraform-modules/spectrum?ref=terraform-module-spectrum-v0.1.3 " # x-release-please-version
44 network = " main"
55 cluster = " default"
66}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.3] ( https://github.com/fluencelabs/spectrum/compare/terraform-module-spectrum-v0.1.2...terraform-module-spectrum-v0.1.3 ) (2025-03-20)
4+
5+
6+ ### Bug Fixes
7+
8+ * Spectrum priority class tune ([ #150 ] ( https://github.com/fluencelabs/spectrum/issues/150 ) ) ([ d81ee3f] ( https://github.com/fluencelabs/spectrum/commit/d81ee3f6a14a8b45fcd5633ff220ce6556de1c5c ) )
9+
310## [ 0.1.2] ( https://github.com/fluencelabs/spectrum/compare/terraform-module-spectrum-v0.1.1...terraform-module-spectrum-v0.1.2 ) (2025-02-19)
411
512
You can’t perform that action at this time.
0 commit comments