Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

prepare for release#1306

Merged
viccuad merged 3 commits intokubewarden:mainfrom
flavio:prepare-for-release
Oct 22, 2025
Merged

prepare for release#1306
viccuad merged 3 commits intokubewarden:mainfrom
flavio:prepare-for-release

Conversation

@flavio
Copy link
Copy Markdown
Member

@flavio flavio commented Oct 21, 2025

Prepare the 1.30.0-rc1 release:

  • chore: update to rust edition 2024: since we're already using rust 1.90.0, it makes a lot of sense to move to latest Rust edition. In this way we can use some syntax changes that make the code more readable. This change caused the usual amount of fmt and lint fixes
  • chore(deps): update to latest version of policy-evaluator: needed to consume latest version of wasmtime
  • chore: prepare 1.30.0-rc1 release: just bumping the version

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 21, 2025

Codecov Report

❌ Patch coverage is 66.66667% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.19%. Comparing base (f785037) to head (d8be4c9).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
src/lib.rs 25.00% 3 Missing ⚠️
src/evaluation/precompiled_policy.rs 71.42% 2 Missing ⚠️
src/api/handlers.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1306      +/-   ##
==========================================
+ Coverage   51.10%   51.19%   +0.08%     
==========================================
  Files          17       17              
  Lines        1084     1090       +6     
==========================================
+ Hits          554      558       +4     
- Misses        530      532       +2     
Flag Coverage Δ
integration-tests 46.65% <33.33%> (-0.18%) ⬇️
unit-tests 26.91% <61.11%> (+0.22%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 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.

Copy link
Copy Markdown
Member

@jvanz jvanz left a comment

Choose a reason for hiding this comment

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

Please, take a look in the failing CI. ;)

@flavio flavio force-pushed the prepare-for-release branch from e1edfc6 to 68ff107 Compare October 22, 2025 07:15
Move to latest edition to benefit of some changes that make the code
more maintainable.

As part of the switch, address all the clippy warnings.

Signed-off-by: Flavio Castelli <[email protected]>
Signed-off-by: Flavio Castelli <[email protected]>
@flavio flavio force-pushed the prepare-for-release branch from 68ff107 to d8be4c9 Compare October 22, 2025 10:08
@viccuad viccuad merged commit 51ff1de into kubewarden:main Oct 22, 2025
14 checks passed
@github-project-automation github-project-automation bot moved this from Pending review to Done in Kubewarden Admission Controller Oct 22, 2025
@flavio flavio deleted the prepare-for-release branch October 22, 2025 10:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

3 participants