Skip to content

v0.12.0

Compare
Choose a tag to compare
@klueska klueska released this 06 Jun 20:27

This release is a promotion of v0.12.0-rc.6 to v0.12.0

v0.12.0-rc.6

  • Send SIGHUP from GFD sidecar to GFD main container on config change
  • Reuse main container's securityContext in sidecar containers
  • Update GFD subchart to v0.6.0-rc.1
  • Bump CUDA base image version to 11.7.0
  • Add a flag called FailRequestsGreaterThanOne for TimeSlicing resources

v0.12.0-rc.5

  • Allow either an external ConfigMap name or a set of configs in helm
  • Handle cases where no default config is specified to config-manager
  • Update API used to pass config files to helm to use map instead of list
  • Fix bug that wasn't properly stopping plugins across a soft restart

v0.12.0-rc.4

  • Disable support for resource-renaming in the config (will no longer be part of this release)
  • Add field for TimeSlicing.RenameByDefault to rename all replicated resources to .shared
  • Refactor main to allow configs to be reloaded across a (soft) restart
  • Add support to helm to provide multiple config files for the config map
  • Add new config-manager binary to run as sidecar and update the plugin's configuration via a node label
  • Make GFD and NFD (optional) subcharts of the device plugin's helm chart

v0.12.0-rc.3

  • Add ability to parse Duration fields from config file
  • Omit either the Plugin or GFD flags from the config when not present
  • Fix bug when falling back to none strategy from single strategy

v0.12.0-rc.2

  • Move MigStrategy from Sharing.Mig.Strategy back to Flags.MigStrategy
  • Remove TimeSlicing.Strategy and any allocation policies built around it
  • Add support for specifying a config file to the helm chart

v0.12.0-rc.1

  • Add API for specifying time-slicing parameters to support GPU sharing
  • Add API for specifying explicit resource naming in the config file
  • Update config file to be used across plugin and GFD
  • Stop publishing images to dockerhub (now only published to nvcr.io)
  • Add NVIDIA_MIG_MONITOR_DEVICES=all to daemonset envvars when mig mode is enabled
  • Print the plugin configuration at startup
  • Add the ability to load the plugin configuration from a file
  • Remove deprecated tolerations for critical-pod
  • Drop critical-pod annotation(removed from 1.16+) in favor of priorityClassName
  • Pass all parameters as env in helm chart and example daemonset.yamls files for consistency