diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 416d669..b1fb761 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: Remove runner distro requirement from build and test + hash: ba42624aa759bc33f4fc0d0e475cb99d360f082c + body: | + Ubuntu Focal 20.04 is EOL in May 2025 and open-balena-base + has been based on Debian Bookworm since July 2023. + + Since we are building in a golang bookworm container for GLIBC + compatibility anyway, there is no need to limit the runners to + any specific distro. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + version: 6.2.0 + title: "" + date: 2025-02-13T19:53:02.171Z - commits: - subject: Update module github.com/spf13/pflag to v1.0.6 hash: 6dd5395a45cc30037c0a82a811ffadabed8e3681 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2d285..d98a11d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## v6.2.0 - 2025-02-13 + +* Remove runner distro requirement from build and test [Kyle Harding] + ## v6.1.69 - 2025-01-29 * Update module github.com/spf13/pflag to v1.0.6 [balena-renovate[bot]]