Tags

Tags give the ability to mark specific points in history as being important
  • chart/0.2.1

    Notable Changes since v0.2.0
    
    * The driver no longer relies on beta DRA APIs and can be installed on
      Kubernetes 1.34+ clusters with only default APIs enabled. (by @enoodle in #123)
  • v0.2.1

    Notable Changes since v0.2.0
    
    * The driver no longer relies on beta DRA APIs and can be installed on
      Kubernetes 1.34+ clusters with only default APIs enabled. (by @enoodle in #123)
  • chart/0.2.0

    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
  • v0.2.0

    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
  • chart/0.1.3

    new chart release 0.1.3
    
    Small fix for chart publishing.
  • chart/0.1.2

    new chart release 0.1.2
    
    Same image, only chart release process itself was updated to invoke Helm differently.
  • chart/0.1.1

    new chart release 0.1.1
    
    Same image, only chart release process itself was updated.
  • chart/0.1.0

    chart/0.1.0: Helm chart tag matching v0.1.0
    
    This tag triggers publishing of a Helm chart for the v0.1.0 release of the
    driver.