Skip to content

Commit

Permalink
Merge pull request #1862 from wazuh/4.3.9-bump
Browse files Browse the repository at this point in the history
 Bump 4.3.8 to 4.3.9
  • Loading branch information
DFolchA authored Sep 28, 2022
2 parents f470c0b + 7444eab commit c51cb30
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.
## [v4.3.9]

- https://github.com/wazuh/wazuh-packages/releases/tag/v4.3.9

## [v4.3.8]

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.8
4.3.9
4 changes: 3 additions & 1 deletion aix/SPECS/wazuh-agent-aix.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spec file for AIX systems
Name: wazuh-agent
Version: 4.3.8
Version: 4.3.9
Release: 1
License: GPL
URL: https://www.wazuh.com/
Expand Down Expand Up @@ -290,6 +290,8 @@ rm -fr %{buildroot}
%attr(750, root, wazuh) %{_localstatedir}/wodles/*

%changelog
* Mon Oct 03 2022 support <[email protected]> - 4.3.9
- More info: https://documentation.wazuh.com/current/release-notes/
* Wed Sep 21 2022 support <[email protected]> - 3.13.6
- More info: https://documentation.wazuh.com/current/release-notes/
* Mon Sep 19 2022 support <[email protected]> - 4.3.8
Expand Down
6 changes: 6 additions & 0 deletions debs/SPECS/wazuh-agent/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wazuh-agent (4.3.9-RELEASE) stable; urgency=low

* More info: https://documentation.wazuh.com/current/release-notes/

-- Wazuh, Inc <[email protected]> Mon, 03 Oct 2022 15:00:00 +0000

wazuh-agent (4.3.8-RELEASE) stable; urgency=low

* More info: https://documentation.wazuh.com/current/release-notes/
Expand Down
6 changes: 6 additions & 0 deletions debs/SPECS/wazuh-manager/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
wazuh-manager (4.3.9-RELEASE) stable; urgency=low

* More info: https://documentation.wazuh.com/current/release-notes/

-- Wazuh, Inc <[email protected]> Mon, 03 Oct 2022 15:00:00 +0000

wazuh-manager (4.3.8-RELEASE) stable; urgency=low

* More info: https://documentation.wazuh.com/current/release-notes/
Expand Down
4 changes: 2 additions & 2 deletions macos/specs/wazuh-agent.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>4.3.8-1</string>
<string>4.3.9-1</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down Expand Up @@ -1239,7 +1239,7 @@
</dict>
</array>
<key>NAME</key>
<string>wazuh-agent-4.3.8-1</string>
<string>wazuh-agent-4.3.9-1</string>
<key>PAYLOAD_ONLY</key>
<false/>
<key>TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING</key>
Expand Down
4 changes: 3 additions & 1 deletion rpms/SPECS/wazuh-agent.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Wazuh helps you to gain security visibility into your infrastructure by monitoring hosts at an operating system and application level. It provides the following capabilities: log analysis, file integrity monitoring, intrusions detection and policy and compliance monitoring
Name: wazuh-agent
Version: 4.3.8
Version: 4.3.9
Release: %{_release}
License: GPL
Group: System Environment/Daemons
Expand Down Expand Up @@ -617,6 +617,8 @@ rm -fr %{buildroot}


%changelog
* Mon Oct 03 2022 support <[email protected]> - 4.3.9
- More info: https://documentation.wazuh.com/current/release-notes/
* Wed Sep 21 2022 support <[email protected]> - 3.13.6
- More info: https://documentation.wazuh.com/current/release-notes/
* Mon Sep 19 2022 support <[email protected]> - 4.3.8
Expand Down
4 changes: 3 additions & 1 deletion rpms/SPECS/wazuh-manager.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Wazuh helps you to gain security visibility into your infrastructure by monitoring hosts at an operating system and application level. It provides the following capabilities: log analysis, file integrity monitoring, intrusions detection and policy and compliance monitoring
Name: wazuh-manager
Version: 4.3.8
Version: 4.3.9
Release: %{_release}
License: GPL
Group: System Environment/Daemons
Expand Down Expand Up @@ -833,6 +833,8 @@ rm -fr %{buildroot}


%changelog
* Mon Oct 03 2022 support <[email protected]> - 4.3.9
- More info: https://documentation.wazuh.com/current/release-notes/
* Wed Sep 21 2022 support <[email protected]> - 3.13.6
- More info: https://documentation.wazuh.com/current/release-notes/
* Mon Sep 19 2022 support <[email protected]> - 4.3.8
Expand Down
4 changes: 2 additions & 2 deletions tests/unattended/install/test_unattended.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def test_check_log_errors():
for line in f.readlines():
if 'ERROR' in line:
found_error = True
if get_wazuh_version() == 'v4.3.8':
if get_wazuh_version() == 'v4.3.9':
if 'ERROR: Cluster error detected' in line or 'agent-upgrade: ERROR: (8123): There has been an error executing the request in the tasks manager.' in line:
found_error = False
else:
Expand All @@ -236,7 +236,7 @@ def test_check_cluster_log_errors():
for line in f.readlines():
if 'ERROR' in line:
found_error = True
if get_wazuh_version() == 'v4.3.8':
if get_wazuh_version() == 'v4.3.9':
if 'Could not connect to master' in line or 'Worker node is not connected to master' in line or 'Connection reset by peer' in line:
found_error = False
else:
Expand Down
4 changes: 2 additions & 2 deletions tests/unattended/unit/suites/test-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test-04-common_checkInstalled-all-installed-yum() {

@mocktrue yum list installed

@mock grep wazuh-manager === @echo wazuh-manager.x86_64 4.3.8-1 @wazuh
@mock grep wazuh-manager === @echo wazuh-manager.x86_64 4.3.9-1 @wazuh
@mkdir /var/ossec

@mock grep wazuh-indexer === @echo wazuh-indexer.x86_64 1.13.2-1 @wazuh
Expand Down Expand Up @@ -105,7 +105,7 @@ test-04-common_checkInstalled-all-installed-yum() {
}

test-04-common_checkInstalled-all-installed-yum-assert() {
@echo "wazuh-manager.x86_64 4.3.8-1 @wazuh"
@echo "wazuh-manager.x86_64 4.3.9-1 @wazuh"
@echo 1

@echo "wazuh-indexer.x86_64 1.13.2-1 @wazuh"
Expand Down
2 changes: 1 addition & 1 deletion tests/unattended/unit/suites/test-dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source "${base_dir}"/bach.sh
@setup-test {
@ignore common_logger
k_certs_path="/etc/wazuh-dashboard/certs/"
wazuh_version="4.3.8"
wazuh_version="4.3.9"
elasticsearch_oss_version="7.10.2"
wazuh_kibana_plugin_revision="1"
repobaseurl="https://packages.wazuh.com/4.x"
Expand Down
2 changes: 1 addition & 1 deletion unattended_installer/install_functions/installVariables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Package vars
readonly wazuh_major="4.3"
readonly wazuh_version="4.3.8"
readonly wazuh_version="4.3.9"
readonly filebeat_version="7.10.2"
readonly wazuh_install_vesion="0.1"

Expand Down

0 comments on commit c51cb30

Please sign in to comment.