Skip to content

Commit

Permalink
update Cargo.toml and CHANGELOG for 1.2.0 release (#430)
Browse files Browse the repository at this point in the history
* update Cargo.toml and CHANGELOG for 1.2.0 release

* add PR links in CHANGELOG
  • Loading branch information
erratic-pattern authored Feb 16, 2023
1 parent 5e77b74 commit 7ef0c3a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.2.0 - 2023-02-16
* Updates to API client for compatibility with the latest server release
* Fixed various issues with the install scripts on some platforms and networks
* Azure integrations now show up in `integrations list` [#388](https://github.com/cloudtruth/cloudtruth-cli/pull/388)
* Removed tag usage stats from the tag commands as they are no longer used [#409](https://github.com/cloudtruth/cloudtruth-cli/pull/409)
* Fixed race condition in `projects list` on large data sets [#410](https://github.com/cloudtruth/cloudtruth-cli/pull/410)

# 1.1.8 - 2022-08-28
* Added the `groups` subcommand for group management
* Updated `actions pushes` commands with new options
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.1.9"
version = "1.2.0"
description = "A command-line interface to the CloudTruth configuration management service."
authors = ["CloudTruth <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion build/help.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cloudtruth 1.1.9
cloudtruth 1.2.0
CloudTruth <[email protected]>
A command-line interface to the CloudTruth configuration management service.

Expand Down
2 changes: 1 addition & 1 deletion build/templates/test-release/workflow-header.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
serverUrl:
description: URL to the CloudTruth server (defaults to production)
type: string
default: https://app.cloudtruth.io
default: https://api.cloudtruth.io
secrets:
CLOUDTRUTH_API_KEY:
description: CloudTruth API Key
Expand Down

0 comments on commit 7ef0c3a

Please sign in to comment.