Releases: google/dranet
Releases · google/dranet
v0.6.2
What's Changed
- test: reapply of pods for the same resource claim by @michaelasp in #140
- fix: Do not fail if physical location of VM is not available by @gauravkghildiyal in #153
- fix: Ignore devices not managed by DraNet in ResourceClaim by @gauravkghildiyal in #154
- fix: Delete singleton links if they are removed by @michaelasp in #156
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Minor style fixes to nvidia-dranet by @michaelasp in #134
- Improve e2e test debugging with got/want logging by @gauravkghildiyal in #135
- Fix status updates only adding one device per claim by @michaelasp in #138
- Fix docs to correctly install nvidia driver by @michaelasp in #142
- Bump github.com/cilium/ebpf from 0.18.0 to 0.19.0 by @dependabot in #145
- Bump google.golang.org/api from 0.238.0 to 0.239.0 by @dependabot in #144
- interface dhcp configuration to avoid operation timeoutsif interfaces does not have addresses by @aojea in #143
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- add an option detach ebpf programs on selected interfaces by @aojea in #125
- Add docs and example manifest on how to use NVIDIA DRA with DRANet by @michaelasp in #127
- Document GKE TPU Performance by @aojea in #133
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- feat: add topology info to DRANet on GCP by @michaelasp in #113
- feat: add pcieroot as a device attribute by @michaelasp in #114
- do not fail to add routes that already exist by @aojea in #124
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Fix typo in developer guide by @michaelasp in #110
- add rdma docs by @aojea in #87
- add metrics by @aojea in #89
- add nccl and rdmaperf tests on gke documentation by @aojea in #91
- mpi operator documentation by @aojea in #94
- Rdma perftest documentation by @aojea in #95
- Split apart cloudNetwork device attribute by @ngcxy in #83
- add new APIs for interface performance configuration by @aojea in #99
- expose ebpf interface capabilities by @aojea in #109
- Bugfix don't adjust rdma devchar duplicates by @aojea in #115
New Contributors
- @ngcxy made their first contribution in #83
- @michaelasp made their first contribution in #110
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- RDMA support , tested in GKE
- DraNet moves the RDMA network and character devices to the Pod in both shared and excllusive mode, in exclusive mode it also passes the RDMA link interface to the pod.
- Implement KEP-4817 and report Network Interface allocated IPs and standardized data
- Allow configuration of network interfaces
New Contributors
- @gauravkghildiyal made their first contribution in #68
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- dranetctl by @aojea in #52
- optimize image build by @BenTheElder in #58
- fix interface missing #33
New Contributors
- @BenTheElder made their first contribution in #58
Full Changelog: v0.3.0...v0.3.1
dra.net
What's Changed
BREAKING CHANGE
- use an agnostic driver name, instead of using
dranet.gke.i
o usedra.net
by @aojea in #29 - prefer global addresses and expose ipv4 and ipv6 independently
dranet
is not GKE specific and must be able to run in all environments, switch the driver name to dra.net
, existing claims will need to be updated to reflect the new name
Full Changelog: v0.2.0...v0.3.0
Google cloud support
- Fixes some issues with gvnic drivers
- Support to move network devices to pod
- discovery of network devices link and pci attributes
- basic rdma support (still not tested with hardware)
- discovery of google cloud networks
- tested with GKE 1.32 https://cloud.google.com/kubernetes-engine/docs/how-to/use-beta-apis