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

Plans for a stable version release of 1.0 #88

Open
Shubhranshu153 opened this issue Aug 13, 2024 · 2 comments
Open

Plans for a stable version release of 1.0 #88

Shubhranshu153 opened this issue Aug 13, 2024 · 2 comments

Comments

@Shubhranshu153
Copy link
Contributor

wanted to check a couple of things
Any plans for releasing a stable 1.0 version?
want to update the go version as the one here is old.

finch is built on top of nerdctl and nerdctl depends on this package for network namespacing. so wanted to check if we can move to a stable version.

@jeffwidman
Copy link
Collaborator

I'm personally not in a hurry to go 1.0 because I'm not super familiar with netns deep intricacies and work at a different day job that doesn't actually use this code. So I don't know enough to know if this API is solid or if it still needs a few tweaks.

That said, looking at the commit history, this library is pretty stable so I'd feel extremely comfortable using it in production (and did at a former employer).

As far as the go version, that's the "minimal" version of go that's required in order to import the library... unless/until we have a need, I don't see a point in bumping it...

To be clear, I'm totally fine with saying "practically as open source maintainers/bug fixers, we only promise to support the same versions of go that the core team supports" but there's no reason we need to enforce that at the code level until there's actually a change that we want to pull in that depends on new/changed behavior in newer versions of go.

@aboch
Copy link
Collaborator

aboch commented Aug 13, 2024

As far as the go version, that's the "minimal" version of go that's required in order to import the library...

I don't see a point in bumping it...

👍

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

3 participants