From 4384a4b3f5cbff3f3f7307958503a4e040bb3b59 Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:44:38 -0700 Subject: [PATCH 1/2] Upgrades s6-overlay to 3.2.0.2 --- CHANGELOG.md | 6 ++++++ Dockerfile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b25d9e..7f7a03e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Changed + +- s6-overlay updated to 3.2.0.2 + ## [0.4.1] - 2024-07-31 ### Fixed diff --git a/Dockerfile b/Dockerfile index 57c3f89..e53e31e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ENV \ ARG TARGETARCH ARG TARGETVARIANT # Lock this version -ARG S6_OVERLAY_VERSION=3.2.0.0 +ARG S6_OVERLAY_VERSION=3.2.0.2 RUN set -eux \ && echo "Installing build time packages" \ From 2585cc5f2ef1071afc471a0e575d64dc2f17f915 Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:46:21 -0700 Subject: [PATCH 2/2] Bumps version to 0.5.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7a03e..0464401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.5.0] - 2024-10-11 ### Changed