Skip to content

Releases: nextflow-io/nf-nomad

0.1.2-edge3

16 Jul 14:17
Compare
Choose a tag to compare
0.1.2-edge3 Pre-release
Pre-release

Changelog

What's Changed

  • run e2e tests in local and/or remote by @jagedn in #53
  • log detail errors from remote by @jagedn in #58
  • allow to set a volume as readOnly (apply only in csi driver) by @jagedn in #62
  • fix jobName sanitize issue by @jagedn in #63
  • create a secured cluster with ACL for validation by @jagedn in #57
  • integration test in sun-nomadlab by @jagedn in #64
  • github action for prereleases by @jagedn in #65
  • Add sleep and nf-core/demo pipelines for sun-nomadlab by @abhi18av in #67
  • add Constraints (Node and Attr) by @jagedn in #66

Full Changelog: 0.1.1...0.1.2-edge3

0.1.2-beta2

09 Jul 08:36
8f126d4
Compare
Choose a tag to compare
0.1.2-beta2 Pre-release
Pre-release
Fix duplicated taksId's

0.1.2-beta1

08 Jul 14:42
b7d5ae0
Compare
Choose a tag to compare
0.1.2-beta1 Pre-release
Pre-release
allow to set a volume as readOnly (apply only in csi driver) (#62)

Signed-off-by: Jorge Aguilera <[email protected]>

0.1.1

02 Jul 17:45
9b67072
Compare
Choose a tag to compare

Changelog

What's Changed

  • fix typo in manifest by @jagedn in #47
  • Use env vars as an alternative to client config by @abhi18av in #32
  • fix nomad config issues using environment variables by @jagedn in #50
  • create release procedure by @jagedn in #49
  • bugfix: use env datacenter by @jagedn in #52

Full Changelog: 0.1.0...0.1.1

Version 0.1.0

26 Jun 11:22
a88edc0
Compare
Choose a tag to compare

This release marks a major milestone towards the usability of the plugin with Hashicorp's Nomad executor.

What's Changed

  • Add initial documentation for the plugin and document assumptions for dev/local cluster by @abhi18av in #25
  • trace only 5th chars of token by @jagedn in #26
  • Improve writing in the docs by @mribeirodantas in #28
  • Accommodate Nextflow CPU/Memory in Nomad Job taskResources by @abhi18av in #27
  • Add snippet to accommodate when a host volume is specified by @abhi18av in #30
  • Improve pooling by @jagedn in #31
  • upgrade to nomad 1.7 by @jagedn in #33
  • add affinity spec configuration by @jagedn in #37
  • add integration tests by @jagedn in #36
  • upgrade to nextflow 24.04.2 by @jagedn in #38
  • add constraint spec by @jagedn in #40
  • fix gradle tasks dependencies by @jagedn in #41
  • dump job definition if nomad.debug.json = true by @jagedn in #44
  • implementation of possibility to add multiple volumes by @jagedn in #46
  • Add datacenters directive by @jagedn in #43

New Contributors

Full Changelog: 0.0.2...0.1.0

Version 0.0.2

08 Mar 12:15
bcad43e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.1...0.0.2

Version 0.0.1

20 Feb 14:53
710c207
Compare
Choose a tag to compare
Big refactor (#12)

* refactor

- use java library
- remove non used code and config

Signed-off-by: Jorge Aguilera <[email protected]>