Skip to content

v0.9.6

Compare
Choose a tag to compare
@poiana poiana released this 22 Aug 14:33
· 268 commits to master since this release

Changelog

  • 6886def chore(docs): updated main readme with kernelurls information and internal logic deprecation notice.
  • 63762cb chore(docs): add notes about old ubuntu-generic and ubuntu-aws targets.
  • f5094ea update(cmd,pkg,validate): make it harder (pretty impossible) to forget handling new architectures to ToNonDeb() method switch case.
  • 4a2e94c update(readme): mention builder docs in main readme.
  • 04fb3e2 chore(test): improved cmd package tests.
  • 1cba044 new(cmd): leverage text.template std library to achieve less invasive cmd line tests.
  • 6a46822 chore(cmd,pkg,validate): improve driverkit helper text.
  • 41fdb16 chore(docs): improved README.
  • 8dba692 new(pkg): added centos9 stream support.
  • cb332de fix(ubuntu-generic): Fix tests
  • 1e405e3 fix(ubuntu-generic): Fix kernel header not founds problems
  • fa15f19 chore(pkg/driverbuilder): constify number of required URLs for debian and ubuntu.
  • 84cb10b chore(pkg/driverbuilder): allow builders to specify minimum required number of header urls.
  • 1923582 fix(pkg/driverbuilder): fixed debian driverbuilder.
  • 1c42ff5 update(readme): updated readme with newest informations.
  • 7431c76 chore(pkg/driverbuilder): entirely refactored Builder interface, allowing for smaller builder implementations.
  • 411bbed update(docs): add minikube example configuration file
  • 6a3ff7c update(test): update completion_targets test for minikube builder
  • 80e0630 feature(pkg/driverbuilder): add minikube target