-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Prepare release v2.17.1 #6777
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
Prepare release v2.17.1 #6777
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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"`
/run-e2e |
will there be a helm chart release as well? |
Releasing KEDA v2.17.1 patch with cherry-picked fixes from #6724
Checklist
see also: #6724