forked from kedacore/keda
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade keda #5
Open
pratishbodhale
wants to merge
391
commits into
main
Choose a base branch
from
upgrade-keda
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Upgrade keda #5
Conversation
This file contains 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
…ect Validations (kedacore#5377) KEDA admission webhook rejects ScaledObject requests with CPU or memory triggers when the resource limits (CPU/memory based on triggers) are not set in the pod spec. This is expected behavior. But if default limits are set in the LimitRange object in the same namespace, the admission webhook should allow the ScaledObject request, which currently doesn’t. This change will check if there is a LimitRange with default limits (CPU/memory based on triggers) in the namespace that ScaledObject is in, and allows the request to proceed. Also, added RBAC permissions for list & watch LimitRange. Updated Change Log. Signed-off-by: Bhargav Ravuri <[email protected]>
…5402) Signed-off-by: Jan Wozniak <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
…re#5410) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Set LeaderElectionNamespace to PodNamespace Signed-off-by: Ali Aqel <[email protected]> * update changelog Signed-off-by: Ali Aqel <[email protected]> * move changelog to unreleased Signed-off-by: Ali Aqel <[email protected]> * fix changelog Signed-off-by: Ali Aqel <[email protected]> * fix changelog ordering Signed-off-by: Ali Aqel <[email protected]> * fix changelog per comments Signed-off-by: Ali Aqel <[email protected]> --------- Signed-off-by: Ali Aqel <[email protected]>
…e#5421) Signed-off-by: Siva Guruvareddiar <[email protected]> Co-authored-by: Jorge Turrado Ferrero <[email protected]>
…re#5427) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Yoon Park <[email protected]>
* Update Signed-off-by: SpiritZhou <[email protected]> * Update Signed-off-by: SpiritZhou <[email protected]> --------- Signed-off-by: SpiritZhou <[email protected]>
…ok (kedacore#5403) Signed-off-by: Jan Wozniak <[email protected]>
* chore: bump deps Signed-off-by: Jorge Turrado <[email protected]> * update manifests Signed-off-by: Jorge Turrado <[email protected]> --------- Signed-off-by: Jorge Turrado <[email protected]>
…re#5485) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: dttung2905 <[email protected]>
…s and properly close the connecctions (kedacore#5452) * fix(gcp scalers): Restore previous time horizon to fix missing metrics Signed-off-by: Jorge Turrado <[email protected]> * Close gcp client on scaler closing Signed-off-by: Jorge Turrado <[email protected]> * fix style Signed-off-by: Jorge Turrado <[email protected]> --------- Signed-off-by: Jorge Turrado <[email protected]>
* add grpc authority head override command-line flag Signed-off-by: Ali Aqel <[email protected]> Signed-off-by: aliaqel-stripe <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]>
Signed-off-by: rahulii <[email protected]>
Signed-off-by: Zbynek Roubalik <[email protected]>
Signed-off-by: googs1025 <[email protected]>
…edacore#5518) Signed-off-by: Vinod Kumar Nair <[email protected]>
Signed-off-by: SpiritZhou <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
Signed-off-by: June Han <[email protected]>
…e#5433) Signed-off-by: atilsensalduz <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]>
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.0.0 | v4.0.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… creation (kedacore#5524) Signed-off-by: SpiritZhou <[email protected]>
…riggerAuthentication (kedacore#5517) Signed-off-by: Paul Yu <[email protected]> Signed-off-by: Paul Yu <[email protected]> Signed-off-by: Jorge Turrado Ferrero <[email protected]> Co-authored-by: Jorge Turrado Ferrero <[email protected]>
* Refactor couchdb scaler Signed-off-by: rickbrouwer <[email protected]> * Update Signed-off-by: rickbrouwer <[email protected]> --------- Signed-off-by: rickbrouwer <[email protected]>
* Refactor cassandra scaler Signed-off-by: rickbrouwer <[email protected]> * Update feedback Signed-off-by: rickbrouwer <[email protected]> --------- Signed-off-by: rickbrouwer <[email protected]>
Signed-off-by: rickbrouwer <[email protected]>
Signed-off-by: wangrushen <[email protected]>
* Update Signed-off-by: SpiritZhou <[email protected]> * Update CHANGLOG Signed-off-by: SpiritZhou <[email protected]> * Update Signed-off-by: SpiritZhou <[email protected]> --------- Signed-off-by: SpiritZhou <[email protected]>
Signed-off-by: Jorge Turrado <[email protected]> Co-authored-by: Jorge Turrado <[email protected]>
…edacore#6285) Signed-off-by: Ruben Herrebrugh <[email protected]>
* add error checking for sqs metrics to avoid runtime panics Signed-off-by: Rob Pickerill <[email protected]> * update changelog Signed-off-by: Rob Pickerill <[email protected]> --------- Signed-off-by: Rob Pickerill <[email protected]> Co-authored-by: Jorge Turrado Ferrero <[email protected]>
…rbs (kedacore#6129) * fix: Replace wildcards in RBAC objects with explicit resources and verbs Signed-off-by: Mikhail Zholobov <[email protected]> * Update changelog Signed-off-by: Mikhail Zholobov <[email protected]> * Revert the deletion of RBAC rule "allow to get any resource" Signed-off-by: Mikhail Zholobov <[email protected]> * Rollback the RBAC rule for "*/scale" According to the PR review comment. Signed-off-by: Mikhail Zholobov <[email protected]> --------- Signed-off-by: Mikhail Zholobov <[email protected]>
* Refactor Selenium Grid scaler Signed-off-by: Viet Nguyen Duc <[email protected]> * Add unit tests from other PRs Signed-off-by: Viet Nguyen Duc <[email protected]> --------- Signed-off-by: Viet Nguyen Duc <[email protected]>
* Refactor azure queue scaler Signed-off-by: rickbrouwer <[email protected]> * update after feedback Signed-off-by: Rick Brouwer <[email protected]> --------- Signed-off-by: rickbrouwer <[email protected]> Signed-off-by: Rick Brouwer <[email protected]> Co-authored-by: Jorge Turrado Ferrero <[email protected]>
Signed-off-by: Sam Barnes-Thornton <[email protected]> Signed-off-by: sbarnesthornton <[email protected]> Signed-off-by: Zbynek Roubalik <[email protected]> Co-authored-by: Sam Barnes-Thornton <[email protected]> Co-authored-by: Jorge Turrado Ferrero <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]>
Co-authored-by: Jorge Turrado Ferrero <[email protected]> Co-authored-by: Zbynek Roubalik <[email protected]>
…kedacore#6251) Signed-off-by: Leevi Lehtonen <[email protected]>
Signed-off-by: rickbrouwer <[email protected]> Signed-off-by: Rick Brouwer <[email protected]> Signed-off-by: Jorge Turrado Ferrero <[email protected]> Co-authored-by: Jorge Turrado Ferrero <[email protected]>
…`dimensionValue` lists (kedacore#6313)
Co-authored-by: SpiritZhou <[email protected]>
Signed-off-by: rickbrouwer <[email protected]>
…estart (kedacore#6322) Signed-off-by: Jorge Turrado <[email protected]>
* fix: ensure consistent JSON log format for automaxprocs Signed-off-by: Omer Aplatony <[email protected]> * moved to Unreleased Signed-off-by: Omer Aplatony <[email protected]> --------- Signed-off-by: Omer Aplatony <[email protected]>
* feat: add nsq scaler Signed-off-by: Matt Ulmer <[email protected]> * fix changelog and image ref Signed-off-by: Matt Ulmer <[email protected]> * fix changelog formatting Signed-off-by: Matt Ulmer <[email protected]> * fix: address comments Signed-off-by: Matt Ulmer <[email protected]> * feat: add useHttps/unsafeSsl to nsqScaler Signed-off-by: Matt Ulmer <[email protected]> * fix: make nsq e2e tests more reliable Signed-off-by: Matt Ulmer <[email protected]> * Update tests/scalers/nsq/nsq_test.go Co-authored-by: Jorge Turrado Ferrero <[email protected]> Signed-off-by: Matt Ulmer <[email protected]> * fix: update changelog Signed-off-by: Matt Ulmer <[email protected]> --------- Signed-off-by: Matt Ulmer <[email protected]> Co-authored-by: Jorge Turrado Ferrero <[email protected]>
since code was missing for setting a scaledjob as ready it was stuck as unready if there ever was a problem This is a fix for a regression in kedacore#5916 Signed-off-by: Mårten Svantesson <[email protected]>
pratishbodhale
force-pushed
the
upgrade-keda
branch
from
November 26, 2024 08:14
c524d54
to
8a3fe59
Compare
pratishbodhale
force-pushed
the
upgrade-keda
branch
from
November 26, 2024 10:54
8a3fe59
to
a7fece9
Compare
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.
No description provided.