-
Notifications
You must be signed in to change notification settings - Fork 275
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.27] version bumps and backports for 2024-07 release cycle #6320
[release-1.27] version bumps and backports for 2024-07 release cycle #6320
Conversation
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]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 8121a5e) Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Jake Hyde <[email protected]> (cherry picked from commit aa33fa4) Signed-off-by: Brad Davidson <[email protected]>
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]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.27 #6320 +/- ##
================================================
- Coverage 26.11% 25.90% -0.22%
================================================
Files 32 32
Lines 2684 2722 +38
================================================
+ Hits 701 705 +4
- Misses 1940 1973 +33
- Partials 43 44 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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]>
* 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]>
Signed-off-by: Brad Davidson <[email protected]> (cherry picked from commit 3134a11) Signed-off-by: Brad Davidson <[email protected]>
Updates k3s: k3s-io/k3s@3ced503...13817fb Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]>
8c43ec7
to
348c840
Compare
Merging despite docker hub rate limit causing CI to fail. |
Proposed Changes
data-dir
to uninstall and killall scripts #6296NOTE: 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.
Types of Changes
Version bump, backport
Verification
Testing
Linked Issues
data-dir
to uninstall and killall scripts #6303rke2-cloud-controller-manager
RB/CRBs subject lists grow without bound #6291rke2 etcd-snapshot
commands run against server specified in config file, instead of local server #6329User-Facing Change
Further Comments