diff --git a/installation/linux/README.md b/installation/linux/README.md index c1a14d16a..de97fe3f1 100644 --- a/installation/linux/README.md +++ b/installation/linux/README.md @@ -11,8 +11,7 @@ If this fails or for more details on the installation then please refer to the s ## GPG key updates -From the 1.9 release please note that the GPG key has been updated at https://packages.fluentbit.io/fluentbit.key so ensure the new one is added. -The previous key is still available at https://packages.fluentbit.io/fluentbit-legacy.key and may be required to install previous versions. +From the 1.9 release please note that the GPG key has been updated at [https://packages.fluentbit.io/fluentbit.key](https://packages.fluentbit.io/fluentbit.key) so ensure this new one is added. The GPG Key fingerprint of the new key is: ``` @@ -20,10 +19,13 @@ C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD Fluentbit releases (Releases signing key) ``` -Note that if the platform is not supported in 1.9 you should include the https://packages.fluentbit.io/fluentbit-legacy.key key. - -The GPG Key fingerprint of the old key is: `F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A` +The previous key is still available at [https://packages.fluentbit.io/fluentbit-legacy.key](https://packages.fluentbit.io/fluentbit-legacy.key) and may be required to install previous versions. +If the platform is not supported in 1.9 you should include the old key. +The GPG Key fingerprint of the old key is: +``` +F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A +``` Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release. ## Migration to Fluent Bit diff --git a/installation/linux/amazon-linux.md b/installation/linux/amazon-linux.md index 6a8865a05..7a878eca9 100644 --- a/installation/linux/amazon-linux.md +++ b/installation/linux/amazon-linux.md @@ -24,8 +24,7 @@ note: we encourage you always enable the _gpgcheck_ for security reasons. All ou ### Updated key for 1.9 release onwards -From the 1.9 release please note that the GPG key has been updated at https://packages.fluentbit.io/fluentbit.key so ensure the new one is added. -The previous key is still available at https://packages.fluentbit.io/fluentbit-legacy.key and may be required to install previous versions. +From the 1.9 release please note that the GPG key has been updated at [https://packages.fluentbit.io/fluentbit.key](https://packages.fluentbit.io/fluentbit.key) so ensure this new one is added. The GPG Key fingerprint of the new key is: ``` @@ -33,10 +32,13 @@ C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD Fluentbit releases (Releases signing key) ``` -Note that if the platform is not supported in 1.9 you should include the https://packages.fluentbit.io/fluentbit-legacy.key key. - -The GPG Key fingerprint of the old key is: `F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A` +The previous key is still available at [https://packages.fluentbit.io/fluentbit-legacy.key](https://packages.fluentbit.io/fluentbit-legacy.key) and may be required to install previous versions. +If the platform is not supported in 1.9 you should include the old key. +The GPG Key fingerprint of the old key is: +``` +F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A +``` Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release. ### Install diff --git a/installation/linux/debian.md b/installation/linux/debian.md index 0757bcdae..ec6215837 100644 --- a/installation/linux/debian.md +++ b/installation/linux/debian.md @@ -13,8 +13,7 @@ curl https://packages.fluentbit.io/fluentbit.key | gpg --dearmor > /usr/share/ke ### Updated key for 1.9 release onwards -From the 1.9 release please note that the GPG key has been updated at https://packages.fluentbit.io/fluentbit.key so ensure the new one is added. -The previous key is still available at https://packages.fluentbit.io/fluentbit-legacy.key and may be required to install previous versions. +From the 1.9 release please note that the GPG key has been updated at [https://packages.fluentbit.io/fluentbit.key](https://packages.fluentbit.io/fluentbit.key) so ensure this new one is added. The GPG Key fingerprint of the new key is: ``` @@ -22,14 +21,17 @@ C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD Fluentbit releases (Releases signing key) ``` -Note that if the platform is not supported in 1.9 you should include the https://packages.fluentbit.io/fluentbit-legacy.key key. - -The GPG Key fingerprint of the old key is: `F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A` +The previous key is still available at [https://packages.fluentbit.io/fluentbit-legacy.key](https://packages.fluentbit.io/fluentbit-legacy.key) and may be required to install previous versions. +If the platform is not supported in 1.9 you should include the old key. +The GPG Key fingerprint of the old key is: +``` +F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A +``` Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release. ## Update your sources lists -On Debian, you need to add our APT server entry to your sources lists, please add the following content at bottom of your **/etc/apt/sources.list** file - ensure to set `CODENAME` to your specific [Ubuntu release name](https://wiki.ubuntu.com/Releases) (e.g. `focal` for Ubuntu 20.04): +On Debian, you need to add our APT server entry to your sources lists, please add the following content at bottom of your **/etc/apt/sources.list** file - ensure to set `CODENAME` to your specific [Debian release name](https://wiki.debian.org/DebianReleases#Production_Releases) (e.g. `bullseye` for Debian 11): ```bash deb [signed-by=/usr/share/keyrings/fluentbit-keyring.gpg] https://packages.fluentbit.io/debian/${CODENAME} ${CODENAME} main diff --git a/installation/linux/raspbian-raspberry-pi.md b/installation/linux/raspbian-raspberry-pi.md index 76891f9d6..33e645492 100644 --- a/installation/linux/raspbian-raspberry-pi.md +++ b/installation/linux/raspbian-raspberry-pi.md @@ -15,8 +15,7 @@ curl https://packages.fluentbit.io/fluentbit.key | sudo apt-key add - ### Updated key for 1.9 release onwards -From the 1.9 release please note that the GPG key has been updated at https://packages.fluentbit.io/fluentbit.key so ensure the new one is added. -The previous key is still available at https://packages.fluentbit.io/fluentbit-legacy.key and may be required to install previous versions. +From the 1.9 release please note that the GPG key has been updated at [https://packages.fluentbit.io/fluentbit.key](https://packages.fluentbit.io/fluentbit.key) so ensure this new one is added. The GPG Key fingerprint of the new key is: ``` @@ -24,10 +23,13 @@ C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD Fluentbit releases (Releases signing key) ``` -Note that if the platform is not supported in 1.9 you should include the https://packages.fluentbit.io/fluentbit-legacy.key key. - -The GPG Key fingerprint of the old key is: `F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A` +The previous key is still available at [https://packages.fluentbit.io/fluentbit-legacy.key](https://packages.fluentbit.io/fluentbit-legacy.key) and may be required to install previous versions. +If the platform is not supported in 1.9 you should include the old key. +The GPG Key fingerprint of the old key is: +``` +F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A +``` Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release. ## Update your sources lists diff --git a/installation/linux/redhat-centos.md b/installation/linux/redhat-centos.md index 5dc08e476..4582de26d 100644 --- a/installation/linux/redhat-centos.md +++ b/installation/linux/redhat-centos.md @@ -25,8 +25,7 @@ All our packages are signed. ### GPG key updates -From the 1.9 release please note that the GPG key has been updated at https://packages.fluentbit.io/fluentbit.key so ensure the new one is added. -The previous key is still available at https://packages.fluentbit.io/fluentbit-legacy.key and may be required to install previous versions. +From the 1.9 release please note that the GPG key has been updated at [https://packages.fluentbit.io/fluentbit.key](https://packages.fluentbit.io/fluentbit.key) so ensure this new one is added. The GPG Key fingerprint of the new key is: ``` @@ -34,10 +33,13 @@ C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD Fluentbit releases (Releases signing key) ``` -Note that if the platform is not supported in 1.9 you should include the https://packages.fluentbit.io/fluentbit-legacy.key key. - -The GPG Key fingerprint of the old key is: `F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A` +The previous key is still available at [https://packages.fluentbit.io/fluentbit-legacy.key](https://packages.fluentbit.io/fluentbit-legacy.key) and may be required to install previous versions. +If the platform is not supported in 1.9 you should include the old key. +The GPG Key fingerprint of the old key is: +``` +F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A +``` Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release. ### Install diff --git a/installation/linux/ubuntu.md b/installation/linux/ubuntu.md index 40b25f34b..e9a73cc65 100644 --- a/installation/linux/ubuntu.md +++ b/installation/linux/ubuntu.md @@ -11,11 +11,9 @@ Follow the official Debian wiki guidance: https://wiki.debian.org/DebianReposito curl https://packages.fluentbit.io/fluentbit.key | gpg --dearmor > /usr/share/keyrings/fluentbit-keyring.gpg ``` - ### Updated key for 1.9 release onwards -From the 1.9 release please note that the GPG key has been updated at https://packages.fluentbit.io/fluentbit.key so ensure the new one is added. -The previous key is still available at https://packages.fluentbit.io/fluentbit-legacy.key and may be required to install previous versions. +From the 1.9 release please note that the GPG key has been updated at [https://packages.fluentbit.io/fluentbit.key](https://packages.fluentbit.io/fluentbit.key) so ensure this new one is added. The GPG Key fingerprint of the new key is: ``` @@ -23,10 +21,13 @@ C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD Fluentbit releases (Releases signing key) ``` -Note that if the platform is not supported in 1.9 you should include the https://packages.fluentbit.io/fluentbit-legacy.key key. - -The GPG Key fingerprint of the old key is: `F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A` +The previous key is still available at [https://packages.fluentbit.io/fluentbit-legacy.key](https://packages.fluentbit.io/fluentbit-legacy.key) and may be required to install previous versions. +If the platform is not supported in 1.9 you should include the old key. +The GPG Key fingerprint of the old key is: +``` +F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A +``` Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release. ## Update your sources lists