Skip to content

Commit

Permalink
Update changelog for 4.4.3 (#17231)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikman90 authored May 24, 2023
1 parent b818848 commit f7080df
Showing 1 changed file with 28 additions and 8 deletions.
36 changes: 28 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file.

## [v4.4.3]

### Agent

#### Changed

- Added support for Apple Silicon processors to the macOS agent. ([#16521](https:/wazuh/wazuh/pull/16521))
- Prevented the installer from checking the old users "ossecm" and "ossecr" on upgrade. ([#2211](https:/wazuh/wazuh-packages/pull/2211))
- The deployment variables capture has been changed on macOS. ([#17195](https:/wazuh/wazuh/pull/17195))

#### Fixed

- The temporary file "ossec.confre" is now removed after upgrade on macOS. ([#2217](https:/wazuh/wazuh-packages/pull/2217))
- Prevented the installer from corrupting the agent configuration on macOS when deployment variables were defined on upgrade. ([#2208](https:/wazuh/wazuh-packages/pull/2208))
- The installation on macOS has been fixed by removing calls to launchctl. ([#2218](https:/wazuh/wazuh-packages/pull/2218))

### Ruleset

#### Changed

- The SCA policy names have been unified. ([#17202](https:/wazuh/wazuh/pull/17202))


## [v4.4.2] - 2022-05-18

Expand All @@ -16,7 +36,7 @@ All notable changes to this project will be documented in this file.

- Fixed a bug causing agent groups tasks status in the cluster not to be stored. ([#16394](https:/wazuh/wazuh/pull/16394))
- Fixed memory leaks in Vulnerability Detector after disk failures. ([#16478](https:/wazuh/wazuh/pull/16478))
- Fixed a pre-decoder problem with the + symbol in the macOS ULS timestamp. ([#16530](https:/wazuh/wazuh/pull/16530))
- Fixed a pre-decoder problem with the + symbol in the macOS ULS timestamp. ([#16530](https:/wazuh/wazuh/pull/16530))

### Agent

Expand All @@ -27,25 +47,25 @@ All notable changes to this project will be documented in this file.

#### Changed

- Changed _netstat_ command on macOS agents. ([#16743](https:/wazuh/wazuh/pull/16743))
- Changed _netstat_ command on macOS agents. ([#16743](https:/wazuh/wazuh/pull/16743))

#### Fixed

- Fixed an issue with MAC address reporting on Windows systems. ([#16517](https:/wazuh/wazuh/pull/16517))
- Fixed Windows unit tests hanging during execution. ([#16857](https:/wazuh/wazuh/pull/16857))
- Fixed an issue with MAC address reporting on Windows systems. ([#16517](https:/wazuh/wazuh/pull/16517))
- Fixed Windows unit tests hanging during execution. ([#16857](https:/wazuh/wazuh/pull/16857))

### RESTful API

#### Fixed

- Fixed agent insertion when no key is specified using `POST /agents/insert` endpoint. ([#16381](https:/wazuh/wazuh/pull/16381))
- Fixed agent insertion when no key is specified using `POST /agents/insert` endpoint. ([#16381](https:/wazuh/wazuh/pull/16381))

### Ruleset
### Ruleset

#### Added

- Added macOS 13.0 Ventura SCA policy. ([#15566](https:/wazuh/wazuh/pull/15566))
- Added new ruleset for macOS 13 Ventura and older versions. ([#15567](https:/wazuh/wazuh/pull/15567))
- Added macOS 13.0 Ventura SCA policy. ([#15566](https:/wazuh/wazuh/pull/15566))
- Added new ruleset for macOS 13 Ventura and older versions. ([#15567](https:/wazuh/wazuh/pull/15567))
- Added a new base ruleset for log sources collected from Amazon Security Lake. ([#16549](https:/wazuh/wazuh/pull/16549))

### Other
Expand Down

0 comments on commit f7080df

Please sign in to comment.