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.29] version bumps and backports for 2024-07 release cycle #6318

Merged

Commits on Jul 15, 2024

  1. Fix ClusterRoleBinding subject growth

    Fixed an issue where failing to include APIGroup on the subjects caused the reconcile helpers to think the subject needed to be re-added every time RKE2 starts up.
    
    Signed-off-by: Brad Davidson <[email protected]>
    (cherry picked from commit af73b78)
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6937da6 View commit details
    Browse the repository at this point in the history
  2. Fix agent logs dir default permissions

    Signed-off-by: Brad Davidson <[email protected]>
    (cherry picked from commit 8121a5e)
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ed8cdae View commit details
    Browse the repository at this point in the history
  3. Add data-dir to uninstall and killall scripts

    Signed-off-by: Jake Hyde <[email protected]>
    (cherry picked from commit aa33fa4)
    Signed-off-by: Brad Davidson <[email protected]>
    jakefhyde authored and brandond committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b25d06b View commit details
    Browse the repository at this point in the history
  4. Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7

    Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.4 to 0.7.7.
    - [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/go-retryablehttp@v0.7.4...v0.7.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/go-retryablehttp
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit d3abda1)
    Signed-off-by: Brad Davidson <[email protected]>
    dependabot[bot] authored and brandond committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2fdd707 View commit details
    Browse the repository at this point in the history
  5. Bump alpine from 3.19 to 3.20

    Bumps alpine from 3.19 to 3.20.
    
    ---
    updated-dependencies:
    - dependency-name: alpine
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 6229777)
    Signed-off-by: Brad Davidson <[email protected]>
    dependabot[bot] authored and brandond committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f4be2a5 View commit details
    Browse the repository at this point in the history
  6. Add CLI flag for ingress controllers

    * Add new --ingress-controller CLI flag
    * Refactor --ingress-controller and --cni flags to use common helper for
      disabling all unused charts
    * Wire first ingress controller name into global.systemDefaultIngressClass
      chart variable
    
    NOTE: Support for the traefik chart is NOT being backported to older
    minors. The flag to select an alternative ingress controller is
    hidden and only supports ingress-nginx. The rest of the changes are
    being backported to keep the older branches consistent with master and
    allow newer releases of the ingress-nginx chart to function properly on
    older minors.
    
    Signed-off-by: Brad Davidson <[email protected]>
    (cherry picked from commit 76d4fb3)
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    351ce16 View commit details
    Browse the repository at this point in the history
  7. Update ingress chart

    Signed-off-by: Brad Davidson <[email protected]>
    (cherry picked from commit 3134a11)
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1ea9ba8 View commit details
    Browse the repository at this point in the history
  8. Bump K3s version for v1.29

    Updates k3s: k3s-io/k3s@83ae095...25dae66
    
    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    55d7e20 View commit details
    Browse the repository at this point in the history
  9. Sync cli with k3s

    Signed-off-by: Brad Davidson <[email protected]>
    brandond committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8fa9fe5 View commit details
    Browse the repository at this point in the history