Skip to content

Commit a21fd28

Browse files
release: update to v2.1.6 (#1141)
Signed-off-by: GitHub <[email protected]> Co-authored-by: patrick-stephens <[email protected]>
1 parent 74ea9b2 commit a21fd28

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

installation/docker.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ The following table describes the Linux container tags that are available on Doc
1717

1818
| Tag(s) | Manifest Architectures | Description |
1919
| ------------ | ------------------------- | -------------------------------------------------------------- |
20+
| 2.1.6-debug | x86_64, arm64v8, arm32v7 | Debug images |
21+
| 2.1.6 | x86_64, arm64v8, arm32v7 | Release [v2.1.6](https://fluentbit.io/announcements/v2.1.6/) |
2022
| 2.1.5 | x86_64, arm64v8, arm32v7 | Release [v2.1.5](https://fluentbit.io/announcements/v2.1.5/) |
2123
| 2.1.5-debug | x86_64, arm64v8, arm32v7 | Debug images |
2224
| 2.1.4 | x86_64, arm64v8, arm32v7 | Release [v2.1.4](https://fluentbit.io/announcements/v2.1.4/) |

installation/windows.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ The latest stable version is 2.1.4. Each version is available on the Github rele
8383

8484
| INSTALLERS | SHA256 CHECKSUMS |
8585
| ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- |
86-
| [fluent-bit-2.1.5-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win32.exe) | [519ec0cc450c55cced8131dd5f28737d237bcbe037e8420c4d138d60b835b918](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win32.exe.sha256) |
87-
| [fluent-bit-2.1.5-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win32.zip) | [58dc2b5c30b406783cd1bc7e98a2c7c60e03f5efd1cb92f91d1a9fc5255dace5](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win32.zip.sha256) |
88-
| [fluent-bit-2.1.5-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win64.exe) | [4531a49bbc69083fdfcb30250a7460575733390796e37ea6779c180164d7aaf8](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win64.exe.sha256) |
89-
| [fluent-bit-2.1.5-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win64.zip) | [d97191951368697a468d08b7cbc0fa9a1f30ea2aa922fd310bcce86b9cfaeae4](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win64.zip.sha256) |
86+
| [fluent-bit-2.1.6-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win32.exe) | [8f7645be80a5f66e1fad888711eb5df2fb1c581d8662835d4602230940120e88](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win32.exe.sha256) |
87+
| [fluent-bit-2.1.6-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win32.zip) | [61c5f4507e848c4184eeaca24d5aa4ba6b7c3cbb1f61054fbaf62619fcbcca71](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win32.zip.sha256) |
88+
| [fluent-bit-2.1.6-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win64.exe) | [c804916c9e17319ff062fc53ac8c9a75b0c70d9f516cf99576074a4a4f283849](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win64.exe.sha256) |
89+
| [fluent-bit-2.1.6-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win64.zip) | [337bff2e2791b668a0175a282b02cb581618c9dc0c8eaa5fb1892b3be1d7dda7](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win64.zip.sha256) |
9090

9191
To check the integrity, use `Get-FileHash` cmdlet on PowerShell.
9292

9393
```powershell
94-
PS> Get-FileHash fluent-bit-2.1.5-win32.exe
94+
PS> Get-FileHash fluent-bit-2.1.6-win32.exe
9595
```
9696

9797
## Installing from ZIP archive
@@ -101,7 +101,7 @@ Download a ZIP archive from above. There are installers for 32-bit and 64-bit en
101101
Then you need to expand the ZIP archive. You can do this by clicking "Extract All" on Explorer, or if you're using PowerShell, you can use `Expand-Archive` cmdlet.
102102

103103
```powershell
104-
PS> Expand-Archive fluent-bit-2.1.5-win64.zip
104+
PS> Expand-Archive fluent-bit-2.1.6-win64.zip
105105
```
106106

107107
The ZIP package contains the following set of files.

0 commit comments

Comments
 (0)