0484b2b
@@ -18,7 +18,7 @@
// pkgdiff enum to str
const diffType = ["added", "removed", "upgraded", "downgraded"];
- const importantPkgs = ["kernel", "systemd", "rpm-ostree", "ignition", "podman", "moby-engine"];
+ const importantPkgs = ["kernel", "systemd", "rpm-ostree", "ignition", "podman", "moby-engine", "containerd"];
function timestampToPrettyString(date) {
date = new Date(date);
Adds containerd to the overview of the release notes given it's importance as runtime.
Have you verified that this renders nicely on the page? I'm concerned that it might overflow onto the second line.
guess it depends on the resolution. I did a manual insertion of the element: https://pasteboard.co/LK10NQB5KhGC.png https://pasteboard.co/0YRyjEbtj9Z2.png
LGTM
Pull-Request has been merged by dustymabe
Adds containerd to the overview of the release notes given it's importance as runtime.