This repository is currently being migrated. It's locked while the migration is in progress.
Releases: storageos/go-cli
Releases · storageos/go-cli
v2.10.0-beta.9
Fix unit test (#230) Preserves the behaviour of the http handler that it had before recent changes to the `get volume` command
v2.10.0-beta.8
Adds set failover grace period and maintenance mode commands (#228)
v2.10.0-beta.7
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
v2.10.0-beta.6
Update the cli move operation (#225) Update the loop used to actively wait for a replica to finish syncing so that we handle the case where a replica already undergoing the syncing gets removed (most likely due to control plane finding a problem with it or the syncing failing). Change the logic of adding a new deployment so that we don't bump the number of replicas anymore. This addresses a few edge cases like when a replica fails syncing and CP follows it up by filling the now vacant replica count with a new replica on a different node that we are not interested in. Update some log messages to better suit the new changes.
v2.10.0-beta.5
Check a node is either cordoned or compute-only when moving (#224) Add a few extra checks so we don't let users move volumes into either cordoned or compute-only nodes.
v2.10.0-beta.4
Fix an issue where we try to access a nil pointer Getting the sync progress of a deployment can sometimes fail and return back a nil result. This happens rarely but when it does we don't want to panic
v2.10.0-beta.3
Update the move command output and default timeout when we require creating and syncing a new replica.
v2.10.0-beta.2
fix symlink and dockerfile entrypoint
v2.10.0-beta.1
v2.10.0-beta1 Update CLI to v2.10.0