Skip to content

fix: remediate CVEs in release images - #10802

Merged
leon-ape merged 1 commit into
release-1.1from
support/10796-cve-release-1-1
Aug 27, 2026
Merged

fix: remediate CVEs in release images#10802
leon-ape merged 1 commit into
release-1.1from
support/10796-cve-release-1-1

Conversation

@shanshanying

Copy link
Copy Markdown
Collaborator

What this PR does

  • update the Go toolchain and image build stages to Go 1.25.13
  • upgrade vulnerable Go dependencies used by KubeBlocks and kb-tools images
  • refresh root module checksums

Verification

  • go mod verify
  • go mod tidy -diff
  • govulncheck on built entry points
  • make test-fast
  • build verification with Go 1.25.13

The api-doc module remediation is intentionally excluded and will be reviewed separately.

Refs #10796

@shanshanying
shanshanying requested a review from a team as a code owner August 24, 2026 09:32
@shanshanying shanshanying added the nopick Not auto cherry-pick when PR merged label Aug 24, 2026
@apecloud-bot

Copy link
Copy Markdown
Collaborator

Auto Cherry-pick Instructions

Usage:
  - /nopick: Not auto cherry-pick when PR merged.
  - /pick: release-x.x [release-x.x]: Auto cherry-pick to the specified branch when PR merged.

Example:
  - /nopick
  - /pick release-1.1

CLA Recheck Instructions

Usage:
  - /recheck-cla: Trigger a re-check of CLA status for this pull request.
Example:
  - /recheck-cla

@github-actions github-actions Bot added the size/L Denotes a PR that changes 100-499 lines. label Aug 24, 2026
@shanshanying shanshanying linked an issue Aug 24, 2026 that may be closed by this pull request
@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.79%. Comparing base (d7c3a5a) to head (cf6af7e).
⚠️ Report is 5 commits behind head on release-1.1.

Additional details and impacted files
@@               Coverage Diff               @@
##           release-1.1   #10802      +/-   ##
===============================================
+ Coverage        54.35%   55.79%   +1.44%     
===============================================
  Files              546      550       +4     
  Lines            61511    62584    +1073     
===============================================
+ Hits             33432    34919    +1487     
+ Misses           24868    24344     -524     
- Partials          3211     3321     +110     
Flag Coverage Δ
unittests 55.79% <ø> (+1.44%) ⬆️

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.

@apecloud-bot apecloud-bot added the approved PR Approved Test label Aug 27, 2026
@leon-ape
leon-ape merged commit d73409c into release-1.1 Aug 27, 2026
45 of 46 checks passed
@leon-ape
leon-ape deleted the support/10796-cve-release-1-1 branch August 27, 2026 03:07
@github-actions github-actions Bot added this to the Release 1.2.0 milestone Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved PR Approved Test nopick Not auto cherry-pick when PR merged size/L Denotes a PR that changes 100-499 lines.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Container Image Contains Known CVEs

3 participants