Skip to content

Commit

Permalink
Release version: 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Dec 20, 2018
1 parent f20b69d commit fc3f05f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## unreleased
## 1.1.1

* New commands
- get execution state (rd executions state)
- delete all job executions (rd executions deleteall)
- toggle job execution (rd jobs enablebulk and disablebulk)
- toggle job schedule (rd jobs reschedulebulk and unschedulebulk)
- server cluster scheduler takeover (rd scheduler takeover)
* - get execution state (rd executions state)
* - delete all job executions (rd executions deleteall)
* - toggle job execution (rd jobs enablebulk and disablebulk)
* - toggle job schedule (rd jobs reschedulebulk and unschedulebulk)
* - server cluster scheduler takeover (rd scheduler takeover)

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

## 1.1.0

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

## 1.1.1

* New commands
* - get execution state (rd executions state)
* - delete all job executions (rd executions deleteall)
* - toggle job execution (rd jobs enablebulk and disablebulk)
* - toggle job schedule (rd jobs reschedulebulk and unschedulebulk)
* - server cluster scheduler takeover (rd scheduler takeover)

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

## 1.1.0

* Fix [Issue #196](https://github.com/rundeck/rundeck-cli/issues/196) rd run -loglevel debug should work
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.1.0) - ${cyan}https://rundeck.github.io/rundeck-cli/$$
- ${red}RD$$ - Rundeck API Client Tool (v1.1.1) - ${cyan}https://rundeck.github.io/rundeck-cli/$$

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

0 comments on commit fc3f05f

Please sign in to comment.