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

Upgrade k8s.io/* to v0.26.1, sigs.k8s.io/controller-runtime to v0.14.1 #7248

Merged
merged 49 commits into from
Jan 31, 2023

Commits on Jan 30, 2023

  1. Update k8s.io/* to v0.26.0

    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    5819796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe46dcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe45730 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6a0285 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ebc4a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0112960 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abf43bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc49568 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6ab781 View commit details
    Browse the repository at this point in the history
  10. Run make generate

    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    f6a6553 View commit details
    Browse the repository at this point in the history
  11. Set AllowInvalidLabelValueInSelector to true in LabelSelectorValida…

    …tionOptions for backwards compatibility
    
    See kubernetes/kubernetes#113699 for more details
    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    814e58b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ee626ec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3fb7284 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bf6e244 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0e814d7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b27b51f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aa8e54b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    99133ec View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e34c051 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    785188f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    393eb22 View commit details
    Browse the repository at this point in the history
  22. Update envtest version

    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    18b93e4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4b88f28 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    05e362a View commit details
    Browse the repository at this point in the history
  25. Address PR review feedback

    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e440781 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1a8dc34 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c8cd6c5 View commit details
    Browse the repository at this point in the history
  28. Call etcdOptions.Complete() for gardener apiserver config

    etcd-encryption is supported out-of-the-box now.
    ref: kubernetes/kubernetes#112789
    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    522df54 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    1b250a2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    04633a9 View commit details
    Browse the repository at this point in the history
  31. Update sigs.k8s.io/controller-tools to v0.11.0

    Update to `v0.11.1` once kubernetes/kubernetes/pull/114617 is released.
    In k8s v0.26.0 the CRD generation is broken.
    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c184738 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    880e208 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    690d8a8 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1cfad68 View commit details
    Browse the repository at this point in the history
  35. Drop ready check for garden informer sync for gardenlet

    Adding ready check to manager is not possible after it's started, since controller-runtime, `v0.11.0`. However the check was broken, and it is now fixed in kubernetes-sigs/controller-runtime#2090, so we have to drop this.
    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e39fb38 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    66dcdb5 View commit details
    Browse the repository at this point in the history
  37. Address PR review feedback

    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    516fbf5 View commit details
    Browse the repository at this point in the history
  38. Fix panic in ManagedSeed controller

    Contexts: from this PR, we're not setting RecoverPanic to true in tests
    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    cee53e3 View commit details
    Browse the repository at this point in the history
  39. Vendor etcd-druid v0.15.3

    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    f80f517 View commit details
    Browse the repository at this point in the history
  40. Update k8s.io/* and controller-runtime

    k8s.io/* - 0.26.0=>0.26.1
    controller-tools - 0.11.0=>0.11.1
    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    82105a8 View commit details
    Browse the repository at this point in the history
  41. Run make generate

    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    ab34759 View commit details
    Browse the repository at this point in the history
  42. Rebase

    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    fafaf7c View commit details
    Browse the repository at this point in the history
  43. Address PR review feedback

    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    168a9e2 View commit details
    Browse the repository at this point in the history
  44. Fix failing test

    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    a82e1f5 View commit details
    Browse the repository at this point in the history
  45. Adapt highavailabilityconfig webhook integration test

    `autoscaling/v2beta2.HorizontalPodAutoscaler` is removed in v1.26.
    Ref: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-26
    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c4bf988 View commit details
    Browse the repository at this point in the history
  46. Use apiutil.NewDynamicRESTMapper for Manager cache in tests

    Co-authored-by: Rafael Franzke <rafael.franzke@sap.com>
    shafeeqes and rfranzke committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    eaf3d07 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    06cb90e View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    90fc37d View commit details
    Browse the repository at this point in the history
  49. Rebase

    shafeeqes committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    110be0f View commit details
    Browse the repository at this point in the history