Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kedacore/charts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.15.1
Choose a base ref
...
head repository: kedacore/charts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.16.0
Choose a head ref
  • 19 commits
  • 28 files changed
  • 13 contributors

Commits on Aug 19, 2024

  1. chore(keda): Remove outdated comment (#679)

    Signed-off-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
    JorTurFer authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1c39d0a View commit details
    Browse the repository at this point in the history
  2. Update cloudeventsource with scaledjob event type (#680)

    Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
    SpiritZhou authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    12433cf View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Introduce ClusterCloudEventSource (#644)

    Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
    SpiritZhou authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    ee13a9c View commit details
    Browse the repository at this point in the history
  2. Add a pdb template for the http-add-on interceptor (#662)

    There is no pod disruption budget on the http addon interceptors, which
    means that during node rollover, there might not be any interceptors
    available to add requests to its queue. Since the queues themselves are
    in memory, that means that there would be dropped requests.
    
    Closes #658
    
    Signed-off-by: Aaron Batilo <AaronBatilo@gmail.com>
    abatilo authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2d8e903 View commit details
    Browse the repository at this point in the history
  3. Create rolebinding for .Release.Namespace implicitly (#643)

    * Create rolebinding for .Release.Namespace implicitly
    
    Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
    
    * Operator should be able to list and watch secrets in the release ns (certs)
    
    Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
    
    ---------
    
    Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
    jkremser authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3ab87fb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. istio compatibility with appProtocol: https (#678)

    Despite Istio docs stating that setting the name of the port to https
    should result in the protocol being https (TLS not intercepted),
    it doesn't appear to work for us, and only works by explicitly setting
    appProtocol.
    
    https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#explicit-protocol-selection
    
    Signed-off-by: Sean Liao <sean+git@liao.dev>
    seankhliao authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a8d5aa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. add topology spread constraints to interceptor (#684)

    Signed-off-by: Noah Yoshida <noahcy117@gmail.com>
    noah-yoshida authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    53a1d02 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Add Secret GET to keda-operator minimal RBAC (#689)

    Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
    wozniakjan authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    714d29f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Adding RBAC namespace selection for metrics server (#674)

    * Added required namespace variable and values file entry, updated docs
    
    Signed-off-by: Nils <kurt.rotzke@gmail.com>
    
    * Added required namespace variable and values file entry, updated docs
    
    Signed-off-by: Nils Bergmüller <kurt.rotzke@gmail.com>
    
    * Updated helm-docs
    
    Signed-off-by: Nils Bergmüller <kurt.rotzke@gmail.com>
    
    * Updated helm-docs
    
    Signed-off-by: Nils Bergmüller <kurt.rotzke@gmail.com>
    
    * Updated helm-docs
    
    Signed-off-by: Nils Bergmüller <kurt.rotzke@gmail.com>
    
    * Updated helm-docs
    
    Signed-off-by: Nils Bergmüller <kurt.rotzke@gmail.com>
    
    * Updated helm-docs
    
    Signed-off-by: Nils Bergmüller <kurt.rotzke@gmail.com>
    
    * Updated helm-docs
    
    Signed-off-by: Nils Bergmüller <kurt.rotzke@gmail.com>
    
    ---------
    
    Signed-off-by: Nils <kurt.rotzke@gmail.com>
    Signed-off-by: Nils Bergmüller <kurt.rotzke@gmail.com>
    Rotzke authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    86cd9b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. chore: prepare 2.15.2 release (#692)

    Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
    wozniakjan authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    86b12cb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. http-add-on: support portName on HTTPScaledObject (#697)

    Signed-off-by: Jan Wozniak <wozniak.jan@gmail.com>
    wozniakjan authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c0d3bd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. chore: Bump k8s versions used for unit tests (#702)

    * chore: Bump k8s versions used for unit tests
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    * replace kube-prometheus-stack with prometheus-crds
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    
    ---------
    
    Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es>
    JorTurFer authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c8b2b33 View commit details
    Browse the repository at this point in the history
  2. Reverting setting HPA namespace variable (#698)

    Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
    Rotzke and JorTurFer authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5dd510e View commit details
    Browse the repository at this point in the history
  3. fix: Replace wildcards in RBAC objects with explicit resources and ve…

    …rbs (#682)
    
    Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
    legal90 and JorTurFer authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d626197 View commit details
    Browse the repository at this point in the history
  4. Update status about triggers and authentications types (#700)

    Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
    SpiritZhou and JorTurFer authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    73f6a7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d57aae4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8216f7e View commit details
    Browse the repository at this point in the history
  7. Update cloudeventsource type list (#683)

    Co-authored-by: Jorge Turrado Ferrero <Jorge_turrado@hotmail.es>
    SpiritZhou and JorTurFer authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5e0a8d5 View commit details
    Browse the repository at this point in the history
  8. Prepare v2.16 (#704)

    Co-authored-by: Jorge Turrado <jorge.turrado@scrm.lidl>
    SpiritZhou and JorTurFer authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    3ad2830 View commit details
    Browse the repository at this point in the history
Loading