Skip to content

Commit b7d32a2

Browse files
authored
Merge pull request #262 from voxpupuli/release-prep
Release 7.3.0
2 parents 0c7134c + 9df7cc7 commit b7d32a2

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ 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-
## [v7.2.0](https://github.com/voxpupuli/puppet-rsyslog/tree/v7.2.0) (2025-02-11)
7+
## [v7.3.0](https://github.com/voxpupuli/puppet-rsyslog/tree/v7.3.0) (2025-04-01)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-rsyslog/compare/v7.2.0...v7.3.0)
10+
11+
**Implemented enhancements:**
12+
13+
- allow puppetlabs/apt 10.x [\#260](https://github.com/voxpupuli/puppet-rsyslog/pull/260) ([jhoblitt](https://github.com/jhoblitt))
14+
- metadata.json: Add OpenVox [\#259](https://github.com/voxpupuli/puppet-rsyslog/pull/259) ([jstraw](https://github.com/jstraw))
15+
16+
**Fixed bugs:**
17+
18+
- Notify the service when there is a change in the config\_file [\#257](https://github.com/voxpupuli/puppet-rsyslog/pull/257) ([hfrog](https://github.com/hfrog))
19+
- README: puppet refuses to parse class attributes as strings [\#247](https://github.com/voxpupuli/puppet-rsyslog/pull/247) ([m8t](https://github.com/m8t))
20+
21+
## [v7.2.0](https://github.com/voxpupuli/puppet-rsyslog/tree/v7.2.0) (2025-02-12)
822

923
[Full Changelog](https://github.com/voxpupuli/puppet-rsyslog/compare/v7.1.0...v7.2.0)
1024

metadata.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-rsyslog",
3-
"version": "7.2.1-rc0",
3+
"version": "7.3.0",
44
"author": "Vox Pupuli",
55
"summary": "Manage rsyslog v8 configuration",
66
"license": "Apache-2.0",
@@ -45,9 +45,7 @@
4545
},
4646
{
4747
"operatingsystem": "Debian",
48-
"operatingsystemrelease": [
49-
50-
]
48+
"operatingsystemrelease": []
5149
},
5250
{
5351
"operatingsystem": "Fedora",

0 commit comments

Comments
 (0)