Skip to content

Commit

Permalink
Bumps version to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Jan 6, 2022
1 parent 8bb9d2a commit a830953
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.20.0
current_version = 0.21.0
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

### 0.20.0

**Released**: 2022.01.06

**Commit Delta**: [Change from 0.19.7 release](https://github.com/plus3it/tardigrade-ci/compare/0.19.7..0.20.0)

**Summary**:

* Uses override file to inject mockstack config for aws provider. Allows test configs
to manage their aws provider config entirely, including any argument supported
by the aws provider. Test configs should now always work without modification
for the "--nomock" use case, running against real aws endpoints. For more,
see [PR #372](https://github.com/plus3it/tardigrade-ci/pull/372).
* Removes pytest argument `--alias`.
* Skips tftest cleanup on exit, so the tfstate remains intact. This is useful if
there were errors when tftest ran the destroy action, as it allows us to manually
inspect the state and re-run `terraform destroy`.

* Updates tool versions:
* tftest 1.6.3

### 0.19.7

**Released**: 2022.01.03
Expand Down

0 comments on commit a830953

Please sign in to comment.