-
Notifications
You must be signed in to change notification settings - Fork 269
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
brandond
merged 9 commits into
rancher:release-1.29
from
brandond:2024-07-backports_release-1.29
Jul 16, 2024
Merged
[release-1.29] version bumps and backports for 2024-07 release cycle #6318
brandond
merged 9 commits into
rancher:release-1.29
from
brandond:2024-07-backports_release-1.29
Jul 16, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>
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@83ae095...25dae66 Signed-off-by: Brad Davidson <[email protected]>
Signed-off-by: Brad Davidson <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.29 #6318 +/- ##
================================================
- Coverage 26.09% 25.87% -0.22%
================================================
Files 32 32
Lines 2698 2736 +38
================================================
+ Hits 704 708 +4
- Misses 1948 1981 +33
- Partials 46 47 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
briandowns
approved these changes
Jul 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 #6301rke2-cloud-controller-manager
RB/CRBs subject lists grow without bound #6289rke2 etcd-snapshot
commands run against server specified in config file, instead of local server #6327User-Facing Change
Further Comments