Skip to content

Commit ff54914

Browse files
authored
Merge pull request #69 from eschwartz/v0.3.1-migration-notes
Document migration notes for v0.3.1
2 parents f84e1b7 + 1a2be82 commit ff54914

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,21 @@
1818
- **Potential breaking change**: explicitly configured logging output to go to STDOUT; command output should go to STDOUT
1919

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

30+
**Migration Notes**
31+
32+
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.
33+
34+
If you do not have an existing config file at `~/.dce.yaml`, you should be able to upgrade to v0.3.1 without problem.
35+
2836
## v0.3.0
2937
- Modified dce auth command to prompt for input and accept base64 encoded credentials string
3038
- Added cognito auth documentation to quickstart

0 commit comments

Comments
 (0)