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

Releases: storageos/go-cli

v2.10.0-beta.9

27 Feb 15:18
Compare
Choose a tag to compare
v2.10.0-beta.9 Pre-release
Pre-release
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

21 Feb 12:19
4e189d7
Compare
Choose a tag to compare
v2.10.0-beta.8 Pre-release
Pre-release
Adds set failover grace period and maintenance mode commands (#228)

v2.10.0-beta.7

20 Feb 14:59
Compare
Choose a tag to compare
v2.10.0-beta.7 Pre-release
Pre-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

v2.10.0-beta.6

14 Feb 12:13
Compare
Choose a tag to compare
v2.10.0-beta.6 Pre-release
Pre-release
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

07 Feb 15:27
Compare
Choose a tag to compare
v2.10.0-beta.5 Pre-release
Pre-release
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

01 Feb 11:34
Compare
Choose a tag to compare
v2.10.0-beta.4 Pre-release
Pre-release
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

23 Jan 10:29
Compare
Choose a tag to compare
v2.10.0-beta.3 Pre-release
Pre-release

Update the move command output and default timeout when we require creating and syncing a new replica.

v2.10.0-beta.2

19 Jan 12:37
Compare
Choose a tag to compare
v2.10.0-beta.2 Pre-release
Pre-release
fix symlink and dockerfile entrypoint

v2.10.0-beta.1

16 Jan 14:31
Compare
Choose a tag to compare
v2.10.0-beta.1 Pre-release
Pre-release
v2.10.0-beta1

Update CLI to v2.10.0

v2.9.1

06 Dec 10:02
Compare
Choose a tag to compare
Change secrets used for Docker login (#216)