From f9e7c6dcefad78c947ef513c999cb8d4f1b85a9b Mon Sep 17 00:00:00 2001 From: Jesus Garcia Date: Tue, 13 May 2025 12:44:36 -0500 Subject: [PATCH 1/3] Bump to 5.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ VERSION.json | 2 +- .../wazuh-dashboard/dashboard-deploy.yaml | 2 +- .../wazuh-indexer/cluster/indexer-sts.yaml | 2 +- wazuh/wazuh_managers/wazuh-master-sts.yaml | 2 +- wazuh/wazuh_managers/wazuh-worker-sts.yaml | 2 +- 6 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d4db1d..723a2bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. +## [5.0.0] + +### Added + +- None + +### Changed + +- None + +### Fixed + +- None + +### Deleted + +- None + ## [4.13.0] ### Added diff --git a/VERSION.json b/VERSION.json index dfee93c..93df817 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1,4 +1,4 @@ { - "version": "4.13.0", + "version": "5.0.0", "stage": "alpha0" } diff --git a/wazuh/indexer_stack/wazuh-dashboard/dashboard-deploy.yaml b/wazuh/indexer_stack/wazuh-dashboard/dashboard-deploy.yaml index a0e5524..dc409dd 100644 --- a/wazuh/indexer_stack/wazuh-dashboard/dashboard-deploy.yaml +++ b/wazuh/indexer_stack/wazuh-dashboard/dashboard-deploy.yaml @@ -32,7 +32,7 @@ spec: secretName: dashboard-certs containers: - name: wazuh-dashboard - image: 'wazuh/wazuh-dashboard:4.13.0' + image: 'wazuh/wazuh-dashboard:5.0.0' resources: limits: cpu: 500m diff --git a/wazuh/indexer_stack/wazuh-indexer/cluster/indexer-sts.yaml b/wazuh/indexer_stack/wazuh-indexer/cluster/indexer-sts.yaml index 18aa099..a0a4362 100644 --- a/wazuh/indexer_stack/wazuh-indexer/cluster/indexer-sts.yaml +++ b/wazuh/indexer_stack/wazuh-indexer/cluster/indexer-sts.yaml @@ -59,7 +59,7 @@ spec: privileged: true containers: - name: wazuh-indexer - image: 'wazuh/wazuh-indexer:4.13.0' + image: 'wazuh/wazuh-indexer:5.0.0' resources: limits: cpu: 500m diff --git a/wazuh/wazuh_managers/wazuh-master-sts.yaml b/wazuh/wazuh_managers/wazuh-master-sts.yaml index 6adc1eb..b7cf243 100644 --- a/wazuh/wazuh_managers/wazuh-master-sts.yaml +++ b/wazuh/wazuh_managers/wazuh-master-sts.yaml @@ -41,7 +41,7 @@ spec: fsGroup: 101 containers: - name: wazuh-manager - image: 'wazuh/wazuh-manager:4.13.0' + image: 'wazuh/wazuh-manager:5.0.0' resources: limits: cpu: 400m diff --git a/wazuh/wazuh_managers/wazuh-worker-sts.yaml b/wazuh/wazuh_managers/wazuh-worker-sts.yaml index 304a282..92557b8 100644 --- a/wazuh/wazuh_managers/wazuh-worker-sts.yaml +++ b/wazuh/wazuh_managers/wazuh-worker-sts.yaml @@ -48,7 +48,7 @@ spec: fsGroup: 101 containers: - name: wazuh-manager - image: 'wazuh/wazuh-manager:4.13.0' + image: 'wazuh/wazuh-manager:5.0.0' resources: limits: cpu: 400m From 6529d911ad5acd181644b002fd6c5b8383f62ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Anguita=20L=C3=B3pez?= Date: Thu, 29 May 2025 14:10:50 +0200 Subject: [PATCH 2/3] delete changelog 4.12.2 section --- CHANGELOG.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 468bdee..a2217ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,24 +56,6 @@ All notable changes to this project will be documented in this file. - Remove 'stable' branch ocurrencies ([#1014](https://github.com/wazuh/wazuh-kubernetes/pull/1014)) -## [4.12.2] - -### Added - -- None - -### Changed - -- None - -### Fixed - -- None - -### Deleted - -- None - ## [4.12.1] ### Added From 66df19f48aa72b3df798281b95416fa75a5c1132 Mon Sep 17 00:00:00 2001 From: Jesus Garcia Date: Fri, 20 Jun 2025 01:11:17 -0500 Subject: [PATCH 3/3] Replace Opensearch deprecated settings --- CHANGELOG.md | 2 +- .../wazuh-dashboard/dashboard_conf/opensearch_dashboards.yml | 2 +- .../indexer_stack/wazuh-indexer/indexer_conf/opensearch.yml | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69cce84..ea6cb11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. ### Changed -- None +- Replace OpenSearch deprecated settings ([#1109](https://github.com/wazuh/wazuh-kubernetes/pull/1109)) ### Fixed diff --git a/wazuh/indexer_stack/wazuh-dashboard/dashboard_conf/opensearch_dashboards.yml b/wazuh/indexer_stack/wazuh-dashboard/dashboard_conf/opensearch_dashboards.yml index a144989..b45c13a 100644 --- a/wazuh/indexer_stack/wazuh-dashboard/dashboard_conf/opensearch_dashboards.yml +++ b/wazuh/indexer_stack/wazuh-dashboard/dashboard_conf/opensearch_dashboards.yml @@ -3,7 +3,7 @@ server.host: 0.0.0.0 server.port: 5601 opensearch.hosts: https://indexer:9200 opensearch.ssl.verificationMode: none -opensearch.requestHeadersWhitelist: [ authorization,securitytenant ] +opensearch.requestHeadersAllowlist: [ authorization,securitytenant ] opensearch_security.multitenancy.enabled: false opensearch_security.readonly_mode.roles: ["kibana_read_only"] server.ssl.enabled: true diff --git a/wazuh/indexer_stack/wazuh-indexer/indexer_conf/opensearch.yml b/wazuh/indexer_stack/wazuh-indexer/indexer_conf/opensearch.yml index 1a708a5..a52dcf9 100644 --- a/wazuh/indexer_stack/wazuh-indexer/indexer_conf/opensearch.yml +++ b/wazuh/indexer_stack/wazuh-indexer/indexer_conf/opensearch.yml @@ -2,7 +2,7 @@ cluster.name: ${CLUSTER_NAME} node.name: ${NODE_NAME} network.host: ${NETWORK_HOST} discovery.seed_hosts: wazuh-indexer-0.wazuh-indexer -cluster.initial_master_nodes: +cluster.initial_cluster_manager_nodes: - wazuh-indexer-0 node.max_local_storage_nodes: "3" @@ -27,5 +27,4 @@ plugins.security.restapi.roles_enabled: - "all_access" - "security_rest_api_access" plugins.security.allow_default_init_securityindex: true -cluster.routing.allocation.disk.threshold_enabled: false -compatibility.override_main_response_version: true \ No newline at end of file +cluster.routing.allocation.disk.threshold_enabled: false \ No newline at end of file