Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(main): release 1.13.0 #584

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.12.0"
".": "1.13.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,25 @@

**Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.6.1...v1.7.0

## 1.13.0 (2023-12-18)

<!-- Release notes generated using configuration in .github/release.yaml at main -->

## 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)

<!-- Release notes generated using configuration in .github/release.yaml at main -->
Expand Down