From f2077fd3649db321256bf1a93394614903071285 Mon Sep 17 00:00:00 2001 From: "mesosphere-actions-pr-bot[bot]" <157582460+mesosphere-actions-pr-bot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 12:35:08 +0000 Subject: [PATCH] release(main): v1.14.0 (#706) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## 1.14.0 (2024-05-23) ## What's Changed ### Exciting New Features 🎉 * feat: Add single create bundle command by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/728 ### Other Changes * Replace unpinned actions with pinned action by @minder-by-stacklok in https://github.com/mesosphere/mindthegap/pull/705 * build: Ignore long lines for commit shas by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/717 * build: Update all tools by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/718 * ci: New org for backport action by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/719 * test(e2e): Specify architecture for test images in e2e by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/727 * ci: Fix up permissions for release conventional labels job by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/729 * ci: Remove redundant env var by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/730 ## New Contributors * @minder-by-stacklok made their first contribution in https://github.com/mesosphere/mindthegap/pull/705 **Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.13.4...v1.14.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 | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 047ded5c..2ef9a1c2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.4" + ".": "1.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 347e89a5..2699a375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -274,6 +274,27 @@ **Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.6.1...v1.7.0 +## 1.14.0 (2024-05-23) + + + +## What's Changed +### Exciting New Features 🎉 +* feat: Add single create bundle command by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/728 +### Other Changes +* Replace unpinned actions with pinned action by @minder-by-stacklok in https://github.com/mesosphere/mindthegap/pull/705 +* build: Ignore long lines for commit shas by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/717 +* build: Update all tools by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/718 +* ci: New org for backport action by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/719 +* test(e2e): Specify architecture for test images in e2e by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/727 +* ci: Fix up permissions for release conventional labels job by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/729 +* ci: Remove redundant env var by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/730 + +## New Contributors +* @minder-by-stacklok made their first contribution in https://github.com/mesosphere/mindthegap/pull/705 + +**Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.13.4...v1.14.0 + ## 1.13.4 (2024-04-24)