Skip to content

Commit a6d049c

Browse files
release: update to v2.1.8 (#1169)
Signed-off-by: GitHub <[email protected]> Co-authored-by: patrick-stephens <[email protected]>
1 parent 2393c88 commit a6d049c

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.8-debug | x86_64, arm64v8, arm32v7 | Debug images |
21+
| 2.1.8 | x86_64, arm64v8, arm32v7 | Release [v2.1.8](https://fluentbit.io/announcements/v2.1.8/) |
2022
| 2.1.7-debug | x86_64, arm64v8, arm32v7 | Debug images |
2123
| 2.1.7 | x86_64, arm64v8, arm32v7 | Release [v2.1.7](https://fluentbit.io/announcements/v2.1.7/) |
2224
| 2.1.6-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.7-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.7-win32.exe) | [9fd4e3e76f720b1b6fe3750b0f3fc8fba8ce411f8984dff0081097d5ab5aefb7](https://releases.fluentbit.io/2.1/fluent-bit-2.1.7-win32.exe.sha256) |
87-
| [fluent-bit-2.1.7-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.7-win32.zip) | [9a9201dd9ea4991bbecee88754a6f7bdf2058cfa60ebda0feea90388d5d900ff](https://releases.fluentbit.io/2.1/fluent-bit-2.1.7-win32.zip.sha256) |
88-
| [fluent-bit-2.1.7-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.7-win64.exe) | [e3e010108acfaeeef4821c97e7415142ab4f865810733dae62b8162227af3b6d](https://releases.fluentbit.io/2.1/fluent-bit-2.1.7-win64.exe.sha256) |
89-
| [fluent-bit-2.1.7-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.7-win64.zip) | [8d41d4befe8780cba4b8dd802a833d625cfcf7ab9d1b1f7c6c5527d5da6ac691](https://releases.fluentbit.io/2.1/fluent-bit-2.1.7-win64.zip.sha256) |
86+
| [fluent-bit-2.1.8-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win32.exe) | [5814f2da845dd27aedf2c805c90b85d8250223e455fe7139be8d307275a99548](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win32.exe.sha256) |
87+
| [fluent-bit-2.1.8-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win32.zip) | [b45062666de4629c68e6a91176cbe003ad0db8607921ce5e1f89e1f3c6ee9f0d](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win32.zip.sha256) |
88+
| [fluent-bit-2.1.8-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win64.exe) | [ac982def9a8cff6d302d61090ffde3f965ddf4a796900a66cdaa6e3ae687a621](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win64.exe.sha256) |
89+
| [fluent-bit-2.1.8-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win64.zip) | [d18e2a0e1f5b649bf0907cfc51ea0e643938a4a4ed70624b5e79abfc0178f383](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-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.7-win32.exe
94+
PS> Get-FileHash fluent-bit-2.1.8-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.7-win64.zip
104+
PS> Expand-Archive fluent-bit-2.1.8-win64.zip
105105
```
106106

107107
The ZIP package contains the following set of files.

0 commit comments

Comments
 (0)