From b2f21eb907998555511a45ef5d0ffc69f5c7dd6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 16:42:37 +0000 Subject: [PATCH] build(main): release 1.13.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a09efe7f..23860f90 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.0" + ".": "1.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2737bb..2e00cc11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -274,6 +274,25 @@ **Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.6.1...v1.7.0 +## 1.13.0 (2023-12-18) + + + +## What's Changed +### Exciting New Features 🎉 +* feat: Validate empty values for required flags by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/541 +### Fixes 🔧 +* fix: Do not panic on invalid air-gapped bundle by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/586 +### Other Changes +* build: Update tools by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/579 +* build: Remove unused and deprecated goreleaser flags by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/581 +* ci: Update release please configuration for v4 action by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/583 +* build: Use new github.com/distribution/reference module by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/582 +* build: Add ko necessary for building release images by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/585 + + +**Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.12.0...v1.13.0 + ## 1.12.0 (2023-10-17)