Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2025

This PR contains the following updates:

Package Change Age Confidence
reclass-rs 0.9.0 -> 0.10.1 age confidence

Release Notes

projectsyn/reclass-rs (reclass-rs)

v0.10.1

Compare Source

Summary

This release fixes the Python release process to ensure that maturin includes all relevant metadata in the Python package (README, License, authors, etc.).

There's no functional changes between v0.10.0 and this patch release.

Changes

1 changes since v0.10.0

🐛 Fixes

  • Update pyproject.toml dynamic entries to ensure full Python package metadata (#​200)

v0.10.0

Compare Source

Summary

We're pleased to announce reclass-rs v0.10.0. This release introduces the first bigger feature that's incompatible with kapicorp-reclass: reclass-rs now supports default values for parameter references.

The gist of the feature is that users can specify default values for parameter references by providing the default value after a :: separator, for example ${foo::default} will fall back to value "default" when key foo is missing for the node. We chose :: as the separator because it can't currently appear in valid kapicorp-reclass inventories.

A more comprehensive documentation of reference default values is available in the Git repository.

Please note that the usage of :: as the separator for reference default values is a breaking change for existing reclass-rs inventories which reference a parameter that contains the empty string as a key segment.

Additionally, we've implemented the ignore_overwritten_missing_references kapicorp-reclass config option, and have updated reclass-rs to have the same default behavior (ignoring overwritten missing references) as kapicorp-reclass.

Apart from these user-facing new features, we've introduced Python type stubs for the reclass_rs Python module, updated the dependencies of the Rust implementation, and switched to Rust's 2024 Edition.

Changes

18 changes since v0.9.0

🔎 Breaking Changes

  • Implement default values for references (#​194)

🚀 Features

  • Implement ignore_overwritten_missing_references kapicorp-reclass config option (#​185)
  • Implement default values for references (#​194)
  • Setup Python type stubs for reclass_rs (#​199)

🪛 Internal Changes

  • Add explicit inferred lifetimes for Rust 1.89 (#​178)
  • Remove usage of actions-rs/toolchain in GitHub actions (#​179)
  • Fix flaky buildinfo test (#​183)
  • Switch macOS CI to macOS 15 runners (#​193)
  • Replace deprecated PyO3 downcast* calls with equivalent cast* calls (#​191)
  • Switch to Rust 2024 Edition (#​192)

🔗 Dependency Updates

  • Update actions/attest-build-provenance action to v3 (#​180)
  • Update actions/setup-python action to v6 (#​182)
  • Update actions/checkout action to v6 (#​190)
  • Update mikepenz/release-changelog-builder-action action to v6 (#​189)
  • Update Rust crate nom to v8 (#​151)
  • Update Rust crate criterion to 0.8.0 (#​195)
  • Update Rust crate pyo3 to v0.27.2 (#​196)
  • Update GitHub Artifact Actions (major) (#​197)
  • Update Rust crate fancy-regex to 0.17.0 (#​198)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency Pull requests that update a dependency file label Dec 18, 2025
@renovate renovate bot requested a review from a team as a code owner December 18, 2025 13:33
@renovate renovate bot added the dependency Pull requests that update a dependency file label Dec 18, 2025
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/reclass-rs-0.x branch from 3f09ed0 to 912a175 Compare December 18, 2025 14:38
@renovate renovate bot changed the title Update dependency reclass-rs to v0.10.0 Update dependency reclass-rs to v0.10.1 Dec 18, 2025
@simu simu force-pushed the renovate/reclass-rs-0.x branch from 1790b2b to a6ece5e Compare December 18, 2025 14:50
@simu simu enabled auto-merge December 18, 2025 14:50
@simu simu merged commit fa13fb1 into master Dec 18, 2025
32 of 34 checks passed
@simu simu deleted the renovate/reclass-rs-0.x branch December 18, 2025 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants