Skip to content

Commit b2f4ce2

Browse files
committed
update version to 1.3.1
1 parent 1efeed3 commit b2f4ce2

13 files changed

+77
-17
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
.DEFAULT_GOAL := all
16-
VERSION ?= 1.3.0
16+
VERSION ?= 1.3.1
1717
DOCKER_PUSH ?= false
1818
DOCKER_REPOSITORY ?= aliyun/ilogtail
1919
BUILD_REPOSITORY ?= aliyun/ilogtail_build

changes/v1.3.1.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# 1.3.1
2+
3+
## Changes
4+
5+
All issues and pull requests are [here](https://github.com/alibaba/ilogtail/milestone/16).
6+
7+
### Features
8+
9+
### Fixed
10+
11+
- [public] [both] [fixed] get host ip sometimes does not work in v1.3.0
12+
- [public] [linux] [fixed] arm version cannot run on Ubuntu 20.04 since v1.2.0
13+
- [public] [linux] [fixed] fix buffer\_file\_path env does not work
14+
15+
### Doc
16+
17+
## Download
18+
19+
| **Filename** | **OS** | **Arch** | **SHA256 Checksum** |
20+
| ---- | ---- | ---- | ---- |
21+
|[ilogtail-1.3.1.linux-amd64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.3.1/ilogtail-1.3.1.linux-amd64.tar.gz)|Linux|x86-64|[ilogtail-1.3.1.linux-amd64.tar.gz.sha256](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.3.1/ilogtail-1.3.1.linux-amd64.tar.gz.sha256)|
22+
|[ilogtail-1.3.1.linux-arm64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.3.1/ilogtail-1.3.1.linux-arm64.tar.gz)|Linux|arm64|[ilogtail-1.3.1.linux-arm64.tar.gz.sha256](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.3.1/ilogtail-1.3.1.linux-arm64.tar.gz.sha256)|
23+
24+
## Docker Image
25+
26+
**Docker Pull Command**
27+
``` bash
28+
docker pull sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/ilogtail-community-edition/ilogtail:1.3.1
29+
```

core/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ option(ENABLE_STATIC_LINK_CRT "Build Logtail by linking CRT statically" OFF)
2222

2323
# Name/Version information.
2424
if (NOT DEFINED LOGTAIL_VERSION)
25-
set(LOGTAIL_VERSION "1.3.0")
25+
set(LOGTAIL_VERSION "1.3.1")
2626
endif ()
2727
message(STATUS "Version: ${LOGTAIL_VERSION}")
2828

docker/Dockerfile_build

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WORKDIR /src
1919
COPY . .
2020

2121
ARG HOST_OS=Linux
22-
ARG VERSION=1.3.0
22+
ARG VERSION=1.3.1
2323

2424
USER root
2525

docker/Dockerfile_development_part

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/ilogtail-community-edition/ilogtail-build-linux:latest
1616

1717
ARG HOST_OS=Linux
18-
ARG VERSION=1.3.0
18+
ARG VERSION=1.3.1
1919

2020
USER root
2121
WORKDIR /ilogtail

docker/Dockerfile_production

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
FROM --platform=$TARGETPLATFORM centos:centos7.9.2009 as build
16-
ARG VERSION=1.3.0
16+
ARG VERSION=1.3.1
1717
ARG TARGETPLATFORM
1818
WORKDIR /usr/local
1919
COPY dist/ilogtail-${VERSION}.linux-*.tar.gz .
@@ -38,7 +38,7 @@ VOLUME [ "/sys/fs/cgroup" ]
3838
RUN yum update -y && yum upgrade -y && yum -y clean all && rm -fr /var/cache && rm -rf /core.*
3939

4040
ARG HOST_OS=Linux
41-
ARG VERSION=1.3.0
41+
ARG VERSION=1.3.1
4242
ARG TARGETPLATFORM
4343

4444
COPY --from=build /usr/local/ilogtail-${VERSION} /usr/local/ilogtail

docs/cn/installation/release-notes.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# 发布记录
22

3+
## 1.3.1
4+
5+
### 发布记录
6+
7+
发版日期:2022 年 12 月 13 日
8+
9+
新功能
10+
11+
优化
12+
13+
问题修复
14+
15+
* 获取IP可能失败并引发崩溃的问题 [#576](https://github.com/alibaba/ilogtail/issues/576)
16+
* ARM版本无法在Ubuntu 20.04上运行的问题 [#570](https://github.com/alibaba/ilogtail/issues/570)
17+
18+
[详情和源代码](https://github.com/alibaba/ilogtail/blob/main/changes/v1.3.1.md)
19+
20+
### 下载
21+
22+
| 文件名 | 系统 | 架构 | SHA256 校验码 |
23+
| -------------------------------------------------------------------------------------------------------------------------------------------- | ----- | ------ | ---------------------------------------------------------------- |
24+
| [ilogtail-1.3.1.linux-amd64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.3.1/ilogtail-1.3.1.linux-amd64.tar.gz) | Linux | x86-64 | d74e2e8683fa9c01fcaa155e65953936c18611bcd068bcbeced84a1d7f170bd1 |
25+
| [ilogtail-1.3.1.linux-arm64.tar.gz](https://ilogtail-community-edition.oss-cn-shanghai.aliyuncs.com/1.3.1/ilogtail-1.3.1.linux-arm64.tar.gz) | Linux | arm64 | d9a72b2ed836438b9d103d939d11cf1b0a73814e6bb3d0349dc0b6728b981eaf |
26+
27+
### Docker 镜像
28+
29+
**Docker Pull 命令** 
30+
31+
```
32+
docker pull sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/ilogtail-community-edition/ilogtail:1.3.1
33+
```
34+
335
## 1.3.0
436

537
### 发布记录

docs/en/guides/How-to-build-with-docker.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ make solib
1313

1414
### Build image.
1515
- The default {DOCKER_REPOSITORY} is `aliyun/ilogtail`.
16-
- The default {VERSION} is `1.3.0`.
16+
- The default {VERSION} is `1.3.1`.
1717
- The default {DOCKER_PUSH} is `false`. When the option is configured as true, the built images would also be pushed to the {DOCKER_REPOSITORY} with {VERSION} tag.
1818

1919
```shell
2020
DOCKER_PUSH={DOCKER_PUSH} DOCKER_REPOSITORY={DOCKER_REPOSITORY} VERSION={VERSION} make wholedocker
2121
```
22-
So when you exec `make wholedocker` command, the built image named as `aliyun/ilogtail:1.3.0` would be stored in local repository.
22+
So when you exec `make wholedocker` command, the built image named as `aliyun/ilogtail:1.3.1` would be stored in local repository.
2323

2424

2525
## Build Pure Go image.
2626
If the features that you want to use only in Go part, such as collecting stdout logs or metrics inputs, you cloud build a pure Go image to use.
2727

2828
### Build image.
2929
- The default {DOCKER_REPOSITORY} is `aliyun/ilogtail`.
30-
- The default {VERSION} is `1.3.0`.
30+
- The default {VERSION} is `1.3.1`.
3131
- The default {DOCKER_PUSH} is `false`. When the option is configured as true, the built images would also be pushed to the {DOCKER_REPOSITORY} with {VERSION} tag.
3232

3333
```shell
3434
DOCKER_PUSH={DOCKER_PUSH} DOCKER_REPOSITORY={DOCKER_REPOSITORY} VERSION={VERSION} make docker
3535
```
36-
So when you exec `make docker` command, the built image named as `aliyun/ilogtail:1.3.0` would be stored in local repository.
36+
So when you exec `make docker` command, the built image named as `aliyun/ilogtail:1.3.1` would be stored in local repository.

docs/en/guides/How-to-do-manual-test.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ program written by yourself.
114114
### Run [Logtail AlibabaCloud](https://help.aliyun.com/document_detail/28979.html) on container
115115

116116
1. Run `make docker` to compile [Logtail AlibabaCloud](https://help.aliyun.com/document_detail/28979.html) docker
117-
images named `aliyun/ilogtail:1.3.0`.
118-
2. Rename `aliyun/ilogtail:1.3.0` to a custom name and push to the remotes, such
119-
as `registry.cn-beijing.aliyuncs.com/aliyun/ilogtail:1.3.0`.
117+
images named `aliyun/ilogtail:1.3.1`.
118+
2. Rename `aliyun/ilogtail:1.3.1` to a custom name and push to the remotes, such
119+
as `registry.cn-beijing.aliyuncs.com/aliyun/ilogtail:1.3.1`.
120120
3. Replace the mirror of `logtail-ds` of [ACK](https://www.aliyun.com/product/list/alibabacloudnative) or your self
121121
platform and restart.

scripts/docker_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function arch() {
3737
ARCH=$(arch)
3838
CATEGORY=$1
3939
GENERATED_HOME=$2
40-
VERSION=${3:-1.3.0}
40+
VERSION=${3:-1.3.1}
4141
REPOSITORY=${4:-aliyun/ilogtail}
4242
PUSH=${5:-false}
4343

scripts/gen_build_scripts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set -o pipefail
2424
# e2e: Build plugin dynamic lib with GOC and build the CPP part.
2525
CATEGORY=$1
2626
GENERATED_HOME=$2
27-
VERSION=${3:-1.3.0}
27+
VERSION=${3:-1.3.1}
2828
REPOSITORY=${4:-aliyun/ilogtail}
2929
OUT_DIR=${5:-output}
3030

scripts/plugin_gocbuild.sh

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ if uname -s | grep Linux; then
4040
LDFLAGS='-extldflags "-Wl,--wrap=memcpy"'
4141
fi
4242
goc build '--buildflags=-mod=mod -buildmode=c-shared -ldflags="'"$LDFLAGS"'"' --center=http://goc:7777 -o "$ROOTDIR/$OUT_DIR/${NAME}"
43-
goc build '--buildflags=-mod=mod -buildmode=c-shared -ldflags="-extldflags "-Wl,--wrap=memcpy""' --center=http://goc:7777 -o "$ROOTDIR/$OUT_DIR/${NAME}"
4443
else
4544
echo "goc build only build a dynamic library in linux platform"
4645
exit 1

test/engine/boot/compose.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
interval: 1s
5656
retries: 10
5757
ilogtailC:
58-
image: aliyun/ilogtail:1.3.0
58+
image: aliyun/ilogtail:1.3.1
5959
hostname: ilogtail
6060
privileged: true
6161
pid: host

0 commit comments

Comments
 (0)