Skip to content

v0.1.1

Compare
Choose a tag to compare
@achetronic achetronic released this 16 Feb 19:57
· 15 commits to master since this release

Fixes

  • Post-parse comma-separated flag --populated-labels: Depending on how the flag was passed and the environment in which the command-line interface (CLI) was running, the Cobra flags library did not properly separate the values when they were divided by commas. This issue did not occur when setting the flag multiple times with just one value per setting. To address this, we now perform post-processing on the flag to ensure that commas are consistently used as separators as expected.

Contributors

@achetronic