Skip to content

Releases: kdebisschop/rundeck-rancher-node-plugin

Allow deletion of secrets during deploy

22 Nov 16:20
8f6622d
Compare
Choose a tag to compare

Adds dialog to delete missing or unwanted secrets from a service.

Cleanup inspection warnings

04 Mar 06:18
ae3664b
Compare
Choose a tag to compare
Unbuffer stderr stdout (#61)

* More logging work
* Resolve inspection warnings

Logging fixes and update to Rundeck 3.3.6

30 Nov 17:58
bd69fd8
Compare
Choose a tag to compare
0.8.8

Catch up with RunDeck 3.3.6 (#59)

Build with Java 11

17 Oct 21:22
de7969f
Compare
Choose a tag to compare
  • 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

02 Jul 17:02
Compare
Choose a tag to compare

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

20 Apr 20:26
Compare
Choose a tag to compare

Just removes some unused imports and makes minor cleanups

Service-based node enhanchements

20 Apr 19:57
19e0de0
Compare
Choose a tag to compare
  • Provides limited support for copying and executing multiple nodes on a service
  • Enhances debug logging of HttpClient

Remove ability to select stopped containers

12 Mar 16:01
160fcd4
Compare
Choose a tag to compare

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.

10 Mar 01:39
e2a8474
Compare
Choose a tag to compare

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

18 Feb 08:26
b4f8a57
Compare
Choose a tag to compare

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.