mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:58:17 +00:00
3.4 KiB
3.4 KiB
v0.1.3
Features
- Environment variables are passed through to
extra_arguments. (#150) - Tested hundreds of lines of code. Test coverage now at 60%. (https://codecov.io/gh/hootsuite/atlantis)
Bug Fixes
- Modules in list of changed files weren't being filtered. (#193)
- Nil pointer error in bootstrap mode. (#181)
Downloads
Backwards Incompatibilities / Notes:
None
v0.1.2
Features
- all flags passed to
atlantis planoratlantis applywill now be passed through toterraform. (#131)
Bug Fixes
- Fix command parsing when comment ends with newline. (#131)
- Plan and Apply outputs are shown in new line. (#132)
Downloads
v0.1.1
Backwards Incompatibilities / Notes:
--aws-assume-role-arnand--aws-regionflags removed. Instead, to name the assume role session with the GitHub username of the user running the Atlantis command use theatlantis_userterraform variable alongside Terraform's built-in support for assume role (see https://github.com/hootsuite/atlantis/blob/master/README.md#assume-role-session-names)- Atlantis has a docker image now (#123). Here is how you can try it out:
docker run hootsuite/atlantis:v0.1.1 server --gh-user=GITHUB_USERNAME --gh-token=GITHUB_TOKEN
Improvements
- Support for HTTPS cloning using GitHub username and token provided to atlantis server (#117)
- Adding
post_planandpost_applycommands (#102) - Adding the ability to verify webhook secret (#120)