From b21de99eb454c566f6cb2c4ff5d3ceeb7e986ca5 Mon Sep 17 00:00:00 2001 From: Greg Schueler Date: Fri, 20 May 2022 16:50:35 -0700 Subject: [PATCH] Release version: 2.0.0 --- CHANGELOG.md | 5 +++-- docs/_config.yml | 2 +- docs/changes.md | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26fcaabc..b87820ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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) diff --git a/docs/_config.yml b/docs/_config.yml index b5ec0f7a..14c30b5a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -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 diff --git a/docs/changes.md b/docs/changes.md index 0b92999b..34681ff8 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -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)