Releases: openflighthpc/flight-hunter
Releases · openflighthpc/flight-hunter
0.7.0
0.5.0
What's Changed
- Add an option to retry sending by @Womblue in #71
- Accept multiple node per remove-node command by @VoxSecundus in #72
- Close client after trying to access it by @VoxSecundus in #73
- Retry Input Type Validation by @Cena-Studio in #74
- Retry Interval YAML Value Type Correction by @Cena-Studio in #75
- Fix the issue that broadcast is never triggered under autorun scenario by @Cena-Studio in #77
- Create PID file when running send by @VoxSecundus in #78
- Don't duplicate PID file when using
include-self
by @VoxSecundus in #79
New Contributors
- @Cena-Studio made their first contribution in #74
0.4.1
What's changed
- Resolved inconsistencies when generating labels
- Nodes with a preset label will always attempt to use that label
- Nodes with a preset prefix will generate a label using the prefix and a numeric suffix based on a start value set either through
default_start
orprefix_starts
config options - Nodes with neither of the above will use their hostnames as labels, which can be shortened up to the first occurrence of the
.
character with theshort_hostname
config option
- Fixed bug where nodes could be given a label that already exists
Full Changelog: 0.3.1...0.4.1