diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2797a82..0030ed9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.17.0", + ".": "0.18.0", "stages/helm-promise": "0.3.1", "stages/terraform-module-promise": "0.7.0", "stages/operator-promise": "0.3.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index ec42b9e..723e01f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.18.0](https://github.com/syntasso/kratix-cli/compare/v0.17.0...v0.18.0) (2026-06-09) + + +### Features + +* **229:** terraform-generate image outputs hcl not json ([#233](https://github.com/syntasso/kratix-cli/issues/233)) ([96d25aa](https://github.com/syntasso/kratix-cli/commit/96d25aa8163368cf6f88e7ffb15cf7f30077e095)) + + +### Bug Fixes + +* terraform init no longer fails if a module has required values ([#235](https://github.com/syntasso/kratix-cli/issues/235)) ([3383942](https://github.com/syntasso/kratix-cli/commit/33839424affcd5769cb19f72fccea6e800873b85)) + + +### Chores + +* **main:** release terraform-module-promise 0.7.0 ([#241](https://github.com/syntasso/kratix-cli/issues/241)) ([d78d1c0](https://github.com/syntasso/kratix-cli/commit/d78d1c0b9b3bf3c5d460c88d14d14e1992f583f8)) + ## [0.17.0](https://github.com/syntasso/kratix-cli/compare/v0.16.2...v0.17.0) (2026-04-28)