Changes/1.14.4 commits from upstream for 1.14.4 changes - #170
Merged
swastik959 merged 63 commits intoMar 11, 2026
Conversation
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
…#14534) Co-authored-by: Shreya V R <shreyadixit8505@gmail.com>
…removal. (kubernetes#14537) Co-authored-by: Shreya V R <shreyadixit8505@gmail.com>
Co-authored-by: Shane F. Carr <shane.carr@wustl.edu>
…rough. (kubernetes#14543) Co-authored-by: Clément Nussbaumer <clement.nussbaumer@postfinance.ch>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…n`. (kubernetes#14550) Co-authored-by: MohammadHosein Bahmani <mhossein.bahmani@divar.ir>
…ubernetes#14548) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… hosts. (kubernetes#14556) Co-authored-by: shawnhuang92 <shawnhuang92@163.com>
…ancer. (kubernetes#14559) Co-authored-by: shreya-vr18 <shreyadixit8505@gmail.com> Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
…greeter-server/rootfs (kubernetes#14573) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#14579) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ernetes#14600) Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
Co-authored-by: Floris Feddema <floris.feddema@infosupport.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steven Jin Xuan <sjinxuan@microsoft.com>
* refactor rancher build process due to upstream changes * Remove drone
`go install ginkgo` followed by `which ginkgo` is newly added in the upstream repo. This is making the drone build fail for arm64 arch. The ginkgo library gets installed under $GOPATH/bin/linux_arm64 dir. This is unlike amd64 images which typically install go libraries under $GOPATH/bin. Since the previously mentioned dir is not in PATH, the command `which ginkgo` fails. I've added this location to PATH to fix the build failure. See upstream PRs linked below for more info: kubernetes#8566 kubernetes#8569
* refactor rancher build process due to upstream changes * Remove drone
Signed-off-by: swastik959 <Sswastik959@gmail.com>
Signed-off-by: swastik959 <Sswastik959@gmail.com>
Signed-off-by: swastik959 <Sswastik959@gmail.com>
kinarashah
approved these changes
Mar 11, 2026
This file contains hidden or 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
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.
commits from upstream for 1.14.4 changes