File tree Expand file tree Collapse file tree 3 files changed +26
-8
lines changed
modules/enableit/common/data Expand file tree Collapse file tree 3 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ common::system::disabled_services:
311311
312312# Puppet/Openvox
313313common::system::openvox::version : " 8.24.2"
314- common::system::openvox::environment : " v1.5.4 "
314+ common::system::openvox::environment : " v1.5.5 "
315315common::system::openvox::server : enableit.puppet.obmondo.com
316316common::system::openvox::package_name : " openvox-agent"
317317common::system::openvox::configure_agent : true
You can’t perform that action at this time.
0 commit comments