From 3ac5b9ac278b1aa84005eddda86216f256ad1170 Mon Sep 17 00:00:00 2001 From: Rick Porter Date: Mon, 14 Jun 2021 23:58:27 -0400 Subject: [PATCH] 0.5.4 release --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- tests/help.txt | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b5dcff..1f2a0f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.lock b/Cargo.lock index 3d3bd9bc..0e4355a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,7 +276,7 @@ dependencies = [ [[package]] name = "cloudtruth" -version = "0.5.3" +version = "0.5.4" dependencies = [ "aes-gcm", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 64c9b30a..2efe0c93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2018" diff --git a/tests/help.txt b/tests/help.txt index ea9f4186..1e3ecad5 100644 --- a/tests/help.txt +++ b/tests/help.txt @@ -1,4 +1,4 @@ -cloudtruth 0.5.3 +cloudtruth 0.5.4 CloudTruth A command-line interface to the CloudTruth configuration management service.