Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Japanese announcement of LXC, LXCFS #658

Merged
merged 2 commits into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 74 additions & 0 deletions content/lxc/news.ja/lxc-5.0.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
title: LXC 5.0.3 LTS リリースのお知らせ
date: 2023/07/25 22:07
origin: https://discuss.linuxcontainers.org/t/lxc-5-0-3-lts-has-been-released/17708
content: |-
### はじめに <!-- Introduction -->
<!--
The LXC team is pleased to announce the release of LXC 5.0.3!
-->
LXC チームが LXC 5.0.3 のリリースをお知らせします!

<!--
This is the third bugfix release for LXC 5.0 which is supported until June 2027.
-->
このリリースは LXC 5.0 の 3 回目のバグ修正リリースです。このリリースは 2027 年 6 月までサポートされます。

### バグ修正 <!-- Bugfixes -->
<!--
As usual this bugfix releases focus on stability and hardening.
-->
いつも通り、このバグ修正リリースは安定性とハードニングにフォーカスを当てています。

<!--
Some of the highlights for this release are:
-->
このリリースのいくつかのハイライトは次の通りです:

- IPv6 NAT の nftables シンタックスの修正 <!-- Fix nftables syntax for IPv6 NAT -->
- squashfs OCI イメージのサポートを追加<!-- Added support for squashfs OCI images -->
- io_uring で LXC を実行する際の修正<!-- Fixes when running LXC with io_uring -->

<!--
The full list of commits is available below:
-->
コミットの全リストは次の通りです(翻訳なし):

[details="すべてのChangeLogを見る"]
- drop broken lxc-test-fuzzers
- Fix typo: bev_type -> bdev_type
- Fix strlcat's return value checks
- lxc-net.in: fix nftables syntax for IPv6 NAT
- initutils: use PRIu64 for uint64_t in setproctitle
- apparmor: don't try to mmap empty files
- Add support for squashfs images in oci via atomfs
- Allow fuse mounts in apparmor start-container.
- tree-wide: convert fcntl(FD_CLOEXEC) to SOCK_CLOEXEC
- console-log test: make sure container is stopped before restarting
- make setproctitle()'s /proc/pid/stat parsing safe
- setproctitle(): Handle potential NULL return from strrchr()
- file_utils: rename fd_make_nonblocking to fd_make_blocking
- file_utils: add fd_make_nonblocking helper
- terminal: make a terminal FDs non-blocking
- mainloop: io_uring: disable IORING_POLL_ADD_MULTI
- rename functions which clash with libsystemd's
- src/tests: Fix container creation errors
- tests: fix parse_config_file seccomp test
- explicitly convert *mainloop_handler to __u64
- github: Add DCO/target tests
- get_hierarchy: dont WARN about no usable controller
- CONTRIBUTING: add a note on AI generated code
- github: Update for main branch
[/details]

### サポートとアップグレード <!-- Support and upgrade -->
<!--
The LXC 5.0 branch is supported until June 2027.
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 5.0 ブランチは 2027 年 6 月までサポートされます。
stable のバグフィックスリリースでは、バグとセキュリティに関する問題に対する修正のみが行われますので、常に安全です。最新のバグフィックスリリースの状態を維持し、実行することをおすすめします。

### ダウンロード<!-- Downloads -->

- リリース tarball <!-- Main release tarball -->: [lxc-5.0.3.tar.gz](https://linuxcontainers.org/downloads/lxc/lxc-5.0.3.tar.gz)
- GPG シグネチャー <!-- GPG signature -->: [lxc-5.0.3.tar.gz.asc](https://linuxcontainers.org/downloads/lxc/lxc-5.0.3.tar.gz.asc)
52 changes: 52 additions & 0 deletions content/lxcfs/news.ja/lxcfs-5.0.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
title: LXCFS 5.0.4 LTS リリースのお知らせ
date: 2023/07/25 22:07
origin: https://discuss.linuxcontainers.org/t/lxcfs-5-0-4-lts-has-been-released/17707
content: |-
### はじめに <!-- Introduction -->
<!--
The LXCFS team is pleased to announce the release of LXCFS 5.0.4!
-->
LXCFS チームが LXCFS 5.0.4 のリリースをお知らせします!

<!--
This is the fourth bugfix release for LXCFS 5.0 which is supported until June 2027.
-->
これは 2027 年 6 月までサポートされる LXCFS 5.0 の 4 回目のバグフィックスリリースです。

### バグ修正 <!-- Bugfixes -->
<!--
Some of the highlights for this release are:
-->
このリリースのいくつかのハイライトは次の通りです:

- /proc/diskstats の出力フォーマットの修正 <!-- Fixed the output format of /proc/diskstats -->
- containerd で使用する場合の cpuset のパストラッキングの問題を修正<!-- Fixed an issue with cpuset path tracking when used with containerd -->

<!--
The full list of commits is available below:
-->
コミットの全リストは次の通りです(翻訳なし):

[details="すべてのChangeLogを見る"]
- build: tools: keep trailing newline in jinja2 renderer
- Revert "init: respect --prefix when installing systemd unit files"
- proc: fix /proc/diskstats output format
- github: start using ubuntu-22.04 image
- github: remove ubuntu-18.04
- tests: adapt for cgroup2
- cpuview: resolve cpu cgroup path separately from cpuset the cgroup path is different in kubernetes with containerd runtime.
- github: Update for main branch
[/details]

### サポートとアップグレード <!-- Support and upgrade -->
<!--
The LXCFS 5.0 branch is supported until June 2027.
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 5.0 ブランチは 2027 年 6 月までサポートされます。
stable のバグフィックスリリースでは、バグとセキュリティに関する問題に対する修正のみが行われますので、常に安全です。最新のバグフィックスリリースの状態を維持し、実行することをおすすめします。

### ダウンロード <!-- Downloads -->

- リリース tarball <!-- Main release tarball -->: [lxcfs-5.0.4.tar.gz](https://linuxcontainers.org/downloads/lxcfs/lxcfs-5.0.4.tar.gz)
- GPG シグネチャー <!-- GPG signature -->: [lxcfs-5.0.4.tar.gz.asc](https://linuxcontainers.org/downloads/lxcfs/lxcfs-5.0.4.tar.gz.asc)
Loading