Skip to content

Commit

Permalink
release 1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coanor committed Sep 25, 2024
1 parent e82790a commit 97d9322
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:)/'
Expand Down
24 changes: 24 additions & 0 deletions internal/export/doc/en/changelog.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
22 changes: 22 additions & 0 deletions internal/export/doc/zh/changelog.md
Original file line number Diff line number Diff line change
@@ -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 发布,修复如下问题:
Expand Down

0 comments on commit 97d9322

Please sign in to comment.