feat: support matching_regex from the ubi backend#5320
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.
this is strange but I assume it's fine
There was a problem hiding this comment.
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