You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's strongly suggested that you always use the latest image of Fluent Bit.
17
17
@@ -69,4 +69,3 @@ Alpine Linux uses Musl C library instead of Glibc. Musl is not fully compatible
69
69
Our Docker containers images are deployed thousands of times per day, we take security and stability very seriously.
70
70
71
71
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.
To check the integrity, use `Get-FileHash` cmdlet on PowerShell.
17
17
18
18
```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
20
20
```
21
21
22
22
## Installing from ZIP archive
@@ -26,7 +26,7 @@ Download a ZIP archive [from the download page](https://fluentbit.io/). There ar
26
26
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.
27
27
28
28
```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
30
30
```
31
31
32
32
The ZIP package contains the following set of files.
@@ -192,4 +192,3 @@ To create a ZIP package, call `cpack` as follows:
Copy file name to clipboardExpand all lines: installation/yocto-embedded-linux.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,10 @@ We distribute two main recipes, one for testing/dev purposes and other with the
7
7
| Version | Recipe | Description |
8
8
| :--- | :--- | :--- |
9
9
| 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. |
11
11
12
12
It's strongly recommended to always use the stable release of Fluent Bit recipe and not the one from GIT master for production deployments.
13
13
14
14
## Fluent Bit and other architectures
15
15
16
16
Fluent Bit >= v1.1.x fully supports x86\_64, x86, arm32v7 and arm64v8.
0 commit comments