Skip to content

Commit 92a541c

Browse files
author
Pat
authored
release: update for 2.1.4 (#1115)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent c026a77 commit 92a541c

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

installation/docker.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The following table describes the Linux container tags that are available on Doc
1717

1818
| Tag(s) | Manifest Architectures | Description |
1919
| ------------ | ------------------------- | -------------------------------------------------------------- |
20+
| 2.1.4 | x86_64, arm64v8, arm32v7 | Debug images |
21+
| 2.1.4-debug | x86_64, arm64v8, arm32v7 | Release [v2.1.4](https://fluentbit.io/announcements/v2.1.4/) |
22+
| 2.1.3 | x86_64, arm64v8, arm32v7 | Debug images |
23+
| 2.1.3-debug | x86_64, arm64v8, arm32v7 | Release [v2.1.3](https://fluentbit.io/announcements/v2.1.3/) |
2024
| 2.1.2 | x86_64, arm64v8, arm32v7 | Debug images |
2125
| 2.1.2-debug | x86_64, arm64v8, arm32v7 | Release [v2.1.2](https://fluentbit.io/announcements/v2.1.2/) |
2226
| 2.1.1 | x86\_64, arm64v8, arm32v7 | Release [v2.1.1](https://fluentbit.io/announcements/v2.1.1/) |

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.2 each version is available on the Github relea
8383

8484
| INSTALLERS | SHA256 CHECKSUMS |
8585
| ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------- |
86-
| [fluent-bit-2.1.2-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.2-win32.exe) | [fa1a6c6a1d8dcf3bff34aca35e52b7c9159d63d2d4602c3862407dde7a8ff0d2](https://releases.fluentbit.io/2.1/fluent-bit-2.1.2-win32.exe.sha256) |
87-
| [fluent-bit-2.1.2-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.2-win32.zip) | [94a1d238163b052ebcfa25708e6d10cef418fed0625afc1014186ca9e5eded7c](https://releases.fluentbit.io/2.1/fluent-bit-2.1.2-win32.zip.sha256) |
88-
| [fluent-bit-2.1.2-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.2-win64.exe) | [d53b3239dac064b2308590b7a5ccaa54cb277f8201d4283976775b0478253c85](https://releases.fluentbit.io/2.1/fluent-bit-2.1.2-win64.exe.sha256) |
89-
| [fluent-bit-2.1.2-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.2-win64.zip) | [aca353818b1c06cf51f3080c59d7dce973fc3244dcd09c229206bf9d9cbcb61b](https://releases.fluentbit.io/2.1/fluent-bit-2.1.2-win64.zip.sha256) |
86+
| [fluent-bit-2.1.4-win32.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.4-win32.exe) | [57cb24443214c55358ed2a2f4df80eb84b043313bd9d4e565da1fbb9df1d3eeb](https://releases.fluentbit.io/2.1/fluent-bit-2.1.4-win32.exe.sha256) |
87+
| [fluent-bit-2.1.4-win32.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.4-win32.zip) | [5200df3c2bbaf27ced711135e8e235f6733f67128c714565f3617b05a40bcb8e](https://releases.fluentbit.io/2.1/fluent-bit-2.1.4-win32.zip.sha256) |
88+
| [fluent-bit-2.1.4-win64.exe](https://releases.fluentbit.io/2.1/fluent-bit-2.1.4-win64.exe) | [e3026786931f0d8115b75e86c19ae9d45d78b87a5c1e31e9f14362afbd28b6a0](https://releases.fluentbit.io/2.1/fluent-bit-2.1.4-win64.exe.sha256) |
89+
| [fluent-bit-2.1.4-win64.zip](https://releases.fluentbit.io/2.1/fluent-bit-2.1.4-win64.zip) | [61450c27902e36e382010b54af01a9e70b5351cabc0f89b3c62b7d10b5dc7d32](https://releases.fluentbit.io/2.1/fluent-bit-2.1.4-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.2-win32.exe
94+
PS> Get-FileHash fluent-bit-2.1.4-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.2-win64.zip
104+
PS> Expand-Archive fluent-bit-2.1.4-win64.zip
105105
```
106106

107107
The ZIP package contains the following set of files.

update-release-version-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ function sed_wrapper() {
1919

2020
NEW_VERSION=${NEW_VERSION:?}
2121
if [[ -z "$NEW_VERSION" ]]; then
22-
echo "Missing VERSION value"
22+
echo "Missing NEW_VERSION value"
2323
exit 1
2424
fi
2525

2626
MAJOR_VERSION=${MAJOR_VERSION:-}
2727
if [[ -z "$MAJOR_VERSION" ]]; then
28-
MAJOR_VERSION=${VERSION%.*}
28+
MAJOR_VERSION=${NEW_VERSION%.*}
2929
fi
3030

3131
# Add Docker after first line in the table

0 commit comments

Comments
 (0)