Bump version

This commit is contained in:
Manuel J. Bernal 2020-03-24 17:03:12 +01:00
parent 51cc7d741c
commit 2ae0bed85f
12 changed files with 24 additions and 18 deletions

View File

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [v3.12.0]
### Added
- Update to Wazuh version 3.12.0_7.6.1
## [v3.11.4] ## [v3.11.4]
### Added ### Added

View File

@ -1,2 +1,2 @@
VERSION="v3.11.4_7.6.1" VERSION="v3.12.0_7.6.1"
REVISION="31140" REVISION="31200"

View File

@ -52,7 +52,7 @@ spec:
privileged: true privileged: true
containers: containers:
- name: wazuh-elasticsearch - name: wazuh-elasticsearch
image: 'wazuh/wazuh-elasticsearch:3.11.4_7.6.1' image: 'wazuh/wazuh-elasticsearch:3.12.0_7.6.1'
resources: resources:
requests: requests:
cpu: 500m cpu: 500m

View File

@ -52,7 +52,7 @@ spec:
privileged: true privileged: true
containers: containers:
- name: wazuh-elasticsearch - name: wazuh-elasticsearch
image: 'wazuh/wazuh-elasticsearch:3.11.4_7.6.1' image: 'wazuh/wazuh-elasticsearch:3.12.0_7.6.1'
resources: resources:
requests: requests:
cpu: 500m cpu: 500m

View File

@ -52,7 +52,7 @@ spec:
privileged: true privileged: true
containers: containers:
- name: wazuh-elasticsearch - name: wazuh-elasticsearch
image: 'wazuh/wazuh-elasticsearch:3.11.4_7.6.1' image: 'wazuh/wazuh-elasticsearch:3.12.0_7.6.1'
resources: resources:
requests: requests:
cpu: 500m cpu: 500m

View File

@ -25,7 +25,7 @@ spec:
spec: spec:
containers: containers:
- name: wazuh-kibana - name: wazuh-kibana
image: 'wazuh/wazuh-kibana:3.11.4_7.6.1' image: 'wazuh/wazuh-kibana:3.12.0_7.6.1'
resources: resources:
requests: requests:
cpu: 200m cpu: 200m

View File

@ -25,7 +25,7 @@ spec:
spec: spec:
containers: containers:
- name: wazuh-nginx - name: wazuh-nginx
image: 'wazuh/wazuh-nginx:3.11.4_7.6.1' image: 'wazuh/wazuh-nginx:3.12.0_7.6.1'
resources: resources:
requests: requests:
cpu: 100m cpu: 100m

View File

@ -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. The management is performed only in this node, so the agent registration service (authd) and the API are placed here.
Details: Details:
- Image: Docker Hub 'wazuh/wazuh:3.11.4_7.6.1' - Image: Docker Hub 'wazuh/wazuh:3.12.0_7.6.1'
- Controller: StatefulSet - Controller: StatefulSet
#### Wazuh worker 0 / 1 #### 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. These pods contain a worker node of the Wazuh cluster. They will receive the agent events.
Details: Details:
- Image: Docker Hub 'wazuh/wazuh:3.11.4_7.6.1' - Image: Docker Hub 'wazuh/wazuh:3.12.0_7.6.1'
- Controller: StatefulSet - Controller: StatefulSet
@ -46,7 +46,7 @@ Details:
Elasticsearch pod. No Elasticsearch cluster is supported yet. Elasticsearch pod. No Elasticsearch cluster is supported yet.
Details: Details:
- Image: wazuh/wazuh-elasticsearch:3.11.4_7.6.1 - Image: wazuh/wazuh-elasticsearch:3.12.0_7.6.1
- Controller: StatefulSet - Controller: StatefulSet
#### Kibana #### Kibana
@ -54,7 +54,7 @@ Details:
Kibana pod. It lets you visualize your Elasticsearch data, along with other features as the Wazuh app. Kibana pod. It lets you visualize your Elasticsearch data, along with other features as the Wazuh app.
Details: Details:
- image: Docker Hub 'wazuh/kibana:3.11.4_7.6.1' - image: Docker Hub 'wazuh/kibana:3.12.0_7.6.1'
- Controller: Deployment - Controller: Deployment
#### Nginx #### Nginx
@ -62,7 +62,7 @@ Details:
The nginx pod acts as a reverse proxy for a safer access to Kibana. The nginx pod acts as a reverse proxy for a safer access to Kibana.
Details: Details:
- image: Docker Hub 'wazuh/nginx:3.11.4_7.6.1' - image: Docker Hub 'wazuh/nginx:3.12.0_7.6.1'
- Controller: Deployment - Controller: Deployment

View File

@ -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: 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.11.4_7.6.1`. We have our newly created Kubernetes environment following our instructions. In this example, the image of Wazuh used has been `wazuh/wazuh:3.12.0_7.6.1`.
``` ```
containers: containers:
- name: wazuh-manager - name: wazuh-manager
image: 'wazuh/wazuh:3.11.4_7.6.1' image: 'wazuh/wazuh:3.12.0_7.6.1'
``` ```
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. 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: containers:
- name: wazuh-manager - name: wazuh-manager
image: 'wazuh/wazuh:3.11.4_7.6.1' image: 'wazuh/wazuh:3.12.0_7.6.1'
``` ```

View File

@ -33,7 +33,7 @@ spec:
name: wazuh-manager-master-conf name: wazuh-manager-master-conf
containers: containers:
- name: wazuh-manager - name: wazuh-manager
image: 'wazuh/wazuh:3.11.4_7.6.1' image: 'wazuh/wazuh:3.12.0_7.6.1'
resources: resources:
requests: requests:
cpu: 2 cpu: 2

View File

@ -47,7 +47,7 @@ spec:
name: wazuh-manager-worker-0-conf name: wazuh-manager-worker-0-conf
containers: containers:
- name: wazuh-manager - name: wazuh-manager
image: 'wazuh/wazuh:3.11.4_7.6.1' image: 'wazuh/wazuh:3.12.0_7.6.1'
resources: resources:
requests: requests:
cpu: 2 cpu: 2

View File

@ -47,7 +47,7 @@ spec:
name: wazuh-manager-worker-1-conf name: wazuh-manager-worker-1-conf
containers: containers:
- name: wazuh-manager - name: wazuh-manager
image: 'wazuh/wazuh:3.11.4_7.6.1' image: 'wazuh/wazuh:3.12.0_7.6.1'
resources: resources:
requests: requests:
cpu: 2 cpu: 2