Compare commits

...
Author SHA1 Message Date
Victor Carlos Erenu 0a4e880b81 Add changelog 2026-05-13 01:55:57 +07:00
Victor Carlos Erenu 550d183a1d Fix file owners on Goss test 2026-05-13 01:53:16 +07:00
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -2,14 +2,14 @@ file:
/var/wazuh-manager/bin/wazuh-manager-control:
exists: true
mode: "0750"
owner: root
group: root
owner: wazuh-manager
group: wazuh-manager
filetype: file
contains: []
/var/wazuh-manager/etc/wazuh-manager.conf:
exists: true
mode: "0660"
owner: root
owner: wazuh-manager
group: wazuh-manager
filetype: file
contains: []
+1
View File
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Change file owners on Goss test ([#2395](https://github.com/wazuh/wazuh-docker/pull/2395))
- Add Wazuh indexer engine start on entrypoint ([#2390](https://github.com/wazuh/wazuh-docker/pull/2390))
- Image build process update ([#2358](https://github.com/wazuh/wazuh-docker/pull/2358))
- Add new path on artifact_urls file ([#2344](https://github.com/wazuh/wazuh-docker/pull/2344))