diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5677a32d..46e7a463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.0" + ".": "1.17.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 811603d7..4bbc38d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -274,6 +274,21 @@ **Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.6.1...v1.7.0 +## 1.17.0 (2024-11-11) + + + +## What's Changed +### Exciting New Features 🎉 +* feat: Add images and demo script for in-cluster registry by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/801 +### Fixes 🔧 +* fix: Allow TLS to pull chart from OCI repository by @dlipovetsky in https://github.com/mesosphere/mindthegap/pull/804 + +## New Contributors +* @dlipovetsky made their first contribution in https://github.com/mesosphere/mindthegap/pull/804 + +**Full Changelog**: https://github.com/mesosphere/mindthegap/compare/v1.16.0...v1.17.0 + ## 1.16.0 (2024-09-18)