Skip to content

Commit 297c588

Browse files
author
Pat
authored
linux: key update info (#741)
* linux: key update info Signed-off-by: Patrick Stephens <[email protected]>
1 parent 5c4a3fb commit 297c588

File tree

8 files changed

+100
-10
lines changed

8 files changed

+100
-10
lines changed

installation/linux/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh
99

1010
If this fails or for more details on the installation then please refer to the specific section for your OS.
1111

12+
## GPG key updates
13+
14+
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.
15+
The previous key is still available at https://packages.fluentbit.io/fluentbit-legacy.key and may be required to install previous versions.
16+
17+
The GPG Key fingerprint of the new key is:
18+
```
19+
C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD
20+
Fluentbit releases (Releases signing key) <[email protected]>
21+
```
22+
23+
Note that if the platform is not supported in 1.9 you should include the https://packages.fluentbit.io/fluentbit-legacy.key key.
24+
25+
The GPG Key fingerprint of the old key is: `F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A`
26+
27+
Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release.
1228
## Migration to Fluent Bit
1329

1430
From version 1.9, `td-agent-bit` is a deprecated package and will be removed in the future.

installation/linux/amazon-linux.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,22 @@ enabled=1
2222

2323
note: we encourage you always enable the _gpgcheck_ for security reasons. All our packages are signed.
2424

25-
The GPG Key fingerprint is `F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A`
25+
### Updated key for 1.9 release onwards
2626

27+
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.
28+
The previous key is still available at https://packages.fluentbit.io/fluentbit-legacy.key and may be required to install previous versions.
29+
30+
The GPG Key fingerprint of the new key is:
31+
```
32+
C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD
33+
Fluentbit releases (Releases signing key) <[email protected]>
34+
```
35+
36+
Note that if the platform is not supported in 1.9 you should include the https://packages.fluentbit.io/fluentbit-legacy.key key.
37+
38+
The GPG Key fingerprint of the old key is: `F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A`
39+
40+
Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release.
2741
### Install
2842

2943
Once your repository is configured, run the following command to install it:

installation/linux/debian.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ Follow the official Debian wiki guidance: https://wiki.debian.org/DebianReposito
1010
```bash
1111
curl https://packages.fluentbit.io/fluentbit.key | gpg --dearmor > /usr/share/keyrings/fluentbit-keyring.gpg
1212
```
13+
14+
### Updated key for 1.9 release onwards
15+
16+
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.
17+
The previous key is still available at https://packages.fluentbit.io/fluentbit-legacy.key and may be required to install previous versions.
18+
19+
The GPG Key fingerprint of the new key is:
20+
```
21+
C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD
22+
Fluentbit releases (Releases signing key) <[email protected]>
23+
```
24+
25+
Note that if the platform is not supported in 1.9 you should include the https://packages.fluentbit.io/fluentbit-legacy.key key.
26+
27+
The GPG Key fingerprint of the old key is: `F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A`
28+
29+
Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release.
1330
## Update your sources lists
1431

1532
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):

installation/linux/raspbian-raspberry-pi.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ The first step is to add our server GPG key to your keyring, on that way you can
1313
curl https://packages.fluentbit.io/fluentbit.key | sudo apt-key add -
1414
```
1515

16+
### Updated key for 1.9 release onwards
17+
18+
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.
19+
The previous key is still available at https://packages.fluentbit.io/fluentbit-legacy.key and may be required to install previous versions.
20+
21+
The GPG Key fingerprint of the new key is:
22+
```
23+
C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD
24+
Fluentbit releases (Releases signing key) <[email protected]>
25+
```
26+
27+
Note that if the platform is not supported in 1.9 you should include the https://packages.fluentbit.io/fluentbit-legacy.key key.
28+
29+
The GPG Key fingerprint of the old key is: `F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A`
30+
31+
Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release.
1632
## Update your sources lists
1733

1834
On Debian and derivative systems such as Raspbian, 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.

installation/linux/redhat-centos.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@ enabled=1
2323
It is best practice to always enable the _gpgcheck_ for security reasons.
2424
All our packages are signed.
2525

26+
### GPG key updates
27+
28+
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.
29+
The previous key is still available at https://packages.fluentbit.io/fluentbit-legacy.key and may be required to install previous versions.
30+
31+
The GPG Key fingerprint of the new key is:
32+
```
33+
C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD
34+
Fluentbit releases (Releases signing key) <[email protected]>
35+
```
36+
37+
Note that if the platform is not supported in 1.9 you should include the https://packages.fluentbit.io/fluentbit-legacy.key key.
38+
39+
The GPG Key fingerprint of the old key is: `F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A`
40+
41+
Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release.
2642
### Install
2743

2844
Once your repository is configured, run the following command to install it:

installation/linux/snap.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@ $ sudo snap services fluent-bit
1919
Service Startup Current Notes
2020
fluent-bit.service enabled active -
2121
```
22-
23-
### Service Configuration
24-
25-
To get the exact path of the configuration file, start a Snap shell and dig into the environment variables:
26-
27-
28-
29-
The default configuration file for the running service is located at

installation/linux/ubuntu.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,26 @@ Follow the official Debian wiki guidance: https://wiki.debian.org/DebianReposito
1111
curl https://packages.fluentbit.io/fluentbit.key | gpg --dearmor > /usr/share/keyrings/fluentbit-keyring.gpg
1212
```
1313

14+
15+
### Updated key for 1.9 release onwards
16+
17+
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.
18+
The previous key is still available at https://packages.fluentbit.io/fluentbit-legacy.key and may be required to install previous versions.
19+
20+
The GPG Key fingerprint of the new key is:
21+
```
22+
C3C0 A285 34B9 293E AF51 FABD 9F9D DC08 3888 C1CD
23+
Fluentbit releases (Releases signing key) <[email protected]>
24+
```
25+
26+
Note that if the platform is not supported in 1.9 you should include the https://packages.fluentbit.io/fluentbit-legacy.key key.
27+
28+
The GPG Key fingerprint of the old key is: `F209 D876 2A60 CD49 E680 633B 4FF8 368B 6EA0 722A`
29+
30+
Refer to the [supported platform documentation](./../supported-platforms.md) to see which platforms are supported in each release.
1431
## Update your sources lists
1532

16-
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):
33+
On Ubuntu, 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):
1734

1835
```bash
1936
deb [signed-by=/usr/share/keyrings/fluentbit-keyring.gpg] https://packages.fluentbit.io/debian/${CODENAME} ${CODENAME} main

installation/supported-platforms.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ The following operating systems and architectures are supported in Fluent Bit.
77
| Linux | [Amazon Linux 2](linux/amazon-linux.md) | x86\_64, Arm64v8 |
88
| | [Centos 8](linux/redhat-centos.md) | x86\_64, Arm64v8 |
99
| | [Centos 7](linux/redhat-centos.md) | x86\_64, Arm64v8 |
10+
| | [Debian 11 \(Bullseye\)](linux/debian.md) | x86\_64, Arm64v8 |
1011
| | [Debian 10 \(Buster\)](linux/debian.md) | x86\_64, Arm64v8 |
1112
| | [Debian 9 \(Stretch\)](linux/debian.md) | x86\_64, Arm64v8 |
1213
| | [Nixos](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/fluent-bit/default.nix) | x86\_64, Arm64v8 |
1314
| | [Ubuntu 20.04 \(Focal Fossa\)](linux/ubuntu.md) | x86\_64, Arm64v8 |
1415
| | [Ubuntu 18.04 \(Bionic Beaver\)](linux/ubuntu.md) | x86\_64, Arm64v8 |
1516
| | [Ubuntu 16.04 \(Xenial Xerus\)](linux/ubuntu.md) | x86\_64 |
17+
| | [Raspbian 11 \(Bullseye\)](linux/raspbian-raspberry-pi.md) | Arm32v7 |
1618
| | [Raspbian 10 \(Buster\)](linux/raspbian-raspberry-pi.md) | Arm32v7 |
1719
| macOS | * | x86_64, Apple M1 |
1820
| Windows | [Windows Server 2019](windows.md) | x86\_64, x86 |

0 commit comments

Comments
 (0)