Skip to content

Commit 9a374d2

Browse files
committed
installation: windows: v1.8.7
Signed-off-by: Eduardo Silva <edsiper@gmail.com>
1 parent 08cbfb5 commit 9a374d2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

installation/windows.md

Lines changed: 7 additions & 8 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.6:
7+
The latest stable version is 1.8.7:
88

99
| INSTALLERS | SHA256 CHECKSUMS |
1010
| :--- | :--- |
11-
| [td-agent-bit-1.8.6-win32.exe](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.6-win32.exe) | 89dfcc86a27e0990f7fd846159f0db9e48d6d28832b7a5b0a98046a3c71c032a |
12-
| [td-agent-bit-1.8.6-win32.zip](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.6-win32.zip) | 856839db0ecd0abd17bd97d7dcd61b3d0e569b5d3321012728c7376bcc7e1f00 |
13-
| [td-agent-bit-1.8.6-win64.exe](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.6-win64.exe) | 823ae03ae59891a1ebf01af05bdbed4703feca795242019f2ba3b272e77f15c9 |
14-
| [td-agent-bit-1.8.6-win64.zip](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.6-win64.zip) | b7f432269227c3193ac5ae24f852fdafb15bb0cccfe733e1c0d6923d93934f74 |
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 |
1515

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

1818
```text
19-
PS> Get-FileHash td-agent-bit-1.8.6-win32.exe
19+
PS> Get-FileHash td-agent-bit-1.8.7-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.6-win64.zip
29+
PS> Expand-Archive td-agent-bit-1.8.7-win64.zip
3030
```
3131

3232
The ZIP package contains the following set of files.
@@ -192,4 +192,3 @@ To create a ZIP package, call `cpack` as follows:
192192
```text
193193
% cpack -G ZIP
194194
```
195-

0 commit comments

Comments
 (0)