Skip to content

Commit 30fc71f

Browse files
committed
installation: windows: v1.8.8
Signed-off-by: Eduardo Silva <[email protected]>
1 parent ede08f6 commit 30fc71f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

installation/windows.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ Fluent Bit is distributed as **td-agent-bit** package for Windows. Fluent Bit ha
44

55
## Installation Packages
66

7-
The latest stable version is 1.8.7:
7+
The latest stable version is 1.8.8:
88

99
| INSTALLERS | SHA256 CHECKSUMS |
1010
| :--- | :--- |
11-
| [td-agent-bit-1.8.7-win32.exe](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.7-win32.exe) | 7a5993750f9ded93b6785773da15b78942f769a0d27790131947a9ffcdbbe1c7 |
12-
| [td-agent-bit-1.8.7-win32.zip](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.7-win32.zip) | 78369aa789585ccb69b7ee0d8160afab9a638ad7594c43f0ddd86f08265440fa |
13-
| [td-agent-bit-1.8.7-win64.exe](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.7-win64.exe) | f90ac9f105470a4c760ef29d0253ccbe818790b8d0a2f5fe4c9e02cb926d0ae1 |
14-
| [td-agent-bit-1.8.7-win64.zip](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.7-win64.zip) | beec0e3e146d4e93d032d987a0a624afb202e4dcccca5b4fe452fff34f007a8b |
11+
| [td-agent-bit-1.8.8-win32.exe](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.8-win32.exe) | 793acdec613f72d4c279eb6e8a829ae340b1f7e74bc434d3a68814fec82be25e |
12+
| [td-agent-bit-1.8.8-win32.zip](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.8-win32.zip) | 9f75647ef1f793b923824df1be636125abd111704cf2ede8da51cd5f61b82653 |
13+
| [td-agent-bit-1.8.8-win64.exe](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.8-win64.exe) | d26819648c6353b5d980ea840a87606dd1c5308f814cd7dc49f3e14e03ce201e |
14+
| [td-agent-bit-1.8.8-win64.zip](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.8-win64.zip) | 06b2367b9f9184131ec8f67fa7ed26731cbbdfb38bc751a8ea28100590f2279f |
1515

1616
To check the integrity, use `Get-FileHash` cmdlet on PowerShell.
1717

1818
```text
19-
PS> Get-FileHash td-agent-bit-1.8.7-win32.exe
19+
PS> Get-FileHash td-agent-bit-1.8.8-win32.exe
2020
```
2121

2222
## Installing from ZIP archive
@@ -26,7 +26,7 @@ Download a ZIP archive from above. There are installers for 32-bit and 64-bit en
2626
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.
2727

2828
```text
29-
PS> Expand-Archive td-agent-bit-1.8.7-win64.zip
29+
PS> Expand-Archive td-agent-bit-1.8.8-win64.zip
3030
```
3131

3232
The ZIP package contains the following set of files.

0 commit comments

Comments
 (0)