From a1ecd8ea706f936a48b290726ddce25d7dcf8161 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:35:51 +0000 Subject: [PATCH] v2.41.0 --- .versionbot/CHANGELOG.yml | 44 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 7 +++++++ VERSION | 2 +- 3 files changed, 52 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 40dba89..9f7a1aa 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,47 @@ +- commits: + - subject: Remove musl dependency as the requirement was removed in 2.7.0 + hash: 2cb2e437a00cd4cec8ad612128e72c76d70c23c1 + body: > + We added musl in commit e0daae8d99d8028d679fca983731838a2c4dff1e as + + it was required by registry 2.5.0. + + + In registry 2.7.0 they enabled CGO_ENABLED=0 via commit + + https://github.com/distribution/distribution/commit/8a800e1292c159acc84c024ee2668241b3fe6168 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Switch to no-systemd variant of open-balena-base + hash: d08541f1211d7b88177e317f35fed7383c38c286 + body: | + This cointainer only runs a single service and running + systemd requires a lot of overhead and extra permissions. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Remove unused redis service and config + hash: fabafc5c3fbe3546e536063f1d2e1c7f36faa600 + body: "" + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 2.41.0 + title: "" + date: 2024-08-01T15:35:48.151Z - commits: - subject: Fix nested changelog for open-balena-base updates hash: 9c75d4919b5fd4df36c668c55054597cbf05c9da diff --git a/CHANGELOG.md b/CHANGELOG.md index 579a0e5..4a8fff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v2.41.0 +## (2024-08-01) + +* Remove musl dependency as the requirement was removed in 2.7.0 [Kyle Harding] +* Switch to no-systemd variant of open-balena-base [Kyle Harding] +* Remove unused redis service and config [Kyle Harding] + # v2.40.1 ## (2024-07-30) diff --git a/VERSION b/VERSION index e0a8e3c..2577706 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.40.1 \ No newline at end of file +2.41.0 \ No newline at end of file