-
Notifications
You must be signed in to change notification settings - Fork 96
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
Release: v0.5.0 #715
Comments
Hey, the new chart is not available through https://kedacore.github.io/charts. I also don't see it on artifacthub. (Checked here: https://artifacthub.io/packages/helm/kedacore/keda-add-ons-http) Did something fail during the helm chart ship? |
Thanks for the heads-up! Yes, the deployment pipeline failed. I have re-executed the workflow and it has passed. You can use it now and you can see it with |
@JorTurFer I noticed 2 issues while trying the upgrade in the helm chart which breaks deployment, which I've reported there:
I also noticed that the After manually fixing those I was still getting errors and had to stop there and rollback. I'll try to investigate in the following days and see if I can provide a better bug report or if it's something on my end. |
Thanks for reporting the issues. I'll check them later on and hopefully the fix will be today or tomorrow |
This PR should fix both issues, thanks for reporting them: kedacore/charts#474 |
Thanks for the PR. I've also noted both these issues directly on the add-on related to the 0.5.0:
The first one might be breaking for some users I know I got caught by it trying to deploy the new version on our stage cluster. |
Thanks for reporting them too ❤️ |
I'll have to see if I can free some time at work to take on an issue next week.
I could try and tackle the label one. However I'll need to brush up on the routing table as I have not looked at all into the new implementation code.
…-------- Message d'origine --------
Le 21 juin 2023, 23:26, Jorge Turrado Ferrero a écrit :
Thanks for reporting them too ❤️
Are you willing to contribute with any of them by chance? don't worry if no, we will try to fix them in any case
—
Reply to this email directly, [view it on GitHub](#715 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AA6ISUBVQ5JPTO5AKB4L2JTXMNRG7ANCNFSM6AAAAAAZM4DELM).
You are receiving this because you commented.Message ID: ***@***.***>
|
@jocelynthode, the issues should be fixed and the following PRs get merged: |
@JorTurFer @tomkerkhove, I think we should release a new version as soon as kedacore/charts#487 and #720 get merged. The interceptor scaling is completely broken on v0.5.0. |
Thanks for the very quick fixes! As soon as a new version with all 3 fixes is released I'll try to upgrade and test it again on real workloads!
…-------- Message d'origine --------
Le 24 juin 2023, 02:42, Pedro Tôrres a écrit :
***@***.***(https://github.com/jocelynthode), the issues should be fixed and the following PRs get merged:
- [kedacore/charts#487](kedacore/charts#487)
- [#720](#720)
- [#721](#721)
—
Reply to this email directly, [view it on GitHub](#715 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AA6ISUHP5ZVXGOB5566M62DXMYZVVANCNFSM6AAAAAAZM4DELM).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Can you please check why our testing did not fail? |
It's because the interceptor scaling itself isn't tested during e2e tests |
And the manifests on this repository did not indicate we supported this. This was something that was only configured on the Helm Chart. So when I reimplemented the routing table, this feature was erroneously removed. |
Which begs the question - Why? Can we add this? |
This process is similar as in core, we need to manually port the changes in manifests from code repo to helm repo and it could have human fails |
Hey, are we still missing a fix or could we release a 0.5.x hotfix version as the current version (0.5.0) does not have the fixes and I'd prefer not having to use a specific tag from a commit. |
Hey @tomkerkhove: I see that #700 is still open. Is there something I could do to help move it forward so that we can cut a hotfix? I'd really like to upgrade to 0.5 as there are a lot of cool things in this release 😃 |
Hi @jocelynthode In any case, I think that we can close this issue and aim to a version 0.5.1 or 0.6.0. |
I'm fine with 0.5.1 or 0.6.0. Closing |
This issue template is used to track the rollout of a new KEDA HTTP add-on version.
For the full release process, we recommend reading this document.
Required items
Timeline
We aim to release this release in the week of June 19th.
Progress
The text was updated successfully, but these errors were encountered: