From a310854e9f1b4e52403b84e7661971269d697538 Mon Sep 17 00:00:00 2001 From: "mesosphere-actions-pr-bot[bot]" <157582460+mesosphere-actions-pr-bot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:52:36 +0100 Subject: [PATCH] release(main): v1.13.2 (#676) :robot: I have created a release *beep* *boop* --- ## 1.13.2 (2024-04-15) ## What's Changed ### Other Changes * build(main): Latest devbox update (2024-04-08) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/671 * ci: Remove auto-approve PRs now it is disabled at org level by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/674 * ci: Use app token for release-please workflow to create PR by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/675 * ci: Add release as valid PR type by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/677 * build: Bump golangci-lint and enable more linters by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/678 * build: Switch to task from make by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/679 * ci: Switch to jetify-com/devbox-install-action by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/680 * ci: Do not validate single commit titles by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/685 **Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.13.1...v1.13.2 --- 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 | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09abf21a..672339dd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.1" + ".": "1.13.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index faf14445..10f3f27c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -274,6 +274,24 @@ **Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.6.1...v1.7.0 +## 1.13.2 (2024-04-15) + + + +## What's Changed +### Other Changes +* build(main): Latest devbox update (2024-04-08) by @mesosphere-actions-pr-bot in https://github.com/mesosphere/mindthegap/pull/671 +* ci: Remove auto-approve PRs now it is disabled at org level by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/674 +* ci: Use app token for release-please workflow to create PR by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/675 +* ci: Add release as valid PR type by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/677 +* build: Bump golangci-lint and enable more linters by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/678 +* build: Switch to task from make by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/679 +* ci: Switch to jetify-com/devbox-install-action by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/680 +* ci: Do not validate single commit titles by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/685 + + +**Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.13.1...v1.13.2 + ## 1.13.1 (2024-03-26)