-
-
Notifications
You must be signed in to change notification settings - Fork 714
feat: support matching_regex from the ubi backend #5320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The builds are failing because |
|
1.87 is way too new to supportβit's less than a month old. @autarch would it be possible to use alternate syntax to support somewhat older rust releases? this would be a problem for distros that have somewhat old rust versions? |
|
bugbot run verbose=true |
|
bugbot is starting with request id serverGenReqId_382335eb-4473-4cc0-ae46-a947fa64928f |
π¨ BugBot couldn't runPull requests from forked repositories are not yet supported (requestId: serverGenReqId_382335eb-4473-4cc0-ae46-a947fa64928f). |
Sure, but I don't know exactly what thing I'm using that's 1.87-specific. |
|
Oh, I guess it's using |
|
Looks like this repo targets 1.85, so I'll do the same for the |
|
yeah I don't have a specific guideline around this but try not to bump it unless I need to, though I try to keep it at least 6 months |
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50" | ||
| dependencies = [ | ||
| "aes", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is strange but I assume it's fine
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In ubi 0.7.0, I started adding default-features = false to most dependency declarations. This eliminated a bunch of transitive dependencies that weren't being used.
### π Features - support matching_regex from the ubi backend by [@yjoer](https://github.com/yjoer) in [#5320](#5320) ### π Bug Fixes - **(aqua)** parse templates in version_filter by [@risu729](https://github.com/risu729) in [#5341](#5341) - **(registry)** use extract_all for docker-slim by [@risu729](https://github.com/risu729) in [#5342](#5342) ### π Refactor - **(getting-started)** update powershell profile instructions by [@Armaldio](https://github.com/Armaldio) in [#5340](#5340) ### π¦οΈ Dependency Updates - update docker/build-push-action digest to 2634353 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5338](#5338) - update jdx/mise-action digest to 13abe50 by [@renovate[bot]](https://github.com/renovate[bot]) in [#5339](#5339) ### New Contributors - @yjoer made their first contribution in [#5320](#5320)
I had matching_regex landed on UBI in houseabsolute/ubi#122. This change enables passing the option from the mise config to the backend.
Closes #5318