[release-1.20] Update golang toolchain - #2024
Closed
github-actions[bot] wants to merge 25 commits into
Closed
Conversation
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
[no-relnote] update maintenance branch to release-1.20
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
[no-relnote] fix typo in OCI label for base image
Avoid notice-file churn when dependency versions change without corresponding license changes. Signed-off-by: Aryan Gorwade <agorwade@nvidia.com>
- use trap to ensure temp key file cleanup on exit - use printf instead of echo for safer secret handling Signed-off-by: luojiyin <luojiyin@hotmail.com>
…om-tpn [ci] remove go-module versions from the rendered TPN doc and regenerate TPN doc
improve ssh key handling in e2e workflow
Signed-off-by: Henry Wang <henrwang@nvidia.com>
henry118
force-pushed
the
backport-2018-to-release-1.20
branch
from
August 31, 2026 20:44
f2322bf to
3121efc
Compare
The root transformer used a plain string prefix comparison to determine whether a path is contained in the (from) root. A path that shares a textual prefix with the root but lies outside it was therefore treated as being under the root and rewritten, corrupting the path. For a root of /run/nvidia/driver and a target root of /host: /run/nvidia/driver-backup/lib.so -> /host/-backup/lib.so /run/nvidia/driverfoo -> /host/foo Both paths are outside the root and must be left unchanged. The prefix match is now required to end at a path component boundary. A path equal to the root, and a root with a trailing separator (including a root of /), are handled as before. This applies to both the host and container root transformers since they share transformPath, and is reachable from 'nvidia-ctk cdi transform root --from/--to' as well as from the driver root transform applied during CDI spec generation. Signed-off-by: Vyncint Ng <115854244+vyncint@users.noreply.github.com>
Signed-off-by: Henry Wang <henrwang@nvidia.com>
Signed-off-by: Henry Wang <henrwang@nvidia.com>
Bumps nvidia/distroless/go from v4.0.9 to v4.1.1. --- updated-dependencies: - dependency-name: nvidia/distroless/go dependency-version: v4.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Henry Wang <henrwang@nvidia.com>
Branch protection requires verified commit signatures, but commits made via `git push` from a workflow are never signed. Re-create each new commit through the Git Data API instead: GitHub automatically signs commits created this way, so the resulting chain shows as "Verified" without needing to manage a GPG/SSH key for the bot. Signed-off-by: Henry Wang <henrwang@nvidia.com> Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com>
Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com>
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
Signed-off-by: Henry Wang <henrwang@nvidia.com>
Signed-off-by: Henry Wang <henrwang@nvidia.com>
Signed-off-by: Seungmin Kim <8457324+ehfd@users.noreply.github.com>
Signed-off-by: Arjun <agadiyar@nvidia.com>
Signed-off-by: Henry Wang <henrwang@nvidia.com>
Signed-off-by: Henry Wang <henrwang@nvidia.com>
Signed-off-by: Henry Wang <henrwang@nvidia.com>
henry118
force-pushed
the
backport-2018-to-release-1.20
branch
from
August 31, 2026 20:52
3121efc to
b86cbdb
Compare
Member
|
let me backport this manually |
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.
🤖 Automated backport of #2018 to
release-1.20Original PR: #2018
Original Author: @henry118
Cherry-picked commits (3):
a1f8e3aUpdate minimum go toolchain to 1.26234c295Fix linting issues after golang update7c30edeBump CI golang version to 1.27Next Steps:
git fetch origin backport-2018-to-release-1.20 && git checkout backport-2018-to-release-1.20git push --force-with-lease origin backport-2018-to-release-1.20Instructions for resolving conflicts