Notable Changes since v0.1.0 * @nojnhuh is now a maintainer (by @jackfrancis in #99) * New Helm chart values may be set to define where kubelet plugin handles are created: `kubeletPlugin.kubeletRegistrarDirectoryPath`, `kubeletPlugin.kubeletRegistrarDirectoryPath` (by @nojnhuh in #98) * A new example shows how to share devices between an `initContainer` and `container` in the same Pod (by @jackfrancis #106) * The kubelet plugin now includes a livenessProbe (by @nojnhuh in #104) * The number of simulated devices on each Node is now configurable via the `kubeletPlugin.numDevices` Helm chart value (by @Neha-dot-Yadav in #111) * The driver now supports Kubernetes 1.34 (backwards compatible to 1.32). Examples have been updated to use the `resource.k8s.io/v1` API version. Enabling the `resource.k8s.io/v1beta1` API version for `kube-apiserver` is still required. (by @alimaazamat in #116) Full changelog: https://github.com/kubernetes-sigs/dra-example-driver/compare/v0.1.0...v0.2.0