Skip to content

Commit bf9e8ae

Browse files
fluent-botedsiper
andauthored
release: update to v2.1.10 (#1210)
Signed-off-by: GitHub <[email protected]> Co-authored-by: edsiper <[email protected]>
1 parent ab18ea4 commit bf9e8ae

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.10-debug | x86_64, arm64v8, arm32v7 | Debug images |
21+
| 2.1.10 | x86_64, arm64v8, arm32v7 | Release [v2.1.10](https://fluentbit.io/announcements/v2.1.10/) |
2022
| 2.1.9-debug | x86_64, arm64v8, arm32v7 | Debug images |
2123
| 2.1.9 | x86_64, arm64v8, arm32v7 | Release [v2.1.9](https://fluentbit.io/announcements/v2.1.9/) |
2224
| 2.1.8-debug | x86_64, arm64v8, arm32v7 | Debug images |

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.9-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win32.exe) | [c3c98449a8676d5f3f53ef09647fb71cf7eb63ae8f73260b2ab7394c6a419586](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win32.exe.sha256) |
87-
| [fluent-bit-2.1.9-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win32.zip) | [1622ed416d1ffca3d3c1721a332fff9e80b8b700db47930d540ca640ecd18f8e](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win32.zip.sha256) |
88-
| [fluent-bit-2.1.9-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win64.exe) | [30556168954917cd40fa110da88f10bccc59aea7bc1018078522ac0eea90b1b8](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win64.exe.sha256) |
89-
| [fluent-bit-2.1.9-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win64.zip) | [291660a844d61d225055bfe1da8f10d95a27aa2f6d662db55744d47a716e85ff](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win64.zip.sha256) |
86+
| [fluent-bit-2.1.10-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win32.exe) | [07dd748929b205f6f42120ee2bd3f4393b86f52639ca3285adbb5182721819e3](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win32.exe.sha256) |
87+
| [fluent-bit-2.1.10-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win32.zip) | [228aaca403f9b43a6720cb6bda1276b276e7f9d8d89d12887690c28cdc566ed7](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win32.zip.sha256) |
88+
| [fluent-bit-2.1.10-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win64.exe) | [11ec21f39ebc4f940352b96f13cee933d1537f77a0b86beee51f55a8c8712888](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win64.exe.sha256) |
89+
| [fluent-bit-2.1.10-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win64.zip) | [52e0e313061ffd0de6bc2ae2ada3c48717c45c90b671636e2e0624aebc7120af](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-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.9-win32.exe
94+
PS> Get-FileHash fluent-bit-2.1.10-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.9-win64.zip
104+
PS> Expand-Archive fluent-bit-2.1.10-win64.zip
105105
```
106106

107107
The ZIP package contains the following set of files.

0 commit comments

Comments
 (0)