Skip to content

Commit

Permalink
windows: update for 1.9.5 checksums (#827)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens authored Jun 21, 2022
1 parent 3ace48c commit 6038d71
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,19 @@ Both are currently provided to allow migration.

## Installation Packages

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`:
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`:

| INSTALLERS | SHA256 CHECKSUMS |
| ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |

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

```
PS> Get-FileHash fluent-bit-1.9.4-win32.exe
PS> Get-FileHash fluent-bit-1.9.5-win32.exe
```

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

```
PS> Expand-Archive fluent-bit-1.9.4-win64.zip
PS> Expand-Archive fluent-bit-1.9.5-win64.zip
```

The ZIP package contains the following set of files.
Expand Down

0 comments on commit 6038d71

Please sign in to comment.