Prepare release v2.17.1#6777
Merged
wozniakjan merged 8 commits intokedacore:release/v2.17from May 15, 2025
Merged
Conversation
…llback (kedacore#6702) * fix: Admission Webhook blocks ScaledObject without metricType with fallback Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> * Add unit test Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> * Add e2e test Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> * Add more unit tests for scaledobject_types Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> * Update changelog Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> * Update Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> --------- Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> Co-authored-by: Zbynek Roubalik <zroubalik@gmail.com> Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> Signed-off-by: rickbrouwer <rickbrouwer@gmail.com> Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
Signed-off-by: Rick Brouwer <rickbrouwer@gmail.com> Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
* fix: Use pinned version for nginx image Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * . Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * fix panic in gcp scaler Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> --------- Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
…dacore#6772) * Selenium Grid: Update metric name generated without part of empty Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com> * Update CHANGELOG with the PR Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com> --------- Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com> Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
1133060 to
98ed553
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the v2.17.1 patch release by cherry-picking fixes from various issues and updating dependencies. Key changes include updated container image references across tests, new tests for fallback and SQS queue URL resolution, and code improvements in caching and TLS handling.
Reviewed Changes
Copilot reviewed 98 out of 98 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/internals/* | Updated container image references for consistent dependency usage |
| tests/internals/fallback/fallback_test.go | Added tests for scaled object without metric type and fallback behavior |
| pkg/scaling/cache/scalers_cache.go | Improved locking by removing redundant RLock usage |
| pkg/scalers/temporal.go | Added TLS configuration when API key is provided, but assignment may be overwritten |
| pkg/scalers/aws_sqs_queue_scaler.go | Modified struct tag for QueueURL for environment variable resolution |
| apis/keda/v1alpha1/scaledobject_types.go | Defaulting effective metric type when missing |
| CHANGELOG.md & .github/ISSUE_TEMPLATE/3_bug_report.yml | Updated changelog and issue template options |
Comments suppressed due to low confidence (1)
pkg/scalers/aws_sqs_queue_scaler.go:32
- The updated struct tag for QueueURL removes the 'queueURLFromEnv' part, which may affect the environment variable resolution behavior. Please verify that this change is backward compatible and aligns with the intended design for resolving queue URL from the environment.
QueueURL string `keda:"name=queueURL, order=triggerMetadata;resolvedEnv"`
Member
Author
|
/run-e2e |
JorTurFer
approved these changes
May 15, 2025
|
will there be a helm chart release as well? |
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.1 patch with cherry-picked fixes from #6724
Checklist
see also: #6724