Skip to content

Commit 498f3c7

Browse files
committed
installation: release v1.8.2
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 43c4fe1 commit 498f3c7

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

installation/docker.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The following table describes the tags that are available on Docker Hub [fluent/
88

99
| Tag\(s\) | Manifest Architectures | Description |
1010
| :--- | :--- | :--- |
11-
| 1.8.1 | x86\_64, arm64v8, arm32v7 | Release [v1.8](https://fluentbit.io/announcements/v1.8.0/) |
11+
| 1.8.2 | x86\_64, arm64v8, arm32v7 | Release [v1.8](https://fluentbit.io/announcements/v1.8.2/) |
12+
| 1.8-debug, 1.8.2-debug | x86\_64 | v1.8.x releases + Busybox |
13+
| 1.8.1 | x86\_64, arm64v8, arm32v7 | Release [v1.8](https://fluentbit.io/announcements/v1.8.1/) |
1214
| 1.8-debug, 1.8.1-debug | x86\_64 | v1.8.x releases + Busybox |
13-
| 1.8.0 | x86\_64, arm64v8, arm32v7 | Release [v1.8](https://fluentbit.io/announcements/v1.8.0/) |
14-
| 1.8-debug, 1.8.0-debug | x86\_64 | v1.8.x releases + Busybox |
1515

1616
It's strongly suggested that you always use the latest image of Fluent Bit.
1717

@@ -69,4 +69,3 @@ Alpine Linux uses Musl C library instead of Glibc. Musl is not fully compatible
6969
Our Docker containers images are deployed thousands of times per day, we take security and stability very seriously.
7070

7171
The _latest_ tag _most of the time_ points to the latest stable image. When we release a major update to Fluent Bit like for example from v1.3.x to v1.4.0, we don't move _latest_ tag until 2 weeks after the release. That give us extra time to verify with our community that everything works as expected.
72-

installation/windows.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ Fluent Bit is distributed as **td-agent-bit** package for Windows. Fluent Bit ha
44

55
## Installation Packages
66

7-
The latest stable version is 1.8.1:
7+
The latest stable version is 1.8.2:
88

99
| INSTALLERS | SHA256 CHECKSUMS |
1010
| :--- | :--- |
11-
| [td-agent-bit-1.8.1-win32.exe](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.1-win32.exe) | 1803b8efd96ac88278cfb34db71cfa5946671656bfce985b390d71a3e97c6a0b |
12-
| [td-agent-bit-1.8.1-win32.zip](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.1-win32.zip) | cf09984f85c27e9bf9598c2471a47de9f6c20227fb3bf434d53197bce0fcc766 |
13-
| [td-agent-bit-1.8.1-win64.exe](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.1-win64.exe) | 62089fbfa3f27c06cf67fa1995a041d9b72de6bfa18adef109e2002c2ffa6686 |
14-
| [td-agent-bit-1.8.1-win64.zip](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.1-win64.zip) | e5fc9291bde06717c36c6910afc491a8189410c5cb70c7f5620617995d0525ec |
11+
| [td-agent-bit-1.8.2-win32.exe](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.2-win32.exe) | 9ffcd0190bb283a977d1cbba5999ef0549be1170e81e3e8b9017a55b7ef62e5f |
12+
| [td-agent-bit-1.8.2-win32.zip](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.2-win32.zip) | d791ab752af3e98cc97bf0a2fa5c10bf855417243c8597a3393d596690919196 |
13+
| [td-agent-bit-1.8.2-win64.exe](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.2-win64.exe) | 52a83c8ef63343b83a07091a2f46e87e4e27acd8d3d7729db24b5880581b1832 |
14+
| [td-agent-bit-1.8.2-win64.zip](https://fluentbit.io/releases/1.8/td-agent-bit-1.8.2-win64.zip) | 2ae6dc186f716215e81b834b1acf852f38fd7cb6788b89fe8300dcff9c19b9f6 |
1515

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

1818
```text
19-
PS> Get-FileHash td-agent-bit-1.8.1-win32.exe
19+
PS> Get-FileHash td-agent-bit-1.8.2-win32.exe
2020
```
2121

2222
## Installing from ZIP archive
@@ -26,7 +26,7 @@ Download a ZIP archive [from the download page](https://fluentbit.io/). There ar
2626
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.
2727

2828
```text
29-
PS> Expand-Archive td-agent-bit-1.8.1-win64.zip
29+
PS> Expand-Archive td-agent-bit-1.8.2-win64.zip
3030
```
3131

3232
The ZIP package contains the following set of files.
@@ -192,4 +192,3 @@ To create a ZIP package, call `cpack` as follows:
192192
```text
193193
% cpack -G ZIP
194194
```
195-

installation/yocto-embedded-linux.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ We distribute two main recipes, one for testing/dev purposes and other with the
77
| Version | Recipe | Description |
88
| :--- | :--- | :--- |
99
| devel | [fluent-bit\_git.bb](https://github.com/fluent/fluent-bit/blob/master/fluent-bit_git.bb) | Build Fluent Bit from GIT master. This recipe aims to be used for development and testing purposes only. |
10-
| v1.8.1 | [fluent-bit\_1.8.1.bb](https://github.com/fluent/fluent-bit/blob/v1.8.1/fluent-bit_1.8.1.bb) | Build latest stable version of Fluent Bit. |
10+
| v1.8.2 | [fluent-bit\_1.8.2.bb](https://github.com/fluent/fluent-bit/blob/v1.8.2/fluent-bit_1.8.2.bb) | Build latest stable version of Fluent Bit. |
1111

1212
It's strongly recommended to always use the stable release of Fluent Bit recipe and not the one from GIT master for production deployments.
1313

1414
## Fluent Bit and other architectures
1515

1616
Fluent Bit &gt;= v1.1.x fully supports x86\_64, x86, arm32v7 and arm64v8.
17-

0 commit comments

Comments
 (0)