Skip to content

Commit f0d7ed7

Browse files
committed
installation: windows: v1.6.9
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 7249172 commit f0d7ed7

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

99
| INSTALLERS | SHA256 CHECKSUMS |
1010
| :--- | :--- |
11-
| [td-agent-bit-1.6.8-win32.exe](https://fluentbit.io/releases/1.6/td-agent-bit-1.6.8-win32.exe) | 4efd515762790d3132fb6120beddeed612cfc8a06075f0d5896d1138e0846fa9 |
12-
| [td-agent-bit-1.6.8-win32.zip](https://fluentbit.io/releases/1.6/td-agent-bit-1.6.8-win32.zip) | 990678f72972b3eb63145a7ab58e13d3acab3c020b7b428d020a17d5457adb2a |
13-
| [td-agent-bit-1.6.8-win64.exe](https://fluentbit.io/releases/1.6/td-agent-bit-1.6.8-win64.exe) | 9977e92eadd21238b28fa8bdac0110913a33be0f274e8efdf634680451bc3626 |
14-
| [td-agent-bit-1.6.8-win64.zip](https://fluentbit.io/releases/1.6/td-agent-bit-1.6.8-win64.zip) | e45d5a2531a4305bcd4a58c458997e720aa27e62436291ba28169e2ceaedef26 |
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 |
1515

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

1818
```text
19-
PS> Get-FileHash td-agent-bit-1.6.8-win32.exe
19+
PS> Get-FileHash td-agent-bit-1.6.9-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.8-win64.zip
29+
PS> Expand-Archive td-agent-bit-1.6.9-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)