Skip to content

Commit

Permalink
update dist hash
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuuttaaoo committed Mar 22, 2023
1 parent 71fd581 commit ed49f1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion changes/v1.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ All issues and pull requests are [here](https://github.com/alibaba/ilogtail/mile
- [public] [both] [fixed] ignore timezone adjustment when system time is used
- [public] [both] [fixed] ignore timezone adjustment when log parse fails
- [public] [both] [fixed] fix blocking problem caused by alwaysonline config update
- [public] [both] [fixed] prometheus input add staleness output
- [public] [both] [fixed] prometheus input supports staleness behavior in Prometheus 2.x
- [public] [both] [fixed] grok processor gets stuck with Chinese
- [public] [both] [fixed] fix plugin version in logs
- [public] [both] [fixed] fix memory leak in container list maintainance introduced in v1.2.1
Expand Down
8 changes: 3 additions & 5 deletions docs/cn/installation/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,23 @@
* 更新Kafka V2 flusher支持TLS和Kerberos认证 [#601](https://github.com/alibaba/ilogtail/issues/601)
* 更新HTTP输出支持添加动态Header [#643](https://github.com/alibaba/ilogtail/pull/643)
* 更新通过ENV配置SLS Config新增冷存等Logstore参数支持 [#687](https://github.com/alibaba/ilogtail/issues/687)
* 改进日志打印,包括文件采集和容器匹配 [#595](https://github.com/alibaba/ilogtail/pull/595)

问题修复

* 修复时区相关问题,使用系统时间和解析日志时间失败时忽略时区调整选项 [#550](https://github.com/alibaba/ilogtail/issues/550)
* 修复因inode复用导致的日志重复采集问题 [#597](https://github.com/alibaba/ilogtail/issues/597)
* 修复Prometheus输入插件自动切换到streaming模式卡死的问题 [#684](https://github.com/alibaba/ilogtail/pull/684)
* 修复Grok插件解析中文会卡死的问题 [#644](https://github.com/alibaba/ilogtail/issues/644)
* 修复Grok插件解析中文会可能卡死的问题 [#644](https://github.com/alibaba/ilogtail/issues/644)
* 修复1.2.1版本中引入的容器发现内存使用过高的问题 [#661](https://github.com/alibaba/ilogtail/issues/661)
* 修复ilogtail有关社区版ConfigServer的问题 [#691](https://github.com/alibaba/ilogtail/issues/691)

[详情和源代码](https://github.com/alibaba/ilogtail/blob/main/changes/v1.4.0.md)

### 下载

| 文件名 | 系统 | 架构 | SHA256 校验码 |
| -------------------------------------------------------------------------------------------------------------------------------------------- | ----- | ------ | ---------------------------------------------------------------- |
| [ilogtail-1.4.0.linux-amd64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.4.0/ilogtail-1.4.0.linux-amd64.tar.gz) | Linux | x86-64 | 5ef5672a226089aa98dfb71dc48b01254b9b77c714466ecc1b6c4d9c0df60a50 |
| [ilogtail-1.4.0.linux-arm64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.4.0/ilogtail-1.4.0.linux-arm64.tar.gz) | Linux | arm64 | 73d33d4cac90543ea5c2481928e090955643c6dc6839535f53bfa54b6101704d |
| [ilogtail-1.4.0.linux-amd64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.4.0/ilogtail-1.4.0.linux-amd64.tar.gz) | Linux | x86-64 | d48fc6e8c76f117651487a33648ab6de0e2d8dd24ae399d9a7f534b81d639a61 |
| [ilogtail-1.4.0.linux-arm64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.4.0/ilogtail-1.4.0.linux-arm64.tar.gz) | Linux | arm64 | 1d488d0905e0fb89678e256c980e491e9c1c0d3ef579ecbbc18360afdcc1a853 |

### Docker 镜像

Expand Down

0 comments on commit ed49f1b

Please sign in to comment.