-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump version to 2.0.0 Signed-off-by: yyuuttaaoo <[email protected]> * update release hash * separate release notes --------- Signed-off-by: yyuuttaaoo <[email protected]>
- Loading branch information
1 parent
2c2ae3d
commit 64bc99d
Showing
20 changed files
with
731 additions
and
534 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
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,40 @@ | ||
# 1.8.4 | ||
|
||
## Changes | ||
|
||
All issues and pull requests are [here](https://github.com/alibaba/ilogtail/milestone/21). | ||
|
||
### Features | ||
|
||
- [public] [both] [updated] Improve goprofile plugin to support real local IP inclusion #1281 | ||
|
||
### Fixed | ||
|
||
- [public] [both] [fixed] fix panic when k8s_event.GetEventRecorder() is nil #1264 | ||
- [public] [both] [fixed] When REGEX_LOG is set, mTimeKey will be set to "time". #1272 | ||
- [public] [both] [fixed] [backport]fix: resolve crash by setting CURLOPT_NOSIGNAL for thread safety #1286 | ||
- [public] [both] [fixed] [backport]Fix delimiter parsing for logs with leading spaces #1288 | ||
- [public] [both] [fixed] [backport]Fix timezone handling in native processors #1293 | ||
- [public] [both] [fixed] [backport]Fix log content duplication in ParseJsonNativeProcessor #1295 | ||
- [public] [both] [fixed] [backport]fix memory leak in ProcessorParseDelimiterNative #1299 | ||
- [public] [both] [fixed] [backport] fix: reset checkpoint dump time after dir registration completes to avoid log duplication #1301 | ||
- [public] [both] [fixed] [backport]Fix timestamp parsing compatibility issue for apsara log #1302 | ||
- [public] [both] [fixed] Fix: remove content if native processor parse failed #1304 | ||
- [public] [both] [fixed] Fix issue where container IP is occasionally empty for Kubernetes pods in HostNetwork mode #1280 | ||
|
||
### Doc | ||
|
||
## Download | ||
|
||
| **Filename** | **OS** | **Arch** | **SHA256 Checksum** | | ||
| ---- | ---- | ---- | ---- | | ||
|[ilogtail-1.8.4.linux-amd64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.8.4/ilogtail-1.8.4.linux-amd64.tar.gz)|Linux|x86-64|[ilogtail-1.8.4.linux-amd64.tar.gz.sha256](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.8.4/ilogtail-1.8.4.linux-amd64.tar.gz.sha256)| | ||
|[ilogtail-1.8.4.linux-arm64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.8.4/ilogtail-1.8.4.linux-arm64.tar.gz)|Linux|arm64|[ilogtail-1.8.4.linux-arm64.tar.gz.sha256](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.8.4/ilogtail-1.8.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:1.8.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# 2.0.0 | ||
|
||
## Changes | ||
|
||
All issues and pull requests are [here](https://github.com/alibaba/ilogtail/milestone/23). | ||
|
||
### Features | ||
|
||
- [public] [both] [added] add input and flusher interface #1184 | ||
- [public] [both] [added] complete pipeline definition #1185 | ||
- [public] [both] [added] support V2 config #1188 | ||
- [public] [both] [added] Support jsonline protocol #1265 | ||
- [public] [both] [added] Support SPL processor in ilogtail for enhanced data processing #1278 | ||
- [public] [both] [added] add UsingOldContentTag. When UsingOldContentTag is set to false, the Tag is now placed in the Meta instead of Logs during cgo #1169 | ||
- [public] [both] [added] Upgrade environment variable logic using new Pipeline API for logtail environment configuration management #1282 | ||
- [public] [both] [updated] improve source file structure #1182 | ||
- [public] [both] [updated] feat: add flusher_http queue buffer and async interceptor settings #1203 | ||
- [public] [both] [updated] Enhancing the vscode development experience #1219 | ||
- [public] [both] [updated] feat: add kafka net config MaxOpenRequests #1224 | ||
- [public] [both] [updated] feat: support labels for self_metric #1240 | ||
- [public] [both] [updated] Support contents only for loki flusher #1256 | ||
- [public] [both] [updated] Fix issue where container IP is occasionally empty for Kubernetes pods in HostNetwork mode #1280 | ||
- [public] [both] [updated] Improve goprofile plugin to support real local IP inclusion #1281 | ||
- [public] [both] [updated] Added a switch to control the loading of the processor_spl, which by default remains unloaded #1312 | ||
|
||
### Fixed | ||
|
||
- [public] [both] [fixed] fix: resolve crash by setting CURLOPT_NOSIGNAL for thread safety #1283 | ||
- [public] [both] [fixed] fix: Prevent crash due to concurrent map access in Go plugin log processing #1284 | ||
- [public] [both] [fixed] Fix delimiter parsing for logs with leading spaces #1289 | ||
- [public] [both] [fixed] Fix timezone handling in native processors #1293 | ||
- [public] [both] [fixed] Fix log content duplication in ParseJsonNativeProcessor #1296 | ||
- [public] [both] [fixed] fix memory leak in ProcessorParseDelimiterNative #1300 | ||
- [public] [both] [fixed] fix: reset checkpoint dump time after dir registration completes to avoid log duplication #1291 | ||
- [public] [both] [fixed] Fix timestamp parsing compatibility issue for apsara log #1285 | ||
- [public] [both] [fixed] Fix: Delete mSourceKeyOverwritten in processorParseApsaraNative to prevent concurrency issues #1305 | ||
- [public] [both] [fixed] Fix apsara base field parse error and microsecond handling in Apsara log parser #1308 | ||
|
||
### Doc | ||
|
||
- [public] [both] [doc] update docs related to V2 config #1287 | ||
|
||
## Download | ||
|
||
| **Filename** | **OS** | **Arch** | **SHA256 Checksum** | | ||
| ---- | ---- | ---- | ---- | | ||
|[ilogtail-2.0.0.linux-amd64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/2.0.0/ilogtail-2.0.0.linux-amd64.tar.gz)|Linux|x86-64|[ilogtail-2.0.0.linux-amd64.tar.gz.sha256](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/2.0.0/ilogtail-2.0.0.linux-amd64.tar.gz.sha256)| | ||
|[ilogtail-2.0.0.linux-arm64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/2.0.0/ilogtail-2.0.0.linux-arm64.tar.gz)|Linux|arm64|[ilogtail-2.0.0.linux-arm64.tar.gz.sha256](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/2.0.0/ilogtail-2.0.0.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.0 | ||
``` |
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=1.8.3 | ||
ARG VERSION=2.0.0 | ||
|
||
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
Oops, something went wrong.