diff --git a/VERSION b/VERSION index c5f533a1..7ecf0414 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -VERSION="v3.9.3_6.8.1" +VERSION="v3.9.4_6.8.2" REVISION="3901" diff --git a/elastic_stack/elasticsearch/cluster/elasticsearch-data-sts.yaml b/elastic_stack/elasticsearch/cluster/elasticsearch-data-sts.yaml index e0bbeee5..13cd1ee8 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.9.3_6.8.1' + image: 'wazuh/wazuh-elasticsearch:3.9.4_6.8.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 2912f81f..e181af7d 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.9.3_6.8.1' + image: 'wazuh/wazuh-elasticsearch:3.9.4_6.8.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 35db3a9f..6a0bfc1b 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.9.3_6.8.1' + image: 'wazuh/wazuh-elasticsearch:3.9.4_6.8.2' resources: requests: cpu: 500m diff --git a/elastic_stack/kibana/kibana-deploy.yaml b/elastic_stack/kibana/kibana-deploy.yaml index 223b0cd5..61c8598a 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.9.3_6.8.1' + image: 'wazuh/wazuh-kibana:3.9.4_6.8.2' resources: requests: cpu: 200m diff --git a/elastic_stack/kibana/nginx-deploy.yaml b/elastic_stack/kibana/nginx-deploy.yaml index 230792e7..7e55c733 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.9.3_6.8.1' + image: 'wazuh/wazuh-nginx:3.9.4_6.8.2' resources: requests: cpu: 100m diff --git a/elastic_stack/logstash/logstash-deploy.yaml b/elastic_stack/logstash/logstash-deploy.yaml index 493a60b8..e095ff75 100644 --- a/elastic_stack/logstash/logstash-deploy.yaml +++ b/elastic_stack/logstash/logstash-deploy.yaml @@ -25,7 +25,7 @@ spec: spec: containers: - name: wazuh-logstash - image: 'wazuh/wazuh-logstash:3.9.3_6.8.1' + image: 'wazuh/wazuh-logstash:3.9.4_6.8.2' resources: requests: cpu: 500m diff --git a/instructions.md b/instructions.md index f0aad094..182b9451 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.9.3_6.8.1' +- Image: Docker Hub 'wazuh/wazuh:3.9.4_6.8.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.9.3_6.8.1' +- Image: Docker Hub 'wazuh/wazuh:3.9.4_6.8.2' - Controller: StatefulSet @@ -46,7 +46,7 @@ Details: Elasticsearch pod. It receives and stores alerts received from Logstash. No Elasticsearch cluster is supported yet. Details: -- Image: wazuh/wazuh-elasticsearch:3.9.3_6.8.1 +- Image: wazuh/wazuh-elasticsearch:3.9.4_6.8.2 - Controller: StatefulSet @@ -55,7 +55,7 @@ Details: Logstash pod. It receives the alerts from each Filebeat located in every Wazuh manager. Then, the alerts are sent to Elasticsearch. Details: -- image: Docker Hub 'wazuh/logstash:3.9.3_6.8.1' +- image: Docker Hub 'wazuh/logstash:3.9.4_6.8.2' - Controller: Deployment @@ -64,7 +64,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.9.3_6.8.1' +- image: Docker Hub 'wazuh/kibana:3.9.4_6.8.2' - Controller: Deployment #### Nginx @@ -72,7 +72,7 @@ Details: The nginx pod acts as a reverse proxy for a safer access to Kibana. Details: -- image: Docker Hub 'wazuh/nginx:3.9.3_6.8.1' +- image: Docker Hub 'wazuh/nginx:3.9.4_6.8.2' - Controller: Deployment diff --git a/upgrade.md b/upgrade.md index ed6ca756..86fb79c0 100644 --- a/upgrade.md +++ b/upgrade.md @@ -27,12 +27,12 @@ Any file that we modify referring to the files previously mentioned, will be cha To better understand it, we will give an example: -We have our newly created Kubernetes environment following our instructions. In this example, the image of Wazuh used has been `wazuh/wazuh:3.9.3_6.8.1`. +We have our newly created Kubernetes environment following our instructions. In this example, the image of Wazuh used has been `wazuh/wazuh:3.9.4_6.8.2`. ``` containers: - name: wazuh-manager - image: 'wazuh/wazuh:3.9.3_6.8.1' + image: 'wazuh/wazuh:3.9.4_6.8.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.9.3_6.8.1' + image: 'wazuh/wazuh:3.9.4_6.8.2' ``` diff --git a/wazuh_managers/wazuh-master-sts.yaml b/wazuh_managers/wazuh-master-sts.yaml index d013e362..73c3d01b 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.9.3_6.8.1' + image: 'wazuh/wazuh:3.9.4_6.8.2' resources: requests: cpu: 500m diff --git a/wazuh_managers/wazuh-worker-0-sts.yaml b/wazuh_managers/wazuh-worker-0-sts.yaml index 5b159aa2..efbf31d2 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.9.3_6.8.1' + image: 'wazuh/wazuh:3.9.4_6.8.2' resources: requests: cpu: 500m diff --git a/wazuh_managers/wazuh-worker-1-sts.yaml b/wazuh_managers/wazuh-worker-1-sts.yaml index 9cc56d95..45538a97 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.9.3_6.8.1' + image: 'wazuh/wazuh:3.9.4_6.8.2' resources: requests: cpu: 500m