Skip to content

Tags: hickersonj/linux-utils

Tags

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade alpine version to 3.14.6. Ignore trivy vulnerabilities CVE-20…

…22-28391 and CVE-2022-1271 via .trivyignore (openebs#25)

Signed-off-by: Niladri Halder <niladri.halder@mayadata.io>

v3.2.0-RC1

Toggle v3.2.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removes cstor from downward-tagging release workflow (openebs#24)

Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(build): update base image version to alpine 3.14.3 (openebs#21)

v3.1.0-RC2

Toggle v3.1.0-RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(build): update base image version to alpine 3.14.3 (openebs#21)

v3.1.0-RC1

Toggle v3.1.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(build): update base image version to alpine 3.14.3 (openebs#21)

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(build): trigger release only when tagged (openebs#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 <kiran.mova@mayadata.io>

v3.0.0-RC1

Toggle v3.0.0-RC1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(build): trigger release only when tagged (openebs#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 <kiran.mova@mayadata.io>

v2.12.2

Toggle v2.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(repo): rename branch master to main (openebs#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 <kiran.mova@mayadata.io>

v2.12.1

Toggle v2.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(repo): rename branch master to main (openebs#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 <kiran.mova@mayadata.io>

v2.12.0

Toggle v2.12.0's commit message
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 <prateekpandey14@gmail.com>