Skip to content

Releases: jenkinsci/nomad-plugin

v0.10.0

17 Feb 13:00
Compare
Choose a tag to compare

Notable changes

  • Minimum Jenkins version is now 2.375
  • Builds on Java 11 and Java 17. Java 8 is not supported anymore.

What's Changed

Full Changelog: v0.9.3...v0.10.0

v0.9.3

12 May 11:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

07 Apr 14:10
Compare
Choose a tag to compare

Notable changes

v0.9.2 in Artifactory.

  • Support for job templates written in HCL (@j3t in #112)
  • Faster node provisionining (@jfroche in #129)

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

30 Oct 18:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

27 Oct 11:22
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

04 Sep 16:20
Compare
Choose a tag to compare

Features

The plugin supports TLS authentication (#80)

  • It can authenticate servers via TLS (using a public CA or a custom one)
  • It can authenticate itself to the servers, using a custom certificate.

Thanks @j3t 🎉

Changelog

  • 43ea01d: [maven-release-plugin] prepare for next development iteration
  • db555a0: Upgrade core dependency to a more recent LTS
  • 8f94e06: Configure Dependabot
  • f245444: Add TLS support (#80)

v0.7.5

01 Jul 19:49
Compare
Choose a tag to compare

Security

v0.7.4

26 Apr 11:22
Compare
Choose a tag to compare

Features

Bug fixes

  • 2b486b2 Upgrade configuration UI from tables to div (#73)
  • 0e2db7a fix Nullpointer with Vault policies, improve error reporting (#71)

v0.7.1

08 Jun 08:47
Compare
Choose a tag to compare

Remove Jenkins minimum version requirement

v0.7.0

07 Jun 14:57
Compare
Choose a tag to compare

Bump to latest jenkins apis (#65)

Add Docker's security_opt parameter (#64)