v0.9.0
This release replaces the previous ad-hoc worker job configuration form by a single job definition as JSON, which takes the full Nomad batch job to submit, that will create new Jenkins workers.
Instead of upgrading the plugin for every changes on Nomad's side, this approach provides complete access to the job submitted to Nomad and should give much more flexibility in the future.
Previously defined workers with old versions of the plugin should be automatically migrated to the new format.
What's Changed
- Bump credentials from 2.3.7 to 2.3.19 by @dependabot in #89
- Bump plugin from 4.2 to 4.24 by @dependabot in #85
- Incrementalify via
mvn incrementals:incrementalify
by @multani in #90 - Bump gson from 2.8.6 to 2.8.8 by @dependabot in #86
- Bump json from 20200518 to 20210307 by @dependabot in #88
- Bump wiremock-jre8-standalone from 2.29.0 to 2.30.1 by @dependabot in #91
- fix that the secret is not set when global security is disabled by @j3t in #92
- Bump credentials from 2.3.19 to 2.6.1 by @dependabot in #94
- Bump plugin from 4.24 to 4.25 by @dependabot in #95
- Bump plugin from 4.25 to 4.28 by @dependabot in #99
- Bump plugin from 4.28 to 4.29 by @dependabot in #100
- Bump wiremock-jre8-standalone from 2.30.1 to 2.31.0 by @dependabot in #93
- replace worker template by a more flexible approach by @j3t in #82
New Contributors
Full Changelog: v0.8.0...v0.9.0