Skip to content

Commit 1e5a8d9

Browse files
authored
Merge pull request #807 from lxc-jp/japanese
Add Japanese release announcement of LXCFS 6.0.6 LTS
2 parents c1a882b + e710343 commit 1e5a8d9

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
title: LXCFS 6.0.6 LTS リリースのお知らせ
2+
date: 2026/02/23 21:02
3+
origin: https://discuss.linuxcontainers.org/t/lxcfs-6-0-6-lts-has-been-released/26263
4+
content: |-
5+
# はじめに <!-- Introduction -->
6+
<!--
7+
The LXCFS team is pleased to announce the release of LXCFS 6.0.6!
8+
-->
9+
LXCFS チームが LXCFS 6.0.6 のリリースをお知らせします!
10+
11+
<!--
12+
This is the sixth bugfix release for LXCFS 6.0 which is supported until June 2029.
13+
-->
14+
このリリースは、LXCFS 6.0 の 6 度目のバグフィックスリリースです。このリリースは 2029 年 6 月までサポートされます。
15+
16+
# 変更点 <!-- Changes -->
17+
<!--
18+
The highlights for this release are:
19+
-->
20+
このリリースのハイライトは次のとおりです:
21+
22+
- /proc/stat の CPU カウントに関する問題を修正 <!-- Fix issue with CPU count in /proc/stat -->
23+
- 起動時に cgroup2 のマウントフラグが変更される問題を修正 <!-- Fix issue causing the cgroup2 mount flags to be changed on startup -->
24+
25+
<!--
26+
The full list of commits is available below:
27+
-->
28+
コミットのすべてのリストは次のとおりです(翻訳なし):
29+
30+
[details="すべてのChangeLogを見る"]
31+
- proc_fuse: fix proc_stat_read reporting host cpu count under cgroup v2
32+
- cgroups: extract cgfsng_can_use_memory_feature() util function
33+
- cgroups: replace dup() call with openat_safe()
34+
- src/utils: fix in_same_namespace helper
35+
- bindings: add private_data field to struct file_info
36+
- meson: add "mocks" option for CI/testing purposes
37+
- github: enable mocks for CI builds
38+
- lxcfs: use macro to generate liblxcfs call helpers
39+
- lxcfs: wire up ->write callback for /proc
40+
- lxcfs: wire up ->poll callback for /proc
41+
- proc_fuse: move release/releasedir at the end
42+
- cgroups/cgfsng: fix whitespace errors in __cg_mount_direct
43+
- cgroups/cgfsng: do not change host-wide cgroup2 superblock options
44+
- github: pass LIBFUSE env variable to upgrade tests
45+
- github: enable mocks for CI upgrade tests
46+
- meson: don't forget to set PSI trigger mocks for liblxcfstest
47+
- cgroups/cgfsng: check memory allocation in add_hierarchy
48+
[/details]
49+
50+
# サポートとアップグレード <!-- Support and upgrade -->
51+
<!--
52+
The LXCFS 6.0 branch is supported until June 2029.
53+
Only bugfixes and security issues get included into the stable bugfix releases, so it's always safe and recommended to keep up and run the latest bugfix release.
54+
-->
55+
LXCFS 6.0 ブランチは 2029 年 6 月までサポートされます。
56+
Stable 版のバグ修正リリースには、バグ修正とセキュリティの問題の修正のみが含まれます。このため、常に最新のバグ修正リリースを実行し、セキュリティーを確保することが安全で、推奨されます。
57+
58+
# ダウンロード <!-- Downloads -->
59+
60+
- リリース tarball <!-- Main release tarball -->: [lxcfs-6.0.6.tar.gz](https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.6.tar.gz)
61+
- GPG シグネチャー <!-- GPG signature -->: [lxcfs-6.0.6.tar.gz.asc](https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.6.tar.gz.asc)

0 commit comments

Comments
 (0)