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: upgrade kubebuilder scaffold to v3 #89

Merged
merged 34 commits into from
Aug 29, 2023

Commits on Aug 15, 2023

  1. refactor: changed Kubebuilder to v4 and scaffold to go/v4

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f5e9a43 View commit details
    Browse the repository at this point in the history
  2. feat: implemented retry function

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3cb9d35 View commit details
    Browse the repository at this point in the history
  3. refactor: improved cache retry logic

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    44b5260 View commit details
    Browse the repository at this point in the history
  4. chore: added project related configs

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a76650b View commit details
    Browse the repository at this point in the history
  5. chore: improved loadCache retry logic

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c0f1a7d View commit details
    Browse the repository at this point in the history
  6. chore: added missing controller test setup

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c42228d View commit details
    Browse the repository at this point in the history
  7. chore: added additional Makefile steps

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    fe15f05 View commit details
    Browse the repository at this point in the history
  8. chore: updated sample secrets

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9e9024b View commit details
    Browse the repository at this point in the history
  9. chore: updated auto generated K8s manifests

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    170daa7 View commit details
    Browse the repository at this point in the history
  10. chore: removed unused files

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e8dd837 View commit details
    Browse the repository at this point in the history
  11. chore: updated CODEOWNERS

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8a7f9d0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f2fd422 View commit details
    Browse the repository at this point in the history
  13. chore: changed test to target v1alpha1 instead of mixed v1alpha1 --> …

    …v1alpha2
    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    000f26e View commit details
    Browse the repository at this point in the history
  14. chore: added script to generate ssl certificates

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d2d62f9 View commit details
    Browse the repository at this point in the history
  15. fix: file line endings

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d7824bd View commit details
    Browse the repository at this point in the history
  16. chore: re-added needed changes to controller deployments files

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f694a50 View commit details
    Browse the repository at this point in the history
  17. fix: always reset secret fields on change

    Otherwise we would keep data not managed by us.
    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e4132d7 View commit details
    Browse the repository at this point in the history
  18. chore: improved re-login when cache loading did not succeed

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b8a08ca View commit details
    Browse the repository at this point in the history
  19. chore: improved reconciling

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    41a214d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9ce4763 View commit details
    Browse the repository at this point in the history
  21. chore: improved docker build ignores

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f38b2b4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4749f32 View commit details
    Browse the repository at this point in the history
  23. fix: added missing conversion review versions

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3e46c3f View commit details
    Browse the repository at this point in the history
  24. chore(ci): install prometheus operator CRDs

    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    34ee748 View commit details
    Browse the repository at this point in the history
  25. docs: added prometheus operator crds and cert-manager to the requirem…

    …ents list
    leonsteinhaeuser committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a4ca464 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. chore: added missing patch for local deploys

    leonsteinhaeuser committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f31d2c8 View commit details
    Browse the repository at this point in the history
  2. fix(ci): bump go to 1.20 and fix namespace name ref

    leonsteinhaeuser committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b25a14f View commit details
    Browse the repository at this point in the history
  3. chore: changed binary name to controller

    leonsteinhaeuser committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5f63148 View commit details
    Browse the repository at this point in the history
  4. fix: apply -f error caused by kustomize file

    leonsteinhaeuser committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    33f21c2 View commit details
    Browse the repository at this point in the history
  5. chore: improved error message for failed cache updates

    leonsteinhaeuser committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    82ed847 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. chore: improved operator reconciliation start and stop message

    leonsteinhaeuser committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c44cedf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5366312 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fix: removed beginning blank line in .gitignore

    leonsteinhaeuser committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    31bdde0 View commit details
    Browse the repository at this point in the history
  2. chore: removed charts/** from paths-ignore

    leonsteinhaeuser committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ebb8dc3 View commit details
    Browse the repository at this point in the history