diff --git a/installation/windows.md b/installation/windows.md index 5eb78e27c..a8560a758 100644 --- a/installation/windows.md +++ b/installation/windows.md @@ -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>fluent-bit--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>fluent-bit--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 @@ -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.