Skip to content

Commit

Permalink
1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rickporter-tuono authored Jul 31, 2021
1 parent c317ce5 commit e1b6b52
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.0.2 - 2021-07-30

* Improved aliases (e.g. `list` now accepts `ls` or `l`).
* Templates: added `set`, `delete`, and `preview` commands.
* Fixed issue with multiple parameters with no value -- only some values shown in `parameters list`.
* Fixed a couple issues with `templates get`:
* Improved feedback when there are no templates found.
* No longer show secrets without `--secrets` specified.
* When fail to add a value for a new parameter, the parameter is now removed.

# 1.0.1 - 2021-07-28

* Pickup latest OpenAPI changes.
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.1"
version = "1.0.2"
description = "A command-line interface to the CloudTruth configuration management service."
authors = ["CloudTruth <[email protected]>"]
edition = "2018"
Expand Down
6 changes: 3 additions & 3 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4242,7 +4242,7 @@ components:
nullable: true
description: This is the content to use when resolving the Value for a static
non-secret.
maxLength: 1024
maxLength: 16384
value:
type: string
nullable: true
Expand Down Expand Up @@ -4599,7 +4599,7 @@ components:
nullable: true
description: This is the content to use when resolving the Value for a static
non-secret.
maxLength: 1024
maxLength: 16384
value:
type: string
nullable: true
Expand Down Expand Up @@ -4675,7 +4675,7 @@ components:
nullable: true
description: This is the content to use when resolving the Value for a static
non-secret.
maxLength: 1024
maxLength: 16384
required:
- environment
securitySchemes:
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.1
cloudtruth 1.0.2
CloudTruth <[email protected]>
A command-line interface to the CloudTruth configuration management service.

Expand Down

0 comments on commit e1b6b52

Please sign in to comment.