|  | 73f5df2425   | feat!: new kernel config structure BREAKING CHANGE: kernel definition in the configuration files has switched
from
  [[targets]]
  distro = { id = "Ubuntu", release = "18.04" }
  release_mask = ".*"
to
  [[targets]]
  distro = { id = "Ubuntu", release = "18.04" }
  kernel = { regex = ".*" } | 2023-05-18 18:48:09 +00:00 |  | 
			
				
					|  | 6385ce92e3   | feat!: rename supported kernels to targets BREAKING CHANGE: .out-of-tree.toml: s/[[supported_kernels]]/[[targets]]/ | 2023-05-18 18:13:09 +00:00 |  | 
			
				
					|  | bcf8de336f   | feat!: introduce new distribution structure BREAKING CHANGE: distro definition in the configuration files has switched
from
  [[supported_kernels]]
  distro_type = "Ubuntu"
  distro_release = "16.04"
  ...
to
  [[supported_kernels]]
  distro = { id = "Ubuntu", release = "16.04" }
  ... | 2023-05-18 16:07:24 +00:00 |  | 
			
				
					|  | e1ac462642   | feat: test lkrg alert | 2023-05-17 17:04:13 +00:00 |  | 
			
				
					|  | 2460b8230a   | Ignore logs | 2023-05-09 17:43:53 +00:00 |  | 
			
				
					|  | 603a2c98bd   | Use upstream lkrg | 2021-01-05 20:52:27 +00:00 |  | 
			
				
					|  | 22a8e32e2c   | Implements modules preload list | 2020-06-14 20:14:59 +00:00 |  |