-
Notifications
You must be signed in to change notification settings - Fork 208
Releases: k8snetworkplumbingwg/sriov-network-device-plugin
Releases · k8snetworkplumbingwg/sriov-network-device-plugin
v3.11.0
@adrianchiris
adrianchiris
d9b3819
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- chore: bump docker/setup-qemu-action from 2 to 3 by @dependabot[bot] in #660
- chore: bump docker/build-push-action from 4 to 6 by @dependabot[bot] in #661
- chore: bump docker/login-action from 2 to 3 by @dependabot[bot] in #662
- chore: bump docker/metadata-action from 4 to 5 by @dependabot[bot] in #664
- chore: bump actions/setup-go from 3 to 6 by @dependabot[bot] in #667
- chore: bump the gomod-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #666
- chore: bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #675
- chore: bump github.com/opencontainers/runc from 1.1.14 to 1.2.8 by @dependabot[bot] in #678
- chore: bump actions/checkout from 2 to 5 by @dependabot[bot] in #671
- chore: bump github/codeql-action from 3 to 4 by @dependabot[bot] in #674
- chore: bump docker/setup-buildx-action from 2 to 3 by @dependabot[bot] in #672
- chore: bump actions/checkout from 5 to 6 by @dependabot[bot] in #680
- refactor: add multi-arch build support by @ashokpariya0 in #679
- chore: use ginkgo v2 by @adrianchiris in #681
- Add vhostnet to sf by @adrianchiris in #682
- chore: bump hadolint/hadolint-action from 3.1.0 to 3.3.0 by @dependabot[bot] in #673
- chore: bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #686
New Contributors
- @ashokpariya0 made their first contribution in #679
Full Changelog: v3.10.0...v3.11.0
Assets 2
v3.10.0
@adrianchiris
adrianchiris
d00e2da
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Bump
actions/upload-artifact@v4by @zeeke in #630 - Bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot[bot] in #634
- Bump github.com/golang/glog from 1.2.3 to 1.2.4 by @dependabot[bot] in #631
- additionInfo config object for Auxiliary network devices by @vtokala in #628
- chore: align runners by @adrianchiris in #638
- Add rdma device name in additional info by @adrianchiris in #636
- Bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot[bot] in #641
- Bump golang.org/x/oauth2 from 0.23.0 to 0.27.0 by @dependabot[bot] in #650
- bump packages by @SchSeba in #647
- chore: update CodeQL action version by @rollandf in #651
- Fix code ql - bump golangci-lint to v2 by @adrianchiris in #652
- chore: add github-actions to dependabot by @adrianchiris in #653
- chore: adjust golangci.yml file by @adrianchiris in #655
- fix: dependabot config by @adrianchiris in #657
- Fixes #648 Return an err on transient failures rather than stopping the server to allow for retry by @silivanmunguar in #658
New Contributors
- @vtokala made their first contribution in #628
- @silivanmunguar made their first contribution in #658
Full Changelog: v3.9.0...v3.10.0
Contributors
zeeke, SchSeba, and 5 other contributors
Assets 2
1 person reacted
v3.9.0
@adrianchiris
adrianchiris
c625430
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Fix the device spec file creation in rdma exclusive mode by @SchSeba in #611
- BUG: Remove device spec before creating a new one by @SchSeba in #613
- Fix unit tests by @SchSeba in #614
- Bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 by @dependabot in #594
- bump go, packages and linter by @SchSeba in #623
Full Changelog: v3.8.0...v3.9.0
Assets 2
v3.8.0
@SchSeba
SchSeba
a380ca5
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Build with go
v1.22by @zeeke in #566 - Bump to 1.22.4 by @bn222 in #570
- cleanup makefile by @adrianchiris in #579
- Allow to override go tags in build by @bn222 in #580
- bump dependencies by @adrianchiris in #578
- Bump the gomod-dependencies group across 1 directory with 2 updates by @dependabot in #584
- fix: generate a file per resourcePool by @souleb in #583
- Bump the gomod-dependencies group across 1 directory with 4 updates by @dependabot in #592
- Bump ghw library version by @ianb-mp in #593
- Bump the gomod-dependencies group across 1 directory with 3 updates by @dependabot in #604
- bug: rdma exlusive handling by @rollandf in #603
New Contributors
- @bn222 made their first contribution in #570
- @souleb made their first contribution in #583
- @ianb-mp made their first contribution in #593
Full Changelog: v3.7.0...v3.8.0
Contributors
zeeke, rollandf, and 5 other contributors
Assets 2
v3.7.0
@adrianchiris
adrianchiris
3c041f8
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
- Bump the gomod-dependencies group with 2 updates by @dependabot in #518
- Bump the gomod-dependencies group with 1 update by @dependabot in #522
- Add fallback to get PF Name for AuxNetDevice by @adrianchiris in #526
- Update go version and github actions to 1.21 by @almaslennikov in #527
- Allow to filter net devices by Infiniband Partition Key by @almaslennikov in #517
- Downgrade ddp-builder container version by @almaslennikov in #529
- Bump the gomod-dependencies group with 4 updates by @dependabot in #537
- Expose RDMA device name in the devicespec if available by @almaslennikov in #530
- run k8s functional tests by @SchSeba in #541
- Update deployment yamls by @adrianchiris in #543
- Bump the gomod-dependencies group with 5 updates by @dependabot in #550
- remove grpc deprication functions by @SchSeba in #551
- 🌱 Making workflows not run on forks. by @adilGhaffarDev in #540
- Revert "🌱 Making workflows not run on forks." by @zeeke in #557
- remove vendoring, use Go modules by default by @jaypipes in #548
- Support for acquiring DDP profile using devlink by @ipatrykx in #387
- allow to run unit-tests inside a container by @SchSeba in #561
- Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #553
- Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 by @dependabot in #532
New Contributors
- @adilGhaffarDev made their first contribution in #540
- @jaypipes made their first contribution in #548
Full Changelog: v3.6.2...v3.7.0
Contributors
jaypipes, zeeke, and 6 other contributors
Assets 2
v3.6.2
@adrianchiris
adrianchiris
30652a2
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
- Fix image push worklow for release by @adrianchiris in #515
Full Changelog: v3.6.1...v3.6.2
Assets 2
1 person reacted
v3.6.1
@zeeke
zeeke
94fcf0f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
- Bump golang.org/x/net from 0.13.0 to 0.17.0 by @dependabot in #504
- Bump K8S to 1.28.3 by @cgoncalves in #505
- Bump google.golang.org/grpc from 1.56.2 to 1.56.3 by @dependabot in #506
- Create Dependabot Configuation to support Docker and go module updates by @zhuxiaow0 in #509
- Fix push-manifest github action job for release by @adrianchiris in #512
- Add support for Broadcom NICs by @roman-brcm in #510
- Bump the gomod-dependencies group with 6 updates by @dependabot in #513
New Contributors
- @cgoncalves made their first contribution in #505
- @zhuxiaow0 made their first contribution in #509
- @roman-brcm made their first contribution in #510
Full Changelog: v3.6.0...v3.6.1
Contributors
cgoncalves, adrianchiris, and 3 other contributors
Assets 2
v3.6.0
@adrianchiris
adrianchiris
1414269
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
- Update CONTRIBUTING doc by @adrianchiris in #437
- Cleanup unused methods by @adrianchiris in #439
- Remove API devices from reosurcePool by @adrianchiris in #440
- Remove IsSriovPF as unused method of PciDevice interface by @DmytroLinkin in #438
- Fixed linter issues by @ipatrykx in #448
- Updated dependency to govdpa v0.1.4 by @lmilleri in #450
- Info providers and devices packages by @DmytroLinkin in #441
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #455
- Documentation update by @nhennigan in #454
- Update sriov device plugin deployment by @adrianchiris in #458
- supports multi-arch image manifest by @cyclinder in #457
- Move ddptool build to its own continer by @adrianchiris in #463
- Update go-restful by @rollandf in #461
- Update GHW lib by @rollandf in #462
- Add auxiliary network devices support by @DmytroLinkin in #442
- Remove deprecated label: beta.kubernetes.io/arch by @my-git9 in #466
- Cleanup: remove ioutil for go version by @my-git9 in #465
- Readme update by @Eoghan1232 in #468
- Bump github actions to their latests versions by @adrianchiris in #471
- New environment variable to expose informers details in json format by @SchSeba in #456
- Update sriovnet lib by @rollandf in #474
- Bump golang.org/x/net from 0.0.0-20220127200216-cd36cc0744dd to 0.7.0 by @dependabot in #472
- fix CI manifest push flow by @adrianchiris in #478
- Update GetEnvVal docstring by @adrianchiris in #480
- auxnetdevice: Don't skip PCI network devices with default route by @DmytroLinkin in #477
- allow dash "-" in resource name by @liuyuan10 in #481
- Derive link type from PF if the interface name is not available by @almaslennikov in #479
- Adding rdma support documentation for intel vf's by @Eoghan1232 in #482
- bump go version to 1.20 by @Eoghan1232 in #484
- Enable race detection in unit tests by @AlinaSecret in #483
- Enable array of NetDevice selectors for one resource name by @nlbrown2 in #475
- vhost-vdpa: fix DeviceInfo file content by @lmilleri in #493
- Bump grpc and glog by @adrianchiris in #495
- Set container device permissions to 'rw' by @e0ne in #491
- Recognize modern taint in demo by @jcpunk in #496
- remove dependency elazarl/goproxy by @SalDaniele in #499
- Update device plugins volumes mounts by @e0ne in #500
- CDI implementation by @e0ne in #489
- Add
acpiIndexselector by @ian-howell in #488 - Bump github.com/opencontainers/runc from 1.1.2 to 1.1.5 by @dependabot in #501
New Contributors
- @DmytroLinkin made their first contribution in #438
- @lmilleri made their first contribution in #450
- @lgtm-com made their first contribution in #455
- @nhennigan made their first contribution in #454
- @cyclinder made their first contribution in #457
- @rollandf made their first contribution in #461
- @my-git9 made their first contribution in #466
- @dependabot made their first contribution in #472
- @liuyuan10 made their first contribution in #481
- @AlinaSecret made their first contribution in #483
- @nlbrown2 made their first contribution in #475
- @e0ne made their first contribution in #491
- @jcpunk made their first contribution in #496
- @SalDaniele made their first contribution in #499
- @ian-howell made their first contribution in #488
Full Changelog: v3.5.1...v3.6.0
Contributors
- @e0ne
- @jcpunk
- @SchSeba
- @liuyuan10
- @almaslennikov
- @ian-howell
- @rollandf
- @AlinaSecret
- @adrianchiris
- @dependabot
- @nlbrown2
- @Eoghan1232
- @nhennigan
- @ipatrykx
- @cyclinder
- @DmytroLinkin
- @my-git9
- @SalDaniele
- @lmilleri
e0ne, jcpunk, and 17 other contributors
Assets 2
1 person reacted
v3.5.1
@eoghanlawless
eoghanlawless
6fff085
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
Container image
ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.5.1
Full Changelog: v3.5.0...v3.5.1
Assets 2
v3.5.0
@adrianchiris
adrianchiris
0f79c0e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
- Remove PF from pools with Pfnames and rootDevices by @SchSeba in #410
- Devlink Error message by @Eoghan1232 in #413
- Add vDPA support by @amorenoz in #306
- Update doc with pci pf support by @adrianchiris in #412
- Remove unused Dockerfile by @adrianchiris in #415
- Fix for go module failures seen during go test run by @rthakur-est in #418
- Bump plugin version to v3.4.0 in deployment examples by @almaslennikov in #419
- Update alpine image in Dockerfile by @adrianchiris in #414
- Make advertising of NUMA node optional by @rthakur-est in #416
- Update docs for excludeTopology config by @rthakur-est in #425
- Add Coveralls step in GH actions by @zeeke in #421
- Upgrade testify v1.7.1 by @zeeke in #426
- Use
go installto download binaries by @zeeke in #429
Container image
- ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.5.0
Full Changelog: v3.4.0...v3.5.0
Contributors
zeeke, SchSeba, and 5 other contributors
Assets 2
1 person reacted