Skip to content
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.14.1 #6004

Merged
merged 15 commits into from
Jul 31, 2024
Merged

Commits on Jul 30, 2024

  1. bump golang

    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    JorTurFer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6f8959c View commit details
    Browse the repository at this point in the history
  2. chore: build with keda-tools:1.22.5 (kedacore#5971)

    * chore: build with keda-tools:1.22.5
    to resolve CVE-2024-24790, CVE-2024-24789, and CVE-2024-24791
    bump github.com/Azure/azure-sdk-for-go/sdk/azidentity to resolve CVE-2024-35255
    
    Signed-off-by: Paul Yu <paul.d.yu@gmail.com>
    
    * chore: use go install instead of go get and replacing deprecated tools
    
    Signed-off-by: Paul Yu <paul.d.yu@gmail.com>
    
    * chore: vendor dependency cleanup
    
    Signed-off-by: Paul Yu <paul.d.yu@gmail.com>
    
    * Update missing references to 1.21
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    ---------
    
    Signed-off-by: Paul Yu <paul.d.yu@gmail.com>
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    pauldotyu and JorTurFer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c174395 View commit details
    Browse the repository at this point in the history
  3. [BUG-5922] Report failing ScaledJob triggers in status (kedacore#5916)

    Signed-off-by: Josef Karasek <josef@kedify.io>
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    josefkarasek authored and JorTurFer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1738a2c View commit details
    Browse the repository at this point in the history
  4. [BUG-5656] Annotate Jobs with parent ScaledJob generation (kedacore#5876

    )
    
    * Annotate Jobs with parent ScaledJob generation
    
    Signed-off-by: Josef Karasek <josef@kedify.io>
    
    * fix tests
    
    Signed-off-by: Josef Karasek <josef@kedify.io>
    
    * fix lint
    
    Signed-off-by: Josef Karasek <josef@kedify.io>
    
    * fix log message
    
    Signed-off-by: Josef Karasek <josef@kedify.io>
    
    * update changelog
    
    Signed-off-by: Josef Karasek <josef@kedify.io>
    
    * update changelog
    
    Signed-off-by: Josef Karasek <josef@kedify.io>
    
    * update changelog
    
    Signed-off-by: Josef Karasek <josef@kedify.io>
    
    ---------
    
    Signed-off-by: Josef Karasek <josef@kedify.io>
    Signed-off-by: Zbynek Roubalik <zroubalik@gmail.com>
    Co-authored-by: Zbynek Roubalik <zroubalik@gmail.com>
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    2 people authored and JorTurFer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    023bc3a View commit details
    Browse the repository at this point in the history
  5. fix: +srv mongodb url scheme parsing bug (kedacore#5773)

    This commit fixs issue kedacore#5760. where OP was facing problem with +srv schema
    
    Signed-off-by: Rishikesh Betigeri <53863619+Rishikesh01@users.noreply.github.com>
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    Rishikesh01 authored and JorTurFer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c6e6cd2 View commit details
    Browse the repository at this point in the history
  6. fix: issue when GitHub organization contains more than 30 repos (keda…

    …core#5746)
    
    Signed-off-by: Simon Kobler <github@kobler.me>
    Signed-off-by: Simon Kobler <32038731+KoblerS@users.noreply.github.com>
    Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
    Co-authored-by: Simon Kobler <github@kobler.me>
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    3 people committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8386a88 View commit details
    Browse the repository at this point in the history
  7. Fix scaler leak during cache refresh (kedacore#5807)

    Signed-off-by: Guillaume Jacquet <guillaume.jacquet@gmail.com>
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    gjacquet authored and JorTurFer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    4757459 View commit details
    Browse the repository at this point in the history
  8. Prepare release v2.14.1

    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    JorTurFer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e51809f View commit details
    Browse the repository at this point in the history
  9. add missing change

    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    JorTurFer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    46964f5 View commit details
    Browse the repository at this point in the history
  10. update changelog

    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    JorTurFer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    19a9ad6 View commit details
    Browse the repository at this point in the history
  11. fix: e2e test regex check tag (kedacore#5831)

    Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    wozniakjan authored and JorTurFer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    bdfeec3 View commit details
    Browse the repository at this point in the history
  12. Validate regex before building image for e2e test (kedacore#5783)

    * added regex pre check before building image
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * updated changelog
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * refactored
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * corrected
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * corrected changelog
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * updated the workflow
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    * updated the workflow
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    
    ---------
    
    Signed-off-by: Yaxhveer <yaxhcod@gmail.com>
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    Yaxhveer authored and JorTurFer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    67ef8c1 View commit details
    Browse the repository at this point in the history
  13. fix some pending tasks

    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    JorTurFer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    fa163b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. use AAD-Pod-Identity always

    Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
    JorTurFer committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b1a2e37 View commit details
    Browse the repository at this point in the history
  2. use AAD-Pod-Identity always

    Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
    JorTurFer committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1bde7ed View commit details
    Browse the repository at this point in the history