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

[v2] Add Managed Identity support for Azure Monitor scaler to changelog #943

Closed
wants to merge 49 commits into from

Commits on Jul 7, 2020

  1. update operator-sdk & deps, k8s v0.17.4

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    5ab1b84 View commit details
    Browse the repository at this point in the history
  2. introduce version 2.0.0-alpha1

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    1dea5dd View commit details
    Browse the repository at this point in the history
  3. change apiGroup to keda.sh

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    76a2f02 View commit details
    Browse the repository at this point in the history
  4. introduce separate ScaledObject and ScaledJob

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    b6cf68a View commit details
    Browse the repository at this point in the history
  5. ScaledObject scales any resource with /scale subresource

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    3f35897 View commit details
    Browse the repository at this point in the history
  6. instructions on trying v2 alpha

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    94cc2f7 View commit details
    Browse the repository at this point in the history
  7. call handleScaledObject() directly

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    32e38cf View commit details
    Browse the repository at this point in the history
  8. [v2] autoscaling v2beta1 -> v2beta2 and minor refactoring (kedacore#734)

    * scaledObjectFinalizer minor refactor
    
    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    
    * autoscaling v2beta1 -> v2beta2
    
    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    
    * apiregistration.k8s.io v1beta1 -> v1
    
    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    6c7d819 View commit details
    Browse the repository at this point in the history
  9. update operator-sdk cli to v0.16.0

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    7e45c31 View commit details
    Browse the repository at this point in the history
  10. Add a temporary github action for v2 branch (kedacore#738)

    Signed-off-by: Ahmed ElSayed <ahmed@elsayed.io>
    ahmelsayed authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    44baa30 View commit details
    Browse the repository at this point in the history
  11. Refactor scaleHandler (kedacore#735)

    Signed-off-by: Ahmed ElSayed <ahmed@elsayed.io>
    ahmelsayed authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    f61370c View commit details
    Browse the repository at this point in the history
  12. [v2] Refactor scaleHandler cont. (kedacore#747)

    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    646753b View commit details
    Browse the repository at this point in the history
  13. [v2] Adding ScaledObject.Status Conditions (kedacore#750)

    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    7c91553 View commit details
    Browse the repository at this point in the history
  14. Update PR build action for v2 (kedacore#751)

    Signed-off-by: Ahmed ElSayed <ahmed@elsayed.io>
    ahmelsayed authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    1cadc94 View commit details
    Browse the repository at this point in the history
  15. [v2] move GVKR under api package (kedacore#756)

    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    121532e View commit details
    Browse the repository at this point in the history
  16. [v2] update to operator-sdk v0.17.0 (kedacore#757)

    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    09ea3e7 View commit details
    Browse the repository at this point in the history
  17. [v2] minor log messages improvements (kedacore#758)

    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    179b283 View commit details
    Browse the repository at this point in the history
  18. [v2] use patch to update Status.LastActiveTime (kedacore#755)

    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    f7f80cd View commit details
    Browse the repository at this point in the history
  19. use operator-sdk v0.17.0 in build-tools

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    5e771f2 View commit details
    Browse the repository at this point in the history
  20. Introduce KEDA client-go

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0ab2221 View commit details
    Browse the repository at this point in the history
  21. Check clientset is up to date during PR validation

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    ff19224 View commit details
    Browse the repository at this point in the history
  22. generate CRD shortnames

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    1720888 View commit details
    Browse the repository at this point in the history
  23. show related trigger authentication (kedacore#794)

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    75724b9 View commit details
    Browse the repository at this point in the history
  24. [v2] triggerauth CRD: show configured parameters (kedacore#795)

    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    efc392c View commit details
    Browse the repository at this point in the history
  25. [v2] adding liveness and readiness probes (kedacore#792)

    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    b67760c View commit details
    Browse the repository at this point in the history
  26. [V2] bump k8s to 1.18 and remove knative.dev deps (kedacore#803)

    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    c451175 View commit details
    Browse the repository at this point in the history
  27. fix typo in V2 deploy instructions

    Signed-off-by: Zbynek Roubalik zroubali@redhat.com
    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    766d382 View commit details
    Browse the repository at this point in the history
  28. suppor HPA configurable scaling behavior on k8s >= 1.18

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    aab3177 View commit details
    Browse the repository at this point in the history
  29. resolve merge conflicts after rebase

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    cc77968 View commit details
    Browse the repository at this point in the history
  30. [v2] fix e2e - deploy ScaledJob CRD (kedacore#846)

    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0cdf6b7 View commit details
    Browse the repository at this point in the history
  31. [v2] post merge: change apiversion to keda.sh (kedacore#843)

    Signed-off-by: Zbynek Roubalik zroubali@redhat.com
    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    64f6688 View commit details
    Browse the repository at this point in the history
  32. [v2] rbac: allow get on any object (kedacore#842)

    Signed-off-by: Zbynek Roubalik zroubali@redhat.com
    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    dd0449d View commit details
    Browse the repository at this point in the history
  33. [v2] build-tools: updated operator-sdk to v0.17.1 (kedacore#854)

    Signed-off-by: Zbynek Roubalik zroubali@redhat.com
    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    fc8feb5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7070cfc View commit details
    Browse the repository at this point in the history
  35. Add PushScaler interface and impl external-push scaler (kedacore#865)

    * Add PushScaler interface and impl external-push scaler
    
    Closes kedacore#820
    
    Signed-off-by: Ahmed ElSayed <ahmels@microsoft.com>
    
    * pass metadata to scaler
    
    Signed-off-by: Ahmed ElSayed <ahmels@microsoft.com>
    
    * add section for breaking changes in the CHANGELOG
    
    Signed-off-by: Ahmed ElSayed <ahmels@microsoft.com>
    
    * use correct protoc-gen-go version
    
    Signed-off-by: Ahmed ElSayed <ahmels@microsoft.com>
    ahmelsayed authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0aad2fb View commit details
    Browse the repository at this point in the history
  36. [v2] removed deprecated brokerList for Kafka scaler (kedacore#882)

    Signed-off-by: Samuel Macko <samuel.macko.sm@gmail.com>
    samuelmacko authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    e46c535 View commit details
    Browse the repository at this point in the history
  37. fixes and updates post merge from master

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0db8e01 View commit details
    Browse the repository at this point in the history
  38. update deps and operator-sdk to v0.18.1

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    539bcfa View commit details
    Browse the repository at this point in the history
  39. add v2 features (kedacore#898)

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    0744d8d View commit details
    Browse the repository at this point in the history
  40. Fix broken links in changelog (kedacore#901)

    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    tomkerkhove authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    d62f6d4 View commit details
    Browse the repository at this point in the history
  41. [v2] Adding Standard Resource metrics to KEDA (kedacore#874)

    Co-authored-by: Chaitanya Kuduvalli Ramachandra <chaitanya.r@ETC02Y77ZVJG5H.local>
    
    Signed-off-by: Chaitanya Kuduvalli Ramachandra chaitanya.r@ETC02Y77ZVJG5H.local
    ckuduvalli authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    be3cb0c View commit details
    Browse the repository at this point in the history
  42. [v2] change how kafka admin client is created (kedacore#907)

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    zroubalik authored and Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    42e6d40 View commit details
    Browse the repository at this point in the history
  43. refactor for v2

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    Zbynek Roubalik committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    c77458b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. [v2] add Standard Resource metrics note to Changelog (kedacore#920)

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    zroubalik committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    76395e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. [v2] set default resource requests and limits (kedacore#921)

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    zroubalik committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    7de7b0e View commit details
    Browse the repository at this point in the history
  2. [v2] enforce generation of CRDs in v1beta1 version (kedacore#922)

    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    zroubalik committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    5d5b04f View commit details
    Browse the repository at this point in the history
  3. [v2] temporary fix to be able to deploy ScaledJob on k8s 1.18 (kedaco…

    …re#926)
    
    Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
    zroubalik committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    9295280 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. [v2]adds consumer offset reset policy option to keda kafka scaler (ke…

    …dacore#925)
    
    * adds consumer offset reset policy option to keda kafka scaler
    Signed-off-by: grassiale <alessandro.grassi01@gmail.com>
    grassiale committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    e107f26 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Add Managed Identity support for Azure Monitor scaler to changelog

    Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
    tomkerkhove committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    6a2bab9 View commit details
    Browse the repository at this point in the history