Releases: Daryes/rundeck-dependencies-plugin
Releases · Daryes/rundeck-dependencies-plugin
Release v2.0.0
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
- 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
- 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
- updated the minimum Rundeck API to 11
- changed the api token to support a file based location
Release v1.0.10
- 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
- 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
New option to exit from a waiting loop at runtime.
Check the change log for the detail
Release v1.0.7
Initial public release.
Internal documentation still in french.