Skip to content

v0.3.0

Latest

Choose a tag to compare

@nojnhuh nojnhuh released this 19 May 20:29
· 45 commits to main since this release
445c162

Breaking Changes

  • Upgrades of the driver to this release are not supported. Please uninstall any workloads using example resources and uninstall the driver before installing v0.3.0.

What's Changed

  • Introduce device profiles by @nojnhuh in #129
  • fix: permissions issue running docker in SELinux compatible systems by @nestoracunablanco in #132
  • DRAAdminAccess: add example by @ritazh in #112
  • Remove helm dependency which causes the Docker build to fail by @christian-westbrook in #154
  • Remove vendoring and update tools for Go 1.25 compatibility by @chandramerla in #151
  • configure dependabot for go.mod and github actions by @vamsikrishna-siddu in #152
  • Add an example of using cel expressions for selecting GPUs by memory by @kannon92 in #155
  • Use SHAs for GitHub Actions versions by @nojnhuh in #162
  • Refactor e2e tests to ginkgo framework by @Shilpa-Gokul in #153
  • Fix Dockerfile FromAsCasing warning in build stage by @vishalanarase in #166
  • fix: support seamless upgrades with pod uid in socket path names + default helm chart values by @alimaazamat in #113
  • Rename demo examples and add per-example documentation by @willie-yao in #170
  • Use RestMapper to properly map GVK to GVR in e2e tests by @Shilpa-Gokul in #179
  • Bump Kubernetes dependencies and test environment to 1.36 by @nojnhuh in #188
  • Change license header of Dockerfile by @elezar in #191
  • Add option to run e2e tests against the official helm chart and container image in registry.k8s.io by @Shilpa-Gokul in #169
  • Improve E2E test isolation, error reporting, and extensibility by @willie-yao in #175
  • refactor: move kind cluster scripts under demo/clusters/kind by @vishalanarase in #177
  • Add DRAWorkloadResourceClaims example by @nojnhuh in #193
  • DRAExtendedResource: add example for KEP-5004 extended resource requests by @willie-yao in #196
  • Align checkpoint format with Kubernetes API conventions by @nojnhuh in #148
  • Fix Go version variable collision with Docker build by @nojnhuh in #189
  • Add DRAPartitionableDevices support by @harche in #150

New Contributors

Full Changelog: v0.2.1...v0.3.0