From oalbrigt at redhat.com Mon Jan 5 10:46:44 2026 From: oalbrigt at redhat.com (Oyvind Albrigtsen) Date: Mon, 5 Jan 2026 11:46:44 +0100 Subject: [ClusterLabs Developers] fence-agents v4.17.0 Message-ID: ClusterLabs is happy to announce fence-agents v4.17.0. The source code is available at: https://github.com/ClusterLabs/fence-agents/releases/tag/v4.17.0 The most significant enhancements in this release are: - new fence agents: - fence_aws_vpc_net - fence_hetzner_cloud - fence_shelly_gen2 - bugfixes and enhancements: - build: add support for rust coreutils - build: remove discards const qualifier warnings - spec: dont Require python3-msrestazure on RHEL10+ - fence_aws: add new skip_os_shutdown parameter (#632) - fence_azure_arm: fix managed identity authentication (#605) - fence_azure_arm: use azure-identity instead of msrestazure, which has been deprecated (#603) - fence_compute/fence_evacuate: dont use deprecated inspect.getargspec() - fence_gce: fix node list limit (#640) - fence_ibm_powervs: fix plaintext token file support - fence_ibm_powervs: update description of api-type parameter to show correct default value - fence_ibm_vpc: add apikey file support - fence_ibm_vpc: fix missing statuses - fence_ibm_vpc: refresh bearer-token in connect() if token data is corrupt, and avoid edge-case of writing empty token file - fence_kubevirt: add fallback to kubernetes.client.rest to avoid errors with some versions of the kubernetes library - fence_kubevirt: set grace_period_seconds=0 to immediately power off the node - fence_nutanix_ahv: handle API rate limits (#604) - fence_nutanix_ahv: fix incorrect agent name in longdesc - fence_raritan_px3: fix syntax warnings - fence_sbd: add crashdump parameter - fence_sbd: get devices from SBD_DEVICE env variable if devices parameter isnt set (#591) - fence_virt: fix build with libxml 2.14 - fence_virt: print error messages to sderr - fence_virtd: fix linkage of server modules (#624) The full list of changes for fence-agents is available at: https://github.com/ClusterLabs/fence-agents/compare/v4.16.0...v4.17.0 Everyone is encouraged to download and test the new release. We do many regression tests and simulations, but we can't cover all possible use cases, so your feedback is important and appreciated. Many thanks to all the contributors to this release. Best, The fence-agents maintainers From fabbione at fabbione.net Wed Jan 14 04:20:28 2026 From: fabbione at fabbione.net (Fabio M. Di Nitto) Date: Wed, 14 Jan 2026 05:20:28 +0100 Subject: [ClusterLabs Developers] kronosnet v1.33 released Message-ID: All, We are pleased to announce the general availability of kronosnet v1.33 kronosnet (or knet for short) is the new underlying network protocol for Linux HA components (corosync), that features the ability to use multiple links between nodes, active/active and active/passive link failover policies, automatic link recovery, FIPS compliant encryption (nss and/or openssl), automatic PMTUd and in general better performance compared to the old network protocol. Highlights in this release: * Build fixes for gcc-15 * Build fixes for rust coreutils * Coverity tests cleanup * Release: ship all files for completeness Known issues in this release: * None The source tarballs can be downloaded here: https://www.kronosnet.org/releases/ Upstream resources and contacts: https://kronosnet.org/ https://github.com/kronosnet/kronosnet/ https://ci.kronosnet.org/ https://projects.clusterlabs.org/project/board/86/ (TODO list and activities tracking) https://goo.gl/9ZvkLS (google shared drive with presentations and diagrams) IRC: #kronosnet on Libera https://lists.kronosnet.org/mailman3/postorius/lists/users.lists.kronosnet.org/ https://lists.kronosnet.org/mailman3/postorius/lists/devel.lists.kronosnet.org/ Cheers, The knet developer team