Skip to content

Releases: openebs/linux-utils

v3.1.0-RC2

29 Dec 07:42
b142223
Compare
Choose a tag to compare
v3.1.0-RC2 Pre-release
Pre-release
chore(build): update base image version to alpine 3.14.3 (#21)

v3.1.0-RC1

20 Dec 05:57
b142223
Compare
Choose a tag to compare
v3.1.0-RC1 Pre-release
Pre-release
chore(build): update base image version to alpine 3.14.3 (#21)

v3.0.0

17 Sep 13:31
a34bb7d
Compare
Choose a tag to compare
fix(build): trigger release only when tagged (#20)

Release workflow was getting triggered when new branch
was created. This commit updates the condition on the
release workflow to get triggered only when a new release
tag is created.

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

v3.0.0-RC1

16 Sep 14:12
a34bb7d
Compare
Choose a tag to compare
v3.0.0-RC1 Pre-release
Pre-release
fix(build): trigger release only when tagged (#20)

Release workflow was getting triggered when new branch
was created. This commit updates the condition on the
release workflow to get triggered only when a new release
tag is created.

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

v2.12.2

13 Sep 16:07
e9399c1
Compare
Choose a tag to compare
chore(repo): rename branch master to main (#19)

- As part of inclusive naming, work towards renaming branches
  with name master to main or develop
- Updated the reference of base alpine to latest
- remove references of master

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

v2.12.1

03 Sep 08:10
e9399c1
Compare
Choose a tag to compare
chore(repo): rename branch master to main (#19)

- As part of inclusive naming, work towards renaming branches
  with name master to main or develop
- Updated the reference of base alpine to latest
- remove references of master

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

v2.12.0

16 Aug 05:49
Compare
Choose a tag to compare
fix(image): bump alpine version to fix apk-tools vulnerability

commit fixes the CVE-2021-36159  vulnerability in alpine
3.12.7 alpine image in apk-tools lib. fixed in latest version
of apk-tools version added in alpine 3.14.1 image tag

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

v2.12.0-RC2

13 Aug 17:28
Compare
Choose a tag to compare
v2.12.0-RC2 Pre-release
Pre-release
fix(image): bump alpine version to fix apk-tools vulnerability

commit fixes the CVE-2021-36159  vulnerability in alpine
3.12.7 alpine image in apk-tools lib. fixed in latest version
of apk-tools version added in alpine 3.14.1 image tag

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

v2.12.0-RC1

10 Aug 07:18
83201c9
Compare
Choose a tag to compare
v2.12.0-RC1 Pre-release
Pre-release
chore(workflow): push images to ghcr (#16)



Signed-off-by: Akhil Mohan <[email protected]>

v2.11.0

14 Jul 07:03
91d9e86
Compare
Choose a tag to compare
fix(workflow): remove m-exporter from release hierarchy (#15)


* move m-exporter as dependent of libcstor repository in release tagging
* update alpine version to 3.12.7

Signed-off-by: Akhil Mohan <[email protected]>