Releases: kubernetes-sigs/dra-example-driver
Releases · kubernetes-sigs/dra-example-driver
v0.2.1
v0.2.0
What's Changed
- Fix image and chart tags used for staging repo by @nojnhuh in #83
- invoke Helm with
go runby @nojnhuh in #84 - Fix image repo used in chart by @nojnhuh in #85
- Push chart to subproject directory in staging repo by @nojnhuh in #86
- Bump k8s.io dependencies to 1.33 by @nojnhuh in #95
- add Jon Huhn to OWNERS by @jackfrancis in #99
- Make kubelet plugin dirs configurable by @nojnhuh in #98
- Update RELEASE.md by @nojnhuh in #87
- Bump cloudbuild image to Go 1.24 by @nojnhuh in #103
- add initContainer claim-sharing example by @jackfrancis in #106
- Update kubelet plugin signal handling on shutdown by @nojnhuh in #109
- Add livenessProbe to kubelet plugin by @nojnhuh in #104
- Make number of simulated devices configurable via Helm by @Neha-dot-Yadav in #111
- Updated DRA APIs to v1 by @alimaazamat in #116
- Cut v0.2.0 by @nojnhuh in #120
New Contributors
- @jackfrancis made their first contribution in #99
- @Neha-dot-Yadav made their first contribution in #111
- @alimaazamat made their first contribution in #116
Full Changelog: https://github.com/kubernetes-sigs/dra-example-driver/commits/v0.2.0
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