-
Notifications
You must be signed in to change notification settings - Fork 222
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
Commits on Jan 24, 2024
-
feat(keda): ✨ Allow providing own cert-manager issuer in TLS certificate
Signed-off-by: Dmytro Kovalenko <[email protected]>
Dmytro Kovalenko committedJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for adcd4b3 - Browse repository at this point
Copy the full SHA adcd4b3View commit details -
docs(keda): 📝 Generate Helm docs
Signed-off-by: Dmytro Kovalenko <[email protected]>
Dmytro Kovalenko committedJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 9c50ff0 - Browse repository at this point
Copy the full SHA 9c50ff0View commit details -
fix(keda): 🐛 Inject CA from cert-manager Certificate when providing o…
…wn Issuer Signed-off-by: Dmytro Kovalenko <[email protected]>
Dmytro Kovalenko committedJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for e2b31ba - Browse repository at this point
Copy the full SHA e2b31baView commit details -
refactor(keda): ♻️ Refactor values format
Signed-off-by: Dmytro Kovalenko <[email protected]>
Dmytro Kovalenko committedJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 7e1598c - Browse repository at this point
Copy the full SHA 7e1598cView commit details -
revert(keda): ⏪ Revert unnecessary auto-formatting
Signed-off-by: Dmytro Kovalenko <[email protected]>
Dmytro Kovalenko committedJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 4ac1cee - Browse repository at this point
Copy the full SHA 4ac1ceeView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8460158 - Browse repository at this point
Copy the full SHA 8460158View commit details -
fix(http-add-on): Refactor the chart for next version (#523)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09ebb19 - Browse repository at this point
Copy the full SHA 09ebb19View commit details -
feat(add-on): Supporting streamInterval configuration (#541)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a76c26 - Browse repository at this point
Copy the full SHA 5a76c26View commit details -
chore(add-on): Ship Release 0.6.0 (#543)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18dadc9 - Browse repository at this point
Copy the full SHA 18dadc9View commit details -
chore: update versions in README.md (#546)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c31d3b1 - Browse repository at this point
Copy the full SHA c31d3b1View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 78cabda - Browse repository at this point
Copy the full SHA 78cabdaView commit details -
Fix the svc name of webhook to avoid breaking istio (#551)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e49b2e0 - Browse repository at this point
Copy the full SHA e49b2e0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b1c614b - Browse repository at this point
Copy the full SHA b1c614bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c1a2a9c - Browse repository at this point
Copy the full SHA c1a2a9cView commit details -
Fix TriggerAuthentication - added configuration for validation webhook (
#553) Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 098c817 - Browse repository at this point
Copy the full SHA 098c817View commit details -
fix: Declare missing port in KEDA operator (#552)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e256cb5 - Browse repository at this point
Copy the full SHA e256cb5View commit details -
Allow image registry override for all keda components (#557)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 622a09d - Browse repository at this point
Copy the full SHA 622a09dView commit details -
docs: Clarify that contributors do not have to ship Helm chart (#573)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfad570 - Browse repository at this point
Copy the full SHA bfad570View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 03210df - Browse repository at this point
Copy the full SHA 03210dfView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 2d630c5 - Browse repository at this point
Copy the full SHA 2d630c5View commit details -
store 2.12.1 package at
main
(#577)Signed-off-by: Zbynek Roubalik <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8306da - Browse repository at this point
Copy the full SHA d8306daView commit details -
fix: restore http-add-on chart 0.6.0 indexing (#579)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7836b43 - Browse repository at this point
Copy the full SHA 7836b43View commit details -
fix(add-on): Use 'main' tag for KEDA installation during CI (#582)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b28d271 - Browse repository at this point
Copy the full SHA b28d271View commit details -
set securityContext for http-add-on chart (#561)
Co-authored-by: Tom Kerkhove <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c7f0f9 - Browse repository at this point
Copy the full SHA 1c7f0f9View commit details -
Fix http-add-on operator resources (#567)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 603d337 - Browse repository at this point
Copy the full SHA 603d337View commit details -
Fix http-add-on verbosity configuration (#568)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce6272c - Browse repository at this point
Copy the full SHA ce6272cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 70d191c - Browse repository at this point
Copy the full SHA 70d191cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 298faeb - Browse repository at this point
Copy the full SHA 298faebView commit details -
feat(ClusterRole): Add RBAC rule to allow access to
LimitRange
(#588)Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c81ba58 - Browse repository at this point
Copy the full SHA c81ba58View commit details -
remove not required insecureSkipTLSVerify (#564)
Signed-off-by: Frank Kloeker <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c7c8e3 - Browse repository at this point
Copy the full SHA 6c7c8e3View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7df098b - Browse repository at this point
Copy the full SHA 7df098bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for bf24c71 - Browse repository at this point
Copy the full SHA bf24c71View commit details -
Fix Remove app.kubernetes.io/instance label in crd (#556)
Signed-off-by: choisungwook <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b35727c - Browse repository at this point
Copy the full SHA b35727cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f77ffd6 - Browse repository at this point
Copy the full SHA f77ffd6View commit details -
Add ciliumnetworkpolicies (#558)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37b5c50 - Browse repository at this point
Copy the full SHA 37b5c50View commit details -
Add tlsConfig for ServiceMonitor (#591)
Co-authored-by: guicholeo <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4024f41 - Browse repository at this point
Copy the full SHA 4024f41View commit details -
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94c4412 - Browse repository at this point
Copy the full SHA 94c4412View commit details -
fix: Ship v2.13.1 with missing RoleBinding (#595)
Signed-off-by: Jorge Turrado <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcd381e - Browse repository at this point
Copy the full SHA dcd381eView commit details -
chore(add-on): Apply HTTP Add-on changes on Helm chart (#598)
Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f28e7f - Browse repository at this point
Copy the full SHA 4f28e7fView commit details -
chore(add-on): Release v0.7.0 (#599)
Signed-off-by: Jorge Turrado <[email protected]> Signed-off-by: Dmytro Kovalenko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec01f01 - Browse repository at this point
Copy the full SHA ec01f01View commit details -
refactor: Unify cert-manager annotations
Signed-off-by: Dmytro Kovalenko <[email protected]>
Dmytro Kovalenko committedJan 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 8acf125 - Browse repository at this point
Copy the full SHA 8acf125View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8514b - Browse repository at this point
Copy the full SHA cc8514bView commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4ef0e0 - Browse repository at this point
Copy the full SHA b4ef0e0View commit details