Skip to content

Commit

Permalink
0.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rickporter-tuono authored Jun 15, 2021
1 parent 0864b3c commit 3ac5b9a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.5.4 - 2021-06-15

* Fix display issue for no parameters in default project.
* Allow configuration file to be edited, even when it is invalid YAML.
* Improved error message when attempting to delete a parameter that does not exist.
* Allow request_timeout to be set in profile or environment variable.
* Improved integration tests with timeouts and server_url settings.
* Add wrap()/unwrap() functions to secure secrets (tested but not used).
* Initial work for REST interface to CTAAS.

# 0.5.3 - 2021-05-27

* Parameters: added `--dynamic` flag to `parameter list --values` view FQN/JMES path values.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cloudtruth"
version = "0.5.3"
version = "0.5.4"
description = "A command-line interface to the CloudTruth configuration management service."
authors = ["CloudTruth <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion tests/help.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cloudtruth 0.5.3
cloudtruth 0.5.4
CloudTruth <[email protected]>
A command-line interface to the CloudTruth configuration management service.

Expand Down

0 comments on commit 3ac5b9a

Please sign in to comment.