Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions installation/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -20,7 +20,6 @@ Fluentbit releases (Releases signing key) <releases@fluentbit.io>
```

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:
```
Expand Down
5 changes: 2 additions & 3 deletions installation/linux/amazon-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -33,7 +33,6 @@ Fluentbit releases (Releases signing key) <releases@fluentbit.io>
```

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:
```
Expand Down
5 changes: 2 additions & 3 deletions installation/linux/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -22,7 +22,6 @@ Fluentbit releases (Releases signing key) <releases@fluentbit.io>
```

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:
```
Expand Down
5 changes: 2 additions & 3 deletions installation/linux/raspbian-raspberry-pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -24,7 +24,6 @@ Fluentbit releases (Releases signing key) <releases@fluentbit.io>
```

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:
```
Expand Down
5 changes: 2 additions & 3 deletions installation/linux/redhat-centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -46,7 +46,6 @@ Fluentbit releases (Releases signing key) <releases@fluentbit.io>
```

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:
```
Expand Down
6 changes: 2 additions & 4 deletions installation/linux/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -22,7 +21,6 @@ Fluentbit releases (Releases signing key) <releases@fluentbit.io>
```

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:
```
Expand Down