Skip to content

Commit 054b9f0

Browse files
Release 1.6.2
1 parent 4533603 commit 054b9f0

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Fixed
1414

15+
### Removed
16+
17+
# [1.6.2] - 2025-12-17
18+
19+
This release fixes the `No such file or directory` error that occurs
20+
if the `/proc/<pid>/stat` file does not exist.
21+
22+
### Fixed
23+
1524
- The `error` message level displayed when the `/proc/<pid>/stat` file is missing
1625
has been changed to `verbose`. (#536).
1726

18-
### Removed
19-
2027
# [1.6.1] - 2025-10-20
2128

2229
This release introduces fix of the `box.schema.needs_upgrade` metric.

metrics/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '1.6.1'
4+
return '1.6.2'

0 commit comments

Comments
 (0)