From d4bc6551648dac3d9e11073750fc958e0c933029 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Mon, 26 Jun 2023 13:42:57 -0300 Subject: [PATCH] bump version 4.5.1 --- CHANGELOG.md | 10 ++++++++-- VERSION | 6 +++--- kitchen/test/integration/agent/agent_spec.rb | 2 +- kitchen/test/integration/mngr/manager_spec.rb | 2 +- manifests/certificates.pp | 2 +- manifests/dashboard.pp | 2 +- manifests/filebeat_oss.pp | 4 ++-- manifests/indexer.pp | 2 +- manifests/params_agent.pp | 2 +- manifests/params_manager.pp | 4 ++-- metadata.json | 4 ++-- templates/wazuh_yml.erb | 2 +- 12 files changed, 24 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fc65c6..6ec2e99d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # Change Log All notable changes to this project will be documented in this file. -## Wazuh Puppet v4.4.5 +## Wazuh Puppet v4.5.1 ### Added -- Support to 4.4.5 Wazuh release. +- Support to 4.5.1 Wazuh release. + +## Wazuh Puppet v4.5.0 + +### Added + +- Support to 4.5.0 Wazuh release. ## Wazuh Puppet v4.4.4 diff --git a/VERSION b/VERSION index d94ab3a7..60360fde 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -WAZUH-PUPPET_VERSION="v4.4.5" -REVISION="40412" -VERSION=4.4.5 +WAZUH-PUPPET_VERSION="v4.5.1" +REVISION="40501" +VERSION=4.5.1 diff --git a/kitchen/test/integration/agent/agent_spec.rb b/kitchen/test/integration/agent/agent_spec.rb index 254ce547..8e044d5d 100644 --- a/kitchen/test/integration/agent/agent_spec.rb +++ b/kitchen/test/integration/agent/agent_spec.rb @@ -4,7 +4,7 @@ describe package('wazuh-agent') do it { is_expected.to be_installed } - its('version') { is_expected.to eq '4.4.5-1' } + its('version') { is_expected.to eq '4.5.1-1' } end describe service('wazuh-agent') do diff --git a/kitchen/test/integration/mngr/manager_spec.rb b/kitchen/test/integration/mngr/manager_spec.rb index 3a371c36..efab16f1 100644 --- a/kitchen/test/integration/mngr/manager_spec.rb +++ b/kitchen/test/integration/mngr/manager_spec.rb @@ -4,7 +4,7 @@ describe package('wazuh-manager') do it { is_expected.to be_installed } - its('version') { is_expected.to eq '4.4.5-1' } + its('version') { is_expected.to eq '4.5.1-1' } end # Verifying service diff --git a/manifests/certificates.pp b/manifests/certificates.pp index c8c70b7f..59143924 100644 --- a/manifests/certificates.pp +++ b/manifests/certificates.pp @@ -2,7 +2,7 @@ # Wazuh repository installation class wazuh::certificates ( $wazuh_repository = 'packages.wazuh.com', - $wazuh_version = '4.4', + $wazuh_version = '4.5', ) { file { 'Configure Wazuh Certificates config.yml': owner => 'root', diff --git a/manifests/dashboard.pp b/manifests/dashboard.pp index cabeb7db..c7db6f62 100644 --- a/manifests/dashboard.pp +++ b/manifests/dashboard.pp @@ -3,7 +3,7 @@ class wazuh::dashboard ( $dashboard_package = 'wazuh-dashboard', $dashboard_service = 'wazuh-dashboard', - $dashboard_version = '4.4.5', + $dashboard_version = '4.5.1', $indexer_server_ip = 'localhost', $indexer_server_port = '9200', $dashboard_path_certs = '/etc/wazuh-dashboard/certs', diff --git a/manifests/filebeat_oss.pp b/manifests/filebeat_oss.pp index 690525b2..f33c0ba6 100644 --- a/manifests/filebeat_oss.pp +++ b/manifests/filebeat_oss.pp @@ -11,8 +11,8 @@ $filebeat_oss_elastic_user = 'admin', $filebeat_oss_elastic_password = 'admin', $filebeat_oss_version = '7.10.2', - $wazuh_app_version = '4.4.5_7.10.2', - $wazuh_extensions_version = '4.4', + $wazuh_app_version = '4.5.1_7.10.2', + $wazuh_extensions_version = '4.5', $wazuh_filebeat_module = 'wazuh-filebeat-0.2.tar.gz', $filebeat_fileuser = 'root', diff --git a/manifests/indexer.pp b/manifests/indexer.pp index ae65cec3..fde3615a 100644 --- a/manifests/indexer.pp +++ b/manifests/indexer.pp @@ -8,7 +8,7 @@ $indexer_node_max_local_storage_nodes = '1', $indexer_service = 'wazuh-indexer', $indexer_package = 'wazuh-indexer', - $indexer_version = '4.4.5-1', + $indexer_version = '4.5.1-1', $indexer_fileuser = 'wazuh-indexer', $indexer_filegroup = 'wazuh-indexer', diff --git a/manifests/params_agent.pp b/manifests/params_agent.pp index 514822aa..980937fd 100644 --- a/manifests/params_agent.pp +++ b/manifests/params_agent.pp @@ -1,7 +1,7 @@ # Copyright (C) 2015, Wazuh Inc. # Wazuh-Agent configuration parameters class wazuh::params_agent { - $agent_package_version = '4.4.5' + $agent_package_version = '4.5.1' $agent_package_revision = '1' $agent_service_ensure = 'running' $agent_msi_download_location = 'https://packages.wazuh.com/4.x/windows' diff --git a/manifests/params_manager.pp b/manifests/params_manager.pp index e8e69370..7ba55bcd 100644 --- a/manifests/params_manager.pp +++ b/manifests/params_manager.pp @@ -5,7 +5,7 @@ 'Linux': { # Installation - $server_package_version = '4.4.5-1' + $server_package_version = '4.5.1-1' $manage_repos = true $manage_firewall = false @@ -568,7 +568,7 @@ $keys_group = 'Administrators' $agent_service = 'WazuhSvc' - $agent_package = 'Wazuh Agent 4.4.5' + $agent_package = 'Wazuh Agent 4.5.1' $server_service = '' $server_package = '' $api_service = '' diff --git a/metadata.json b/metadata.json index b48b849a..be3ed9b8 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "wazuh-wazuh", - "version": "4.4.5", + "version": "4.5.1", "author": "WAZUH", "summary": "Install and configure Wazuh-HIDS client and server", "license": "Apache-2.0", @@ -111,7 +111,7 @@ "tags": [ "ossec", "hids", - "4.4", + "4.5", "wazuh" ], "pdk-version": "1.14.1", diff --git a/templates/wazuh_yml.erb b/templates/wazuh_yml.erb index f0511fa3..cb2ae0d5 100644 --- a/templates/wazuh_yml.erb +++ b/templates/wazuh_yml.erb @@ -12,7 +12,7 @@ # ======================== Wazuh dashboard configuration file ======================== # # Please check the documentation for more information about configuration options: -# https://documentation.wazuh.com/4.4/user-manual/wazuh-dashboard/config-file.html +# https://documentation.wazuh.com/4.5/user-manual/wazuh-dashboard/config-file.html # # Also, you can check our repository: # https://github.com/wazuh/wazuh-kibana-app