Skip to content

Releases: Kamilcuk/nomad-tools

0.5.1

10 Oct 13:52
Compare
Choose a tag to compare
  • fix bash completion exception on subcommand
  • go: add --meta option
  • watch: allow job file to be passed as argument to job, stop, stopped subcommands
  • watch: add --log-nospace and --log-j

Full Changelog: 0.5.0...0.5.1

0.5.0

01 Oct 06:42
Compare
Choose a tag to compare

What's Changed

  • add task subcommand with several subcommands, including exec and path
  • add nodenametoid subcommand
  • add listattributes subcommand
  • add listnodeattributes subcommand
  • add info topology subcommand
  • lazy load subcommands
  • fix autocompletion installation script

Full Changelog: 0.4.1...0.4.2

0.4.1

13 Aug 21:09
Compare
Choose a tag to compare
  • fix bug comparing datetime objects

0.4.0

30 Jul 19:47
Compare
Choose a tag to compare

What's Changed

  • watch: use jinja templating for log outputting instead of string.format()
  • watch: in --attach mode, exit after 5th time, not 2nd time, after receiving a signal.
  • watch: improvment to sorting of old messages
  • cicd: add release a docker image
  • githubrunner: add
  • allow shortening commands, like nomadtools w r ./job.nomad.hcl
  • watch: rename --notifyfd to just --notify and allow both paths and integers for file descriptors
  • some other improvments

Full Changelog: 0.3.5...0.4.0

0.3.5

06 Jul 22:53
Compare
Choose a tag to compare

What's Changed

  • nothing really
  • added handling of NOMAD_TLS_SERVER_NAME NOMAD_CAPATH
  • added tls unit tests
  • internal refactoring

Full Changelog: 0.3.4...0.3.5

0.3.4

30 Jun 14:33
Compare
Choose a tag to compare

What's Changed

  • remove warning when skipping ssl verification by @maxadamo in #8

New Contributors

Full Changelog: 0.3.3...0.3.4

0.3.3

06 Jun 09:49
Compare
Choose a tag to compare
  • constrainteval: fix semver

Full Changelog: 0.3.2...0.3.3

0.3.2

22 May 09:04
Compare
Choose a tag to compare
  • watch: add plan command shortcut
  • watch: do not remove leading whitespaces from logs to preserve tabs and look of the logs

Full Changelog: 0.3.1...0.3.2

0.3.1

28 Apr 10:30
Compare
Choose a tag to compare
  • fixes
  • constrainteval: fix regexp and overall
  • go: add more options

Full Changelog: 0.3.0...0.3.1

0.3.0

17 Apr 19:55
Compare
Choose a tag to compare
  • renamed nomad-* into nomadtools * (!) for easier maintenance and adding new modes
  • go: implemented mode equivalent of docker run
  • watch: re-implemented support of --lines again
  • watch: fixed --polling mode
  • watch: re-implemented loggers shutdown and timeouts
  • cp: added support for showing transfer speed
  • cp: several fixes and speed improvement
  • constrainteval: add mode for evaluating constraints
  • gitlab-runner: fixed volumes and network mode
  • watch: implement --notifyfd and --notifycmd for start notification
  • refactor to use clickdc dataclasses
  • several many, many other fixes

Full Changelog: 0.2.4...0.3.0