Skip to content

Commit a1c8539

Browse files
authored
Merge pull request #358 from voxpupuli/release-prep
Release 5.2.1
2 parents 84a927a + d4635a9 commit a1c8539

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v5.2.1](https://github.com/voxpupuli/puppet-keepalived/tree/v5.2.1) (2025-07-22)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-keepalived/compare/v5.2.0...v5.2.1)
10+
11+
**Fixed bugs:**
12+
13+
- snmp: Only configure snmp\_socket when it is required [\#357](https://github.com/voxpupuli/puppet-keepalived/pull/357) ([bastelfreak](https://github.com/bastelfreak))
14+
715
## [v5.2.0](https://github.com/voxpupuli/puppet-keepalived/tree/v5.2.0) (2025-05-01)
816

917
[Full Changelog](https://github.com/voxpupuli/puppet-keepalived/compare/v5.1.0...v5.2.0)
1018

1119
**Implemented enhancements:**
1220

1321
- metadata.json: Add OpenVox [\#352](https://github.com/voxpupuli/puppet-keepalived/pull/352) ([jstraw](https://github.com/jstraw))
22+
- allow setting process parameters for `track_process` [\#349](https://github.com/voxpupuli/puppet-keepalived/pull/349) ([trefzer](https://github.com/trefzer))
1423
- Add `validate_cmd` for `keepalived.conf` [\#346](https://github.com/voxpupuli/puppet-keepalived/pull/346) ([phihos](https://github.com/phihos))
1524
- Add support for `lvs_sync_daemon` [\#342](https://github.com/voxpupuli/puppet-keepalived/pull/342) ([dlucredativ](https://github.com/dlucredativ))
1625
- allow hiera to define `keepalived::global_defs` [\#340](https://github.com/voxpupuli/puppet-keepalived/pull/340) ([ppickfor](https://github.com/ppickfor))

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-keepalived",
3-
"version": "5.2.1-rc0",
3+
"version": "5.2.1",
44
"author": "Vox Pupuli",
55
"summary": "Keepalived module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)