Skip to content

Commit 5c88e5e

Browse files
committed
Cockpit 318
1 parent 86ee173 commit 5c88e5e

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

_posts/2024-06-12-cockpit-318.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Cockpit 318
3+
author: martinpitt
4+
date: '2024-06-12'
5+
tags: cockpit
6+
slug: cockpit-318
7+
category: release
8+
summary: 'Storage deletion confirmation, remove i686 support'
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 318:
15+
16+
17+
## Storage: Extra confirmation before deleting non-empty partitions in Anaconda's Web UI
18+
19+
When using Cockpit to manually configure storage during installation with the Web UI version of the Anaconda installer, operations typically involve empty partitions. For instance, someone might delete and recreate a partition with a different size or filesystem type. Since no actual data is deleted in these cases, such actions are usually harmless.
20+
21+
However, existing partitions with valuable data or other operating systems might also be present. To prevent accidental deletion, Cockpit now checks for files within a partition before deleting it and asks for additional confirmation if files are found.
22+
23+
![screenshot of extra confirmation before deleting non-empty partitions in anaconda's web ui]({{ site.baseurl }}/images/318-storage-extra-confirmation-before-deleting-non-empty-partitions-in-anaconda-s-web-ui.png)
24+
25+
## Discontinue Intel 32-bit Support in Fedora, CentOS, and RHEL
26+
27+
Beginning with Fedora 41 (currently in development as rawhide), Cockpit will no longer be built for the Intel 32-bit architecture (i686).
28+
29+
## cockpit.js: Get user primary group ID
30+
31+
The [cockpit.user()](https://cockpit-project.org/guide/latest/cockpit-login.html#cockpit-user) API call now returns a new field `gid` with the user's primary group ID.
32+
33+
## Try it out
34+
35+
Cockpit 318 is available now:
36+
37+
* [For your Linux system](https://cockpit-project.org/running.html)
38+
* [Cockpit Client](https://flathub.org/apps/details/org.cockpit_project.CockpitClient)
39+
40+
* [Cockpit Source Tarball](https://github.com/cockpit-project/cockpit/releases/tag/318)
41+
* [Cockpit Fedora 40](https://bodhi.fedoraproject.org/updates/FEDORA-2024-36700dc910)
42+
* [Cockpit-machines Source Tarball](https://github.com/cockpit-project/cockpit-machines/releases/tag/314)
43+
* [Cockpit-machines Fedora 40](https://bodhi.fedoraproject.org/updates/FEDORA-2024-73cda163ca)
44+
* [Cockpit-machines Fedora 39](https://bodhi.fedoraproject.org/updates/FEDORA-2024-f1e0a94ad8)
45+
46+
*[API]: Application Programming Interface
47+
*[OS]: Operating System
48+
*[RHEL]: Red Hat Enterprise Linux
37.4 KB
Loading

0 commit comments

Comments
 (0)