Skip to content

Commit

Permalink
Merge pull request #754 from lxc-jp/japanese
Browse files Browse the repository at this point in the history
Add Japanese release announcement of LXC/LXCFS 6.0.2/6.0.3
  • Loading branch information
stgraber authored Dec 22, 2024
2 parents e6f672e + ce911f0 commit b9f9631
Show file tree
Hide file tree
Showing 4 changed files with 265 additions and 0 deletions.
55 changes: 55 additions & 0 deletions content/lxc/news.ja/lxc-6-0-2-lts-has-been-released.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
title: LXC 6.0.2 LTS リリースのお知らせ
date: 2024/09/17 09:09
origin: https://discuss.linuxcontainers.org/t/lxc-6-0-2-lts-has-been-released/21632
content: |-
# はじめに <!-- Introduction -->
<!--
The LXC team is pleased to announce the release of LXC 6.0.2!
-->
LXC チームが LXC 6.0.2 LTS のリリースをお知らせします!
<!--
This is the second bugfix release for LXC 6.0 which is supported until June 2029.
-->
このリリースは、LXC 6.0 の 2 度目のバグフィックスリリースで、2029 年 6 月までサポートされます。
# 変更点 <!-- Changes -->
<!--
As usual this bugfix releases focus on stability and hardening.
-->
いつもどおり、このバグ修正リリースは、安定性とセキュリティ強化にフォーカスを当てています。
<!--
Some of the highlights for this release are:
-->
このリリースのハイライトは次のとおりです:
- 一般的なメッセージのいくつかのログレベルを下げました <!-- Reduced log level on some common messages -->
- aarch64 でのコンパイルエラーの修正 <!-- Fix compilation error on aarch64 -->
<!--
The full list of commits is available below:
-->
コミットのすべてのリストは次のとおりです(翻訳なし):
[details="すべてのChangeLogを見る"]
- Remove unused function
- idmap: Lower logging level of newXidmap tools to INFO
- Exit 0 when there's no error
- doc: Fix definitions of get_config_path and set_config_path
- README: Update security contact
- fix possible clang compile error in AARCH
[/details]
# サポートとアップグレード <!-- Support and upgrade -->
<!--
The LXC 6.0 branch is supported until June 2029.
Only bugfixes and securitiy issues get included into the stable bugfix releases, so it's always safe and recommended to keep up and run the latest bugfix release.
-->
LXC 6.0 ブランチは 2029 年 6 月までサポートされます。
Stable 版のバグ修正リリースには、バグ修正とセキュリティの問題の修正のみが含まれます。このため、常に最新のバグ修正リリースを実行し、セキュリティーを確保することが安全であり、推奨されます。
# ダウンロード <!-- Downloads -->
- リリース tarball <!-- Main release tarball -->: [lxc-6.0.2.tar.gz](https://linuxcontainers.org/downloads/lxc/lxc-6.0.2.tar.gz)
- GPG シグネチャー <!-- GPG signature -->: [lxc-6.0.2.tar.gz.asc](https://linuxcontainers.org/downloads/lxc/lxc-6.0.2.tar.gz.asc)
88 changes: 88 additions & 0 deletions content/lxc/news.ja/lxc-6-0-3-lts-has-been-released.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
title: LXC 6.0.3 LTS リリースのお知らせ
date: 2024/12/19 21:12
origin: https://discuss.linuxcontainers.org/t/lxc-6-0-3-lts-has-been-released/22402
content: |-
# はじめに <!-- Introduction -->
<!--
The LXC team is pleased to announce the release of LXC 6.0.3!
-->
LXC チームが LXC 6.0.3 LTS のリリースをお知らせします!
<!--
This is the third bugfix release for LXC 6.0 which is supported until June 2029.
-->
このリリースは、LXC 6.0 の 3 度目のバグフィックスリリースで、2029 年 6 月までサポートされます。
# 変更点 <!-- Changes -->
<!--
As usual this bugfix releases focus on stability and hardening.
-->
いつもどおり、このバグ修正リリースは、安定性とセキュリティ強化にフォーカスを当てています。
<!--
Some of the highlights for this release are:
-->
このリリースのハイライトは次のとおりです:
- lxc-oci に PuzzleFS のサポートを追加 <!-- Added support for PuzzleFS images in lxc-oci -->
- lxc.init を通した SIGHUP の伝搬 <!-- SIGHUP is now propagated through lxc.init -->
- 64 ビット Arm サポートを含む、テストスイートの再構築 <!-- Reworked testsuite including support for 64-bit Arm -->
<!--
The full list of commits is available below:
-->
コミットのすべてのリストは次のとおりです(翻訳なし):
[details="すべてのChangeLogを見る"]
- meson.build: add -ffat-lto-objects
- meson.build: drop suggest-attribute=noreturn build option
- Add suppport for PuzzleFS images in the oci template
- create_run_template: don't use txtuid and txtguid out of scope
- Avoid null pointer dereference when using shared rootfs. rootfs->storage not set by lxc_storage_prepare when using a shared rootfs.
- meson: fix minor typo
- lxc-net: Replace random IPv6 subnet
- fix return code of recursive all of cgroup_tree_prune
- lxccontainer: fix enter_net_ns helper to work when netns is inherited
- lxc.init: Switch to sigaction
- lxc.init: Ignore user signals coming from inside the contianer
- lxc.init: Allow SIGHUP from outside the container
- github: Update coverity workflow
- github: Introduce shared build logic
- github: Introduce shared testsuite logic
- github: Rework test workflow
- github: Cleanup OSS-fuzz
- github: Improve progress reporting
[/details]
# サポートとアップグレード <!-- Support and upgrade -->
<!--
The LXC 6.0 branch is supported until June 2029.
Only bugfixes and securitiy issues get included into the stable bugfix releases, so it's always safe and recommended to keep up and run the latest bugfix release.
-->
LXC 6.0 ブランチは 2029 年 6 月までサポートされます。
Stable 版のバグ修正リリースには、バグ修正とセキュリティの問題の修正のみが含まれます。このため、常に最新のバグ修正リリースを実行し、セキュリティーを確保することが安全であり、推奨されます。
# ダウンロード <!-- Downloads -->
- リリース tarball <!-- Main release tarball -->: [lxc-6.0.3.tar.gz](https://linuxcontainers.org/downloads/lxc/lxc-6.0.3.tar.gz)
- GPG シグネチャー <!-- GPG signature -->: [lxc-6.0.3.tar.gz.asc](https://linuxcontainers.org/downloads/lxc/lxc-6.0.3.tar.gz.asc)
# 感謝 <!-- Thanks -->
<!--
This LTS release update was made possible thanks to funding provided by the Sovereign Tech Fund (now part of the Sovereign Tech Agency).
-->
この LTS リリースアップデートは、Sovereign Tech Fund(現在は Sovereign Tech Agency の一部)からの資金提供により実現しました。
[![ST-Fund-Logo-Default-White-RGB|690x219](https://discuss.linuxcontainers.org/uploads/default/original/2X/7/7799c947413019d3c5cd4fa201568495de1db2c4.png)](https://sovereign.tech)
<!--
[quote]
The Sovereign Tech Fund supports the development, improvement, and maintenance of open digital infrastructure. Its goal is to sustainably strengthen the open source ecosystem, focusing on security, resilience, technological diversity, and the people behind the code.
[/quote]
-->
> Sovereign Tech Fund は、オープンデジタルインフラストラクチャーの開発、改良、保守をサポートします。その目標は、セキュリティ、レジリエンス、技術の多様性、コードの背後にいる人々に焦点を当て、オープンソースエコシステムを持続的に強化することです。
<!--
Find out more at: https://www.sovereign.tech
-->
詳細は https://www.sovereign.tech をご覧ください。
44 changes: 44 additions & 0 deletions content/lxcfs/news.ja/lxcfs-6-0-2-lts-has-been-released.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
title: LXCFS 6.0.2 LTS リリースのお知らせ
date: 2024/09/17 09:09
origin: https://discuss.linuxcontainers.org/t/lxcfs-6-0-2-lts-has-been-released/21631
content: |-
# はじめに <!-- Introduction -->
<!--
The LXCFS team is pleased to announce the release of LXCFS 6.0.2!
-->
LXCFS チームが LXCFS 6.0.2 のリリースをお知らせします!
<!--
This is the second bugfix release for LXCFS 6.0 which is supported until June 2029.
-->
このリリースは、LXCFS 6.0 の 2 度目のバグ修正リリースです。このリリースは 2029 年 6 月までサポートされます。
# 変更点 <!-- Changes -->
<!--
Some of the highlights for this release are:
-->
このリリースのハイライトは次のとおりです:
- musl システム上の LXCFS のビルドの問題を修正(includeの欠如)<!-- Fix building of LXCFS on musl systems (missing include) -->
<!--
The full list of commits is available below:
-->
コミットのすべてのリストは次のとおりです:
[details="すべてのChangelogを見る"]
- 足りていなかった `linux/limits.h` の include を追加 <!-- Add missing linux/limits.h include -->
[/details]
# サポートとアップグレード <!-- Support and upgrade -->
<!--
The LXCFS 6.0 branch is supported until June 2029.
Only bugfixes and securitiy issues get included into the stable bugfix releases, so it's always safe and recommended to keep up and run the latest bugfix release.
-->
LXCFS 6.0 ブランチは 2029 年 6 月までサポートされます。
Stable 版のバグ修正リリースには、バグ修正とセキュリティの問題の修正のみが含まれます。このため、常に最新のバグ修正リリースを実行し、セキュリティーを確保することが安全で、推奨されます。
# ダウンロード <!-- Downloads -->
- リリース tarball <!-- Main release tarball -->: [lxcfs-6.0.2.tar.gz](https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.2.tar.gz)
- GPG シグネチャー <!-- GPG signature -->: [lxcfs-6.0.2.tar.gz.asc](https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.2.tar.gz.asc)
78 changes: 78 additions & 0 deletions content/lxcfs/news.ja/lxcfs-6-0-3-lts-has-been-released.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
title: LXCFS 6.0.3 LTS リリースのお知らせ
date: 2024/12/19 21:12
origin: https://discuss.linuxcontainers.org/t/lxcfs-6-0-3-lts-has-been-released/22401
content: |-
# はじめに <!-- Introduction -->
<!--
The LXCFS team is pleased to announce the release of LXCFS 6.0.3!
-->
LXCFS チームが LXCFS 6.0.3 のリリースをお知らせします!
<!--
This is the third bugfix release for LXCFS 6.0 which is supported until June 2029.
-->
このリリースは、LXCFS 6.0 の 3 度目のバグ修正リリースです。このリリースは 2029 年 6 月までサポートされます。
# 変更点 <!-- Changes -->
<!--
Some of the highlights for this release are:
-->
このリリースのハイライトは次のとおりです:
- スワップアカウンティングサポートの検出の改善 <!-- Better detection of swap accounting support -->
- 64 ビット Arm のサポートを含むテストスイートの再構築 <!-- Reworked testsuite including support for 64-bit Arm -->
<!--
The full list of commits is available below:
-->
コミットのすべてのリストは次のとおりです(翻訳なし):
[details="すべてのChangelogを見る"]
- lxcfs_read: Added LXCFS_TYPE macro to all FUSE filesystem calls
- lxcfs: fix readdir for procfs subtree
- tests: add proc readdir test
- cgroups/cgfsng: improve swap accounting support detection
- github: Bump Ubuntu version
- github: Simplify tests workflow
- github: Add arm64 tests
- tests: Make sure to enable cpuset controller
- github: Use shared logic
- github: Update coverity workflow
- github: Simplify build action
- github: Update checkout to v4
- github: Cleanup testsuite action
- github: Improve progress reporting
[/details]
# サポートとアップグレード <!-- Support and upgrade -->
<!--
The LXCFS 6.0 branch is supported until June 2029.
Only bugfixes and securitiy issues get included into the stable bugfix releases, so it's always safe and recommended to keep up and run the latest bugfix release.
-->
LXCFS 6.0 ブランチは 2029 年 6 月までサポートされます。
Stable 版のバグ修正リリースには、バグ修正とセキュリティの問題の修正のみが含まれます。このため、常に最新のバグ修正リリースを実行し、セキュリティーを確保することが安全で、推奨されます。
# ダウンロード <!-- Downloads -->
- リリース tarball <!-- Main release tarball -->: [lxcfs-6.0.3.tar.gz](https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.3.tar.gz)
- GPG シグネチャー <!-- GPG signature -->: [lxcfs-6.0.3.tar.gz.asc](https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.3.tar.gz.asc)
# 感謝 <!-- Thanks -->
<!--
This LTS release update was made possible thanks to funding provided by the Sovereign Tech Fund (now part of the Sovereign Tech Agency).
-->
この LTS リリースアップデートは、Sovereign Tech Fund(現在は Sovereign Tech Agency の一部)からの資金提供により実現しました。
[![ST-Fund-Logo-Default-White-RGB|690x219](https://discuss.linuxcontainers.org/uploads/default/original/2X/7/7799c947413019d3c5cd4fa201568495de1db2c4.png)](https://sovereign.tech)
<!--
[quote]
The Sovereign Tech Fund supports the development, improvement, and maintenance of open digital infrastructure. Its goal is to sustainably strengthen the open source ecosystem, focusing on security, resilience, technological diversity, and the people behind the code.
[/quote]
-->
> Sovereign Tech Fund は、オープンデジタルインフラストラクチャーの開発、改良、保守をサポートします。その目標は、セキュリティ、レジリエンス、技術の多様性、コードの背後にいる人々に焦点を当て、オープンソースエコシステムを持続的に強化することです。
<!--
Find out more at: https://www.sovereign.tech
-->
詳細は https://www.sovereign.tech をご覧ください。

0 comments on commit b9f9631

Please sign in to comment.