From 92cfa8e03ffd8929197b79b8f486fa5516b5c33f Mon Sep 17 00:00:00 2001 From: Pat Date: Wed, 19 Apr 2023 17:46:16 +0200 Subject: [PATCH] install: updates for 2.1.0 release (#1083) Signed-off-by: Patrick Stephens --- installation/docker.md | 10 ++++++++-- installation/windows.md | 16 ++++++++-------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/installation/docker.md b/installation/docker.md index b9dc56a4d..65626b054 100644 --- a/installation/docker.md +++ b/installation/docker.md @@ -15,8 +15,14 @@ docker run -ti cr.fluentbit.io/fluent/fluent-bit The following table describes the Linux container tags that are available on Docker Hub [fluent/fluent-bit](https://hub.docker.com/r/fluent/fluent-bit/) repository: -| Tag(s) | Manifest Architectures | Description | -| ----------- | ------------------------- | ------------------------------------------------------------ | +| Tag(s) | Manifest Architectures | Description | +| ------------ | ------------------------- | -------------------------------------------------------------- | +| 2.1.0 | x86\_64, arm64v8, arm32v7 | Release [v2.1.0](https://fluentbit.io/announcements/v2.1.0/) | +| 2.1.0-debug | x86\_64, arm64v8, arm32v7 | v2.1.x releases (production + debug) | +| 2.0.11 | x86\_64, arm64v8, arm32v7 | Release [v2.0.11](https://fluentbit.io/announcements/v2.0.11/) | +| 2.0.11-debug | x86\_64, arm64v8, arm32v7 | v2.0.x releases (production + debug) | +| 2.0.10 | x86\_64, arm64v8, arm32v7 | Release [v2.0.10](https://fluentbit.io/announcements/v2.0.10/) | +| 2.0.10-debug | x86\_64, arm64v8, arm32v7 | v2.0.x releases (production + debug) | | 2.0.9 | x86\_64, arm64v8, arm32v7 | Release [v2.0.9](https://fluentbit.io/announcements/v2.0.9/) | | 2.0.9-debug | x86\_64, arm64v8, arm32v7 | v2.0.x releases (production + debug) | | 2.0.8 | x86\_64, arm64v8, arm32v7 | Release [v2.0.8](https://fluentbit.io/announcements/v2.0.8/) | diff --git a/installation/windows.md b/installation/windows.md index a415e1698..bd95e0500 100644 --- a/installation/windows.md +++ b/installation/windows.md @@ -77,16 +77,16 @@ From version 1.9, `td-agent-bit` is a deprecated package and was removed after 1 ## Installation Packages -The latest stable version is 2.0.9, each version is available on the Github release as well as at `https://releases.fluentbit.io//fluent-bit--win[32|64].[exe|zip]`: +The latest stable version is 2.1.0, each version is available on the Github release as well as at : -| INSTALLERS | SHA256 CHECKSUMS | -| ------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------- | -| [fluent-bit-2.0.9-win32.exe](https://releases.fluentbit.io/2.0/fluent-bit-2.0.9-win32.exe) | [a6c1a74acc00ce6211694f4f0a037b1b6ce3ab8dd4e6d857ea7d0d4cbadec682](https://releases.fluentbit.io/2.0/fluent-bit-2.0.9-win32.exe.sha256) | -| [fluent-bit-2.0.9-win32.zip](https://releases.fluentbit.io/2.0/fluent-bit-2.0.9-win32.zip) | [8c0935a89337d073d4eae3440c65f55781bc097cdefa8819d2475db6c1befc9c](https://releases.fluentbit.io/2.0/fluent-bit-2.0.9-win32.zip.sha256) | -| [fluent-bit-2.0.9-win64.exe](https://releases.fluentbit.io/2.0/fluent-bit-2.0.9-win64.exe) | [7970350f5bd0212be7d87ad51046a6d1600f3516c6209cd69af6d95759d280df](https://releases.fluentbit.io/2.0/fluent-bit-2.0.9-win64.exe.sha256) | -| [fluent-bit-2.0.9-win64.zip](https://releases.fluentbit.io/2.0/fluent-bit-2.0.9-win64.zip) | [94750cf1faf6f5594047f70c585577ee38d8cdd4d6e098eefb3e665c98c3709f](https://releases.fluentbit.io/2.0/fluent-bit-2.0.9-win64.zip.sha256) | +| INSTALLERS | SHA256 CHECKSUMS | +| ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- | +| [fluent-bit-2.1.0-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.0-win32.exe) | [a1c4f68060a71b93d8ef459539a9d57043955272a2d93a1c33b4827a5cadc983](https://releases.fluentbit.io/2.0/fluent-bit-2.1.0-win32.exe.sha256) | +| [fluent-bit-2.1.0-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.0-win32.zip) | [e18d5a27d069c31b9113b16bb0ff514e66360d6ae016472a806e47f1207fe227](https://releases.fluentbit.io/2.0/fluent-bit-2.1.0-win32.zip.sha256) | +| [fluent-bit-2.1.0-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.0-win64.exe) | [5e79f7ff5ea496811e9b8cafffe3dc7c0fd3a69c150dc77f9d6d19a942d8ee90](https://releases.fluentbit.io/2.0/fluent-bit-2.1.0-win64.exe.sha256) | +| [fluent-bit-2.1.0-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.0-win64.zip) | [1332e642fffba5866bce6fd3b89bb65dc9dd9436446dc1f38695bc8d01ba0f0e](https://releases.fluentbit.io/2.0/fluent-bit-2.1.0-win64.zip.sha256) | -To check the integrity, use `Get-FileHash` cmdlet on PowerShell. +To check the integrity, use cmdlet on PowerShell. ```powershell PS> Get-FileHash fluent-bit-2.0.9-win32.exe