From c21e938ba5481deb1251bf229f8677474907c136 Mon Sep 17 00:00:00 2001 From: syntassodev <113625212+syntassodev@users.noreply.github.com> Date: Tue, 16 Dec 2025 16:29:20 +0000 Subject: [PATCH] chore(main): release terraform-module-promise 0.3.1 --- .release-please-manifest.json | 2 +- stages/terraform-module-promise/CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 stages/terraform-module-promise/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a0fc3da..90e0848 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { ".": "0.11.2", "stages/helm-promise": "0.3.1", - "stages/terraform-module-promise": "0.3.0", + "stages/terraform-module-promise": "0.3.1", "stages/crossplane-promise": "0.2.1", "stages/operator-promise": "0.3.0" } diff --git a/stages/terraform-module-promise/CHANGELOG.md b/stages/terraform-module-promise/CHANGELOG.md new file mode 100644 index 0000000..20c8b53 --- /dev/null +++ b/stages/terraform-module-promise/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## [0.3.1](https://github.com/syntasso/kratix-cli/compare/terraform-module-promise-v0.3.0...terraform-module-promise-v0.3.1) (2025-12-16) + + +### Chores + +* 159/release stage images ([#173](https://github.com/syntasso/kratix-cli/issues/173)) ([e39f21b](https://github.com/syntasso/kratix-cli/commit/e39f21ba13c918e7cbdb8ee0095ba90f8aab6de2)) +* added dry-run to jobs ([250ac28](https://github.com/syntasso/kratix-cli/commit/250ac289c33a09ea72fda7bd1e8b053ceada246c)) +* added help to location makefiles ([b210cb9](https://github.com/syntasso/kratix-cli/commit/b210cb990bf6309a933af4aec6b051f29647c1a2)) +* ensure buildx builder is created before building images ([1716305](https://github.com/syntasso/kratix-cli/commit/1716305087fca8bf19e4af88da80d20f452c5234)) +* ensuring that image building works in each subdirectory ([9794f76](https://github.com/syntasso/kratix-cli/commit/9794f76e3c8c4be0cabe06fcb158d0dae431637b)) +* fixing jobs to run from Makefiles on stages locations ([92f3360](https://github.com/syntasso/kratix-cli/commit/92f3360416bf292641c060a11523170084af07c2)) +* speed up cross-arch compilation ([0882954](https://github.com/syntasso/kratix-cli/commit/0882954bd30ade5cac329c5adbf23a667290db04))