From c3f7ac4796071136fcd80dc86a326331587d026b Mon Sep 17 00:00:00 2001 From: fluent-bot <99025611+fluent-bot@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:00:13 +0100 Subject: [PATCH] release: update to v2.1.9 (#1188) Signed-off-by: GitHub Co-authored-by: celalettin1286 --- installation/docker.md | 2 ++ installation/windows.md | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/installation/docker.md b/installation/docker.md index ef91c0af3..0e85e8613 100644 --- a/installation/docker.md +++ b/installation/docker.md @@ -17,6 +17,8 @@ The following table describes the Linux container tags that are available on Doc | Tag(s) | Manifest Architectures | Description | | ------------ | ------------------------- | -------------------------------------------------------------- | +| 2.1.9-debug | x86_64, arm64v8, arm32v7 | Debug images | +| 2.1.9 | x86_64, arm64v8, arm32v7 | Release [v2.1.9](https://fluentbit.io/announcements/v2.1.9/) | | 2.1.8-debug | x86_64, arm64v8, arm32v7 | Debug images | | 2.1.8 | x86_64, arm64v8, arm32v7 | Release [v2.1.8](https://fluentbit.io/announcements/v2.1.8/) | | 2.1.7-debug | x86_64, arm64v8, arm32v7 | Debug images | diff --git a/installation/windows.md b/installation/windows.md index b269a2ceb..98ebeee23 100644 --- a/installation/windows.md +++ b/installation/windows.md @@ -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.8-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win32.exe) | [5814f2da845dd27aedf2c805c90b85d8250223e455fe7139be8d307275a99548](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win32.exe.sha256) | -| [fluent-bit-2.1.8-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win32.zip) | [b45062666de4629c68e6a91176cbe003ad0db8607921ce5e1f89e1f3c6ee9f0d](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win32.zip.sha256) | -| [fluent-bit-2.1.8-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win64.exe) | [ac982def9a8cff6d302d61090ffde3f965ddf4a796900a66cdaa6e3ae687a621](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win64.exe.sha256) | -| [fluent-bit-2.1.8-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win64.zip) | [d18e2a0e1f5b649bf0907cfc51ea0e643938a4a4ed70624b5e79abfc0178f383](https://releases.fluentbit.io/2.1/fluent-bit-2.1.8-win64.zip.sha256) | +| [fluent-bit-2.1.9-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win32.exe) | [c3c98449a8676d5f3f53ef09647fb71cf7eb63ae8f73260b2ab7394c6a419586](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win32.exe.sha256) | +| [fluent-bit-2.1.9-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win32.zip) | [1622ed416d1ffca3d3c1721a332fff9e80b8b700db47930d540ca640ecd18f8e](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win32.zip.sha256) | +| [fluent-bit-2.1.9-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win64.exe) | [30556168954917cd40fa110da88f10bccc59aea7bc1018078522ac0eea90b1b8](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win64.exe.sha256) | +| [fluent-bit-2.1.9-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win64.zip) | [291660a844d61d225055bfe1da8f10d95a27aa2f6d662db55744d47a716e85ff](https://releases.fluentbit.io/2.1/fluent-bit-2.1.9-win64.zip.sha256) | To check the integrity, use `Get-FileHash` cmdlet on PowerShell. ```powershell -PS> Get-FileHash fluent-bit-2.1.8-win32.exe +PS> Get-FileHash fluent-bit-2.1.9-win32.exe ``` ## Installing from ZIP archive @@ -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.8-win64.zip +PS> Expand-Archive fluent-bit-2.1.9-win64.zip ``` The ZIP package contains the following set of files.