We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I see EOL checks for openstack, but I was wondering if we could have an EOL check for the kernel version.
For example, when using the --kernel plugin, currently it is something along the lines of
--kernel
kernel: version: 5.13.0-35-generic boot: ... cpu: ...
So perhaps something similar to Openstack, such as
kernel: version: 5.13.0-35-generic days-to-eol: xyz boot: ... cpu: ...
and a note when its past EOL
The text was updated successfully, but these errors were encountered:
EOL info can be found at https://ubuntu.com/about/release-cycle#ubuntu-kernel-release-cycle (you need to zoom in a lot and the graph will turn into actual dates)
Sorry, something went wrong.
Add kernel eof info check
9f44af5
Resolves: canonical#627
1a921cd
dosaboy
Successfully merging a pull request may close this issue.
Hello,
I see EOL checks for openstack, but I was wondering if we could have an EOL check for the kernel version.
For example, when using the
--kernel
plugin, currently it is something along the lines ofSo perhaps something similar to Openstack, such as
and a note when its past EOL
The text was updated successfully, but these errors were encountered: