Releases: kdebisschop/rundeck-nexus3-optionvalue-plugin
Update maven version to 0.9.5
Update maven version to 0.9.5
Update github actions
Update github actions, fix more regexes to avoid polynomial runtimes
Handle v1.2.3 stye tags and date-based tags concurrently
Sort most recent v1.2.3 tags and undecorated semantic tags together.
Update gradlew to 7.x
Update dependencies
Updates build dependencies
Make build indicator optional
Allows versions like 1.0.0 without a build index (e.g., 1.0.0+1)
Stable Release Candidate
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
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
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.