Skip to content

Commit 6038d71

Browse files
author
Pat
authored
windows: update for 1.9.5 checksums (#827)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent 3ace48c commit 6038d71

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
@@ -80,19 +80,19 @@ Both are currently provided to allow migration.
8080

8181
## Installation Packages
8282

83-
The latest stable version is 1.9.4, each version is available on the Github release as well as at `https://fluentbit.io/releases/<Major Version>/Major>fluent-bit-<Full Version>-win[32|64].exe`:
83+
The latest stable version is 1.9.5, each version is available on the Github release as well as at `https://fluentbit.io/releases/<Major Version>/Major>fluent-bit-<Full Version>-win[32|64].exe`:
8484

8585
| INSTALLERS | SHA256 CHECKSUMS |
8686
| ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- |
87-
| [fluent-bit-1.9.4-win32.exe](https://fluentbit.io/releases/1.9/fluent-bit-1.9.4-win32.exe) | [bbd2f93d723472c5f554ac58a41f7d7cd50950ce6c370c2357c6ffb818109840](https://fluentbit.io/releases/1.9/fluent-bit-1.9.4-win32.exe.sha256) |
88-
| [fluent-bit-1.9.4-win32.zip](https://fluentbit.io/releases/1.9/fluent-bit-1.9.4-win32.zip) | [b5864d870459ed7e157ad0eee9fc063521d7fb156478b94b84cc88cabf36fe36](https://fluentbit.io/releases/1.9/fluent-bit-1.9.4-win32.zip.sha256) |
89-
| [fluent-bit-1.9.4-win64.exe](https://fluentbit.io/releases/1.9/fluent-bit-1.9.4-win64.exe) | [743ba6adfe7fcf895bf2f3e45a3f0bc187aa975b86e91d5e5b273b31b90d8f56](https://fluentbit.io/releases/1.9/fluent-bit-1.9.4-win64.exe.sha256) |
90-
| [fluent-bit-1.9.4-win64.zip](https://fluentbit.io/releases/1.9/fluent-bit-1.9.4-win64.zip) | [c8f5d0a087c6cfa259944f7feaa17298a0703df7e0e54d987ba300c065e37261](https://fluentbit.io/releases/1.9/fluent-bit-1.9.4-win64.zip.sha256) |
87+
| [fluent-bit-1.9.5-win32.exe](https://fluentbit.io/releases/1.9/fluent-bit-1.9.5-win32.exe) | [9aab1a0a1ed886f2c5d6b46e32dc55f0b410a0cfe62605d66ea8ca01f75c1359](https://fluentbit.io/releases/1.9/fluent-bit-1.9.5-win32.exe.sha256) |
88+
| [fluent-bit-1.9.5-win32.zip](https://fluentbit.io/releases/1.9/fluent-bit-1.9.5-win32.zip) | [9fb7e98582e79544ca8f0762e3fc9cb56631d2557561232511d9d091c2b6bd0c](https://fluentbit.io/releases/1.9/fluent-bit-1.9.5-win32.zip.sha256) |
89+
| [fluent-bit-1.9.5-win64.exe](https://fluentbit.io/releases/1.9/fluent-bit-1.9.5-win64.exe) | [97b0c753d682f4859ca52e28b97348734bd2c317c4fbca6c8d947d86db0079e6](https://fluentbit.io/releases/1.9/fluent-bit-1.9.5-win64.exe.sha256) |
90+
| [fluent-bit-1.9.5-win64.zip](https://fluentbit.io/releases/1.9/fluent-bit-1.9.5-win64.zip) | [1133a702e61f3540eac68f3e74fd906e273efffe547d0760b7605437748b1879](https://fluentbit.io/releases/1.9/fluent-bit-1.9.5-win64.zip.sha256) |
9191

9292
To check the integrity, use `Get-FileHash` cmdlet on PowerShell.
9393

9494
```
95-
PS> Get-FileHash fluent-bit-1.9.4-win32.exe
95+
PS> Get-FileHash fluent-bit-1.9.5-win32.exe
9696
```
9797

9898
## Installing from ZIP archive
@@ -102,7 +102,7 @@ Download a ZIP archive from above. There are installers for 32-bit and 64-bit en
102102
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.
103103

104104
```
105-
PS> Expand-Archive fluent-bit-1.9.4-win64.zip
105+
PS> Expand-Archive fluent-bit-1.9.5-win64.zip
106106
```
107107

108108
The ZIP package contains the following set of files.

0 commit comments

Comments
 (0)