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

build(operator-sdk): upgrade operator sdk version to 1.22.2 #430

Merged
merged 82 commits into from
Aug 5, 2022

Commits on Jul 27, 2022

  1. fix(prometheus): fix prometheus metrics endpoint

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    a4b7233 View commit details
    Browse the repository at this point in the history
  2. fix(bundle): build bundle for migration to v1.6.1

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    de35fc1 View commit details
    Browse the repository at this point in the history
  3. fix(makefile): add fail check for shell

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    bdac17e View commit details
    Browse the repository at this point in the history
  4. chore(rbac): move lease to its own proxy-role rule

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    227300d View commit details
    Browse the repository at this point in the history
  5. build(deps): bump controller-runtime to v0.8.3 and kubernetes depende…

    …ncies to v0.20.2
    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    1238498 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a52188 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f06669 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4fe36dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a796da5 View commit details
    Browse the repository at this point in the history
  10. fix(bundle): remove service account in bundle

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    264df43 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f1d1f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    69675b5 View commit details
    Browse the repository at this point in the history
  13. build(makefile): bump controller-gen to 0.7.0

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    0d8bdd2 View commit details
    Browse the repository at this point in the history
  14. fix(makefile): remove crd-options

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    7e99a6f View commit details
    Browse the repository at this point in the history
  15. fix(makefile): revert roleName back to role

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    1663b21 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    14f71f1 View commit details
    Browse the repository at this point in the history
  17. fix(makefile): migrate to new env-test tool

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    7c83e57 View commit details
    Browse the repository at this point in the history
  18. build(deps): bump controller-runtime to v0.10.0 and kubernetes depend…

    …encies to v0.22.1
    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    d73136c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3d254c7 View commit details
    Browse the repository at this point in the history
  20. fix(makefile): add check if binaries exists and fix kustomize install…

    … target error
    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    268548f View commit details
    Browse the repository at this point in the history
  21. test(cryostat): fix cryostat-controller tests after bumping controlle…

    …r-runtime to 0.10.0
    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    38b6061 View commit details
    Browse the repository at this point in the history
  22. test(cryostat): fix recording-controller tests after bumping controll…

    …er-runtime to 0.10.0
    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    f0c94e2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3b8eee7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1b0a4f6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    060dfff View commit details
    Browse the repository at this point in the history
  26. fix(makefile): add PHONY for all targets

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    12b1b4c View commit details
    Browse the repository at this point in the history
  27. feat(makefile): add ignore-not-found flag to be used in uninstall/und…

    …eploy targets
    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b04102e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d8dadc0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f1179bb View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    59703ff View commit details
    Browse the repository at this point in the history
  31. test(fakeclient): use NewClientBuilder in place of deprecated NewFake…

    …ClientWithScheme
    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    b9e0af0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c8731cb View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7a70353 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2e889f3 View commit details
    Browse the repository at this point in the history
  35. fix(manifests): reduce debug log level for the sidecar container kube…

    …-rbac-proxy from 10 to 0
    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    3700d92 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    52737a8 View commit details
    Browse the repository at this point in the history
  37. build(deps): remove protobuf replace directive since client-go now pu…

    …lls 1.3.2
    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    323508f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    b7a3ffa View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5c27e98 View commit details
    Browse the repository at this point in the history
  40. chore(makefile): clean up env var declaration

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    beaba71 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    8ff4609 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    b09009a View commit details
    Browse the repository at this point in the history
  43. test(suite): fix suite test using global config

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    578c720 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0047b25 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    01e753c View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    8479899 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d536b38 View commit details
    Browse the repository at this point in the history
  48. build(deps): bump go to 1.17

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    150b135 View commit details
    Browse the repository at this point in the history
  49. build(deps): bump controller-gen to 0.9.0

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    71884a2 View commit details
    Browse the repository at this point in the history
  50. build(deps): bump go version to 1.18

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    594586a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    cf1a270 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    af70906 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    3cc3e83 View commit details
    Browse the repository at this point in the history
  54. docs(deps): update deps requirement in README

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    e7b6cd8 View commit details
    Browse the repository at this point in the history
  55. fix(gitignore): ignore generated cache directory

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    06bf327 View commit details
    Browse the repository at this point in the history
  56. fix(manifests,bundle): generate new manifests and bundle with control…

    …ler-gen 0.9.0
    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    1432447 View commit details
    Browse the repository at this point in the history
  57. fix(makefile): add comments for shell flags

    Thuan Vo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    a752419 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    c7a8c9c View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    a8c4f86 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    b48fc1a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. fix(deploy): merge label/annotations of spec.template when updating d…

    …eployment
    Thuan Vo committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d4bb585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfbd8ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efbfedc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfd05f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. chore(deployment): correct function names for creating missing labels…

    …/annotations map
    Thuan Vo committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    591cddf View commit details
    Browse the repository at this point in the history
  2. chore(Makefile): use binary paths as download targets and rename SETU…

    …P_ENVTEST to ENVTEST
    Thuan Vo committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d5176b4 View commit details
    Browse the repository at this point in the history
  3. fix(makefile): remove comments about setup-envtest.sh since replaced …

    …with setup-envtest binary
    Thuan Vo committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    151ac48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ed6e31 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. chore(manifests): clean up csv patches

    Thuan Vo committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    03bf43a View commit details
    Browse the repository at this point in the history
  2. fix(ci): upgrade go version to 1.18

    Thuan Vo committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    8436348 View commit details
    Browse the repository at this point in the history
  3. fix(ci): upgrade operator-sdk to 1.22.2

    Thuan Vo committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    59a9921 View commit details
    Browse the repository at this point in the history
  4. fix(makefile): use file binary paths as targets

    Thuan Vo committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    4c5e0bb View commit details
    Browse the repository at this point in the history
  5. fix(makefile): remove testbin

    Thuan Vo committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    ded5684 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. fix(makefile): use env to find bash

    Thuan Vo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    1a5d925 View commit details
    Browse the repository at this point in the history
  2. fix(makefile): remove check for opm existence

    Thuan Vo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    957491c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f291479 View commit details
    Browse the repository at this point in the history
  4. fix(deployment): shorten field ref

    Thuan Vo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    8ba91d4 View commit details
    Browse the repository at this point in the history
  5. fix(deps): add back cve comment for gogo/protobuf

    Thuan Vo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    20f616a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4d1b4a View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. fix(deps): add back comments for cve-2020-26160

    Thuan Vo committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    f34d044 View commit details
    Browse the repository at this point in the history
  2. fix(go-sum): run go mod tidy

    Thuan Vo committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4571f3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21a02af View commit details
    Browse the repository at this point in the history