Releases: vishvananda/netns
Releases · vishvananda/netns
v0.0.5
What's Changed
Externally visible changes
- Adding file path for nerdctl and finch by @Shubhranshu153 in #87
Internal cleanup
- ci(lint): setup YAML Lint step by @mmorel-35 in #68
- ci(lint): enable errcheck, errorlint, gci, misspell, nonamedreturns and staticcheck linters by @mmorel-35 in #71
- enable gocritic, gosec, gosimple, govet, unconvert, unparam, unused and whitespace linters by @mmorel-35 in #72
- Bump actions/setup-go from 3 to 4 by @dependabot in #73
- Bump actions/checkout from 3 to 4 by @dependabot in #78
- Bump actions/setup-go from 4 to 5 by @dependabot in #80
- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #82
- Bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #83
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #86
New Contributors
- @dependabot made their first contribution in #73
- @Shubhranshu153 made their first contribution in #87
Full Changelog: v0.0.4...v0.0.5
v0.0.4 - fix casing of `"NS(none)"`
What's Changed
- code clean for the Ns(none) return string. by @yanggangtony in #67
New Contributors
- @yanggangtony made their first contribution in #67
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- go.mod: update minimum version to go1.17 by @thaJeztah in #64
- Drop note about
go
1.10
compatibility by @jeffwidman in #65 - Make Dependabot watch github actions by @jeffwidman in #66
- Add GitHub actions for test and linting by @thaJeztah in #62
Full Changelog: v0.0.2...v0.0.3
v0.0.2 - needs `go` `1.17`, various small bugfixes
WARNING: This requires go
1.17
due to bumping golang.org/x/sys
to v0.2.0
, but we didn't realize until after the release was tagged so go.mod
didn't bump min version of go
.
What's Changed
- fix build-tags, fix/update deprecated features, and fix inconsistency in path used by @thaJeztah in #61
- fix: named ns handler may leak by @gunofmoon in #59
- chore(deps): bump golang.org/x/sys to v0.2.0 by @mmorel-35 in #58
New Contributors
- @thaJeztah made their first contribution in #61
- @gunofmoon made their first contribution in #59
- @mmorel-35 made their first contribution in #58
Full Changelog: v0.0.1...v0.0.2
Start using go modules
This is an initial release to start using go modules versions.
What's Changed
- Added function UniqueId which returns a string that uniquely identifies namespace by @amudukutore in #14
- Fixed the docker netns detection err on xenial by @kopwei in #15
- Typo: fix typo in readme by @coolljt0725 in #16
- Add missing stub functions to netns_unspecified.go by @ejj in #18
- Fix typo by @WeiZhang555 in #19
- Add mips, mipsle to the SYS_SETNS map by @vstefanovic in #21
- Fixing README.md by @harche in #20
- fix swallowed err variable by @alrs in #22
- Search kubepods for Docker containers by @theatrus in #24
- Adding new location for containers in recent k8s 1.11+ by @sbezverk in #28
- In contaner path fix by @sbezverk in #29
- add riscv64 architecture by @tonistiigi in #34
- Document that New() changes the current namespace by @povik in #33
- add ns support mips64le arch by @davidstack in #32
- Remove useless setting of new netns from README.md by @matte21 in #31
- Add support for Go modules by @tklauser in #35
- Use golang.org/x/sys/unix instead of syscall by @tklauser in #40
- Set O_CLOEXEC when opening a network namespace by @fanjiyun in #43
- Allows to create and delete named network namespaces by @thomas-maurice in #42
- Add go1.10 build constraint by @brb in #30
- Add support for detecting netns for all possible QoS in Kubernetes by @imilchev in #47
- Extend GetFromDocker() to support also newer distros with cgroup v2 support by @stv0g in #49
- Migrate
syscall
-->golang.org/x/sys/unix
, redux by @jeffwidman in #54 - Update the documentation for
netns.NewNamed
by @stepchowfun in #56 - Expose named functions when not linux by @WillFantom in #53
- feat: dependabot workflow automation for updating dependency by @Rajpratik71 in #57
New Contributors
- @amudukutore made their first contribution in #14
- @kopwei made their first contribution in #15
- @coolljt0725 made their first contribution in #16
- @ejj made their first contribution in #18
- @WeiZhang555 made their first contribution in #19
- @vstefanovic made their first contribution in #21
- @harche made their first contribution in #20
- @alrs made their first contribution in #22
- @theatrus made their first contribution in #24
- @sbezverk made their first contribution in #28
- @tonistiigi made their first contribution in #34
- @povik made their first contribution in #33
- @davidstack made their first contribution in #32
- @matte21 made their first contribution in #31
- @tklauser made their first contribution in #35
- @fanjiyun made their first contribution in #43
- @thomas-maurice made their first contribution in #42
- @brb made their first contribution in #30
- @imilchev made their first contribution in #47
- @stv0g made their first contribution in #49
- @jeffwidman made their first contribution in #54
- @stepchowfun made their first contribution in #56
- @WillFantom made their first contribution in #53
- @Rajpratik71 made their first contribution in #57
Full Changelog: https://github.com/vishvananda/netns/commits/v0.0.1