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