Skip to content

Commit

Permalink
Document migration notes for v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eschwartz committed Feb 5, 2020
1 parent 420e9af commit 1a2be82
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@
- **Potential breaking change**: explicitly configured logging output to go to STDOUT; command output should go to STDOUT

## v0.3.1
- Moved quick start to readthedocs
- Download deployment assets from the public url rather than using Github's GraphQL API

- **BREAKING CHANGE:** Move `~/.dce.yaml` file location to `~/.dce/config.yaml`
- Use local terraform backend by default; located in `~/.dce/.cache/module/main.tf`
- Use terraform binary directly, downloaded to `~/.dce/.cache/terraform/${terraform_version}/` folder.
- Output from terraform now redirected to `~/.dce/deploy.log`
- Moved quick start to readthedocs
- Download deployment assets from the public url rather than using Github's GraphQL API
- Added `--noprompt` flag for easier scripting

**Migration Notes**

dce-cli v0.3.1 introduces a breaking change, in that it expects your yaml configuration to be located at `~/.dce/config.yaml`, instead of `~/.dce.yaml`. If you are migrating from v0.3.0 or lower, you will need to manually move your existing config file to the new location before running any dce-cli commands.

If you do not have an existing config file at `~/.dce.yaml`, you should be able to upgrade to v0.3.1 without problem.

## v0.3.0
- Modified dce auth command to prompt for input and accept base64 encoded credentials string
- Added cognito auth documentation to quickstart
Expand All @@ -26,4 +34,4 @@

## v0.1.0

Initial release
Initial release

0 comments on commit 1a2be82

Please sign in to comment.