Skip to content

Commit cd58adf

Browse files
committed
Release version: 2.0.5
1 parent c831653 commit cd58adf

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.0.5
2+
3+
* fix: incorrect exit codes for command failure
4+
* fix [Issue #468](https://github.com/rundeck/rundeck-cli/issues/468) executions deletebulk --require exit code when 0 results
5+
* log: extend `run --at/-@` timezone parsing format support
6+
* Fix: run --at/-@ argument should work
7+
* log: Upgrade jackson databind to 2.14.2
8+
9+
[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.4...v2.0.5)
10+
111
## 2.0.4
212

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

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ url: "https://rundeck.github.io" # the base hostname & protocol for your site, e
2222
twitter_username: rundeck
2323
github_username: rundeck
2424
github_url: https://github.com/rundeck/rundeck-cli
25-
app_version: 2.0.4
25+
app_version: 2.0.5
2626
# Build settings
2727
markdown: kramdown
2828
theme: minima

docs/changes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ title: Change Log
44
permalink: /changes/
55
---
66

7+
## 2.0.5
8+
9+
* fix: incorrect exit codes for command failure
10+
* fix [Issue #468](https://github.com/rundeck/rundeck-cli/issues/468) executions deletebulk --require exit code when 0 results
11+
* log: extend `run --at/-@` timezone parsing format support
12+
* Fix: run --at/-@ argument should work
13+
* log: Upgrade jackson databind to 2.14.2
14+
15+
[Changes](https://github.com/rundeck/rundeck-cli/compare/v2.0.4...v2.0.5)
16+
717
## 2.0.4
818

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

0 commit comments

Comments
 (0)