Prepare release v2.17.2#6841
Merged
wozniakjan merged 3 commits intokedacore:release/v2.17from Jun 18, 2025
Merged
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
…#6781) * fix: temporal scaler was not setting up tls for apikey auth Signed-off-by: joaopaulosr95 <joaopaulosr95@gmail.com> * Update CHANGELOG.md Co-authored-by: Jan Wozniak <wozniak.jan@gmail.com> Signed-off-by: João Bastos <joaopaulosr95@gmail.com> --------- Signed-off-by: joaopaulosr95 <joaopaulosr95@gmail.com> Signed-off-by: João Bastos <joaopaulosr95@gmail.com> Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com> Co-authored-by: Jan Wozniak <wozniak.jan@gmail.com> Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
3a79f52 to
1febce2
Compare
Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
1febce2 to
c445567
Compare
This was referenced Jun 17, 2025
Member
Author
|
/run-e2e |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the v2.17.2 release by integrating cherry-picked fixes (notably for the Temporal Scaler TLS version) and improvements for mTLS certificate hot reloading in the Metrics Service, along with dependency and documentation updates.
- Consolidated TLS configuration in pkg/scalers/temporal.go
- Enhanced mTLS certificate reloading with a file watcher in pkg/metricsservice/utils/tls.go
- Updated context propagation in gRPC client/server and dependency versions in go.mod and BUILD.md
Reviewed Changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| pkg/scalers/temporal.go | Refactored TLS configuration assignment for improved clarity |
| pkg/metricsservice/utils/tls.go | Revised TLS credential loading to support live certificate updates and context propagation |
| pkg/metricsservice/server.go | Updated to pass context to TLS credential loading |
| pkg/metricsservice/client.go | Updated to pass context to TLS credential loading |
| go.mod | Upgraded fsnotify dependency version |
| cmd/adapter/main.go | Updated to propagate context to NewGrpcClient |
| CHANGELOG.md | Added release notes for v2.17.2 |
| BUILD.md | Modified OpenSSL command to include subjectAltName |
| .github/ISSUE_TEMPLATE/3_bug_report.yml | Added new release version option |
JorTurFer
approved these changes
Jun 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Releasing KEDA v2.17.2 patch with cherry-picked fixes from #6822
Checklist
see also: #6822