Skip to content

Commit

Permalink
chore: release v0.4.4-rc3 (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
i4ki committed Jan 12, 2024
2 parents f8f3d55 + 644657b commit 0c63bcb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,18 @@ Given a version number `MAJOR.MINOR.PATCH`, we increment the:
- Add `terramate script info <scriptname>` to show details about a script.
- Add `terramate script run <scriptname>` to run a script in all relevant stacks.
- Add `stack_filter` block to `generate_hcl` for path-based conditional generation.
- Promote experimental commands
- `terramate debug show metadata`
- `terramate debug show globals`
- `terramate debug show generate-origins`
- `terramate debug show runtime-env`
- Improvements in the output of `list`, `run` and `create` commands.

### Fixed

- fix(generate): blocks with context=root were ignored if defined in stacks.
- fix: experimental eval/partial-eval/get-config-value wrongly interprets the output as a formatter.
- fix: change detector cannot read user's git config

## 0.4.3

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.4-dev
0.4.4-rc3

0 comments on commit 0c63bcb

Please sign in to comment.