Skip to content

Commit

Permalink
Release version: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed May 20, 2022
1 parent dd085cd commit b21de99
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## Unreleased
## 2.0.0

*Note*: This release contains some under the hood changes, that may change the behavior.
Please [log an issue](https://github.com/rundeck/rundeck-cli/issues) if you encounter any problems.

* Refactored CLI framework to use [picocli](https://picocli.info/)
* This was a major overhaul, but should be exactly compatible with rd 1.x
* Updated dependencies.
Expand All @@ -12,6 +11,8 @@ Please [log an issue](https://github.com/rundeck/rundeck-cli/issues) if you enco
* `rd tokens`: `reveal` subcommand replaced with `info`
* `rd tokens delete`: option `-t/--token` replaced with `-i/--id`

[Changes](https://github.com/rundeck/rundeck-cli/compare/v1.4.3...v2.0.0)

## 1.4.3

* Fix [Issue #433](https://github.com/rundeck/rundeck-cli/issues/433)
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ url: "https://rundeck.github.io" # the base hostname & protocol for your site, e
twitter_username: rundeck
github_username: rundeck
github_url: https://github.com/rundeck/rundeck-cli
app_version: 1.4.3
app_version: 2.0.0
# Build settings
markdown: kramdown
theme: minima
Expand Down
15 changes: 15 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ title: Change Log
permalink: /changes/
---

## 2.0.0

*Note*: This release contains some under the hood changes, that may change the behavior.
Please [log an issue](https://github.com/rundeck/rundeck-cli/issues) if you encounter any problems.
* Refactored CLI framework to use [picocli](https://picocli.info/)
* This was a major overhaul, but should be exactly compatible with rd 1.x
* Updated dependencies.
* Deprecations:
* These old commands and options will still work but will emit a warning if used:
* `rd system/projects acls`: `upload` subcommand replaced with `update`
* `rd tokens`: `reveal` subcommand replaced with `info`
* `rd tokens delete`: option `-t/--token` replaced with `-i/--id`

[Changes](https://github.com/rundeck/rundeck-cli/compare/v1.4.3...v2.0.0)

## 1.4.3

* Fix [Issue #433](https://github.com/rundeck/rundeck-cli/issues/433)
Expand Down

0 comments on commit b21de99

Please sign in to comment.