[lxc-devel] [linuxcontainers.org/master] Add Japanese release announcement of LXD 2.5

tenforward on Github lxc-bot at linuxcontainers.org
Wed Nov 2 14:17:11 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 370 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20161102/4818c3e2/attachment.bin>
-------------- next part --------------
From 91db724b5af52406a8570bb34717edf14ea478e9 Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <karma at jazz.email.ne.jp>
Date: Mon, 31 Oct 2016 17:59:49 +0900
Subject: [PATCH] Add Japanese release announcement of LXD 2.5

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
---
 content/lxd/news.ja.md | 124 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 124 insertions(+)

diff --git a/content/lxd/news.ja.md b/content/lxd/news.ja.md
index 299f84a..11aefa3 100644
--- a/content/lxd/news.ja.md
+++ b/content/lxd/news.ja.md
@@ -1,6 +1,94 @@
 ![Logo](/static/img/containers.png)
 
 # News
+## LXD 2.5 リリースのお知らせ <!-- LXD 2.5 release announcement --><span class="text-muted">2016 年 10 月 25 日 <!-- 25th of October 2016 --></span>
+### このリリースに含まれる変更点 <!-- The changes in this release include -->
+新機能 <!-- New features -->:
+
+ * lxc/remote: 新しいリモートホストを FQDN/IP で追加できるようになりました (name なしで) <!-- Allow adding a new remote just by FQDN/IP (without a name) -->
+ * lxd/containers: API に exec の出力を記録する機能を実装しました <!-- Implement exec output recording in the API -->
+ * lxd/images: simplestream キャッシュをディスクに保存するようになりました (リモートイメージをオフラインで使用できるようになりました) <!-- Store the simplestreams cache to disk (allows for offline use of those remote images) -->
+ * lxd/certificates: 証明書の PUT/PATCH のサポートを追加しました <!-- Add support for PUT/PATCH of certificates -->
+ * lxd/containers: exec セッション中のシグナルのフォワーディングをサポートしました <!-- Support signal forwarding in exec session -->
+ * lxd/containers: GPU のホットプラグのサポートを追加しました (デバイスタイプ "gpu")<!-- Add support for GPU hotplug ("gpu" device type) -->
+
+バグ修正 <!-- Bugfixes -->:
+
+ * appveyor: appveyor の設定を追加しました <!-- Add appveyor config to git -->(Issue #2537)
+ * client: http.Transports の KeepAlive を無効にしました <!-- Disable keepalives in http.Transports -->
+ * client: Windows と Mac 上でのクライアントテストを修正しました <!-- Fix tests of client on Windows/Mac -->
+ * doc: README に公式に Windows のサポートについて追加しました <!-- Add official Windows support to README -->
+ * doc: rest-api 文書内の API エンドポイントの記載をソートしました <!-- Sort API endpoints in rest-api -->
+ * doc: rest-api 文書内でメソッドの並びを統一しました <!-- Use consistent method ordering in rest-api -->
+ * doc: すべてスペースを使うようにしました <!-- Use spaces everywhere -->
+ * doc: 動作環境を更新し、LXC 2.0.0 以上が必要であると記載しました <!-- We actually require 2.0.0 or higher -->
+ * doc: github の markdown レンダラ向けに調整を行いました <!-- Workaround github markdown renderer -->
+ * examples: yaml の拡張子として .yaml を使うようにしました <!-- Use .yaml as the yaml extension -->
+ * extra: クライアントコマンドの bash-completion に network コマンドを追加しました <!-- Added the command network to lxc-client bash-completion -->
+ * extra: クライアントコマンドの bash-completion でパラメータに dash が使えるようになりました <!-- Allow dash in parameters to lxc-client bash-completion -->
+ * extra: クライアントコマンドの \_lxd\_profiles を修正しました <!-- Fix \_lxd\_profiles in lxc-client bash-completion -->
+ * lxc/copy: 成功したマーカーとして operation を使わないようにしました <!-- Don't use the operation as a marker of success -->
+ * lxc/copy: コピーソース側の操作の完了を待つようにしました <!-- Wait on the source operation too -->
+ * lxc/exec: Windows では term を "dumb" に設定するようにしました <!-- Set term to "dumb" on windows -->(Issue #2288)
+ * lxc/file: ヘルプのtypoを修正しました <!-- Fix help typo -->
+ * lxc/file: mkdir -p / を修正しました <!-- Fix mkdir -p / -->
+ * lxc/file: ファイルをサーバに送る前にパスを正規化するようにしました <!-- Normalize paths before sending them to the server -->(Issue #2557)
+ * lxc/init: -n に対する nictype の値の typo を修正しました <!-- Fix typo in nictype value for \-n -->
+ * lxc/list: lxc list のヘルプ内の typo を修正しました <!-- Fix typo in lxc list help -->
+ * lxc/push: typo を修正しました <!-- Fix typo -->(Issue #2501)
+ * lxc/remote: Go 開発版での remote add を修正しました <!-- Fix remote add with Go tip -->
+ * lxd/certificates: ドキュメント記載の証明書フィールドをすべて export しました <!-- Export all documented certificate fields -->
+ * lxd/containers: mkdir の失敗をよりわかりやすく表示するようにしました <!-- Be more verbose on mkdir failure -->
+ * lxd/containers: OnStop 内でエラーをキャッチして返すようにしました <!-- Catch and return more errors in OnStop -->
+ * lxd/containers: OnStart で何らかのエラーが発生したとき、AppArmor 関連のクリーンアップをするようにしました <!-- Clean up apparmor stuff in OnStart when something fails -->
+ * lxd/containers: 再起動時に一時的な (ephemeral) コンテナを破棄しないようにしました <!-- Don't destroy ephemeral container on restart -->(Issue #2555)
+ * lxd/containers: 正しくないログを表示しなくなりました <!-- Don't show invalid logs -->
+ * lxd/containers: exec: 使っていないコードの削除を行いました <!-- Remove unused code -->
+ * lxd/containers: 4.8 以上のカーネルで forkmount が動作するように修正しました <!-- Fix forkmount to work with 4.8 and higher -->
+ * lxd/containers: seccomp のエラーメッセージを修正しました <!-- Fix wording of seccomp error message -->
+ * lxd/containers: update 時の設定のバリデーションを改良しました <!-- Improve config validation on update -->
+ * lxd/containers: OnStart/OnStop hook のエラーをログに出力するようにしました <!-- Log OnStart/OnStop hook errors -->
+ * lxd/containers: コンテナの自動起動の信頼性を向上させました <!-- More reliable container autostart -->(Issue #2469)
+ * lxd/containers: カーネルモジュールがロードされていない場合のみロードするようにしました <!-- Only load kernel modules if not loaded -->
+ * lxd/containers: CPU 割当 (allowance) を適切にバリデートするようになりました <!-- Properly validate CPU allowance -->
+ * lxd/containers: メモリ制限を適切にバリデートするようになりました <!-- Properly validate memory limits -->(Issue #2483)
+ * lxd/containers: go-lxc のエラーを記録するようになりました <!-- Record the err from go-lxc -->
+ * lxd/containers: OnStop のレガシーなコードを削除しました <!-- Remove legacy code from OnStop -->
+ * lxd/containers: 正しいデバイスのタイプをログに記録するようになりました <!-- Report correct dev type in log -->
+ * lxd/containers: LXC (liblxc) のログレベルをデーモンに合わせるようにしました <!-- Set LXC loglevel to match daemon -->(Issue #2528)
+ * lxd/containers: USB のベンダー ID が必須で、プロダクト ID は必須でなくなるように修正しました <!-- USB vendorid is mandatory, productid isn't -->
+ * lxd/devices: netlink 情報をもう少し厳しく扱うようにしました <!-- Be less optimistic about netlink info -->
+ * lxd/devices: usb に対してnetlink の DEVNAME エントリを使うようにしました <!-- Use DEVNAME entry of netlink for usb -->
+ * lxd/images: ディスクスペース超過による unpack のエラーを検出するようになりました <!-- Detect out of disk space unpack errors -->(Issue #2201)
+ * lxd/images: 不必要なイメージのコピーを行わないようにしました <!-- Don't make unnecessary image copies -->(Issue #2508)
+ * lxd/images: export 時の不適切なメタデータファイル名を修正しました <!-- Fix invalid filename of metadata on export -->(Issue #2467)
+ * lxd/init: zfs のカーネルサポートを検出するようになりました <!-- Detect zfs kernel support -->
+ * lxd/init: コンテナ内では ZFS を無視するようにしました <!-- Ignore ZFS if in a container -->
+ * lxd/migration: ログ収集の競合を修正しました <!-- Fix a race for collecting logs -->
+ * lxd/migration: ファイル作成によるデバッグを削除しました <!-- Remove debugging by file creation -->
+ * lxd/migration: 適切なタイミングでストレージのマイグレーションを開始するようにしました <!-- Start migration storage at the right time -->(Issue #2505)
+ * lxd/networks: 常に dnsmasq との通信を許可するようにしました <!-- Always allow communication with dnsmasq -->(Issue #2506)
+ * lxd/networks: IPv6 で --enable-ra を常に与えられるようになりました <!-- Always pass \-\-enable-ra with IPv6 -->(Issue #2481)
+ * lxd/networks: DHCP チェックサムを埋めるようにしました <!-- Fill DHCP checksums -->
+ * lxd/networks: IPv6 の DHCP ロジックを修正しました <!-- Fix IPv6 DHCP logic -->
+ * shared/cert: IP アドレスのパースを詳細に行うようにしました <!-- be more thorough when parsing ip addr -->
+ * shared: Linux 特有なテストを移動させました <!-- Move Linux specific tests away -->(Issue #2449)
+ * travis: クライアントのテストを実行するようにしました <!-- Run the client tests -->
+ * travis: Jenkins Go のバージョンにマッチするように更新しました <!-- Update to match Jenkins Go versions -->
+
+### 試用環境 <!-- Try it for yourself -->
+<!--
+This new LXD release is already available for you to try on our [demo service](/lxd/try-it/).
+-->
+この新しい LXD のリリースが、すでに私たちの [デモサービス](/ja/lxd/try-it/) で利用できます。
+
+### ダウンロード <!-- Downloads -->
+<!--
+The release tarballs can be found on our [download page](/lxd/downloads/).
+-->
+このリリースの tarball は [ダウンロードページ](/lxd/downloads/) から取得できます。
+
+
 ## LXD 2.4.1 リリースのお知らせ <!-- LXD 2.4.1 release announcement --><span class="text-muted">2016 年 10 月 5 日<!-- 5th of October 2016 --></span>
 
 <!--
@@ -22,6 +110,12 @@ We're including a couple of bugfixes in the process too.
  * tests: 偶然新しい依存関係が生じないようにチェックするテストを追加しました <!-- add a test to make sure we don't accidentally include new deps -->
  * extras: lxc クライアントの bash-completion に shell コマンドを追加しました <!-- Added the command shell to lxc-client bash-completion -->
 
+### ダウンロード <!-- Downloads -->
+<!--
+The release tarballs can be found on our [download page](/lxd/downloads/).
+-->
+このリリースの tarball は [ダウンロードページ](/lxd/downloads/) から取得できます。
+
 
 ## LXD 2.0.5 リリースのお知らせ <!-- LXD 2.0.5 release announcement --><span class="text-muted">2016 年 10 月 5 日 <!-- 5th of October 2016 --></span>
 
@@ -116,6 +210,11 @@ If building for a distribution, you may need to update your packaged version of
  * tests: 現在の LXD の残り物だけをチェックするようにしました <!-- Only check leftovers on active LXD -->
  * tests: xattr がサポートされていない場合はテストをスキップするようにしました <!-- skip tests when xatts are not supported -->
 
+### 試用環境 <!-- Try it for yourself -->
+<!--
+This new LXD release is already available for you to try on our [demo service](/lxd/try-it/).
+-->
+この新しい LXD のリリースが、すでに私たちの [デモサービス](/ja/lxd/try-it/) で利用できます。
 
 ### ダウンロード <!-- Downloads -->
 <!--
@@ -156,6 +255,18 @@ The release tarballs can be found on our [download page](/lxd/downloads/).
  * test: UTC タイムゾーンを強制するようにしました <!-- Force UTC timezone -->
  * test: コンテナのクリーンアップをより信頼性高くしました <!-- Make container cleanup more reliable -->
 
+### 試用環境 <!-- Try it for yourself -->
+<!--
+This new LXD release is already available for you to try on our [demo service](/lxd/try-it/).
+-->
+この新しい LXD のリリースが、すでに私たちの [デモサービス](/ja/lxd/try-it/) で利用できます。
+
+### ダウンロード <!-- Downloads -->
+<!--
+The release tarballs can be found on our [download page](/lxd/downloads/).
+-->
+このリリースの tarball は [ダウンロードページ](/lxd/downloads/) から取得できます。
+
 
 ## LXD 2.3 リリースのお知らせ <!-- LXD 2.3 release announcement --><span class="text-muted">2016 年 9 月 27 日 <!-- 27th of September 2016 --></span>
 <!--
@@ -233,6 +344,19 @@ profiles and further confine their workloads.
  * shared: 新しいラッパー関数 RunCommand を追加しました <!-- New RunCommand wrapper function -->
  * snappy: /snap/bin が存在する場合は PATH に追加するようにしました <!-- Add /snap/bin to PATH if present -->
 
+### 試用環境 <!-- Try it for yourself -->
+<!--
+This new LXD release is already available for you to try on our [demo service](/lxd/try-it/).
+-->
+この新しい LXD のリリースが、すでに私たちの [デモサービス](/ja/lxd/try-it/) で利用できます。
+
+### ダウンロード <!-- Downloads -->
+<!--
+The release tarballs can be found on our [download page](/lxd/downloads/).
+-->
+このリリースの tarball は [ダウンロードページ](/lxd/downloads/) から取得できます。
+
+
 ## LXD 2.2 リリースのお知らせ <!-- LXD 2.2 release announcement --><span class="text-muted">2016 年 9 月 14 日 <!-- 14th of September 2016 --></span>
 
 ### このリリースに含まれる変更点 <!-- The changes in this release include -->


More information about the lxc-devel mailing list