Skip to content

Commit

Permalink
chore: release v0.11.0. (#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
i4ki authored Oct 22, 2024
2 parents 5bd04da + a45c355 commit c590f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Given a version number `MAJOR.MINOR.PATCH`, we increment the:
- Backward compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased.
- Backward compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased.

## Unreleased
## v0.11.0

### Added

Expand All @@ -29,16 +29,13 @@ Given a version number `MAJOR.MINOR.PATCH`, we increment the:
- Add support for using `TM_ARG_*` environment variables to configure cli commands.
Note: This is an incremental change. Only global flags and `terramate run` flags were added for now.
- For example: Use `TM_ARG_CHDIR=stacks/prod TM_ARG_RUN_REVERSE=1 terramate run -- terraform apply` to run from inside `stacks/prod` and with reversed execution order (which is the same as `terramate --chdir stacks/prod run --reverse -- terraform apply`).
- Add support for dot (`.`) in the tag syntax.
- Now you can add tags like `v1.0.0-abc_xyz`

### Changed

- **(Breaking change)** The `terramate list --changed` now considers *untracked* and * uncommitted* files for detecting changed stacks.
- This behavior can be turned off by `terramate.config.change_detection.git.untracked = "off"` and `terramate.config.change_detection.git.uncommitted = "off"`.
- **(Breaking change)** Remove the deprecated `terramate experimental run-order`.
- The `terramate list --run-order` was introduced in version `v0.4.5` and provides the same functionality as the removed command.
- The **Outputs Sharing** feature now has no default value for the `sensitive` field of `input` and `output` blocks.

## v0.10.8

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0-rc2
0.11.0

0 comments on commit c590f9a

Please sign in to comment.