diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e46851cf8..4a5a77cbe 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,33 @@ +- commits: + - subject: Append to MIRRORS instead of PREMIRRORS to limit egress + hash: 345cdbbf64575fc39bca4251353e823e1bcec741 + body: | + For the first deployment of the S3 download mirror we will + err on the side of cost savings, and use the mirror as a + fallback not the primary source of downloads. + + Revert this if we want the benefits of using our own mirrors + as the primary source, like download speed and no rate limits. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + - subject: Use dedicated AWS S3 buckets for download mirrors + hash: 07e02aef5af44f7d96e4f491ba8331a42214f654 + body: "" + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 1.30.0 + title: "" + date: 2024-12-19T18:57:58.502Z - commits: - subject: Update balena-os/leviathan action to v2.31.75 hash: c46284511b0d50db46b8aa2af97d910304bf620a diff --git a/CHANGELOG.md b/CHANGELOG.md index 096c79147..09d8ca4ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +# v1.30.0 +## (2024-12-19) + +* Append to MIRRORS instead of PREMIRRORS to limit egress [Kyle Harding] +* Use dedicated AWS S3 buckets for download mirrors [Kyle Harding] + # v1.29.10 ## (2024-12-19) diff --git a/VERSION b/VERSION index 448057377..ff6d09b31 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.29.10 \ No newline at end of file +1.30.0 \ No newline at end of file