From 97d9322d12191611fc1e79b1adfcbfcab8ae5034 Mon Sep 17 00:00:00 2001 From: coanor Date: Wed, 25 Sep 2024 19:23:03 +0800 Subject: [PATCH] release 1.39.0 --- .gitlab-ci.yml | 2 +- internal/export/doc/en/changelog.md | 24 ++++++++++++++++++++++++ internal/export/doc/zh/changelog.md | 22 ++++++++++++++++++++++ 3 files changed, 47 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66a6e23642..9da0f1962c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ before_script: variables: PROJECT: "datakit" - CI_VERSION: "1.38.2" + CI_VERSION: "1.39.0" CI_TESTING_VERSION: $CI_VERSION-testing_$CI_COMMIT_BRANCH DISABLED_MR_TARGET_BRANCHES: '/^master|main/' DISABLED_MR_TITLE: '/^(\[Draft\]|\(Draft\)|Draft:)/' diff --git a/internal/export/doc/en/changelog.md b/internal/export/doc/en/changelog.md index 19d9d1b2aa..1c65221e95 100644 --- a/internal/export/doc/en/changelog.md +++ b/internal/export/doc/en/changelog.md @@ -1,5 +1,29 @@ # Changelog +## 1.39.0 (2024/09/25) {#cl-1.39.0} + +This release is an iterative update with the following changes: + +### New Features {#cl-1.39.0-new} + +- Added vSphere Collector (#2322) +- Support extracting basic metrics from Profile files in profiling collection (#2335) + +### Bug Fixes {#cl-1.39.0-fix} + +- Fixed unnecessary collection by KubernetesPrometheus collector during startup (#2412) +- Fixed potential crash issues with Redis Collector (#2411) +- Fixed RabbitMQ crash issue (#2410) +- Fixed the issue where up metrics did not accurately reflect the collector's running status (#2409) + +### Feature Optimizations {#cl-1.39.0-opt} + +- Improved compatibility for Redis big-key collection (#2404) +- Dial-testing supports custom tags extraction (#2402) +- Other documentation optimizations (#2401) + +--- + ## 1.38.2 (2024/09/19) {#cl-1.38.2} This release is a Hotfix release addressing the following issues: diff --git a/internal/export/doc/zh/changelog.md b/internal/export/doc/zh/changelog.md index 8423e41cd7..51e34ef0d0 100644 --- a/internal/export/doc/zh/changelog.md +++ b/internal/export/doc/zh/changelog.md @@ -1,5 +1,27 @@ # 更新日志 +## 1.39.0(2024/09/25) {#cl-1.39.0} +本次发布属于迭代发布,主要有如下更新: + +### 新加功能 {#cl-1.39.0-new} + +- 新增 vSphere 采集器(#2322) +- Profiling 采集中支持从 Profile 文件中提取基本指标(#2335) + +### 问题修复 {#cl-1.39.0-fix} + +- 修复 KubernetesPrometheus 采集在启动时出现的非必要采集(#2412) +- 修复 Redis 采集器可能出现的崩溃问题(#2411) +- 修复 RabbitMQ 崩溃问题(#2410) +- 修复 up 指标未能真实反应采集器运行情况的问题(#2409) + +### 功能优化 {#cl-1.39.0-opt} + +- 完善 Redis big-key 采集的兼容性(#2404) - 拨测采集器支持自定义标签字段提取(#2402) +- 其它文档优化(#2401) + +--- + ## 1.38.2(2024/09/19) {#cl-1.38.2} 本次发布属于 Hotfix 发布,修复如下问题: