Skip to content

Commit ae48d54

Browse files
committed
chore(doc): Update changelog
1 parent a10f9e1 commit ae48d54

3 files changed

Lines changed: 22 additions & 6 deletions

File tree

.release-notes.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
## LinuxAid Release Version v1.5.3
1+
## LinuxAid Release Version v1.5.4
22

33
### Bug Fixes
4-
- 9747c6f1 fix: remove cron_jobs param since it's not being referenced anywhere
5-
- 39622c49 fix: skip rsyslog if facter is unset
6-
- 2e7974dc fix(haproxy): gate HAProxy 3.x to Ubuntu 24.04+ only
7-
- edb97336 fix: replace dummy cert creation with snake oil
4+
- 9361696f fix: nil safety for linuxaid_tag in ENC and add ENC documentation
5+
- 53fb30a7 fix: handle linuxaid-tag for branch and tags
6+
7+
### Other Changes
8+
- 349fb9f8 ci: update docstring ci to v0.1.0
9+
- 0d4cc16e refactor: replace common::services::systemd with systemd::unit_file
10+
- c9babc2f Fix typo in openvmtools class name
11+
- 5a819ebf update security exporter to use Vuls server config
812

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All releases and the changes included in them (pulled from git commits added since last release) will be detailed in this file.
44

5+
## LinuxAid Release Version v1.5.4
6+
7+
### Bug Fixes
8+
- 9361696f fix: nil safety for linuxaid_tag in ENC and add ENC documentation
9+
- 53fb30a7 fix: handle linuxaid-tag for branch and tags
10+
11+
### Other Changes
12+
- 349fb9f8 ci: update docstring ci to v0.1.0
13+
- 0d4cc16e refactor: replace common::services::systemd with systemd::unit_file
14+
- c9babc2f Fix typo in openvmtools class name
15+
- 5a819ebf update security exporter to use Vuls server config
16+
517
## LinuxAid Release Version v1.5.3
618

719
### Bug Fixes

modules/enableit/common/data/common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ common::system::services::disabled_services:
312312

313313
# Puppet/Openvox
314314
common::system::openvox::version: "8.24.2"
315-
common::system::openvox::environment: "v1.5.3"
315+
common::system::openvox::environment: "v1.5.4"
316316
common::system::openvox::server: enableit.puppet.obmondo.com
317317
common::system::openvox::package_name: "openvox-agent"
318318
common::system::openvox::configure_agent: true

0 commit comments

Comments
 (0)