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..73e33b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -274,6 +274,23 @@ **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 +* feat: Build with go 1.23.3 and upgrade all tools by @jimmidyson in https://github.com/mesosphere/mindthegap/pull/808 +### Fixes 🔧 +* fix: Allow TLS to pull chart from OCI repository by @dlipovetsky in https://github.com/mesosphere/mindthegap/pull/804 +* fix: Reload registry TLS certificate when it is updated on the file system by @dlipovetsky in https://github.com/mesosphere/mindthegap/pull/805 + +## 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)