From 67282e615c38f733ed4fae3966bb1de3d9df4d7a Mon Sep 17 00:00:00 2001 From: Evan <31562192+EvanLjp@users.noreply.github.com> Date: Mon, 10 Jan 2022 13:27:25 +0800 Subject: [PATCH] v1.0.29 release (#81) --- CHANGELOG.md | 5 ----- changes/v1.0.29.md | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 changes/v1.0.29.md diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ca875f80..8093ee3e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,8 +34,3 @@ your changes, such as: - [public] [both] [updated] add a new feature ## [Unreleased] -- [public] [both] [doc] add release doc -- [public] [both] [doc] add ilogtail local deloyment doc for kafka flusher -- [public] [both] [doc] add ilogtail local deloyment doc for sls flusher -- [public] [both] [doc] add ilogtail k8s deloyment doc for sls flusher -- [public] [both] [bug] fix wrong matching lables for stdout input diff --git a/changes/v1.0.29.md b/changes/v1.0.29.md new file mode 100644 index 0000000000..e8d44fb815 --- /dev/null +++ b/changes/v1.0.29.md @@ -0,0 +1,18 @@ +# 1.0.29 +## Changes +All issues and pull requests are [here](https://github.com/alibaba/ilogtail/milestone/3). +### Features +### Fixed +- [public] [both] [fixed] fix wrong matching lables for stdout input +### Doc +- [public] [both] [doc] add release doc +- [public] [both] [doc] add ilogtail local deloyment doc for kafka flusher +- [public] [both] [doc] add ilogtail local deloyment doc for sls flusher +- [public] [both] [doc] add ilogtail k8s deloyment doc for sls flusher +## Download +| Arch| Platform| Region| Link| +| ---- | ---- | ---- | ---- | +|arm64|Linux|China|[link](http://logtail-release-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/linux64/1.0.29/aarch64/logtail-linux64.tar.gz)| +|amd64|Linux|China|[link](http://logtail-release-cn-hangzhou.oss-cn-hangzhou.aliyuncs.com/linux64/1.0.29/x86_64/logtail-linux64.tar.gz) +|arm64|Linux|US|[link](http://logtail-release-us-west-1.oss-us-west-1.aliyuncs.com/linux64/1.0.29/aarch64/logtail-linux64.tar.gz) +|amd64|Linux|US|[link](http://logtail-release-us-west-1.oss-us-west-1.aliyuncs.com/linux64/1.0.29/x86_64/logtail-linux64.tar.gz)