From d0037a653f9c57f1e62df7c0369205943ae147c9 Mon Sep 17 00:00:00 2001 From: Greg Schueler Date: Fri, 1 Dec 2023 15:34:17 -0800 Subject: [PATCH] Release version: 2.0.8 --- CHANGELOG.md | 10 ++++++++-- docs/_config.yml | 2 +- docs/changes.md | 10 ++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e6611b..68f32c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ -## Unreleased +## 2.0.8 -* Fix: rd acl validate fails #541 +* Fix: rd acl validate fails [Issue #541](https://github.com/rundeck/rundeck-cli/issues/541) +* fix [Issue #538](https://github.com/rundeck/rundeck-cli/issues/538) format parameter overrides content type +* log: support json format for `rd jobs list` +* log: Add json option for `rd jobs load` +* Fix: rd.conf not working + +[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.7...v2.0.8) ## 2.0.7 diff --git a/docs/_config.yml b/docs/_config.yml index 8eccd266..16023b81 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: 2.0.7 +app_version: 2.0.8 # Build settings markdown: kramdown theme: minima diff --git a/docs/changes.md b/docs/changes.md index 97efc314..281dbd65 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -4,6 +4,16 @@ title: Change Log permalink: /changes/ --- +## 2.0.8 + +* Fix: rd acl validate fails [Issue #541](https://github.com/rundeck/rundeck-cli/issues/541) +* fix [Issue #538](https://github.com/rundeck/rundeck-cli/issues/538) format parameter overrides content type +* log: support json format for `rd jobs list` +* log: Add json option for `rd jobs load` +* Fix: rd.conf not working + +[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.7...v2.0.8) + ## 2.0.7 * Remove use of XML in API calls (deprecated in Rundeck 4.x)