-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update prometheus dependency version #7194
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
Conversation
|
Thank you for your contribution! 🙏 Please understand that we will do our best to review your PR and give you feedback as soon as possible, but please bear with us if it takes a little longer as expected. While you are waiting, make sure to:
Once the initial tests are successful, a KEDA member will ensure that the e2e tests are run. Once the e2e tests have been successfully completed, the PR may be merged at a later date. Please be patient. Learn more about our contribution guide. |
Updated prometheus dependency version to v0.54.0. Signed-off-by: Rick Brouwer <[email protected]>
|
Unfortunately, I can't see the Snyk report myself. That's why I have ran a It looks like the vulnerability is in github.com/valyala/fasthttp version 1.51.0. I've created a PR: dysnix/predictkube-libs#49 |
|
/run-e2e metrics_api |
|
/run-e2e prometheus |
Updated prometheus dependency version to v0.54.0. Signed-off-by: Rick Brouwer <[email protected]>
Updated prometheus dependency version to v0.54.0. Signed-off-by: Rick Brouwer <[email protected]> Signed-off-by: Jorge Turrado <[email protected]>
* Fix incorrect 'unmatched input property' notification (#7176) * Fix incorrect 'unmatched input property' notification Signed-off-by: Rick Brouwer <[email protected]> * Remove redundant parsing Signed-off-by: Rick Brouwer <[email protected]> * fix Signed-off-by: Rick Brouwer <[email protected]> * use typedconfig once Signed-off-by: Rick Brouwer <[email protected]> * static check Signed-off-by: Rick Brouwer <[email protected]> * Update test Signed-off-by: Rick Brouwer <[email protected]> * Update datadog_scaler_test.go Signed-off-by: Rick Brouwer <[email protected]> * update schemas Signed-off-by: Rick Brouwer <[email protected]> * fix test Signed-off-by: Rick Brouwer <[email protected]> * update typedconfig Signed-off-by: Rick Brouwer <[email protected]> * Update pkg/scalers/datadog_scaler.go Co-authored-by: Copilot <[email protected]> Signed-off-by: Rick Brouwer <[email protected]> --------- Signed-off-by: Rick Brouwer <[email protected]> Co-authored-by: Copilot <[email protected]> Signed-off-by: Jorge Turrado <[email protected]> * fix: add missing error returns in kafka scaler error handling (#7182) * fix: add missing error returns in kafka scaler error handling Add missing error returns after error logging in getTopicPartitions and getLagForPartition functions to prevent incorrect behavior when errors occur. - Add error return in getTopicPartitions when listCGOffsetResponse.Err > 0 - Add error return in getTopicPartitions when topicMetadata.Err > 0 - Add error return in getLagForPartition when block.Err > 0 Previously these functions only logged errors but continued execution, which could lead to incorrect scaling behavior. Signed-off-by: leeyeonwoo <[email protected]> * docs: update changelog for PR #7182 Signed-off-by: leeyeonwoo <[email protected]> --------- Signed-off-by: leeyeonwoo <[email protected]> Signed-off-by: Jorge Turrado <[email protected]> * Fix incorrect 'unmatched input property' notification (#7188) * Fix incorrect 'unmatched input property' notification Signed-off-by: Rick Brouwer <[email protected]> * add azure cloud Signed-off-by: Rick Brouwer <[email protected]> * fix Signed-off-by: Rick Brouwer <[email protected]> --------- Signed-off-by: Rick Brouwer <[email protected]> Signed-off-by: Jorge Turrado <[email protected]> * fix: feature flag for unexpected scaler param check (#7191) Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Jorge Turrado <[email protected]> * Update prometheus dependency version (#7194) Updated prometheus dependency version to v0.54.0. Signed-off-by: Rick Brouwer <[email protected]> Signed-off-by: Jorge Turrado <[email protected]> * fix: send raw metrics also during polling interval (#7198) Signed-off-by: Zbynek Roubalik <[email protected]> Signed-off-by: Jorge Turrado <[email protected]> * update changelog Signed-off-by: Jorge Turrado <[email protected]> * . Signed-off-by: Jorge Turrado <[email protected]> * fix changelog Signed-off-by: Jorge Turrado <[email protected]> --------- Signed-off-by: Rick Brouwer <[email protected]> Signed-off-by: Jorge Turrado <[email protected]> Signed-off-by: leeyeonwoo <[email protected]> Signed-off-by: Jan Wozniak <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Co-authored-by: Rick Brouwer <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: leeyeonwoo <[email protected]> Co-authored-by: Jan Wozniak <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]>
Updated prometheus dependency version to v0.304.2.
Checklist
Fixes #7183