From a46538a6777456d29b9148ecc94a6194db8a587f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 14:18:06 +0100 Subject: [PATCH] build(main): release 1.1.0 (#190) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88cfff50..68e6e734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,24 @@ **Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.0.0-rc.1...v1.0.0 + + +## What's Changed +### Exciting New Features 🎉 +* feat: Add Docker image by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/198 +### Fixes 🔧 +* fix: Ensure file permissions are preserved when copying files by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/191 +* test: Add e2e test for import image-bundle by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/192 +* fix: Properly handle friendly image names by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/195 +### Other Changes +* build(deps): Upgrade direct dependencies by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/193 +* build: Upgrade tools by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/194 +* build(deps): bump k8s.io/apimachinery from 0.25.0 to 0.25.1 by @dependabot in https://github.com/mesosphere/mindthegap/pull/196 +* build(deps): bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 by @dependabot in https://github.com/mesosphere/mindthegap/pull/197 + + +**Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.0.0...v1.1.0 + ## [0.18.0](https://github.com/mesosphere/mindthegap/compare/v0.17.2...v0.18.0) (2022-08-10)