Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

v2.10.0-beta.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 14:59
· 12 commits to master since this release
Multiple fixes (#227)

Replace a third party lib method we used to parse the input from
`--endpoints`. With the changes we will both have a shorthand `-e` and
also accept the input in a much more user friendly way like `-e
"10.71.26.0:5705,10.71.27.116:5705"` or `-e "10.71.26.0:5705,
10.71.27.116:5705"`
To that I also added an example to the flag that shows a clear example: 
```
-e, --endpoints strings   set the list of endpoints used when connecting to the StorageOS API in the form of "10.71.26.0:5705, 10.71.27.116:5705" (default [http://localhost:5705])
```

Fix a bug with the filtering of volumes based on their healths (if
statement was incorrectly enabling the filtering)

Run go mod tidy