-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Backport fixes to release 2.8 #4135
Backport fixes to release 2.8 #4135
Conversation
e390189
to
c7e830a
Compare
@pedro-stanaka could you please run |
@zroubalik I did that before when I saw the output from CI, but I did not get any diff: |
oh I see, there's an itendation problem in those files caused by different go versions and operating systems :( 🤯 It has been resolved recently. So we should hack this: Could you please copy these files from |
CI seems happier now, I forgot which step failed before, but I think it passed now. |
@JorTurFer we should probably also fix those security problems identified by Trivy, right? |
@pedro-stanaka could you please enforce update of the packages identified in the check: https://github.com/kedacore/keda/actions/runs/3947682302/jobs/6756786914 ? |
Sure thing. Let me try it. |
@pedro-stanaka it is better to do it through replace directive (at least for the go net package) Line 92 in a25f1a4
|
Hum this CVE: https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMAWSAWSSDKGOSERVICES3S3CRYPTO-598253 Edit: I see we have the same problem in |
/run-e2e |
@zroubalik seems like some configuration problem of CI here again. Did I forget to port something? |
it's most likely configuration error on our side |
For solving e2e test, this PR is required. Let me cherry-pick it before and then rebase your branch |
I can rebase as well, just let me know when you rebased your PR. |
I have already merged the PR into |
7e9cb62
to
75e3e1c
Compare
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
…3694) Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
…ore#3762) * fix(prometheus scaler): Detect Inf before casting float to int Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * Improve the log message Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
…red (waiting for ack) towards keda value (kedacore#3809) * fix: keda now include the messages that should be retried in the count of pending messages used for scaling Signed-off-by: Antoine Laffargue <antoine.laffargue@gmail.com> * chore: update changelog Signed-off-by: Antoine Laffargue <antoine.laffargue@gmail.com> Signed-off-by: Antoine Laffargue <antoine.laffargue@gmail.com> Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
Signed-off-by: Laszlo Kishalmi <laszlo.kishalmi@partech.com> Signed-off-by: Laszlo Kishalmi <laszlo.kishalmi@partech.com> Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com> Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
…re#3788) * Update stackdriver client to handle metrics of value type double Signed-off-by: Eric Takemoto <24865872+octothorped@users.noreply.github.com> * move change log note to below general Signed-off-by: Eric Takemoto <24865872+octothorped@users.noreply.github.com> * parse activation value as float64 Signed-off-by: Eric Takemoto <24865872+octothorped@users.noreply.github.com> * change target value to float64 for GCP pub/sub and stackdriver Signed-off-by: Eric Takemoto <24865872+octothorped@users.noreply.github.com> Signed-off-by: Eric Takemoto <24865872+octothorped@users.noreply.github.com> Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
Signed-off-by: ytz <1020560484@qq.com> Signed-off-by: taenyang <1020560484@qq.com> Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
Signed-off-by: Tony Lee <dogzzdogzz@gmail.com> Signed-off-by: Tony Lee <tony.lee@shopback.com> Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com> Co-authored-by: Tony Lee <tony.lee@shopback.com> Co-authored-by: Zbynek Roubalik <zroubalik@gmail.com> Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
Fixes kedacore#3992 Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
75e3e1c
to
92cd8c4
Compare
/run-e2e |
/run-e2e redis_standalone* |
/run-e2e cassandra* |
/run-e2e predictkube* |
Thanks for your help @pedro-stanaka |
I am backporting a list of fixes to the release 2.8, so we can tag and release a patch version 2.8.2.
Relates to #4132
Checklist
Fixes #4132