From 35601805c122bbf593f51df20abc9cb534d7b610 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Thu, 10 Sep 2026 11:37:28 +0900 Subject: [PATCH] 1.0: add missing release version too Signed-off-by: Kentaro Hayashi --- installation/install-by-deb-td-agent-v3.md | 6 +++--- installation/install-by-deb-td-agent-v4.md | 12 ++++++------ .../install-by-deb-calyptia-fluentd.md | 8 ++++---- .../install-by-deb-fluent-package-v5.md | 10 +++++----- .../install-by-deb-fluent-package.md | 10 +++++----- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/installation/install-by-deb-td-agent-v3.md b/installation/install-by-deb-td-agent-v3.md index 504620a9..34c54906 100644 --- a/installation/install-by-deb-td-agent-v3.md +++ b/installation/install-by-deb-td-agent-v3.md @@ -28,21 +28,21 @@ NOTE: If your OS is not supported, consider [gem installation](install-by-gem.md A shell script is provided to automate the installation process for each version. The shell script registers a new apt repository at `/etc/apt/sources.list.d/treasure-data.list` and installs the `td-agent` deb package. -For Ubuntu Bionic: +For Ubuntu Bionic (Ubuntu 18.04): ```bash # td-agent 3 (EOL) curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-bionic-td-agent3.sh | sh ``` -For Ubuntu Xenial: +For Ubuntu Xenial (Ubuntu 16.04): ```bash # td-agent 3 (EOL) curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent3.sh | sh ``` -For Debian Buster: +For Debian Buster (Debian 10): ```bash # td-agent 3 (EOL) diff --git a/installation/install-by-deb-td-agent-v4.md b/installation/install-by-deb-td-agent-v4.md index a17c9b07..83e1ac09 100644 --- a/installation/install-by-deb-td-agent-v4.md +++ b/installation/install-by-deb-td-agent-v4.md @@ -31,7 +31,7 @@ NOTE: Treasure Data does not verify Debian packages. If you have any problem wit A shell script is provided to automate the installation process for each version. The shell script registers a new apt repository at `/etc/apt/sources.list.d/treasure-data.list` and installs the `td-agent` deb package. -#### For Ubuntu Jammy: +#### For Ubuntu Jammy (Ubuntu 22.04): ##### td-agent 4 (experimental) @@ -39,7 +39,7 @@ A shell script is provided to automate the installation process for each version curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-jammy-td-agent4.sh | sh ``` -#### For Ubuntu Focal: +#### For Ubuntu Focal (Ubuntu 20.04): ##### td-agent 4 (EOL) @@ -47,7 +47,7 @@ curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-jammy-td-agent4.s curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-focal-td-agent4.sh | sh ``` -#### For Ubuntu Bionic: +#### For Ubuntu Bionic (Ubuntu 18.04): ##### td-agent 4 (EOL) @@ -55,7 +55,7 @@ curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-focal-td-agent4.s curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-bionic-td-agent4.sh | sh ``` -#### For Ubuntu Xenial: +#### For Ubuntu Xenial (Ubuntu 16.04): ##### td-agent 4 (EOL) @@ -63,7 +63,7 @@ curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-bionic-td-agent4. curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent4.sh | sh ``` -#### For Debian Bullseye: +#### For Debian Bullseye (Debian 11): ##### td-agent 4 (EOL) @@ -71,7 +71,7 @@ curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent4. curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-bullseye-td-agent4.sh | sh ``` -#### For Debian Buster: +#### For Debian Buster (Debian 10): ##### td-agent 4 (EOL) diff --git a/installation/install-calyptia-fluentd/install-by-deb-calyptia-fluentd.md b/installation/install-calyptia-fluentd/install-by-deb-calyptia-fluentd.md index 24a8c3e2..6cd0243a 100644 --- a/installation/install-calyptia-fluentd/install-by-deb-calyptia-fluentd.md +++ b/installation/install-calyptia-fluentd/install-by-deb-calyptia-fluentd.md @@ -20,28 +20,28 @@ NOTE: If your OS is not supported, consider [gem installation](../install-by-gem A shell script is provided to automate the installation process for each version. The shell script registers a new apt repository at `/etc/apt/sources.list.d/calyptia-fluentd.sources` and installs the `calyptia-fluentd` deb package. -For Ubuntu Focal: +For Ubuntu Focal (Ubuntu 20.04): ```bash # calyptia-fluentd 1 curl -fsSL https://calyptia-fluentd.s3.us-east-2.amazonaws.com/calyptia-fluentd-1-ubuntu-focal.sh | sh ``` -For Ubuntu Bionic: +For Ubuntu Bionic (Ubuntu 18.04): ```bash # calyptia-fluentd 1 curl -fsSL https://calyptia-fluentd.s3.us-east-2.amazonaws.com/calyptia-fluentd-1-ubuntu-bionic.sh | sh ``` -For Ubuntu Xenial: +For Ubuntu Xenial (Ubuntu 16.04): ```bash # calyptia-fluentd 1 curl -fsSL https://calyptia-fluentd.s3.us-east-2.amazonaws.com/calyptia-fluentd-1-ubuntu-xenial.sh | sh ``` -For Debian Buster: +For Debian Buster (Debian 10): ```bash # calyptia-fluentd 1 diff --git a/installation/install-fluent-package/install-by-deb-fluent-package-v5.md b/installation/install-fluent-package/install-by-deb-fluent-package-v5.md index a3455f4c..f37c971c 100644 --- a/installation/install-fluent-package/install-by-deb-fluent-package-v5.md +++ b/installation/install-fluent-package/install-by-deb-fluent-package-v5.md @@ -33,7 +33,7 @@ NOTE: If your OS is not supported, consider [gem installation](../install-by-gem A shell script is provided to automate the installation process for each version. The shell script registers a new apt repository at `/etc/apt/sources.list.d/fluent.sources` (or `/etc/apt/sources.list.d/fluent-lts.sources`) and installs the `fluent-package` deb package. -#### For Ubuntu Noble: +#### For Ubuntu Noble (Ubuntu 24.04): ##### fluent-package 5 (LTS) @@ -47,7 +47,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-noble-fluent-package5-l curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-noble-fluent-package5.sh | sh ``` -#### For Ubuntu Jammy: +#### For Ubuntu Jammy (Ubuntu 22.04): ##### fluent-package 5 (LTS) @@ -61,7 +61,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-jammy-fluent-package5-l curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-jammy-fluent-package5.sh | sh ``` -#### For Ubuntu Focal: +#### For Ubuntu Focal (Ubuntu 20.04): {% hint style='info' %} fluent-package v6 will not be shipped for Ubuntu Focal. @@ -79,7 +79,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-focal-fluent-package5-l curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-focal-fluent-package5.sh | sh ``` -#### For Debian Bookworm: +#### For Debian Bookworm (Debian 12): ##### fluent-package 5 (LTS) @@ -93,7 +93,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-bookworm-fluent-package curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-bookworm-fluent-package5.sh | sh ``` -#### For Debian Bullseye: +#### For Debian Bullseye (Debian 11): {% hint style='info' %} fluent-package v6 will not be shipped for Debian Bullseye. diff --git a/installation/install-fluent-package/install-by-deb-fluent-package.md b/installation/install-fluent-package/install-by-deb-fluent-package.md index a3be0562..4312dc7c 100644 --- a/installation/install-fluent-package/install-by-deb-fluent-package.md +++ b/installation/install-fluent-package/install-by-deb-fluent-package.md @@ -34,7 +34,7 @@ NOTE: If your OS is not supported, consider [gem installation](../install-by-gem A shell script is provided to automate the installation process for each version. The shell script registers a new apt repository at `/etc/apt/sources.list.d/fluent.sources` (or `/etc/apt/sources.list.d/fluent-lts.sources`) and installs the `fluent-package` deb package. -#### For Ubuntu Resolute: +#### For Ubuntu Resolute (Ubuntu 26.04): ##### fluent-package 6 (LTS) @@ -46,7 +46,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-resolute-fluent-package fluent-package for normal release version is not ready yet. LTS version is recommended now. {% endhint %} -#### For Ubuntu Noble: +#### For Ubuntu Noble (Ubuntu 24.04): ##### fluent-package 6 (LTS) @@ -60,7 +60,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-noble-fluent-package6-l curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-noble-fluent-package6.sh | sh ``` -#### For Ubuntu Jammy: +#### For Ubuntu Jammy (Ubuntu 22.04): ##### fluent-package 6 (LTS) @@ -74,7 +74,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-jammy-fluent-package6-l curl -fsSL https://fluentd.cdn.cncf.io/sh/install-ubuntu-jammy-fluent-package6.sh | sh ``` -#### For Debian Trixie: +#### For Debian Trixie (Debian 13): ##### fluent-package 6 (LTS) @@ -88,7 +88,7 @@ curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-trixie-fluent-package6- curl -fsSL https://fluentd.cdn.cncf.io/sh/install-debian-trixie-fluent-package6.sh | sh ``` -#### For Debian Bookworm: +#### For Debian Bookworm (Debian 12): ##### fluent-package 6 (LTS)