Skip to content

Conversation

@andrewb-ontheinternet
Copy link
Contributor

@andrewb-ontheinternet andrewb-ontheinternet commented Dec 2, 2025

Update Go dependencies to address CVEs. Mainly focused on refreshing the K8s desktop-vpnkit-controller image.

I tried to follow the previous version bump PR: #635

Let me know if I need to do anything else, thanks!

@andrewb-ontheinternet andrewb-ontheinternet marked this pull request as ready for review December 3, 2025 16:18
andrewb-ontheinternet and others added 2 commits December 8, 2025 15:08
Signed-off-by: Andrew Breja <[email protected]>
Signed-off-by: David Scott <[email protected]>
@djs55
Copy link
Collaborator

djs55 commented Dec 8, 2025

Builds locally for me, the GHA build succeeded but a post-build action failed. I think I can look at that separately.

@djs55 djs55 merged commit 7722cbc into moby:master Dec 8, 2025
6 of 10 checks passed
@djs55
Copy link
Collaborator

djs55 commented Dec 8, 2025

Thanks!

djs55 added a commit to djs55/vpnkit that referenced this pull request Dec 8, 2025
Update the crazy-max/.github reusable workflow to the latest version to fix
a JSON parsing error that occurs when PR metadata contains control characters
(like newlines in the PR body).

The previous version (d9a10e2) used actions/github-script@v7 which had an
issue where it embedded the GitHub event payload directly into a JavaScript
template literal containing JSON. When JSON.parse() encountered unescaped
control characters, it would fail with:
  SyntaxError: Bad control character in string literal in JSON at position...

The newer version (387d336) uses actions/github-script@v8 which handles JSON
serialization more properly, preventing these parsing errors.

Fixes the build failure seen in PR moby#654.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
djs55 added a commit to djs55/vpnkit that referenced this pull request Dec 8, 2025
Update the crazy-max/.github reusable workflow to the latest version to fix
a JSON parsing error that occurs when PR metadata contains control characters
(like newlines in the PR body).

The previous version (d9a10e2) used actions/github-script@v7 which had an
issue where it embedded the GitHub event payload directly into a JavaScript
template literal containing JSON. When JSON.parse() encountered unescaped
control characters, it would fail with:
  SyntaxError: Bad control character in string literal in JSON at position...

The newer version (387d336) uses actions/github-script@v8 which handles JSON
serialization more properly, preventing these parsing errors.

Fixes the build failure seen in PR moby#654.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Signed-off-by: David Scott <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants