Skip to content

Commit

Permalink
Release version: 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Apr 11, 2017
1 parent c8d7b47 commit a4b8ef4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
## unreleased

* #79 Add `job run` support for file upload, using `-opt@ file` or `-opt @file` syntax
## 1.0.9

* [Issue #79](https://github.com/rundeck/rundeck-cli/issues/79) Add `job run` support for file upload, using `-opt@ file` or `-opt @file` syntax
* Fix [Issue #73](https://github.com/rundeck/rundeck-cli/issues/73) Add `rd projects archives export/import`
* Fix [Issue #80](https://github.com/rundeck/rundeck-cli/issues/80) Add RD_INSECURE_SSL_HOSTNAME and RD_ALT_SSL_HOSTNAME
* Fix [Issue #83](https://github.com/rundeck/rundeck-cli/issues/83) verify `rd run` uses RD_PROJECT
* Fix [Issue #81](https://github.com/rundeck/rundeck-cli/issues/81) Add job schedule/exec enable/disable
* Fix link to insecure ssl config page
* APIv19: `rd run` file upload via -opt @file
* APIv19: new `rd jobs files` command

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

## 1.0.8

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.8
app_version: 1.0.9
# Build settings
markdown: kramdown
theme: minima
Expand Down
13 changes: 13 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ title: Changes
permalink: /changes/
---

## 1.0.9

* [Issue #79](https://github.com/rundeck/rundeck-cli/issues/79) Add `job run` support for file upload, using `-opt@ file` or `-opt @file` syntax
* Fix [Issue #73](https://github.com/rundeck/rundeck-cli/issues/73) Add `rd projects archives export/import`
* Fix [Issue #80](https://github.com/rundeck/rundeck-cli/issues/80) Add RD_INSECURE_SSL_HOSTNAME and RD_ALT_SSL_HOSTNAME
* Fix [Issue #83](https://github.com/rundeck/rundeck-cli/issues/83) verify `rd run` uses RD_PROJECT
* Fix [Issue #81](https://github.com/rundeck/rundeck-cli/issues/81) Add job schedule/exec enable/disable
* Fix link to insecure ssl config page
* APIv19: `rd run` file upload via -opt @file
* APIv19: new `rd jobs files` command

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

## 1.0.8

* Check the follow flag on run with delay. Fixes [Issue #76](https://github.com/rundeck/rundeck-cli/issues/76)
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.8) - ${cyan}https://rundeck.github.io/rundeck-cli/$$
- ${red}RD$$ - Rundeck API Client Tool (v1.0.9) - ${cyan}https://rundeck.github.io/rundeck-cli/$$

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

0 comments on commit a4b8ef4

Please sign in to comment.