Skip to content

Releases: openebs/linux-utils

v1.12.0-RC1

08 Jul 18:44
Compare
Choose a tag to compare
v1.12.0-RC1 Pre-release
Pre-release
feat(build): Adding ppc64le build for linux-utils

Signed-off-by: Peeyush Gupta <[email protected]>

v1.11.0

12 Jun 19:12
Compare
Choose a tag to compare
feat(build): Adding ppc64le build for linux-utils

Signed-off-by: Peeyush Gupta <[email protected]>

v1.11.0-RC2

11 Jun 19:51
Compare
Choose a tag to compare
v1.11.0-RC2 Pre-release
Pre-release
feat(build): Adding ppc64le build for linux-utils

Signed-off-by: Peeyush Gupta <[email protected]>

v1.11.0-RC1

09 Jun 16:51
Compare
Choose a tag to compare
v1.11.0-RC1 Pre-release
Pre-release
feat(build): Adding ppc64le build for linux-utils

Signed-off-by: Peeyush Gupta <[email protected]>

v1.10.0

14 May 17:18
Compare
Choose a tag to compare
fix(build): git-release check if already tagged

The build fails if a tagged build is restarted
on travis as the previous run would have already
tagged the dependent repos.

This commit adds a check to see if the error
response to tag is about already_exists and returns
a success code.

Signed-off-by: kmova <[email protected]>

v1.10.0-RC2

12 May 18:29
Compare
Choose a tag to compare
v1.10.0-RC2 Pre-release
Pre-release
fix(build): git-release check if already tagged

The build fails if a tagged build is restarted
on travis as the previous run would have already
tagged the dependent repos.

This commit adds a check to see if the error
response to tag is about already_exists and returns
a success code.

Signed-off-by: kmova <[email protected]>

v1.10.0-RC1

07 May 19:39
Compare
Choose a tag to compare
v1.10.0-RC1 Pre-release
Pre-release
refactor(build): trim leading v from image tag

Using the github tag, docker image tags are
created. As we move the github tags to semver
format, the image tags will end up having a
leading `v` in the tag.

To keep the image tag names consistent with
past releases, the leading `v` will be trimmed
from the travis tag and the rest of the string
will be used for image tag.

Examples:
1.10.0 maps to 1.10.0
v1.10.0 maps to 1.10.0
v1.10.0-custom-RC1 maps to 1.10.0-custom-RC1

Signed-off-by: kmova <[email protected]>

1.9.0

14 Apr 02:02
Compare
Choose a tag to compare

No changes since the last release.

1.9.0-RC2

11 Apr 16:21
Compare
Choose a tag to compare
1.9.0-RC2 Pre-release
Pre-release

No changes

1.9.0-RC1

07 Apr 18:01
Compare
Choose a tag to compare
1.9.0-RC1 Pre-release
Pre-release

No changes