diff --git a/installation/linux/README.md b/installation/linux/README.md index de97fe3f1..1544a5052 100644 --- a/installation/linux/README.md +++ b/installation/linux/README.md @@ -11,7 +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](https://packages.fluentbit.io/fluentbit.key) so ensure this new one is added. +From the 1.9.0 and 1.8.15 releases 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,7 +20,6 @@ Fluentbit releases (Releases signing key) ``` 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: ``` diff --git a/installation/linux/amazon-linux.md b/installation/linux/amazon-linux.md index 7a878eca9..edc9d9860 100644 --- a/installation/linux/amazon-linux.md +++ b/installation/linux/amazon-linux.md @@ -22,9 +22,9 @@ enabled=1 note: we encourage you always enable the _gpgcheck_ for security reasons. All our packages are signed. -### Updated key for 1.9 release onwards +### Updated key from March 2022 -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. +From the 1.9.0 and 1.8.15 releases 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,7 +33,6 @@ Fluentbit releases (Releases signing key) ``` 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: ``` diff --git a/installation/linux/debian.md b/installation/linux/debian.md index ec6215837..07b243792 100644 --- a/installation/linux/debian.md +++ b/installation/linux/debian.md @@ -11,9 +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 +### Updated key from March 2022 -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. +From the 1.9.0 and 1.8.15 releases 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,7 +22,6 @@ Fluentbit releases (Releases signing key) ``` 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: ``` diff --git a/installation/linux/raspbian-raspberry-pi.md b/installation/linux/raspbian-raspberry-pi.md index 33e645492..3d49faeec 100644 --- a/installation/linux/raspbian-raspberry-pi.md +++ b/installation/linux/raspbian-raspberry-pi.md @@ -13,9 +13,9 @@ The first step is to add our server GPG key to your keyring, on that way you can curl https://packages.fluentbit.io/fluentbit.key | sudo apt-key add - ``` -### Updated key for 1.9 release onwards +### Updated key from March 2022 -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. +From the 1.9.0 and 1.8.15 releases 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,7 +24,6 @@ Fluentbit releases (Releases signing key) ``` 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: ``` diff --git a/installation/linux/redhat-centos.md b/installation/linux/redhat-centos.md index 9d8d11a6b..42b40e5fa 100644 --- a/installation/linux/redhat-centos.md +++ b/installation/linux/redhat-centos.md @@ -35,9 +35,9 @@ enabled=1 It is best practice to always enable the _gpgcheck_ and _repo_gpgcheck_ for security reasons. We sign our repository metadata as well as all of our packages. -### GPG key updates +### Updated key from March 2022 -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. +From the 1.9.0 and 1.8.15 releases 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: ``` @@ -46,7 +46,6 @@ Fluentbit releases (Releases signing key) ``` 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: ``` diff --git a/installation/linux/ubuntu.md b/installation/linux/ubuntu.md index e9a73cc65..3602683d9 100644 --- a/installation/linux/ubuntu.md +++ b/installation/linux/ubuntu.md @@ -10,10 +10,9 @@ Follow the official Debian wiki guidance: https://wiki.debian.org/DebianReposito ```bash curl https://packages.fluentbit.io/fluentbit.key | gpg --dearmor > /usr/share/keyrings/fluentbit-keyring.gpg ``` +### Updated key from March 2022 -### 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](https://packages.fluentbit.io/fluentbit.key) so ensure this new one is added. +From the 1.9.0 and 1.8.15 releases 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,7 +21,6 @@ Fluentbit releases (Releases signing key) ``` 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: ```