Skip to content

Commit dba26a6

Browse files
authored
Cockpit 340 (for real)
1 parent 4c96de5 commit dba26a6

File tree

5 files changed

+66
-0
lines changed

5 files changed

+66
-0
lines changed

_data/authors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ kkoukiou:
4747

4848
tmatus:
4949
name: Tomáš Matuš
50+
51+
Venefilyn:
52+
name: Freya Gustavsson
53+
description: |
54+
The one who touches codebases everywhere and lead with smiles.

_posts/2025-06-04-cockpit-340.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: Cockpit 340
3+
author: Venefilyn
4+
date: "2025-06-04"
5+
tags: cockpit, podman, files, machines, ostree
6+
slug: cockpit-340
7+
category: release
8+
summary: "Handle unsupported storage partitions, link quadlet logs to their service, source mode for virtual networks, various UX improvements."
9+
---
10+
11+
Cockpit is the [modern Linux admin interface](https://cockpit-project.org/).
12+
We release regularly.
13+
14+
Here are the release notes from Cockpit 340, cockpit-podman 107, cockpit-machines 333, and cockpit-ostree 211:
15+
16+
## Storage: Prevent modifying unsupported partitions
17+
18+
Cockpit now detects unsupported partitions and displays a notice that Cockpit does not support it, such as modifying LVM2 Logical Volume partitions.
19+
20+
![Screenshot showing a notice inside a GPT partitions card saying "Unexpected partitions" in bold, followed by a description saying "Partitions are not supported on this block device. If it is used as a disk for a virtual machine, the partitions must be managed by the operating system inside the virtual machine."]({{ site.baseurl }}/images/340-storage-unsupported-partitions.png)
21+
22+
## Storage: Rename safety warning
23+
24+
We now display a warning when renaming volume groups that contain the root filesystem as it might break the next boot.
25+
26+
27+
## Podman: Quadlet log links
28+
29+
Quadlet logs now link to their systemd service log page counterpart.
30+
31+
![An image of a podman logs page for a container called "systemd-test" below the black logs box is a link saying "View test.service logs".]({{ site.baseurl }}/images/340-quadlet-service-logs-link.png)
32+
33+
## Machines: Virtual network interfaces can now select source mode
34+
35+
When adding a new virtual network interface you can now select between VEPA, Bridge, Private, or Passthrough for more flexibility with how machines are exposed to the network.
36+
37+
![Screenshot showing off new form selection, it includes an information button for "Source" as well as a radio button to select either VEPA, Bridge, Private, or Passthrough.]({{ site.baseurl }}/images/340-machines-network-source-mode.png)
38+
39+
## Try it out
40+
41+
Cockpit 340, cockpit-podman 107, cockpit-files 22, cockpit-machines
42+
334, and cockpit-ostree 211 are available now:
43+
44+
- [For your Linux system](https://cockpit-project.org/running.html)
45+
- [Cockpit Client](https://flathub.org/apps/details/org.cockpit_project.CockpitClient)
46+
47+
- [Cockpit Source Tarball](https://github.com/cockpit-project/cockpit/releases/tag/340)
48+
- [Cockpit Fedora 42](https://bodhi.fedoraproject.org/updates/FEDORA-2025-a98d1623db)
49+
- [Cockpit Fedora 41](https://bodhi.fedoraproject.org/updates/FEDORA-2025-df18134211)
50+
- [cockpit-podman Source Tarball](https://github.com/cockpit-project/cockpit-podman/releases/tag/107)
51+
- [cockpit-podman Fedora 42](https://bodhi.fedoraproject.org/updates/FEDORA-2025-4f9690891e)
52+
- [cockpit-podman Fedora 41](https://bodhi.fedoraproject.org/updates/FEDORA-2025-0ef740783b)
53+
- [cockpit-files Source Tarball](https://github.com/cockpit-project/cockpit-files/releases/tag/22)
54+
- [cockpit-files Fedora 42](https://bodhi.fedoraproject.org/updates/FEDORA-2025-52fec1350b)
55+
- [cockpit-files Fedora 41](https://bodhi.fedoraproject.org/updates/FEDORA-2025-f17103754e)
56+
- [cockpit-machines Source Tarball](https://github.com/cockpit-project/cockpit-machines/releases/tag/333)
57+
- [cockpit-machines Fedora 42](https://bodhi.fedoraproject.org/updates/FEDORA-2025-4b565877e8)
58+
- [cockpit-machines Fedora 41](https://bodhi.fedoraproject.org/updates/FEDORA-2025-0a3e74f882)
59+
- [cockpit-ostree Source Tarball](https://github.com/cockpit-project/cockpit-ostree/releases/tag/211)
60+
- [cockpit-ostree Fedora 42](https://bodhi.fedoraproject.org/updates/FEDORA-2025-932df9a178)
61+
- [cockpit-ostree Fedora 41](https://bodhi.fedoraproject.org/updates/FEDORA-2025-4029d213a0)
37 KB
Loading
19.9 KB
Loading
74.3 KB
Loading

0 commit comments

Comments
 (0)