Skip to content

Releases: Daryes/rundeck-dependencies-plugin

Release v2.0.0

13 Oct 11:42
Compare
Choose a tag to compare

Fully rewritten in Groovy.
Rundeck v5.0+ and Java 11+ are required.

  • The jar archive filename is renamed to dependencies-plugin-<version>-<date>
  • External requirements removed (jq, curl, ... and the Rundeck API access token)
  • New dependency module : Slot
  • Check the CHANGELOG.md file for more detail and how to upgrade

Full Changelog: v1.2.1...v2.0.0

Release v1.2.1

15 Jun 16:27
e3f5137
Compare
Choose a tag to compare
  • new requirement : the package/command "jq" is now required.
  • Module dependencies-wait_job: Rundeck 5.x support by switching the expected API output from xml to json.
  • Module dependencies-wait_job: updated the minimum Rundeck API version to 47 which might hamper the support of older Rundeck version.
    The previous release is compatible with Rundeck 4.x
  • Module dependencies-wait_file : rewording of some messages.
  • the readme and changelog has been updated accordingly.

Release v1.2.0

14 Nov 20:57
dda550c
Compare
Choose a tag to compare
  • Module dependencies-wait_file : new module able to wait for a file presence.
  • Better wording of the readme and plugin descriptions
  • Module dependencies-wait_job: updated the minimum Rundeck API version from 11 to 14
  • Module dependencies-wait_job: able to manage the disappearance of a running job while waiting on it with an optional dependency

Release v1.1.0

05 Apr 09:11
d3bf5dd
Compare
Choose a tag to compare
  • updated the minimum Rundeck API to 11
  • changed the api token to support a file based location

Release v1.0.10

06 Jun 21:34
1f1f1b1
Compare
Choose a tag to compare
  • updated the token location when installing the plugin the first time
  • new error message when the api token wasn't found
  • updated the shell command for exiting a waiting/stuck loop to be more copy/paste friendly

Release v1.0.9

15 Jan 20:24
b25f0d3
Compare
Choose a tag to compare
  • new optional Node Filtering option allowing the dependency to adjust when a job was launched using 'Change the Target Nodes' option.
    Old behavior is available with the 'global' value
  • Grouped options in the creation/editing UI
  • internal variables cleaning
  • changelog rewrote in english
  • max loop duration format changed to HH MM SS

Release v1.0.8

05 Jan 16:33
80bd072
Compare
Choose a tag to compare

New option to exit from a waiting loop at runtime.
Check the change log for the detail

Release v1.0.7

05 Oct 19:50
58b2455
Compare
Choose a tag to compare

Initial public release.
Internal documentation still in french.