diff --git a/.ci/docker-ci/arch/Dockerfile b/.ci/docker-ci/arch/Dockerfile index b69ea712..e14e7b31 100644 --- a/.ci/docker-ci/arch/Dockerfile +++ b/.ci/docker-ci/arch/Dockerfile @@ -1,4 +1,4 @@ -FROM archlinux:base-20220220.0.48372 +FROM archlinux:base-20220529.0.58327 LABEL maintainer="mail@sobolevn.me" LABEL vendor="git-secret team" diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 7621b6c0..32da1c7b 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -41,8 +41,8 @@ jobs: release-env: rocky - release-type: rpm release-env: alma - - release-type: apk - release-env: alpine + #- release-type: apk # temp removal of alpine releases for #881 + # release-env: alpine # temp removal of alpine releases for #881 steps: - uses: actions/checkout@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index b5014536..b0c19c89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## {{Next Version}} +### Misc + +- Temporarily disable apk builds on alpine (#881) + +## 0.5.0 + ### Features - Adds `SECRETS_GPG_ARMOR` env variable to use `gpg --armor` diff --git a/src/version.sh b/src/version.sh index b8717593..185aeae3 100644 --- a/src/version.sh +++ b/src/version.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash # shellcheck disable=SC2034 -GITSECRET_VERSION='0.5.0' +GITSECRET_VERSION='0.5.1-alpha1'