Skip to content

Commit cd58a27

Browse files
committed
chore(doc): Update changelog
1 parent 78b747c commit cd58a27

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

.release-notes.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
## LinuxAid Release Version v1.5.4
1+
## LinuxAid Release Version v1.5.5
22

33
### Bug Fixes
4-
- 9361696f fix: nil safety for linuxaid_tag in ENC and add ENC documentation
5-
- 53fb30a7 fix: handle linuxaid-tag for branch and tags
4+
- 22bb13b7 fix(security): correct exporter config — timeout, field name, CA
5+
6+
### Configuration Changes
7+
- d4c105d0 chore(fix): changed the response key name, based on latest changes in api
68

79
### 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
10+
- ce05f82f Refactor Hiera namespaces to standardize system lookups
11+
- c236ae6b refactor: move profile::certs to profile::system::certs namespace
12+
- ffbe858a Update enableit modules dependencies and metadata
13+
- d3f7bb54 Change disabled_services data values from Hash to Array in hiera file to fix CI
14+
- 3ffa7e9c Remove Redmine module
1215

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.5
6+
7+
### Bug Fixes
8+
- 22bb13b7 fix(security): correct exporter config — timeout, field name, CA
9+
10+
### Configuration Changes
11+
- d4c105d0 chore(fix): changed the response key name, based on latest changes in api
12+
13+
### Other Changes
14+
- ce05f82f Refactor Hiera namespaces to standardize system lookups
15+
- c236ae6b refactor: move profile::certs to profile::system::certs namespace
16+
- ffbe858a Update enableit modules dependencies and metadata
17+
- d3f7bb54 Change disabled_services data values from Hash to Array in hiera file to fix CI
18+
- 3ffa7e9c Remove Redmine module
19+
520
## LinuxAid Release Version v1.5.4
621

722
### Bug Fixes

modules/enableit/common/data/common.yaml

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

312312
# Puppet/Openvox
313313
common::system::openvox::version: "8.24.2"
314-
common::system::openvox::environment: "v1.5.4"
314+
common::system::openvox::environment: "v1.5.5"
315315
common::system::openvox::server: enableit.puppet.obmondo.com
316316
common::system::openvox::package_name: "openvox-agent"
317317
common::system::openvox::configure_agent: true

0 commit comments

Comments
 (0)