|
| 1 | +* Wed Jul 17 2024 resource-agents contributors |
| 2 | +- release candidate 4.15.0 rc1 |
| 3 | +- outscale: new resource agent (#1938) |
| 4 | +- powervs-subnet: new resource agent (#1948) |
| 5 | +- configure: fix enable_ansi check |
| 6 | +- ocf-shellfuncs: add curl_retry() |
| 7 | +- ocf-shellfuncs: dont use deprecated validate-with="none" in CIB |
| 8 | +- ocf-shellfuncs: fix version regex in ocf_local_nodename() |
| 9 | +- ocf-shellfuncs: ocf_run(): add debug level error logging |
| 10 | +- findif.sh: add metric for IPv6 support and fail when matching more than 1 route |
| 11 | +- AWS agents: use curl_retry() for metadata requests |
| 12 | +- Filesystem: fail when incorrect device mounted on mountpoint, and dont unmount the mountpoint in this case, or if mountpoint set to "/" |
| 13 | +- Filesystem: fail when leading or trailing whitespace is present in device or directory parameters |
| 14 | +- Filesystem: return success during stop-action when leading or trailing whitespace is present in device or directory parameters |
| 15 | +- Filesystem: silence "Expected /dev/... to exist" message for probe-action |
| 16 | +- Filesystem: use fuser -Mm (was -m) to avoid killing unrelated processes |
| 17 | +- Filesystem: use fuser -c on FreeBSD, as -m and -M are used for other functionality |
| 18 | +- IPaddr2: change default for lvs_ipv6_addrlabel to true to avoid last added IP becoming src IP |
| 19 | +- IPaddr2: use metric for IPv6 |
| 20 | +- IPsrcaddr: add IPv6 support |
| 21 | +- apache/http-mon.sh: dont use -L for wget2 as it's not implemented yet |
| 22 | +- apache/http-mon.sh: prefer curl due to new wget2 issues, including not being able to resolve hostnames from /etc/hosts |
| 23 | +- azure-events-az: update to API versions, add retry functionality for metadata requests, update tests |
| 24 | +- azure-lb: fix issue where disabled IPv6 made it fail when using socat after adding IPv6 (#1939) |
| 25 | +- conntrackd/galera/rabbitmq-cluster: avoid deprecated tool options |
| 26 | +- galera/mariadb/mysql/redis: remove Unpromoted monitor-action, as it's covered by the regular monitor-action |
| 27 | +- pgsql: pgsql_status: silence expected "ERROR: command failed: runuser ..." messages |
| 28 | +- send_arp.libnet: use calloc() to avoid truncating pidfilename if it is more than 64 chars long |
| 29 | +- storage-mon: add logging to daemon mode. |
| 30 | + |
1 | 31 | * Wed Apr 24 2024 resource-agents contributors |
2 | 32 | - stable release 4.14.0 |
3 | 33 | - doc: writing-python-agents: add description of is_probe() and distro() |
|
0 commit comments