Skip to content

Releases: openebs-archive/jiva

0.7.2

18 Nov 01:32
Compare
Choose a tag to compare
0.7.2 Pre-release
Pre-release
chorus(cherry-pick): merge commits from master to v0.7.x (#159)

* Fix a small typo in json tag of VolumeStats struct (#150)

Signed-off-by: Pablo Santiago Blum de Aguiar <[email protected]>

* Fix typo: "happenes" is a misspelling of "happens" (#148)

Signed-off-by: Joseph Herlant <[email protected]>

* [TA3796] fix(travis): update Dockerfile.dapper

This commit upgrades the docker version used to build the env
to latest stable ones.

Signed-off-by: Utkarsh Mani Tripathi <[email protected]>

* Extracted common values and functions (#136)

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

* Running gofmt -s (#149)

Signed-off-by: Joseph Herlant <[email protected]>

* Minor changes to doc (#157)

Signed-off-by: Valerian Pereira <[email protected]>

0.7.1-RC1

15 Oct 17:49
2388cdd
Compare
Choose a tag to compare
0.7.1-RC1 Pre-release
Pre-release
Merge pull request #140 from atulabhi/gitlab-ci

added gitlab-ci yml to run ci and e2e in gitlab

0.7.1

25 Oct 17:41
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
Fix golint issue while triggering build in travis

This commit fixes the issue which was happening due to
the changes in the golint project. Replacing the go get
path to golang.org/x/lint/golint

Signed-off-by: Utkarsh Mani Tripathi <[email protected]>
(cherry picked from commit 36e5c68bfdce43dcbe7d34b0450625cf46181064)

0.7.0-RC3

01 Sep 18:28
Compare
Choose a tag to compare
0.7.0-RC3 Pre-release
Pre-release
fix(build): download qcow src from an active link (#110)

jiva image is build by creating a build container that
downloads dependencies from external repositories. One
such dependency is on qcow tools project:
https://github.com/libyal/libqcow/

The older source tar has been removed from the above repo
which is causing jiva builds to fail. This PR updates
the build container to download from a recent active link.

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

0.7.0

04 Sep 14:22
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
fix(build): download qcow src from an active link (#110)

jiva image is build by creating a build container that
downloads dependencies from external repositories. One
such dependency is on qcow tools project:
https://github.com/libyal/libqcow/

The older source tar has been removed from the above repo
which is causing jiva builds to fail. This PR updates
the build container to download from a recent active link.

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

0.7.0-RC2

28 Aug 07:28
Compare
Choose a tag to compare
0.7.0-RC2 Pre-release
Pre-release
[US2662] check if underlying filesystem supports extents mapping. (#105)

Signed-off-by: Utkarsh Mani Tripathi <[email protected]>

0.7.0-RC1

17 Aug 07:41
Compare
Choose a tag to compare
0.7.0-RC1 Pre-release
Pre-release
[TA2299] Fix replica registration bug when a replica registers with d…

0.6.0-RC5

19 Jul 04:44
Compare
Choose a tag to compare
0.6.0-RC5 Pre-release
Pre-release
Update versions for docker and go

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

0.6.0

19 Jul 15:22
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
Update versions for docker and go

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

0.6.0-RC4

13 Jul 05:57
Compare
Choose a tag to compare
0.6.0-RC4 Pre-release
Pre-release
Creating tagged images from non-master branch (#86)

* reverting the changes related to pushing tagged builds

Signed-off-by: Vishnu Itta <[email protected]>