-
Notifications
You must be signed in to change notification settings - Fork 419
teleport-18/18.2.10 package update #69990
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
teleport-18/18.2.10 package update #69990
Conversation
octo-sts
bot
commented
Oct 24, 2025
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
Signed-off-by: Batuhan Apaydin <16693043+developer-guy@users.noreply.github.com>
e78dd53 to
4f17245
Compare
🩹 Build Failed: Patch Application Failed
Build Details
Root Cause Analysis 🔍The build system is trying to apply a patch file 'upgrade-quic-go-to-v0.53.0.patch' that does not exist in the expected location. The patch pipeline step failed because it cannot locate the specified patch file, causing the entire build to fail with exit status 1. Was this comment helpful? Please use 👍 or 👎 reactions on this comment. |
fc1d97d to
7e33b0a
Compare
This commit introduces bumps to quic-go in v0.54.1 in integrations/terraform and integrations/terraform-mwi It also introduces a patch so that we can bump the quic-go version to v0.54.1 in teleport. quic-go introduced breaking API changes in version v0.53.0 and the upstream project had to adapt to use the new code. Patch partially imported from teleport upstream: gravitational/teleport#56302 Information on quic-go upstream breaking changes: https://github.com/quic-go/quic-go/releases/tag/v0.53.0 Signed-off-by: David Negreira <david.negreira@chainguard.dev>
7e33b0a to
4ac89f7
Compare
aborrero
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.