Releases: kubernetes-sigs/dra-example-driver
Releases · kubernetes-sigs/dra-example-driver
v0.1.0
What's Changed
- Initial commit of resource driver and demo with kind and containerd by @klueska in #1
- Address feedback from early users of the repo by @klueska in #5
- Rename ClaimRequests->AllocatedClaims & ClaimAllocations->PreparedClaims by @klueska in #6
- Fix CRD after renaming by @byako in #8
- Update to K8s 1.27 by @byako in #7
- chore: small nit fixes for unused logger, compiler check for interface by @toVersus in #9
- Ignore type conversion safety by @byako in #13
- Linter fixes to enable GitHub actions by @byako in #16
- fix: remove noop code from UnsuitableNode for GPU driver by @toVersus in #11
- Fix gocritic findings by @byako in #18
- Add GitHub actions by @byako in #14
- Add byako as approver by @byako in #20
- Ensure that the DRA controller only gets deployed on control plane nodes by @klueska in #17
- Fix regression from #18 by @klueska in #21
- Use the same base image as test/e2e/dra does by @klueska in #22
- rename module to match k8s-sigs convention by @tariq1890 in #26
- CLI unification by @pohly in #19
- pass ctx objects from cmd Run func down to the kubeClients by @tariq1890 in #27
- [golangci-lint][goimports] add local imports check by @tariq1890 in #28
- Controller batch calls support by @byako in #24
- make .gitignore only ignore binaries by @byako in #29
- Kubelet plugin switch to v1alpha3 api by @byako in #25
- Rename nodePrepareResources to nodePrepareResource by @elezar in #31
- Fix null dereference in nas-set-status by @byako in #30
- Update demo scripts to run with kubernetes 1.28.0 by @klueska in #35
- Add elezar as approver by @elezar in #32
- Update reference to repo to clone by @klueska in #37
- fix and test for contextual logging by @pohly in #39
- Update to go 1.22.2 by @klueska in #46
- Add support for structured parameters by @klueska in #47
- Update to work with Kubernetes 1.31 by @klueska in #50
- Update CDI specification to v0.8.0 by @elezar in #52
- Update to kubernetes v1.31.0 by @klueska in #53
- Add support for Podman by @empovit in #51
- moq was using golang 1.23 for latest by @kannon92 in #55
- Add support for opaque configs with examples by @klueska in #54
- E2E Test by @kannon92 in #56
- fix flakes for kind by @kannon92 in #60
- Refactor how opaque device configs are handled by @klueska in #58
- demos: handle SIGTERM to avoid long termination by @bart0sh in #61
- e2e: fail on errors by @bart0sh in #63
- add num-devices parameter by @bart0sh in #65
- Update deployment for Kubernetes 1.31 by @bart0sh in #66
- Update deployment for Kubernetes 1.32.0 by @klueska in #69
- add unit tests by @nojnhuh in #70
- Verify environment variables in e2e test by @nojnhuh in #73
- Remove copyright year in generated code by @nojnhuh in #74
- Add config for staging repo image build by @nojnhuh in #77
- rename cloudbuild.yaml by @nojnhuh in #78
- use _GIT_TAG for staging repo image tag by @nojnhuh in #79
- Add Helm chart OCI push to cloudbuild by @nojnhuh in #81
- Add validating admission webhook to Helm chart by @nojnhuh in #75
- Cut chart release 0.1.0 by @nojnhuh in #82
New Contributors
- @klueska made their first contribution in #1
- @byako made their first contribution in #8
- @toVersus made their first contribution in #9
- @tariq1890 made their first contribution in #26
- @pohly made their first contribution in #19
- @elezar made their first contribution in #31
- @empovit made their first contribution in #51
- @kannon92 made their first contribution in #55
- @bart0sh made their first contribution in #61
- @nojnhuh made their first contribution in #70
Full Changelog: https://github.com/kubernetes-sigs/dra-example-driver/commits/v0.1.0