diff --git a/_posts/2022-06-08-cockpit-271.md b/_posts/2022-06-08-cockpit-271.md new file mode 100644 index 00000000..203ec489 --- /dev/null +++ b/_posts/2022-06-08-cockpit-271.md @@ -0,0 +1,44 @@ +--- +title: Cockpit 271 +author: garrett +date: '2022-06-08' +tags: cockpit +slug: cockpit-271 +category: release +summary: 'Container names on the metrics page' +--- + +Cockpit is the [modern Linux admin interface](https://cockpit-project.org/). +We release regularly. + +Here are the release notes from Cockpit 271, cockpit-machines 270.1 and cockpit-podman 49.1: + + +## Metrics: Show container names + +Instead of just showing a container ID, Cockpit now displays Podman container names in the CPU and Memory usage cards on the "Metrics and history" page. + +Additionally, after clicking a container name on the Metrics page, you'll see just the container you clicked on within Cockpit-Podman, thanks to improved filtering. + +![screenshot of ## show container names on the metrics page]({{ site.baseurl }}/images/271-show-container-names-on-the-metrics-page.png) + + +## Try it out + +Cockpit 271, cockpit-machines 270.1 and cockpit-podman 49.1 is available now: + + +* [For your Linux system](https://cockpit-project.org/running.html) + +* [Cockpit Source Tarball](https://github.com/cockpit-project/cockpit/releases/tag/271) +* [Cockpit Fedora 36](https://bodhi.fedoraproject.org/updates/FEDORA-2022-4869d82c66) +* [Cockpit Fedora 35](https://bodhi.fedoraproject.org/updates/FEDORA-2022-80d2aa8e21) +* [Cockpit Client](https://flathub.org/apps/details/org.cockpit_project.CockpitClient) +* [cockpit-machines Source Tarball](https://github.com/cockpit-project/cockpit-machines/releases/tag/270.1) +* [cockpit-machines Fedora 36](https://bodhi.fedoraproject.org/updates/FEDORA-2022-f627536f09) +* [cockpit-machines Fedora 35](https://bodhi.fedoraproject.org/updates/FEDORA-2022-fde99ff139) +* [cockpit-podman Source Tarball](https://github.com/cockpit-project/cockpit-podman/releases/tag/49.1) +* [cockpit-podman Fedora 36](https://bodhi.fedoraproject.org/updates/FEDORA-2022-46d3943e7e) +* [cockpit-podman Fedora 35](https://bodhi.fedoraproject.org/updates/FEDORA-2022-dc55d16cc1) + +*[CPU]: Central Processing Unit, the "brain" of a computer diff --git a/images/271-show-container-names-on-the-metrics-page.png b/images/271-show-container-names-on-the-metrics-page.png new file mode 100644 index 00000000..ceba94a1 Binary files /dev/null and b/images/271-show-container-names-on-the-metrics-page.png differ