Releases: openebs/linux-utils
Releases · openebs/linux-utils
v3.1.0-RC2
chore(build): update base image version to alpine 3.14.3 (#21)
v3.1.0-RC1
chore(build): update base image version to alpine 3.14.3 (#21)
v3.0.0
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
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
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
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
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
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
chore(workflow): push images to ghcr (#16) Signed-off-by: Akhil Mohan <[email protected]>
v2.11.0
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]>