Skip to content

Releases: kdebisschop/rundeck-nexus3-optionvalue-plugin

Update maven version to 0.9.5

24 Jul 22:19
Compare
Choose a tag to compare

Update maven version to 0.9.5

Update github actions

24 Jul 21:47
0a78931
Compare
Choose a tag to compare

Update github actions, fix more regexes to avoid polynomial runtimes

Handle v1.2.3 stye tags and date-based tags concurrently

22 Jul 01:41
0a193ff
Compare
Choose a tag to compare

Sort most recent v1.2.3 tags and undecorated semantic tags together.

Update gradlew to 7.x

Update dependencies

10 Mar 00:09
Compare
Choose a tag to compare

Updates build dependencies

Make build indicator optional

09 Mar 23:53
af20c94
Compare
Choose a tag to compare

Allows versions like 1.0.0 without a build index (e.g., 1.0.0+1)

Stable Release Candidate

03 Mar 22:51
Compare
Choose a tag to compare

In this release code has been updated to meet the coverage and quality metrics standards as assessed by Sonar.io quality gates. The 0.9.x series is essentially a series release candidates of which this release is the first.

Add sonar and increase code coverage

24 Feb 12:58
df28727
Compare
Choose a tag to compare

Adds sonar inspections.
Fixes some code smells identified by sonar.
Reaches 96% code coverage.
Fixes some version number edge cases that were identified by completing code coverage for version sorting.

Inital Public Release

03 Mar 22:49
Compare
Choose a tag to compare

This plugin connects to a Nexus3 Repository Manager and gets a list of Option Values for constructing job options in Rundeck. The options are filtered to display only the last build for a given release or branch. Authentication is supported and the plugin is designed to be incorporated into packages in a manner that readily supports multiple related OptionValue plugins used concurrently in a project.