Skip to content

chore(deps): update rust crate regorus to 0.10.0#169

Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/regorus-0.x
Open

chore(deps): update rust crate regorus to 0.10.0#169
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/regorus-0.x

Conversation

@red-hat-konflux
Copy link
Copy Markdown

@red-hat-konflux red-hat-konflux Bot commented Feb 10, 2026

This PR contains the following updates:

Package Type Update Change
regorus workspace.dependencies minor 0.5.00.10.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

microsoft/regorus (regorus)

v0.10.0

Compare Source

Added
  • (copilot) add multi-agent code review skills (#​707)
  • (azure_policy) test runner, compiler fixes, and example program (#​700)
  • (azure-policy) implement effect compilation and metadata population (#​691)
  • (azure-policy) implement count/count.where compilation (#​688)
  • (azure-policy) implement condition, expression, field, and template dispatch compilation (#​686)
  • (azure-policy) add compiler skeleton with core types and stubs (#​674)
  • (rvm) implement Azure Policy condition evaluation (#​661)
  • (rvm) new instructions and loop semantics for Azure Policy support (#​659)
  • (azure-policy) add policy rule and policy definition parsers (#​660)
  • add Azure Policy constraint parser (#​658)
  • (rvm) extend program metadata and bump serialization to v6 (#​654)
  • add Azure Policy core JSON parser and expression parser (#​655)
  • add Azure Policy AST types (#​653)
  • (azure-policy) add alias normalization and denormalization (#​635)
  • add Azure Policy builtins with YAML test suite (#​630)
  • make policy length limits configurable per engine (#​624)
  • implement add_extension in Python binding (#​596)
  • (rbac) [breaking] add Azure RBAC engine, FFI API, and cross-language tests (#​577)
  • Azure RBAC condition interpreter with builtin evaluation coverage and YAML test suite, including quantifier (ForAnyOfAnyValues/ForAllOfAllValues), datetime (DateTimeEquals), IP (IpInRange), GUID (GuidEquals), list (ListContains), and string (StringEquals) semantics.
  • FFI surface for Azure RBAC condition evaluation (see bindings changelog for language-specific wrappers).
Fixed
  • harden regex builtins with compiled-size limit (#​705)
  • (ci) skip mimalloc FFI and disable isolation for Miri (#​621)
Other
  • bump version to 0.10.0 across all bindings
  • (deps) update all Rust dependencies and fix lockfile refresh workflow (#​704)
  • (deps) bump com.google.code.gson:gson (#​702)
  • (deps) bump the github-actions group across 1 directory with 5 updates (#​690)
  • (deps) bump the per-dependency group across 1 directory with 5 updates (#​703)
  • Make git rev-parse in build.rs optional with graceful fallback (#​701)
  • (azure_policy) add foundation test cases (#​698)
  • (azure_policy) add end-to-end policy test cases (#​699)
  • fix rand advisory and harden python CI caching (#​675)
  • azure-policy parser: allow overriding the column-width limit (#​673)
  • (deps) bump the rust-dependencies group across 5 directories with 6 updates (#​671)
  • (deps) bump ruby/setup-ruby in the github-actions group (#​670)
  • (csharp) prepare NuGet package for nuget.org publishing (#​668)
  • Fix RVM evaluation of default-only rules (#​664)
  • (deps) bump minitest in /bindings/ruby in the per-dependency group (#​656)
  • (deps) bump the rust-dependencies group across 2 directories with 3 updates (#​657)
  • consolidate RVM instruction variants and clean up VM internals (#​651)
  • (deps) bump wasm-bindgen-test (#​650)
  • (deps) bump rb_sys in /bindings/ruby in the per-dependency group (#​649)
  • (deps) bump the rust-dependencies group across 3 directories with 4 updates (#​647)
  • (deps) bump the github-actions group across 1 directory with 3 updates (#​646)
  • (dependabot) restore cargo dependency grouping (#​645)
  • Fix build break (#​634)
  • (deps) bump the rust-dependencies group across 5 directories with 16 updates (#​633)
  • (dependabot) fix cargo config quoting (#​632)
  • (dependabot) fix cargo workspace updates and refresh lockfiles (#​629)
  • (deps) bump rubocop in /bindings/ruby in the per-dependency group (#​622)
  • (deps) bump the github-actions group with 11 updates (#​628)
  • Consolidate Dependabot, fix #​595 (mimalloc + indexmap), add feature-matrix CI (#​627)
  • RVM compiler & runtime optimizations: caching, instruction fusion, constant hoisting, and correctness fixes (#​626)
  • Rvm optimizations (#​620)
  • (deps) bump rubocop in /bindings/ruby in the per-dependency group (#​618)
  • (ci) add miri workflow (#​581)
  • (ci) add cargo audit and deny (#​580)
  • switch binary serialization to postcard (#​582)
  • (deps-dev) bump org.apache.maven.plugins:maven-surefire-plugin (#​605)
  • (deps) bump bytes (#​569)
  • (deps) bump the per-dependency group with 2 updates (#​603)
  • (deps) bump the per-dependency group across 1 directory with 3 updates (#​607)
  • boolean mapping (#​612)
  • Bump the per-dependency group with 1 update (#​587)
  • (deps) bump the per-dependency group (#​585)
  • (deps) bump the per-dependency group (#​586)
  • (deps-dev) bump the per-dependency group (#​583)
  • (deps) bump the per-dependency group with 12 updates (#​593)
  • (dependabot) expand coverage and pin workflows (#​579)
Changed
  • [breaking] Switch RVM binary serialization to postcard, bump the format to v4, and mark v1-3 loads as partial (recompile required).

v0.9.1

Compare Source

Fixed
  • Release native C# handles reliably to avoid memory growth (#​571).
  • Centralize C# handle gating with a short dispose wait and deferred release to avoid leaks while blocking new calls (#​571).
Added
  • Manual C# memory growth tests for both using and finalizer paths (#​571).
  • C# test runner options for filtered tests, console logging, and skipping sample apps (#​571).

v0.9.0

Compare Source

Added
  • [breaking] Update to OPA v1.2.0 (#​373)
Other
  • (deps) update pyo3 requirement from 0.23.5 to 0.24.0 (#​375)
  • Update ruby binding deps, ruby gem version 0.2.3 (#​374)
  • (deps) update pyo3 requirement from 0.22.0 to 0.23.5 (#​372)
  • (deps) update rand requirement from 0.8.5 to 0.9.0 (#​370)
  • (deps) update cbindgen requirement from 0.27.0 to 0.28.0 (#​361)
  • Fix typo in README.md (#​366)
  • Update dependencies (#​369)
  • Fix clippy warning for result? (#​362)
  • (deps) update itertools requirement from 0.13.0 to 0.14.0 (#​357)
  • (deps) update jsonschema requirement from 0.26.1 to 0.28.1 (#​356)
  • resolve anyhow compile errors (#​355)
  • (deps) update prettydiff requirement from 0.7.0 to 0.8.0 (#​348)

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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/regorus-0.x branch from d0e9546 to 2b55b78 Compare April 2, 2026 22:24
@red-hat-konflux
Copy link
Copy Markdown
Author

red-hat-konflux Bot commented Apr 2, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package regorus@0.5.0 --precise 0.10.0
info: syncing channel updates for 1.90.0-x86_64-unknown-linux-gnu
info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
info: downloading 6 components
info: rolling back changes
error: component download failed for cargo-x86_64-unknown-linux-gnu: error opening file for download: cleaning up cached downloads: No such file or directory (os error 2)

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux Bot force-pushed the konflux/mintmaker/main/regorus-0.x branch from 2b55b78 to 1596afa Compare May 6, 2026 23:53
@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update rust crate regorus to 0.9.0 chore(deps): update rust crate regorus to 0.10.0 May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants