From cb95af4a71acf0b9c35f9bf0a3d733a0fc835c96 Mon Sep 17 00:00:00 2001 From: "mesosphere-actions-pr-bot[bot]" <157582460+mesosphere-actions-pr-bot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:58:39 +0100 Subject: [PATCH] release(main): v1.16.0 (#784) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## 1.16.0 (2024-09-18) ## What's Changed ### Exciting New Features 🎉 * feat: Build with go 1.23.1 by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/785 * feat: Optionally force convert to OCI media types on push by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/786 **Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.15.0...v1.16.0 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: mesosphere-actions-pr-bot[bot] <157582460+mesosphere-actions-pr-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a25d1bc0..5677a32d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.15.0" + ".": "1.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f184baa3..811603d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -274,6 +274,18 @@ **Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.6.1...v1.7.0 +## 1.16.0 (2024-09-18) + + + +## What's Changed +### Exciting New Features 🎉 +* feat: Build with go 1.23.1 by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/785 +* feat: Optionally force convert to OCI media types on push by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/786 + + +**Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.15.0...v1.16.0 + ## 1.15.0 (2024-08-26)