Skip to content

Commit

Permalink
Release version: 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Apr 24, 2023
1 parent c831653 commit cd58adf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.0.5

* fix: incorrect exit codes for command failure
* fix [Issue #468](https://github.com/rundeck/rundeck-cli/issues/468) executions deletebulk --require exit code when 0 results
* log: extend `run --at/-@` timezone parsing format support
* Fix: run --at/-@ argument should work
* log: Upgrade jackson databind to 2.14.2

[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.4...v2.0.5)

## 2.0.4

* Add component options to project archives import [Issue #482](https://github.com/rundeck/rundeck-cli/issues/482)
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.4
app_version: 2.0.5
# 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.5

* fix: incorrect exit codes for command failure
* fix [Issue #468](https://github.com/rundeck/rundeck-cli/issues/468) executions deletebulk --require exit code when 0 results
* log: extend `run --at/-@` timezone parsing format support
* Fix: run --at/-@ argument should work
* log: Upgrade jackson databind to 2.14.2

[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.4...v2.0.5)

## 2.0.4

* Add component options to project archives import [Issue #482](https://github.com/rundeck/rundeck-cli/issues/482)
Expand Down

0 comments on commit cd58adf

Please sign in to comment.