Skip to content

Commit

Permalink
bump version to 2.0.0 (#1318)
Browse files Browse the repository at this point in the history
* 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
yyuuttaaoo authored Jan 12, 2024
1 parent 2c2ae3d commit 64bc99d
Show file tree
Hide file tree
Showing 20 changed files with 731 additions and 534 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,3 @@ your changes, such as:
- [public] [both] [updated] add a new feature

## [Unreleased]

- [public] [both] [added] add UsingOldContentTag. When UsingOldContentTag is set to false, the Tag is now placed in the Meta instead of Logs during cgo.
- [public] [both] [added] Env control using the new configuration
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

.DEFAULT_GOAL := all
VERSION ?= 1.8.3
VERSION ?= 2.0.0
DOCKER_PUSH ?= false
DOCKER_REPOSITORY ?= aliyun/ilogtail
BUILD_REPOSITORY ?= aliyun/ilogtail_build
Expand Down
40 changes: 40 additions & 0 deletions changes/v1.8.4.md
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
```
56 changes: 56 additions & 0 deletions changes/v2.0.0.md
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
```
2 changes: 1 addition & 1 deletion docker/Dockerfile_build
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR /src
COPY . .

ARG HOST_OS=Linux
ARG VERSION=1.8.3
ARG VERSION=2.0.0

USER root

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_development_part
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/ilogtail-community-edition/ilogtail-build-linux:spl-0.1

ARG HOST_OS=Linux
ARG VERSION=1.8.3
ARG VERSION=2.0.0

USER root
WORKDIR /ilogtail
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_e2e
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FROM sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/ilogtail-community-edition/ilogtail-build-linux:gcc_9.3.1-2

ARG HOST_OS=Linux
ARG VERSION=1.8.1
ARG VERSION=2.0.0

USER root
WORKDIR /ilogtail
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile_production
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

FROM --platform=$TARGETPLATFORM centos:centos7.9.2009 as build
ARG VERSION=1.8.3
ARG VERSION=2.0.0
ARG TARGETPLATFORM
WORKDIR /usr/local
COPY dist/ilogtail-${VERSION}.linux-*.tar.gz .
Expand All @@ -28,7 +28,7 @@ ENV container docker
RUN yum update -y && yum upgrade -y && yum -y clean all && rm -fr /var/cache && rm -rf /core.*

ARG HOST_OS=Linux
ARG VERSION=1.8.3
ARG VERSION=2.0.0
ARG TARGETPLATFORM

COPY --from=build /usr/local/ilogtail-${VERSION} /usr/local/ilogtail
Expand Down
1 change: 1 addition & 0 deletions docs/cn/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* [Kubernetes使用](installation/start-with-k8s.md)
* [守护进程](installation/daemon.md)
* [发布记录](installation/release-notes.md)
* [发布记录(1.x版本)](installation/release-notes-1.md)
* [支持的操作系统](installation/os.md)
* [源代码](installation/sources/README.md)
* [下载](installation/sources/download.md)
Expand Down
Loading

0 comments on commit 64bc99d

Please sign in to comment.