From 2e1fc148061a768d9ee8f3d230caf0470574bbc8 Mon Sep 17 00:00:00 2001 From: Rick Porter Date: Mon, 30 Aug 2021 14:39:25 -0400 Subject: [PATCH] 1.0.5 release --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- tests/help.txt | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00296015..2055dca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 1.0.5 - 2021-08-30 + +* Allow retrieving unevaluated template text using `template get --raw`. +* Add `login` and `logout` commands for API key management. +* Added `--show-times` flag to display created-at and modified-at values parameters `list` and + `environment` commands. +* Allow retrieving parameter information at the specified `--as-of` value for: + * `parameters list` + * `parameters get` + * `parameters environment` + * `run` +* Updated `parameter difference` command: + * Added properties to include `created-at` and `modified-at`. + * Change arguments to allow environment and/or time-based (using `--as-of`) differences. +* Display complete parameter information with `--details` flag in `parameter get` command. + # 1.0.4 - 2021-08-13 * Added `template edit` for easier template modification. diff --git a/Cargo.lock b/Cargo.lock index e6d00cee..cfb38dfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "cloudtruth" -version = "1.0.4" +version = "1.0.5" dependencies = [ "aes-gcm", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index c60bf2c6..849435bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudtruth" -version = "1.0.4" +version = "1.0.5" 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 330a61c5..92bebec8 100644 --- a/tests/help.txt +++ b/tests/help.txt @@ -1,4 +1,4 @@ -cloudtruth 1.0.4 +cloudtruth 1.0.5 CloudTruth A command-line interface to the CloudTruth configuration management service.