Skip to content

Commit

Permalink
chore(main): release terraform-module-k3s 0.1.0 (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: Anatolios Laskaris <[email protected]>
  • Loading branch information
fluencebot and nahsi authored Jan 13, 2025
1 parent 4bd07df commit 7ae7a38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"terraform-modules/talos":"0.1.0",
"terraform-modules/spectrum":"0.1.0"
}
"terraform-modules/spectrum":"0.1.0",
"terraform-modules/k3s":"0.1.0"
}
2 changes: 1 addition & 1 deletion examples/k3s/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "k3s" {
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/k3s?ref=terraform-module-k3s-v0.0.1" # x-release-please-version
source = "git::https://github.com/fluencelabs/spectrum.git//terraform-modules/k3s?ref=terraform-module-k3s-v0.1.0" # x-release-please-version
kubeconfigs_location = "${path.root}/secrets"
server_name = local.server_name
server_ip_address = local.server_ip_address
Expand Down
8 changes: 8 additions & 0 deletions terraform-modules/k3s/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 0.1.0 (2025-01-13)


### Features

* k3s tf module ([294e7cd](https://github.com/fluencelabs/spectrum/commit/294e7cda89d7e23a7ef4cfc0a3c87915ea499773))

0 comments on commit 7ae7a38

Please sign in to comment.