Skip to content

Commit 536c687

Browse files
dkirov-ddclaude
andcommitted
release(lustre): bump to 1.5.1
Cut a beta release off this branch with the 2.15.x get_param fix and the WARNING-on-command-failure change. Bumps __about__.py to 1.5.1 and folds the changelog fragment into CHANGELOG.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 645eed6 commit 536c687

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

lustre/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 1.5.1 / 2026-07-10
6+
7+
***Fixed***:
8+
9+
* Collect client stat metrics on Lustre 2.15.x clients (e.g. AWS FSx for Lustre) by calling `lctl get_param -n` instead of `-ny`. The `-y` (YAML) flag was only added in Lustre 2.16, so on 2.15.x every stats-based family (llite/mdc/osc/ldlm) was silently collected as empty. ([#24501](https://github.com/DataDog/integrations-core/pull/24501))
10+
* Log `lctl`/`lnetctl` command failures at WARNING instead of DEBUG so silent data gaps are visible in the check status. ([#24501](https://github.com/DataDog/integrations-core/pull/24501))
11+
512
## 1.5.0 / 2026-04-01 / Agent 7.78.1
613

714
***Added***:

lustre/changelog.d/24501.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2025-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = '1.5.0'
4+
__version__ = '1.5.1'

0 commit comments

Comments
 (0)