Skip to content

Commit

Permalink
Release version: 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Jul 6, 2017
1 parent 8e846a4 commit 7caa171
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.0.15

* Fix [Issue #94](https://github.com/rundeck/rundeck-cli/issues/94) nodes command does not yet manage nodes
* fix [Issue #105](https://github.com/rundeck/rundeck-cli/issues/105) keys create error states incorrect prompt parameter
* fix [Issue #106](https://github.com/rundeck/rundeck-cli/issues/106) Cannot use the option jobs purge [--jobxact -J value]

[Changes](https://github.com/rundeck/rundeck-cli/compare/v1.0.14...v1.0.15)

## 1.0.14

* Fix [Issue #99](https://github.com/rundeck/rundeck-cli/issues/99): npe when scm import inputs tracked item job is null
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: 1.0.14
app_version: 1.0.15
# Build settings
markdown: kramdown
theme: minima
Expand Down
8 changes: 8 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ title: Changes
permalink: /changes/
---

## 1.0.15

* Fix [Issue #94](https://github.com/rundeck/rundeck-cli/issues/94) nodes command does not yet manage nodes
* fix [Issue #105](https://github.com/rundeck/rundeck-cli/issues/105) keys create error states incorrect prompt parameter
* fix [Issue #106](https://github.com/rundeck/rundeck-cli/issues/106) Cannot use the option jobs purge [--jobxact -J value]

[Changes](https://github.com/rundeck/rundeck-cli/compare/v1.0.14...v1.0.15)

## 1.0.14

* Fix [Issue #99](https://github.com/rundeck/rundeck-cli/issues/99): npe when scm import inputs tracked item job is null
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/rd-banner.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

- ${red}RD$$ - Rundeck API Client Tool (v1.0.14) - ${cyan}https://rundeck.github.io/rundeck-cli/$$
- ${red}RD$$ - Rundeck API Client Tool (v1.0.15) - ${cyan}https://rundeck.github.io/rundeck-cli/$$

${red}
.:'/*/'`:,·:~·–:., ,._., ._
Expand Down

0 comments on commit 7caa171

Please sign in to comment.