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

release(main): v1.17.0 #796

Merged
merged 1 commit into from
Nov 11, 2024
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.16.0"
".": "1.17.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,23 @@

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

## 1.17.0 (2024-11-11)

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

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

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