Releases: kdebisschop/rundeck-rancher-node-plugin
Allow deletion of secrets during deploy
Adds dialog to delete missing or unwanted secrets from a service.
Cleanup inspection warnings
Unbuffer stderr stdout (#61) * More logging work * Resolve inspection warnings
Logging fixes and update to Rundeck 3.3.6
0.8.8 Catch up with RunDeck 3.3.6 (#59)
Build with Java 11
- Simplify console capture some.
- Reduce length of STDERR_TOKEN by removing its predictable part ("STDERR_"), which makes it less likely to get split on a packet boundary
- Resolve some minor code quality warnings
- Switch to Java 11 tool chain (but compile 1.8 byte code)
Build for Rundeck 3.3.30
Some calls to log4j did not work with the release of Rundeck 3.3.0. This release fixes that issues.
It also adds code to specify port mappings when adding a new service
Minor cleanup items
Just removes some unused imports and makes minor cleanups
Service-based node enhanchements
- Provides limited support for copying and executing multiple nodes on a service
- Enhances debug logging of HttpClient
Remove ability to select stopped containers
Stopped containers can have the same name as running containers which introduces a bug in generating the list of nodes. I do not have a way to show node names without introducing this as a bug, so the feature has been removed until resolved.
Also extends code coverage and removes some code smells.
Provide code coverage for most classes.
Most classes have good code coverage now, covering 77% of the project overall.
Resolved a handful of issues discovered in testing and a few identified by users.
Make nodes from services
Adds the ability to create nodes from services (a project nodes can be services, containers, or both)
Adds a Node Step Plugin to manage services (activate, deactivate, or restart)
Changes file copy to print information about temporary files only in debug output.