From 4162775060220a35e5ed4752d758729a102ee3af Mon Sep 17 00:00:00 2001 From: James Fuller Date: Wed, 5 Feb 2025 10:00:35 +0100 Subject: [PATCH] prep v8.12.0 --- .github/workflows/build_ci_multi.yml | 2 +- CHANGELOG.md | 5 +++++ Makefile | 2 +- VERSION | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_ci_multi.yml b/.github/workflows/build_ci_multi.yml index 734081c..a275561 100644 --- a/.github/workflows/build_ci_multi.yml +++ b/.github/workflows/build_ci_multi.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v3 - run: | sudo apt-get update - sudo apt-get -y install buildah less git make podman qemu qemu-user-static clamav clamav-freshclam + sudo apt-get -y install qemu buildah less git make podman qemu qemu-user-static clamav clamav-freshclam name: 'install dev deps' - run: buildah unshare make branch_or_ref=master release_tag=master multibuild name: 'build multi image' diff --git a/CHANGELOG.md b/CHANGELOG.md index e4eac8a..c43d6ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [8.12.0] - 2025-05-02 +### Changed +- bump to curl 8.12.0 +- bump to alpine:3.21.2 + ## [8.11.1] - 2024-12-11 ### Changed - bump to curl 8.11.1 diff --git a/Makefile b/Makefile index 63e0728..3115063 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ container_ids=`buildah ls --format "{{.ContainerID}}"` # default setttings for official curl images debian_base=docker.io/debian fedora_base=docker.io/fedora -base=docker.io/alpine:3.21.0 +base=docker.io/alpine:3.21.2 arch="" compiler="gcc" build_opts=" --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets -with-ssl --with-libssh2 --with-nghttp2=/usr --with-gssapi" diff --git a/VERSION b/VERSION index 876e313..a6b1604 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.11.1 \ No newline at end of file +8.12.0 \ No newline at end of file