Skip to content

Releases: kdebisschop/rundeck-rancher-node-plugin

Fix bug in reading framework CLI path variable

10 Feb 02:41
13f4298
Compare
Choose a tag to compare

Fixes a bug that prevented file copier from working when CLI was not specified.

Add features and tests to service upgrades

31 Jan 18:01
6ac7b76
Compare
Choose a tag to compare

Adds option to remove labels and environment variables during service upgrades

Adds option to alter or add dataVolumes during service upgrades

Adds testing for manipulation of launchConfig during service upgrades

Fall back on upgrade to current launch config

23 Jan 19:04
b13ca96
Compare
Choose a tag to compare

Fixes some bugs:

  • update new containers that do not have an upgrade value
  • fix some null pointers in file copier

Fix JSON parsing and storage retrieval

22 Jan 22:56
43eacc2
Compare
Choose a tag to compare

Parse labels and OS environment with jackson parser
Look in project and framework storage for paths to secret keys
Throw exception when keys are not found

Add stack/add service

20 Jan 14:18
42a5659
Compare
Choose a tag to compare

Provides two new step plugins to create a new stack and to create a new service in a stack.

This work also contains a minor change to the UI for upgrading a service in that labels and OS environment variable values used in upgrading are now entered as JSON object members instead of the earlier ad-hoc format

Add some testing

01 Jan 15:53
be675e1
Compare
Choose a tag to compare

Adds tests for ModelSource and for UpgradeService.

Improve nodeEntry isolation during nodeSet creation

30 Dec 20:41
Compare
Choose a tag to compare

Put data associated with each node in a separate object to ensure date from multiple nodes is processed correctly. Also, suppress full node JSON data dump to ensure sensitive data is not leaked through logs.

Fix exception handling in node executor

28 Dec 05:22
Compare
Choose a tag to compare

When node execution failed, it could leak info from the node configuration into system logs.

Add icon and remove requirement to specify labels/env.

26 Dec 05:01
3a5a4da
Compare
Choose a tag to compare
Merge pull request #10 from kdebisschop/add-rancher-icon

add rancher icon

0.7.0

21 Dec 23:11
9a3c725
Compare
Choose a tag to compare

Implements service upgrade Node Step Plugin