From 5d257d7e0898c5d41fbc5c4992cef0b25a5834ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:39:53 +0000 Subject: [PATCH] release(main): v1.13.1 (#593) :robot: I have created a release *beep* *boop* --- ## 1.13.1 (2024-03-26) ## What's Changed ### Other Changes * build: Add release conventional commit type for release PRs by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/589 * build(main): Latest devbox update (2024-02-05) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/622 * build(main): Latest devbox update (2024-02-12) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/623 * build(main): Latest devbox update (2024-02-26) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/635 * build(main): Latest devbox update (2024-03-04) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/640 * build(main): Latest devbox update (2024-03-11) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/642 * build(main): Latest devbox update (2024-03-18) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/648 * build(main): Latest devbox update (2024-03-25) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/656 * ci: Remove auto-approve PRs now it is disabled at org level by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/664 * ci: Fix up release workflow by specifying workflow-dispatch version by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/665 ## New Contributors * @mesosphere-actions-pr-bot made their first contribution in https://github.com/mesosphere/mindthegap/pull/622 **Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.13.0...v1.13.1 --- 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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23860f90..09abf21a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.0" + ".": "1.13.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e00cc11..faf14445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -274,6 +274,28 @@ **Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.6.1...v1.7.0 +## 1.13.1 (2024-03-26) + + + +## What's Changed +### Other Changes +* build: Add release conventional commit type for release PRs by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/589 +* build(main): Latest devbox update (2024-02-05) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/622 +* build(main): Latest devbox update (2024-02-12) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/623 +* build(main): Latest devbox update (2024-02-26) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/635 +* build(main): Latest devbox update (2024-03-04) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/640 +* build(main): Latest devbox update (2024-03-11) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/642 +* build(main): Latest devbox update (2024-03-18) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/648 +* build(main): Latest devbox update (2024-03-25) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/656 +* ci: Remove auto-approve PRs now it is disabled at org level by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/664 +* ci: Fix up release workflow by specifying workflow-dispatch version by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/665 + +## New Contributors +* @mesosphere-actions-pr-bot made their first contribution in https://github.com/mesosphere/mindthegap/pull/622 + +**Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.13.0...v1.13.1 + ## 1.13.0 (2023-12-18)