Skip to content

Commit

Permalink
Merge pull request #69 from eschwartz/v0.3.1-migration-notes
Browse files Browse the repository at this point in the history
Document migration notes for v0.3.1
  • Loading branch information
eschwartz authored Mar 16, 2020
2 parents f84e1b7 + 1a2be82 commit ff54914
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,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 Down

0 comments on commit ff54914

Please sign in to comment.