Skip to content

Commit

Permalink
1.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rickporter-tuono authored Aug 30, 2021
1 parent 6c65140 commit 2e1fc14
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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 = "1.0.4"
version = "1.0.5"
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 1.0.4
cloudtruth 1.0.5
CloudTruth <[email protected]>
A command-line interface to the CloudTruth configuration management service.

Expand Down

0 comments on commit 2e1fc14

Please sign in to comment.