Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update dependency reclass-rs to v0.2.0 #906

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
reclass-rs 0.1.1 -> 0.2.0 age adoption passing confidence

Release Notes

projectsyn/reclass-rs (reclass-rs)

v0.2.0

Compare Source

Summary

We're pleased to announce the second minor release of reclass-rs. Apart from various dependency updates, this release introduces improved error messages for errors during reference resolution, and a number of CI improvements.

We've cleaned up the error messages for reference resolution to remove unnecessary context, while still informing the user which reference we failed to resolve. This should significantly improve readability of the reference resolution error messages for large inventories.

On the CI side, we've added a new CI job which runs a few simple benchmarks for Reclass::inventory(). The CI job posts the results as PR comments, so that we get a rough idea how a PR affects the performance of reclass-rs. However, we still recommend that contributors run the benchmarks locally since the benchmark accuracy on GitHub actions runners isn't very good.

Additionally, we've improved the build and release CI jobs to set the package version of the Python package from the latest Git tag. This removes the need for manually preparing a release by bumping the version in the package metadata. Instead, we can now cut a new release just by pushing a tag.

Changes

13 changes since v0.1.1

🛠️ Minor Changes

  • Improve error messages when reference resolution fails (#​72)

🪛 Internal Changes

  • Update ref parser to match on unit pattern where applicable (#​51)
  • Add benchmarks for Reclass::render_inventory() (#​47)
  • Run benchmarks in CI and provide results in PR comment (#​75)
  • Automatically set package version from Git tag (#​77)

📄 Documentation

  • Update instructions to test reclass-rs with Kapitan (#​58)

🔗 Dependency Updates

  • Update Rust crate rayon to 1.8.0 (#​46)
  • Update Rust crate indexmap to 2.1.0 (#​56)
  • Update Rust crate anyhow to 1.0.79 (#​65)
  • Update Rust crate serde_yaml to 0.9.30 (#​64)
  • Update Rust crate serde_json to 1.0.111 (#​70)
  • Update Rust crate pyo3 to 0.20.2 (#​71)
  • Update Rust crate serde to 1.0.195 (#​73)

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 has been generated by Mend Renovate. View repository job log here.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot requested a review from a team as a code owner January 11, 2024 14:08
@renovate renovate bot added the dependency Pull requests that update a dependency file label Jan 11, 2024
@simu simu merged commit bb4be48 into master Jan 11, 2024
23 checks passed
@simu simu deleted the renovate/reclass-rs-0.x branch January 11, 2024 14:24
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependency Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant