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

feat(keda): Allow using own Cert-manager Issuer/ClusterIssuer for issuing KEDA TLS certificates #530

Merged
merged 43 commits into from
Jan 30, 2024

Commits on Jan 24, 2024

  1. feat(keda): ✨ Allow providing own cert-manager issuer in TLS certificate

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    adcd4b3 View commit details
    Browse the repository at this point in the history
  2. docs(keda): 📝 Generate Helm docs

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9c50ff0 View commit details
    Browse the repository at this point in the history
  3. fix(keda): 🐛 Inject CA from cert-manager Certificate when providing o…

    …wn Issuer
    
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e2b31ba View commit details
    Browse the repository at this point in the history
  4. refactor(keda): ♻️ Refactor values format

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7e1598c View commit details
    Browse the repository at this point in the history
  5. revert(keda): ⏪ Revert unnecessary auto-formatting

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4ac1cee View commit details
    Browse the repository at this point in the history
  6. chore: Improve the CI on PRs to be more efficient (#540)

    Signed-off-by: Jorge Turrado <[email protected]>
    Signed-off-by: Jorge Turrado <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    JorTurFer authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8460158 View commit details
    Browse the repository at this point in the history
  7. fix(http-add-on): Refactor the chart for next version (#523)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    JorTurFer authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    09ebb19 View commit details
    Browse the repository at this point in the history
  8. feat(add-on): Supporting streamInterval configuration (#541)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    JorTurFer authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    5a76c26 View commit details
    Browse the repository at this point in the history
  9. chore(add-on): Ship Release 0.6.0 (#543)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    JorTurFer authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    18dadc9 View commit details
    Browse the repository at this point in the history
  10. chore: update versions in README.md (#546)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    JorTurFer authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c31d3b1 View commit details
    Browse the repository at this point in the history
  11. feat: update crd to allow vault secret to handle write operation (#548)

    Signed-off-by: Loïs Postula <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    loispostula authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    78cabda View commit details
    Browse the repository at this point in the history
  12. Fix the svc name of webhook to avoid breaking istio (#551)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    congzhegao authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e49b2e0 View commit details
    Browse the repository at this point in the history
  13. Show only logs with a severity level of ERROR or higher in the stderr (

    …#506)
    
    Signed-off-by: Adarsh-verma-14 <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    Adarsh-verma-14 authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b1c614b View commit details
    Browse the repository at this point in the history
  14. Support profiling for keda components (#549)

    Signed-off-by: yuval weber <[email protected]>
    Signed-off-by: unknown <[email protected]>
    Co-authored-by: Tom Kerkhove <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    2 people authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c1a2a9c View commit details
    Browse the repository at this point in the history
  15. Fix TriggerAuthentication - added configuration for validation webhook (

    #553)
    
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    radekfojtik authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    098c817 View commit details
    Browse the repository at this point in the history
  16. fix: Declare missing port in KEDA operator (#552)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    JorTurFer authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e256cb5 View commit details
    Browse the repository at this point in the history
  17. Allow image registry override for all keda components (#557)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    QuentinBisson authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    622a09d View commit details
    Browse the repository at this point in the history
  18. docs: Clarify that contributors do not have to ship Helm chart (#573)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    tomkerkhove authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bfad570 View commit details
    Browse the repository at this point in the history
  19. add disable-compression arg for both operator and metrics-server (#554)

    Signed-off-by: Adarsh-verma-14 <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    Adarsh-verma-14 authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    03210df View commit details
    Browse the repository at this point in the history
  20. feat: Introduce CloudEventSources CRD and adding ClusterName parameter (

    #572)
    
    * Add CloudEventSources Crd and ClustetName Parameter
    
    Signed-off-by: SpiritZhou <[email protected]>
    
    * Update
    
    Signed-off-by: SpiritZhou <[email protected]>
    
    * Update
    
    Signed-off-by: SpiritZhou <[email protected]>
    
    * Update keda/values.yaml
    
    Co-authored-by: Tom Kerkhove <[email protected]>
    Signed-off-by: SpiritZhou <[email protected]>
    
    * Fix
    
    Signed-off-by: SpiritZhou <[email protected]>
    
    * Update
    
    Signed-off-by: SpiritZhou <[email protected]>
    
    * Revert unnecessary update
    
    Signed-off-by: SpiritZhou <[email protected]>
    
    ---------
    
    Signed-off-by: SpiritZhou <[email protected]>
    Co-authored-by: Tom Kerkhove <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    2 people authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2d630c5 View commit details
    Browse the repository at this point in the history
  21. store 2.12.1 package at main (#577)

    Signed-off-by: Zbynek Roubalik <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    zroubalik authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    d8306da View commit details
    Browse the repository at this point in the history
  22. fix: restore http-add-on chart 0.6.0 indexing (#579)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    JorTurFer authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7836b43 View commit details
    Browse the repository at this point in the history
  23. fix(add-on): Use 'main' tag for KEDA installation during CI (#582)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    JorTurFer authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b28d271 View commit details
    Browse the repository at this point in the history
  24. set securityContext for http-add-on chart (#561)

    Co-authored-by: Tom Kerkhove <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    2 people authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    1c7f0f9 View commit details
    Browse the repository at this point in the history
  25. Fix http-add-on operator resources (#567)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    aballman authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    603d337 View commit details
    Browse the repository at this point in the history
  26. Fix http-add-on verbosity configuration (#568)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    aballman authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ce6272c View commit details
    Browse the repository at this point in the history
  27. chore: Adjust RBAC with code (#585)

    * chore: Adjust RBAC with code
    
    Signed-off-by: Jorge Turrado <[email protected]>
    
    * fix typo
    
    Signed-off-by: Jorge Turrado <[email protected]>
    
    ---------
    
    Signed-off-by: Jorge Turrado <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    JorTurFer authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    70d191c View commit details
    Browse the repository at this point in the history
  28. fix: Don't recreate CA with 8 months until it expires (#586)

    Signed-off-by: Jorge Turrado Ferrero <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    JorTurFer authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    298faeb View commit details
    Browse the repository at this point in the history
  29. feat(ClusterRole): Add RBAC rule to allow access to LimitRange (#588)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    Bhargav-InfraCloud authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c81ba58 View commit details
    Browse the repository at this point in the history
  30. remove not required insecureSkipTLSVerify (#564)

    Signed-off-by: Frank Kloeker <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    eumel8 authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    6c7c8e3 View commit details
    Browse the repository at this point in the history
  31. Update templates/webhooks deployment (#590)

    Align deployment for extraVolumes and extraVolumesMount for fix problem Error: YAML parse error on keda/templates/webhooks/deployment.yaml: error converting YAML to JSON: yaml: line 96: did not find expected key
    
    Signed-off-by: ferndem <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    ferndem authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7df098b View commit details
    Browse the repository at this point in the history
  32. Fix Prometheus metrics handling for the operator. (#555)

    The current state of the Helm chart is slightly confusing, because:
    - There's no easy way to really disable prometheus metrics --
      `--enable-prometheus-metrics` defaults to true anthe current code
      either emits `--enable-prometheus-metrics=true` or nothing at all
      (making it `true` once again).
    - The `http` container port is actually a `metrics` port (by convention
      from .e.g. webhook), but is present regardless of whether Prometheus
      metrics are enabled or not. To make it less confusing, this PR
      proposes renaming it.
    
    Signed-off-by: Milan Plzik <[email protected]>
    Signed-off-by: Jorge Turrado Ferrero <[email protected]>
    Co-authored-by: Jorge Turrado Ferrero <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    2 people authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bf24c71 View commit details
    Browse the repository at this point in the history
  33. Fix Remove app.kubernetes.io/instance label in crd (#556)

    Signed-off-by: choisungwook <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    choisungwook authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b35727c View commit details
    Browse the repository at this point in the history
  34. Support crd-specific annotations (#584)

    * support crd-specific annotations
    
    Signed-off-by: Adam Walford <[email protected]>
    
    * update readme
    
    Signed-off-by: Adam Walford <[email protected]>
    
    * update docs using helm-docs
    
    Signed-off-by: Adam Walford <[email protected]>
    
    ---------
    
    Signed-off-by: Adam Walford <[email protected]>
    Co-authored-by: Adam Walford <[email protected]>
    Co-authored-by: Tom Kerkhove <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    3 people authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f77ffd6 View commit details
    Browse the repository at this point in the history
  35. Add ciliumnetworkpolicies (#558)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    QuentinBisson authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    37b5c50 View commit details
    Browse the repository at this point in the history
  36. Add tlsConfig for ServiceMonitor (#591)

    Co-authored-by: guicholeo <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    2 people authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4024f41 View commit details
    Browse the repository at this point in the history
  37. Release 2.13.0 (#593)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    wozniakjan authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    94c4412 View commit details
    Browse the repository at this point in the history
  38. fix: Ship v2.13.1 with missing RoleBinding (#595)

    Signed-off-by: Jorge Turrado <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    JorTurFer authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    dcd381e View commit details
    Browse the repository at this point in the history
  39. chore(add-on): Apply HTTP Add-on changes on Helm chart (#598)

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    JorTurFer authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    4f28e7f View commit details
    Browse the repository at this point in the history
  40. chore(add-on): Release v0.7.0 (#599)

    Signed-off-by: Jorge Turrado <[email protected]>
    Signed-off-by: Dmytro Kovalenko <[email protected]>
    JorTurFer authored and Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ec01f01 View commit details
    Browse the repository at this point in the history
  41. refactor: Unify cert-manager annotations

    Signed-off-by: Dmytro Kovalenko <[email protected]>
    Dmytro Kovalenko committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8acf125 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    cc8514b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    b4ef0e0 View commit details
    Browse the repository at this point in the history