Skip to content

Commit

Permalink
release: update to v2.1.6 (#1141)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: patrick-stephens <[email protected]>
  • Loading branch information
fluent-bot and patrick-stephens authored Jun 23, 2023
1 parent 74ea9b2 commit a21fd28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The following table describes the Linux container tags that are available on Doc

| Tag(s) | Manifest Architectures | Description |
| ------------ | ------------------------- | -------------------------------------------------------------- |
| 2.1.6-debug | x86_64, arm64v8, arm32v7 | Debug images |
| 2.1.6 | x86_64, arm64v8, arm32v7 | Release [v2.1.6](https://fluentbit.io/announcements/v2.1.6/) |
| 2.1.5 | x86_64, arm64v8, arm32v7 | Release [v2.1.5](https://fluentbit.io/announcements/v2.1.5/) |
| 2.1.5-debug | x86_64, arm64v8, arm32v7 | Debug images |
| 2.1.4 | x86_64, arm64v8, arm32v7 | Release [v2.1.4](https://fluentbit.io/announcements/v2.1.4/) |
Expand Down
12 changes: 6 additions & 6 deletions installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ The latest stable version is 2.1.4. Each version is available on the Github rele

| INSTALLERS | SHA256 CHECKSUMS |
| ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- |
| [fluent-bit-2.1.5-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win32.exe) | [519ec0cc450c55cced8131dd5f28737d237bcbe037e8420c4d138d60b835b918](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win32.exe.sha256) |
| [fluent-bit-2.1.5-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win32.zip) | [58dc2b5c30b406783cd1bc7e98a2c7c60e03f5efd1cb92f91d1a9fc5255dace5](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win32.zip.sha256) |
| [fluent-bit-2.1.5-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win64.exe) | [4531a49bbc69083fdfcb30250a7460575733390796e37ea6779c180164d7aaf8](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win64.exe.sha256) |
| [fluent-bit-2.1.5-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win64.zip) | [d97191951368697a468d08b7cbc0fa9a1f30ea2aa922fd310bcce86b9cfaeae4](https://releases.fluentbit.io/2.1/fluent-bit-2.1.5-win64.zip.sha256) |
| [fluent-bit-2.1.6-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win32.exe) | [8f7645be80a5f66e1fad888711eb5df2fb1c581d8662835d4602230940120e88](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win32.exe.sha256) |
| [fluent-bit-2.1.6-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win32.zip) | [61c5f4507e848c4184eeaca24d5aa4ba6b7c3cbb1f61054fbaf62619fcbcca71](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win32.zip.sha256) |
| [fluent-bit-2.1.6-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win64.exe) | [c804916c9e17319ff062fc53ac8c9a75b0c70d9f516cf99576074a4a4f283849](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win64.exe.sha256) |
| [fluent-bit-2.1.6-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win64.zip) | [337bff2e2791b668a0175a282b02cb581618c9dc0c8eaa5fb1892b3be1d7dda7](https://releases.fluentbit.io/2.1/fluent-bit-2.1.6-win64.zip.sha256) |

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

```powershell
PS> Get-FileHash fluent-bit-2.1.5-win32.exe
PS> Get-FileHash fluent-bit-2.1.6-win32.exe
```

## Installing from ZIP archive
Expand All @@ -101,7 +101,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.

```powershell
PS> Expand-Archive fluent-bit-2.1.5-win64.zip
PS> Expand-Archive fluent-bit-2.1.6-win64.zip
```

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

0 comments on commit a21fd28

Please sign in to comment.