From ced8583581d7e98776b9a9bbb0574e612bb6f5e5 Mon Sep 17 00:00:00 2001 From: James Fuller Date: Sat, 5 Apr 2025 22:01:45 +0200 Subject: [PATCH] prep v8.13.0 --- CHANGELOG.md | 6 ++++++ Makefile | 2 +- VERSION | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d74d464..9dac0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased + +## [8.13.0] - 2025-05-04 +### Changed +- bump to curl 8.13.0 +- bump to alpine:3.21.3 + ## [8.12.1] - 2025-13-02 ### Changed - bump to curl 8.12.1 diff --git a/Makefile b/Makefile index 56258f4..d1cb184 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.2 +base=docker.io/alpine:3.21.3 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 4e28b08..8594354 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.12.1 \ No newline at end of file +8.13.0 \ No newline at end of file