Skip to content

Commit e20bc3e

Browse files
committed
installation: windows: v1.6.10
Signed-off-by: Eduardo Silva <[email protected]>
1 parent c2c28b7 commit e20bc3e

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.6.9:
7+
The latest stable version is 1.6.10:
88

99
| INSTALLERS | SHA256 CHECKSUMS |
1010
| :--- | :--- |
11-
| [td-agent-bit-1.6.9-win32.exe](https://fluentbit.io/releases/1.6/td-agent-bit-1.6.9-win32.exe) | 48f21f8b176967f6fdff7ea20c4cccf5b58f26f21866ae7b003983c0b00a20e8 |
12-
| [td-agent-bit-1.6.9-win32.zip](https://fluentbit.io/releases/1.6/td-agent-bit-1.6.9-win32.zip) | 4453e70630163d59e7b6e41b6e106a9760dd6ada599010516e9c0629dddae5d1 |
13-
| [td-agent-bit-1.6.9-win64.exe](https://fluentbit.io/releases/1.6/td-agent-bit-1.6.9-win64.exe) | a446d09637a3a8afe803ef7111c676541ccf362633b912f68dd3bb1ff1bb179b |
14-
| [td-agent-bit-1.6.9-win64.zip](https://fluentbit.io/releases/1.6/td-agent-bit-1.6.9-win64.zip) | 553073805be27863c16364c14d597d945c1e66f768f6e0d3853b5cb1c5632e84 |
11+
| [td-agent-bit-1.6.10-win32.exe](https://fluentbit.io/releases/1.6/td-agent-bit-1.6.10-win32.exe) | b4623182db0ab7d5f1c77b165e6fc912db25aa50a88607a25707bd7ae9efaf06 |
12+
| [td-agent-bit-1.6.10-win32.zip](https://fluentbit.io/releases/1.6/td-agent-bit-1.6.10-win32.zip) | a10255e7170ff4c5f9974f8be2b12385e4e6954558ee4af1e9fe65af3d591680 |
13+
| [td-agent-bit-1.6.10-win64.exe](https://fluentbit.io/releases/1.6/td-agent-bit-1.6.10-win64.exe) | 28260ec7c8bc057a014eb526193cc1b66a1d6f231a9d68859edaff660918a84a |
14+
| [td-agent-bit-1.6.10-win64.zip](https://fluentbit.io/releases/1.6/td-agent-bit-1.6.10-win64.zip) | f6984908a7dca3c0e01d638a58a6eb86e1e14aca7d2b43c187e4633daf4895e5 |
1515

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

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

2222
## Installing from ZIP archive
@@ -26,7 +26,7 @@ Download a ZIP archive [from the download page](https://fluentbit.io/). There ar
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` commandlet.
2727

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

3232
The ZIP package contains the following set of files.
@@ -128,4 +128,3 @@ To halt the Fluent Bit service, just execute the "stop" command.
128128
```text
129129
% sc.exe stop fluent-bit
130130
```
131-

0 commit comments

Comments
 (0)