Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0
2.5.0
10 changes: 10 additions & 0 deletions docs/releases/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## [v2.5.0] - 2026-03-01
- Bump GitHub Actions runner to **2.332.0**.

Choose a reason for hiding this comment

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

medium

For consistency with other entries in this changelog and the PR description, please consider adding the corresponding PR number (#1116) to this line.

Suggested change
- Bump GitHub Actions runner to **2.332.0**.
- Bump GitHub Actions runner to **2.332.0** (#1116).

- Optimize CI/CD pipeline for speed and cost — faster builds, reduced runner minutes (#1111).
- Fix critical and high priority security workflow optimizations (#1112).
- Improve maintenance workflow reliability, cache cleanup, and issue automation (#1115).
- Switch to dual merge strategy — squash to develop, regular merge to main (#1119).
- Replace push trigger with `workflow_run` in seed-trivy-sarif workflow (#1118).
- Strip trailing whitespace across YAML workflow files for yamllint compliance.
- Streamline PR template and copilot instructions for dual merge workflow.

## [v2.4.0] - 2026-03-01
- Update Node.js to **24.14.0** (LTS Krypton) in Chrome and Chrome-Go runners.
- Update npm to **11.11.0** in Chrome and Chrome-Go runners.
Expand Down