Skip to content
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

Release version 0.2.6 (or something else) to address critical bugs #1356

Open
ghost opened this issue Oct 26, 2023 · 5 comments
Open

Release version 0.2.6 (or something else) to address critical bugs #1356

ghost opened this issue Oct 26, 2023 · 5 comments

Comments

@ghost
Copy link

ghost commented Oct 26, 2023

I have discovered that bugs reported in the #1298, #1300, #1302, #1307, and #1344 issues are specific to version 0.2.5 of cross. It has come to my attention that the build from the main branch is functioning flawlessly, which is great news.

However, considering that users generally prefer the stability of a "release" (or "versioned") build over a development build, it is unfortunate that they are experiencing errors that are only present in version 0.2.5. This puts them in a difficult situation, as they are unable to benefit from the improvements and fixes introduced in the latest version.

To address this issue and ensure a smoother user experience, I suggest releasing version 0.2.6 (or something else) as soon as we could. By doing so, we can provide users with an updated version that resolves the reported bugs and offers enhanced stability. This will not only improve user satisfaction but also enable them to utilize the software without being hindered by known issues.

I kindly request the team's consideration and prompt action in releasing next version to help users overcome these errors and enjoy a more reliable software experience.

@Emilgardis
Copy link
Member

Hi! Thanks for the inquiry! I'm not sure these issues (except #1302) would be solved on the main branch. 0.2.5 contains backports to the 0.2.4 release, as after 0.2.4 we did some breaking changes, and then discovered some things that had to be fixed with 0.2.5.

so, the next release should be 0.3.0, and as I've mentioned in #1290 (reply in thread) there's some things missing

Currently dev time is very low, as it's basically only me submitting patches, reviewing and triaging issues. I'd love to have more help :)

@denisidoro
Copy link

denisidoro commented Oct 31, 2023

I'm really looking forward to a new release for #1222

@tiann
Copy link

tiann commented Mar 18, 2024

Warning: using older rustc `1.67.0 (fc594f156 2023-01-24)` for the target. Current active rustc on the host is `rustc 1.75.0 (82e1608df 2023-12-21)`.
 > Update with `rustup update --force-non-host stable-x86_64-unknown-linux-gnu`
error: package `clap v4.5.3` cannot be built because it requires rustc 1.74 or newer, while the currently active rustc version is 1.67.0
Either upgrade to rustc 1.74 or newer, or use
cargo update -p clap@4.5.3 --precise ver
where `ver` is the latest version of `clap` supporting rustc 1.67.0
error: Recipe `build_ksud` failed on line 5 with exit code 101

@Emilgardis
Copy link
Member

@tiann I fail to see how that is related, you just need to update the toolchain as explained in the message

rustup update --force-non-host stable-x86_64-unknown-linux-gnu

@guenhter
Copy link

@Emilgardis Im also waiting desperately for the new release to get "docker_inspect_self_mountinfo"

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

No branches or pull requests

4 participants