Skip to content

Commit 7b85017

Browse files
committed
Add release notes for 1.16.1
1 parent b841513 commit 7b85017

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Release notes for 1.16.1
3+
date: 2025-07-05
4+
---
5+
6+
This is a new patch release containing bug fixes and documentation updates.
7+
8+
## Fix hostgroup membership list
9+
10+
Calling `connection->server->groups` now correctly returns all hostgroup names a host belongs to.
11+
12+
## Fix command existence checks without `which`
13+
14+
Some non-Windows systems do not have a `which` binary, others (like Red Hat derivatives) may define `which` as a shell function. The [`can_run()`](https://metacpan.org/pod/Rex::Commands::Run#can_run) command now uses `command -v` instead.
15+
16+
## Test with extra GitHub Actions runners
17+
18+
Our GitHub Actions workflow now runs the test suite on DragonflyBSD, FreeBSD, NetBSD, OpenBSD, and Solaris. This allows us to catch issues sooner than before, and we already fixed the following:
19+
20+
- Fix FQDN parsing
21+
- Handle SMBios errors gracefully
22+
- Fix parsing free memory on Solaris
23+
- Fix shared variable lockfile on Solaris
24+
- Prefer GNU tools on Solaris
25+
- Fix parsing FreeBSD memory details
26+
- Recognize laundry memory on FreeBSD
27+
28+
Please see the [CPAN release page](https://metacpan.org/release/FERKI/Rex-1.16.1) for the changelog.
29+
30+
Many thanks to [all contributors](https://metacpan.org/source/FERKI/Rex-1.16.1/CONTRIBUTORS) who made this release possible.

content/docs/release_notes/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Release notes
3-
date: 2025-02-05
3+
date: 2025-07-05
44
---
55

6+
* [Release notes for 1.16.1](1.16.1.html)
67
* [Release notes for 1.16.0](1.16.0.html)
78
* [Release notes for 1.15.0](1.15.0.html)
89
* [Release notes for 1.14.3](1.14.3.html)

0 commit comments

Comments
 (0)