Skip to content

Commit

Permalink
Release version: 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Dec 1, 2023
1 parent 30fb6b7 commit d0037a6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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: 2.0.7
app_version: 2.0.8
# Build settings
markdown: kramdown
theme: minima
Expand Down
10 changes: 10 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d0037a6

Please sign in to comment.