Skip to content

Commit e8e362a

Browse files
release: update to v2.2.0 (#1252)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: patrick-stephens <patrick-stephens@users.noreply.github.com>
1 parent fe1eaba commit e8e362a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

installation/windows.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ The latest stable version is 2.1.4. Each version is available on the Github rele
8383

8484
| INSTALLERS | SHA256 CHECKSUMS |
8585
| ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- |
86-
| [fluent-bit-2.1.10-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win32.exe) | [07dd748929b205f6f42120ee2bd3f4393b86f52639ca3285adbb5182721819e3](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win32.exe.sha256) |
87-
| [fluent-bit-2.1.10-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win32.zip) | [228aaca403f9b43a6720cb6bda1276b276e7f9d8d89d12887690c28cdc566ed7](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win32.zip.sha256) |
88-
| [fluent-bit-2.1.10-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win64.exe) | [11ec21f39ebc4f940352b96f13cee933d1537f77a0b86beee51f55a8c8712888](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win64.exe.sha256) |
89-
| [fluent-bit-2.1.10-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win64.zip) | [52e0e313061ffd0de6bc2ae2ada3c48717c45c90b671636e2e0624aebc7120af](https://releases.fluentbit.io/2.1/fluent-bit-2.1.10-win64.zip.sha256) |
86+
| [fluent-bit-2.2.0-win32.exe](https://releases.fluentbit.io/2.2/fluent-bit-2.2.0-win32.exe) | [1aa1c9e853856cdb44d4336c8dc0e28da6c4688543662196628170a11364875f](https://releases.fluentbit.io/2.2/fluent-bit-2.2.0-win32.exe.sha256) |
87+
| [fluent-bit-2.2.0-win32.zip](https://releases.fluentbit.io/2.2/fluent-bit-2.2.0-win32.zip) | [7e496a63cd710040dc36c1ba11e60a9a46b384fdd455c82fbab7143ccd06b725](https://releases.fluentbit.io/2.2/fluent-bit-2.2.0-win32.zip.sha256) |
88+
| [fluent-bit-2.2.0-win64.exe](https://releases.fluentbit.io/2.2/fluent-bit-2.2.0-win64.exe) | [1cea437d0ee93eb6b6ea4410ba0bef8c196711ef1a09687760bfd96aa63183ff](https://releases.fluentbit.io/2.2/fluent-bit-2.2.0-win64.exe.sha256) |
89+
| [fluent-bit-2.2.0-win64.zip](https://releases.fluentbit.io/2.2/fluent-bit-2.2.0-win64.zip) | [723d7e138d19055476dc361e86e2fd57de5d2490837cde707f512a707b27ad40](https://releases.fluentbit.io/2.2/fluent-bit-2.2.0-win64.zip.sha256) |
9090

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

9393
```powershell
94-
PS> Get-FileHash fluent-bit-2.1.10-win32.exe
94+
PS> Get-FileHash fluent-bit-2.2.0-win32.exe
9595
```
9696

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

103103
```powershell
104-
PS> Expand-Archive fluent-bit-2.1.10-win64.zip
104+
PS> Expand-Archive fluent-bit-2.2.0-win64.zip
105105
```
106106

107107
The ZIP package contains the following set of files.

0 commit comments

Comments
 (0)