-
Notifications
You must be signed in to change notification settings - Fork 142
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
Cutting out a new release #711
Comments
Hi @stormshield-gt 👋 Do you want us to rollout a new minor release with #710 included? Does it work for you? Otherwise we might consider a patch release with only this change, however it's not a fix |
Did you mean minor release ? Or you are going 1.0.0 ? It any case it will definitely work for me.
Because this crate has not reached 1.0.0 yet, I think it's OK to use patch release for all non-breaking changes. If we use minor release even for non-breaking changes, it adds a burden to downstream users. |
By major I mostly was referring to "breaking one", meaning minor part of semver. It will be
That's definitely clear 🙂 I just wanted to understand if you want compatible change or not - because this would require backport into |
How I see what you meant.
I have time to update to 0.21.0 breaking changes if they are, so for me it will be OK to not do the backport. Whatever it’s the simplest for you. |
Great, thanks for confirming |
Actually, we can't backport this one Btw, what's the issue with having 0.22 & 0.23? They can co-exist. |
Actually, it seems that bollard wants to force the ring provider that doesn't have the NASM requirement on windows. But I think they didn't disable default features so maybe they are bringing both Besides, as docker is more linux/unix oriented, maybe Windows is not such a concern. The workaround is just to add a dependency on NASM if someone really wants to run test container on windows.
No need for rush, I opened the issue to say that they are a need, but I don't want to put any pressure. Sorry if I did. |
Yeah, they don’t disable default ones. And anyway - features are additive. Some another dep may enable it. So it’s kinda fragile
I think there is no problem in it. I’m only wanted to highlight that it can’t be considered as “compatible” change unfortunately
That totally makes sense, just was wondering if you have some special need and we’re blocking you 🙂 |
Hi @stormshield-gt 👋 I've released |
Hi @DDtKey , thanks a lot! I've done a PR to |
Thanks again for working on this project! This exposes a way to configure resource ulimits (the [`--ulimit`](https://docs.docker.com/reference/cli/docker/container/run/#ulimit) flag for `docker run`). I'm relying on CI tests because I'm currently on Windows and didn't configure my environment to reflect #711, since it seems I'd need to install nasm now, as I received some errors regarding it.
I will be very interested if you could please cut out a new
minor releasepatch release.I'm looking into the upgrade of
rustls
to 0.23 which we just get through #710 that updatebollard
to 0.17The text was updated successfully, but these errors were encountered: