Skip to content

Releases: openebs/linux-utils

v1.12.0

13 Jul 17:30

Choose a tag to compare

feat(build): Adding ppc64le build for linux-utils

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

v1.12.0-RC2

11 Jul 12:28

Choose a tag to compare

v1.12.0-RC2 Pre-release
Pre-release
feat(build): Adding ppc64le build for linux-utils

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

v1.12.0-RC1

08 Jul 18:44

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

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

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

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

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

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

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

Choose a tag to compare

No changes since the last release.