From c40cb694bdf72f0d4f76404f54f471e7f46e3def Mon Sep 17 00:00:00 2001 From: vcerenu Date: Tue, 31 May 2022 17:06:40 -0300 Subject: [PATCH] bump 3.13.4 version --- CHANGELOG.md | 2 +- VERSION | 2 +- .../elasticsearch/cluster/elasticsearch-data-sts.yaml | 2 +- .../cluster/elasticsearch-master-sts.yaml | 2 +- .../elasticsearch/single-node/elasticsearch-sts.yaml | 2 +- elastic_stack/kibana/kibana-deploy.yaml | 2 +- elastic_stack/kibana/nginx-deploy.yaml | 2 +- instructions.md | 10 +++++----- upgrade.md | 4 ++-- wazuh_managers/wazuh-master-sts.yaml | 2 +- wazuh_managers/wazuh-worker-0-sts.yaml | 2 +- wazuh_managers/wazuh-worker-1-sts.yaml | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d38cbf0a..d745f33a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ### Added -- Update to Wazuh version 3.13.4_7.9.1 +- Update to Wazuh version 3.13.4_7.9.2 ## [v3.13.2] diff --git a/VERSION b/VERSION index e6e7ebe5..b2a4a839 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -VERSION="v3.13.4_7.9.1" +VERSION="v3.13.4_7.9.2" REVISION="31321" diff --git a/elastic_stack/elasticsearch/cluster/elasticsearch-data-sts.yaml b/elastic_stack/elasticsearch/cluster/elasticsearch-data-sts.yaml index a0017e7e..61cd83e3 100644 --- a/elastic_stack/elasticsearch/cluster/elasticsearch-data-sts.yaml +++ b/elastic_stack/elasticsearch/cluster/elasticsearch-data-sts.yaml @@ -52,7 +52,7 @@ spec: privileged: true containers: - name: wazuh-elasticsearch - image: 'wazuh/wazuh-elasticsearch:3.13.4_7.9.1' + image: 'wazuh/wazuh-elasticsearch:3.13.4_7.9.2' resources: requests: cpu: 500m diff --git a/elastic_stack/elasticsearch/cluster/elasticsearch-master-sts.yaml b/elastic_stack/elasticsearch/cluster/elasticsearch-master-sts.yaml index 8888fe4d..08bd8344 100644 --- a/elastic_stack/elasticsearch/cluster/elasticsearch-master-sts.yaml +++ b/elastic_stack/elasticsearch/cluster/elasticsearch-master-sts.yaml @@ -52,7 +52,7 @@ spec: privileged: true containers: - name: wazuh-elasticsearch - image: 'wazuh/wazuh-elasticsearch:3.13.4_7.9.1' + image: 'wazuh/wazuh-elasticsearch:3.13.4_7.9.2' resources: requests: cpu: 500m diff --git a/elastic_stack/elasticsearch/single-node/elasticsearch-sts.yaml b/elastic_stack/elasticsearch/single-node/elasticsearch-sts.yaml index 4fe4e2ae..b296e5c5 100644 --- a/elastic_stack/elasticsearch/single-node/elasticsearch-sts.yaml +++ b/elastic_stack/elasticsearch/single-node/elasticsearch-sts.yaml @@ -52,7 +52,7 @@ spec: privileged: true containers: - name: wazuh-elasticsearch - image: 'wazuh/wazuh-elasticsearch:3.13.4_7.9.1' + image: 'wazuh/wazuh-elasticsearch:3.13.4_7.9.2' resources: requests: cpu: 500m diff --git a/elastic_stack/kibana/kibana-deploy.yaml b/elastic_stack/kibana/kibana-deploy.yaml index 00b2a1de..e47a9611 100644 --- a/elastic_stack/kibana/kibana-deploy.yaml +++ b/elastic_stack/kibana/kibana-deploy.yaml @@ -25,7 +25,7 @@ spec: spec: containers: - name: wazuh-kibana - image: 'wazuh/wazuh-kibana:3.13.4_7.9.1' + image: 'wazuh/wazuh-kibana:3.13.4_7.9.2' resources: requests: cpu: 200m diff --git a/elastic_stack/kibana/nginx-deploy.yaml b/elastic_stack/kibana/nginx-deploy.yaml index 44636b45..4d9a1545 100644 --- a/elastic_stack/kibana/nginx-deploy.yaml +++ b/elastic_stack/kibana/nginx-deploy.yaml @@ -25,7 +25,7 @@ spec: spec: containers: - name: wazuh-nginx - image: 'wazuh/wazuh-nginx:3.13.4_7.9.1' + image: 'wazuh/wazuh-nginx:3.13.4_7.9.2' resources: requests: cpu: 100m diff --git a/instructions.md b/instructions.md index 6947e4aa..b3d99a44 100644 --- a/instructions.md +++ b/instructions.md @@ -29,7 +29,7 @@ This pod contains the master node of the Wazuh cluster. The master node centrali The management is performed only in this node, so the agent registration service (authd) and the API are placed here. Details: -- Image: Docker Hub 'wazuh/wazuh:3.13.4_7.9.1' +- Image: Docker Hub 'wazuh/wazuh:3.13.4_7.9.2' - Controller: StatefulSet #### Wazuh worker 0 / 1 @@ -37,7 +37,7 @@ Details: These pods contain a worker node of the Wazuh cluster. They will receive the agent events. Details: -- Image: Docker Hub 'wazuh/wazuh:3.13.4_7.9.1' +- Image: Docker Hub 'wazuh/wazuh:3.13.4_7.9.2' - Controller: StatefulSet @@ -46,7 +46,7 @@ Details: Elasticsearch pod. No Elasticsearch cluster is supported yet. Details: -- Image: wazuh/wazuh-elasticsearch:3.13.4_7.9.1 +- Image: wazuh/wazuh-elasticsearch:3.13.4_7.9.2 - Controller: StatefulSet #### Kibana @@ -54,7 +54,7 @@ Details: Kibana pod. It lets you visualize your Elasticsearch data, along with other features as the Wazuh app. Details: -- image: Docker Hub 'wazuh/kibana:3.13.4_7.9.1' +- image: Docker Hub 'wazuh/kibana:3.13.4_7.9.2' - Controller: Deployment #### Nginx @@ -62,7 +62,7 @@ Details: The nginx pod acts as a reverse proxy for a safer access to Kibana. Details: -- image: Docker Hub 'wazuh/nginx:3.13.4_7.9.1' +- image: Docker Hub 'wazuh/nginx:3.13.4_7.9.2' - Controller: Deployment diff --git a/upgrade.md b/upgrade.md index 3a90de8c..24579f79 100644 --- a/upgrade.md +++ b/upgrade.md @@ -32,7 +32,7 @@ We have our newly created Kubernetes environment following our instructions. In ``` containers: - name: wazuh-manager - image: 'wazuh/wazuh:3.13.4_7.9.1' + image: 'wazuh/wazuh:3.13.4_7.9.2' ``` Let's proceed by creating a set of rules in our `local_rules.xml` file at location `/var/ossec/etc/rules` in our wazuh manager master pod. @@ -187,7 +187,7 @@ And now we're going to upgrade to the next version: ``` containers: - name: wazuh-manager - image: 'wazuh/wazuh:3.13.4_7.9.1' + image: 'wazuh/wazuh:3.13.4_7.9.2' ``` diff --git a/wazuh_managers/wazuh-master-sts.yaml b/wazuh_managers/wazuh-master-sts.yaml index cd586291..880b2d9d 100644 --- a/wazuh_managers/wazuh-master-sts.yaml +++ b/wazuh_managers/wazuh-master-sts.yaml @@ -33,7 +33,7 @@ spec: name: wazuh-manager-master-conf containers: - name: wazuh-manager - image: 'wazuh/wazuh:3.13.4_7.9.1' + image: 'wazuh/wazuh:3.13.4_7.9.2' resources: requests: cpu: 2 diff --git a/wazuh_managers/wazuh-worker-0-sts.yaml b/wazuh_managers/wazuh-worker-0-sts.yaml index 2e8b16fc..a4ddbcab 100644 --- a/wazuh_managers/wazuh-worker-0-sts.yaml +++ b/wazuh_managers/wazuh-worker-0-sts.yaml @@ -47,7 +47,7 @@ spec: name: wazuh-manager-worker-0-conf containers: - name: wazuh-manager - image: 'wazuh/wazuh:3.13.4_7.9.1' + image: 'wazuh/wazuh:3.13.4_7.9.2' resources: requests: cpu: 2 diff --git a/wazuh_managers/wazuh-worker-1-sts.yaml b/wazuh_managers/wazuh-worker-1-sts.yaml index 26530ae9..e6415423 100644 --- a/wazuh_managers/wazuh-worker-1-sts.yaml +++ b/wazuh_managers/wazuh-worker-1-sts.yaml @@ -47,7 +47,7 @@ spec: name: wazuh-manager-worker-1-conf containers: - name: wazuh-manager - image: 'wazuh/wazuh:3.13.4_7.9.1' + image: 'wazuh/wazuh:3.13.4_7.9.2' resources: requests: cpu: 2