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

[release-1.26] Backport version bumps and bugfixes #7717

Merged
merged 13 commits into from
Jun 12, 2023

Commits on Jun 8, 2023

  1. allow coredns override extensions

    Signed-off-by: Andrew Roffey <andrew@roffey.au>
    (cherry picked from commit 0485a56)
    roffery authored and brandond committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    5b8c267 View commit details
    Browse the repository at this point in the history
  2. Bump klipper-lb to v0.4.4

    Fixes issue with localhost access to ServiceLB when
    ExternalTrafficPolicy=Local
    
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 93279d2)
    brandond committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    75f58f8 View commit details
    Browse the repository at this point in the history
  3. Bump metrics-server to v0.6.3 and update tls-cipher-suites

    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit e9958cf)
    brandond committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    0e09ad4 View commit details
    Browse the repository at this point in the history
  4. Use distinct clients for supervisor, deploy, and helm controllers

    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 8748813)
    brandond committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    41b0ab8 View commit details
    Browse the repository at this point in the history
  5. Create new kubeconfig for supervisor use

    Only actual admin actions should use the admin kubeconfig; everything done by the supervisor/deploy/helm controllers will now use a distinct account for audit purposes.
    
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 64a5f58)
    brandond committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    7769762 View commit details
    Browse the repository at this point in the history
  6. Fix test file list

    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 7b61aac)
    brandond committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    5be4da1 View commit details
    Browse the repository at this point in the history
  7. Add ADR

    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 6124737)
    brandond committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    7f28f7f View commit details
    Browse the repository at this point in the history
  8. chore: Bump golang:alpine version

    Made with ❤️️ by updatecli
    
    (cherry picked from commit a5928ee)
    github-actions[bot] authored and brandond committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    0b218e7 View commit details
    Browse the repository at this point in the history
  9. Make LB image configurable when compiling k3s

    It is no way we can configure the lb image because it is a const value.
    It would be better that we make it variable value and we can override
    the value like the `helm-controller` job image when compiling k3s/rke2
    
    Signed-off-by: Yuxing Deng <jxfa0043379@hotmail.com>
    (cherry picked from commit b64a226)
    orangedeng authored and brandond committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    f96c4f9 View commit details
    Browse the repository at this point in the history
  10. Soft-fail on node password verification if the secret cannot be created

    Allows nodes to join the cluster during a webhook outage. This also
    enhances auditability by creating Kubernetes events for the deferred
    verification.
    
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 45d8c1a)
    brandond committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    b8d10f3 View commit details
    Browse the repository at this point in the history
  11. Improve error response logging

    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit 5170bc5)
    brandond committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    63ef067 View commit details
    Browse the repository at this point in the history
  12. Enable containerd aufs/devmapper/zfs snapshotter plugins

    These were unintentionally dropped when moving containerd back into the main multicall binary
    
    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    (cherry picked from commit e5e1a67)
    brandond committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    8858fb1 View commit details
    Browse the repository at this point in the history
  13. Bump helm-controller to v0.15.0 for create-namespace support

    Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
    brandond committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    de0e5a3 View commit details
    Browse the repository at this point in the history