-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa614b9
commit 117de02
Showing
17 changed files
with
74 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# 2.0.4 | ||
|
||
## Changes | ||
|
||
All issues and pull requests are [here](https://github.com/alibaba/ilogtail/milestone/23). | ||
|
||
### Features | ||
|
||
- [public] [both] [added] Improve sender log condition to record valuable debug info (#1359) | ||
- [public] [both] [added] wait for read flush timeout instead of flushing last line immediately on file deletion (#1418) | ||
- [public] [both] [added] refactor logic of last matched line (#1426) | ||
- [public] [both] [added] test: add a case to test timeformat without year (#1432) | ||
- [public] [both] [added] Update chatgroup image (#1445) | ||
- [public] [both] [added] refactory: enable move for SourceBuffer (#1457) | ||
- [public] [both] [added] summer-ospp-2024 (#1461) | ||
- [public] [both] [added] default enable spl (#1475) | ||
- [public] [both] [added] allow empty endpoint in enterprise flusher_sls to avoid unsuccessful load of config (#1486) | ||
|
||
### Fixed | ||
|
||
- [public] [both] [fixed] fix dockershim cause containerd invalid (#1424) | ||
- [public] [both] [fixed] fix: correct pipeline version recognition issue (#1427) | ||
- [public] [both] [fixed] fix: refactor multiline split state (#1410) | ||
- [public] [both] [fixed] fix: update base image to resolve 'Illegal instruction' error on old CPUs (#1429) | ||
- [public] [both] [fixed] ensure config name in golang config and ctx matching C++ config name (#1437) | ||
- [public] [both] [fixed] fix missing user agent info (#1444) | ||
- [public] [both] [fixed] fix plugin alarm with default version (#1443) | ||
- [public] [both] [fixed] fix: make LOGTAIL_LOG_LEVEL env variable effective for ilogtail.LOG (#1440) | ||
- [public] [both] [fixed] Fix parameter errors for container metadata preview. (#1430) | ||
- [public] [both] [fixed] fix: Ensure alarms raised during collection for profile projects are reported (#1455) | ||
- [public] [both] [fixed] fix missing uuid and incorrect instance id (#1476) | ||
|
||
|
||
### Doc | ||
|
||
- [public] [both] [doc] document: fix document for flusher pulsar (#1460) | ||
|
||
## Download | ||
|
||
| **Filename** | **OS** | **Arch** | **SHA256 Checksum** | | ||
| ---- | ---- | ---- | ---- | | ||
|[ilogtail-2.0.4.linux-amd64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/2.0.4/ilogtail-2.0.4.linux-amd64.tar.gz)|Linux|x86-64|[ilogtail-2.0.4.linux-amd64.tar.gz.sha256](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/2.0.4/ilogtail-2.0.4.linux-amd64.tar.gz.sha256)| | ||
|[ilogtail-2.0.4.linux-arm64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/2.0.4/ilogtail-2.0.4.linux-arm64.tar.gz)|Linux|arm64|[ilogtail-2.0.4.linux-arm64.tar.gz.sha256](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/2.0.4/ilogtail-2.0.4.linux-arm64.tar.gz.sha256)| | ||
|
||
## Docker Image | ||
|
||
**Docker Pull Command** | ||
|
||
``` bash | ||
docker pull sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/ilogtail-community-edition/ilogtail:2.0.4 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ WORKDIR /src | |
COPY . . | ||
|
||
ARG HOST_OS=Linux | ||
ARG VERSION=2.0.0 | ||
ARG VERSION=2.0.4 | ||
|
||
USER root | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
# limitations under the License. | ||
|
||
FROM --platform=$TARGETPLATFORM debian:bookworm as build | ||
ARG VERSION=2.0.0 | ||
ARG VERSION=2.0.4 | ||
ARG TARGETPLATFORM | ||
ARG UID=65532 | ||
WORKDIR /usr/local | ||
|
@@ -30,7 +30,7 @@ LABEL org.opencontainers.image.authors="[email protected], [email protected] | |
COPY --from=build /usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0 /lib/x86_64-linux-gnu/libuuid.so.1 | ||
|
||
ARG HOST_OS=Linux | ||
ARG VERSION=2.0.0 | ||
ARG VERSION=2.0.4 | ||
ARG TARGETPLATFORM | ||
|
||
COPY --from=build --chown=$UID:$UID /usr/local/ilogtail /usr/local/ilogtail | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters