Skip to content

Backport security fix for v0.25.1 patch release#321

Merged
eguzki merged 1 commit into
release-0.25from
backport-v0.25.1-patches
Jun 23, 2026
Merged

Backport security fix for v0.25.1 patch release#321
eguzki merged 1 commit into
release-0.25from
backport-v0.25.1-patches

Conversation

@guicassolato

Copy link
Copy Markdown
Collaborator

Summary

Cherry-picked security fix for the v0.25.1 patch release.

Changes

Semver Classification

All changes are patch-safe:

Change Classification Reason
golang.org/x/net v0.52.0 → v0.55.0 SAFE Indirect dependency, security fix for idna package
Related golang.org/x/* bumps SAFE Transitive dependencies, no direct imports in codebase

Verification

  • ✓ All golang.org/x packages are indirect dependencies (// indirect in go.mod)
  • ✓ No direct imports of golang.org/x packages in the codebase
  • ✓ Changes are dependency updates only (go.mod, go.sum)
  • ✓ Original PR Upgrade golang.org/x/net to v0.55.0 #315 motivation: security fixes in idna package
  • ✓ Cherry-pick applied cleanly without conflicts

Related


Generated via /kdt:patch-release workflow

@coderabbitai

coderabbitai Bot commented Jun 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8a4a9257-703c-4491-b1cd-2b5c40e16515

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch backport-v0.25.1-patches

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@guicassolato guicassolato self-assigned this Jun 19, 2026
@guicassolato guicassolato requested a review from a team June 19, 2026 13:16
@guicassolato guicassolato moved this to Ready For Review in Kuadrant Jun 19, 2026
@codecov-commenter

codecov-commenter commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.20%. Comparing base (4aa0652) to head (da5daf2).

Additional details and impacted files
@@              Coverage Diff              @@
##           release-0.25     #321   +/-   ##
=============================================
  Coverage         57.20%   57.20%           
=============================================
  Files                13       13           
  Lines              1458     1458           
=============================================
  Hits                834      834           
  Misses              529      529           
  Partials             95       95           
Flag Coverage Δ
unit 57.20% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@guicassolato guicassolato moved this from Ready For Review to In Progress in Kuadrant Jun 19, 2026
@guicassolato guicassolato removed the request for review from a team June 19, 2026 13:32

@maleck13 maleck13 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes look ok but not sure why builds are failing

@eguzki

eguzki commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

changes look ok but not sure why builds are failing

The scripts in release branch do no respect versions set in build.yml. The generated bundle is not the committed one and the bundle validation task report failure.

I believe it's been fixed in #324. I am going to rebase and see

Bumps golang.org/x/net from v0.52.0 to v0.55.0.

Signed-off-by: Thomas Maas <thomas@webtypes.com>
@eguzki eguzki force-pushed the backport-v0.25.1-patches branch from 313fba0 to da5daf2 Compare June 23, 2026 10:20
@eguzki eguzki merged commit 418b153 into release-0.25 Jun 23, 2026
18 checks passed
@eguzki eguzki deleted the backport-v0.25.1-patches branch June 23, 2026 10:31
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Kuadrant Jun 23, 2026
@eguzki

eguzki commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

changes look ok but not sure why builds are failing

The scripts in release branch do no respect versions set in build.yml. The generated bundle is not the committed one and the bundle validation task report failure.

I believe it's been fixed in #324. I am going to rebase and see

The rebase did it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

6 participants