From 28df049aa84ec20e334a6c454db38c0b33b5d7a6 Mon Sep 17 00:00:00 2001 From: James Fuller Date: Wed, 24 Jul 2024 09:44:35 +0200 Subject: [PATCH] prep v8.9.0 --- CHANGELOG.md | 5 +++++ Makefile | 2 +- VERSION | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec09ad..fefae49 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.8.0] - 2024-07-24 +### Changed +- bump to curl 8.9.0 +- bump to alpine 3.20.2 + ## [8.8.0] - 2024-05-22 ### Changed - bump to curl 8.8.0 diff --git a/Makefile b/Makefile index 756fe28..50ca383 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.19.1 +base=docker.io/alpine:3.20.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 cfc27b4..3ecb398 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.8.0 \ No newline at end of file +8.9.0 \ No newline at end of file