File tree Expand file tree Collapse file tree 3 files changed +602
-1
lines changed Expand file tree Collapse file tree 3 files changed +602
-1
lines changed Original file line number Diff line number Diff line change 99- Fix bug where modified configuration values used by ` dce system deploy ` would not be reflected in the terraform deployment
1010- Fix pre-run credentials check: was accepting expired credentials.
1111- Fix parsing of ` --expires-on ` flag for ` dce leases create ` command
12+ - Upgraded the default backend DCE version from 0.23.0 to 0.29.0
1213
1314## v0.4.0
1415- Added ` --tf-init-options ` and ` --tf-apply-options ` for greater control over underlying provisioner
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const TerraformBinVersion = "0.12.18"
1010const TerraformBinDownloadURLFormat = "https://releases.hashicorp.com/terraform/%s/terraform_%s_%s_%s.zip"
1111
1212// Default version of DCE to deploy, using `dce system deploy`
13- const DefaultDCEVersion = "0.23 .0"
13+ const DefaultDCEVersion = "0.29 .0"
1414
1515// Default DCE Location
1616const DefaultDCELocation = "github.com/Optum/dce"
You can’t perform that action at this time.
0 commit comments