From 86826788530030ce4e839652701f2ab86e7ab692 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Mon, 6 Jun 2022 16:19:12 +0900 Subject: [PATCH] Remove EOL and missing Ubuntu 22.04 (experimental) https://wiki.ubuntu.com/Releases https://wiki.debian.org/DebianReleases Ubuntu Trusty: 2019-04 Debian Stretch: 2020-07-06 Debian Jessie: 2018-06-17 Ubuntu Xenial already reached EOL (2021-04) but it will be dropped in v4.4.0. See https://www.fluentd.org/blog/td-agent-v4.3.1-has-been-released Signed-off-by: Kentaro Hayashi --- installation/install-by-deb.md | 34 ++++++++++------------------------ 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/installation/install-by-deb.md b/installation/install-by-deb.md index 32248b68..cd35f1bd 100644 --- a/installation/install-by-deb.md +++ b/installation/install-by-deb.md @@ -30,6 +30,13 @@ 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: + +```bash +# td-agent 4 (experimental) +curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-jammy-td-agent4.sh | sh +``` + For Ubuntu Focal: ```bash @@ -42,7 +49,7 @@ For Ubuntu Bionic: ```bash # td-agent 4 curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-bionic-td-agent4.sh | sh -# td-agent 3 +# td-agent 3 (EOL) curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-bionic-td-agent3.sh | sh ``` @@ -51,17 +58,10 @@ For Ubuntu Xenial: ```bash # td-agent 4 curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent4.sh | sh -# td-agent 3 +# td-agent 3 (EOL) curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-xenial-td-agent3.sh | sh ``` -For Ubuntu Trusty: - -```bash -# td-agent 3 -curl -fsSL https://toolbelt.treasuredata.com/sh/install-ubuntu-trusty-td-agent3.sh | sh -``` - For Debian Bullseye: ```bash @@ -74,24 +74,10 @@ For Debian Buster: ```bash # td-agent 4 curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-buster-td-agent4.sh | sh -# td-agent 3 +# td-agent 3 (EOL) curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-buster-td-agent3.sh | sh ``` -For Debian Stretch: - -```bash -# td-agent 3 -curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-stretch-td-agent3.sh | sh -``` - -For Debian Jessie: - -```bash -# td-agent 3 -curl -fsSL https://toolbelt.treasuredata.com/sh/install-debian-jessie-td-agent3.sh | sh -``` - ### Step 2: Launch Daemon ### `systemd`