Skip to content

Commit

Permalink
Update changelog and bump revision to 40302
Browse files Browse the repository at this point in the history
  • Loading branch information
chemamartinez committed Nov 12, 2021
1 parent 3f505e8 commit 6531bb5
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
- Added a verbose mode in the wazuh-logtest tool. ([#9204](https://github.com/wazuh/wazuh/pull/9204))
- Added Vulnerability Detector support for Amazon Linux. ([#8830](https://github.com/wazuh/wazuh/pull/8830))
- Introduced new option `<force>` to set the behavior when Authd finds conflicts on agent enrollment requests. ([#10693](https://github.com/wazuh/wazuh/pull/10693))
- Added saniziters to the unit tests execution. ([#9099](https://github.com/wazuh/wazuh/pull/9099))

#### Changed

Expand Down Expand Up @@ -74,6 +75,7 @@ All notable changes to this project will be documented in this file.
- Fixed a typo in the SSH Integrity Check script for Agentless. ([#9292](https://github.com/wazuh/wazuh/pull/9292))
- Fixed multiple race conditions in Remoted. ([#10421](https://github.com/wazuh/wazuh/pull/10421))
- The manager's agent database has been fixed to prevent dangling entries from removed agents. ([#10390](https://github.com/wazuh/wazuh/pull/10390))
- Fixed the alerts generated by FIM when a lookup operation on an SID fails. ([#9765](https://github.com/wazuh/wazuh/pull/9765))

#### Removed

Expand Down
2 changes: 1 addition & 1 deletion api/api/spec/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ info:
<SecurityDefinitions />

version: '4.3.0'
x-revision: '40301'
x-revision: '40302'
title: 'Wazuh API REST'
license:
name: 'GPL 2.0'
Expand Down
2 changes: 1 addition & 1 deletion framework/wazuh/core/cluster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2

__version__ = '4.3.0'
__revision__ = '40301'
__revision__ = '40302'
__author__ = "Wazuh Inc"
__wazuh_name__ = "Wazuh"
__licence__ = "\
Expand Down
2 changes: 1 addition & 1 deletion src/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "WAZUH"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "v4.3.0-40301"
PROJECT_NUMBER = "v4.3.0-40302"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion src/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
40301
40302
2 changes: 1 addition & 1 deletion src/init/wazuh-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DIR=`dirname $PWD`;

# Installation info
VERSION="v4.3.0"
REVISION="40301"
REVISION="40302"
TYPE="agent"

### Do not modify below here ###
Expand Down
2 changes: 1 addition & 1 deletion src/init/wazuh-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PLIST=${DIR}/bin/.process_list;

# Installation info
VERSION="v4.3.0"
REVISION="40301"
REVISION="40302"
TYPE="local"

### Do not modify below here ###
Expand Down
2 changes: 1 addition & 1 deletion src/init/wazuh-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PLIST=${DIR}/bin/.process_list;

# Installation info
VERSION="v4.3.0"
REVISION="40301"
REVISION="40302"
TYPE="server"

### Do not modify below here ###
Expand Down
2 changes: 1 addition & 1 deletion src/win32/wazuh-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
!define MUI_ICON install.ico
!define MUI_UNICON uninstall.ico
!define VERSION "4.3.0"
!define REVISION "40301"
!define REVISION "40302"
!define NAME "Wazuh"
!define SERVICE "WazuhSvc"

Expand Down

0 comments on commit 6531bb5

Please sign in to comment.