Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose M committed Aug 7, 2019
1 parent c2fe8a2 commit 60b5cdc
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION="v3.9.2_6.8.0"
VERSION="v3.9.3_6.8.1"
REVISION="3901"
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
privileged: true
containers:
- name: wazuh-elasticsearch
image: 'wazuh/wazuh-elasticsearch:3.9.2_6.8.0'
image: 'wazuh/wazuh-elasticsearch:3.9.3_6.8.1'
resources:
requests:
cpu: 500m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
privileged: true
containers:
- name: wazuh-elasticsearch
image: 'wazuh/wazuh-elasticsearch:3.9.2_6.8.0'
image: 'wazuh/wazuh-elasticsearch:3.9.3_6.8.1'
resources:
requests:
cpu: 500m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
privileged: true
containers:
- name: wazuh-elasticsearch
image: 'wazuh/wazuh-elasticsearch:3.9.2_6.8.0'
image: 'wazuh/wazuh-elasticsearch:3.9.3_6.8.1'
resources:
requests:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion elastic_stack/kibana/kibana-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: wazuh-kibana
image: 'wazuh/wazuh-kibana:3.9.2_6.8.0'
image: 'wazuh/wazuh-kibana:3.9.3_6.8.1'
resources:
requests:
cpu: 200m
Expand Down
2 changes: 1 addition & 1 deletion elastic_stack/kibana/nginx-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: wazuh-nginx
image: 'wazuh/wazuh-nginx:3.9.2_6.8.0'
image: 'wazuh/wazuh-nginx:3.9.3_6.8.1'
resources:
requests:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion elastic_stack/logstash/logstash-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: wazuh-logstash
image: 'wazuh/wazuh-logstash:3.9.2_6.8.0'
image: 'wazuh/wazuh-logstash:3.9.3_6.8.1'
resources:
requests:
cpu: 500m
Expand Down
12 changes: 6 additions & 6 deletions instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ 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.2_6.8.0'
- Image: Docker Hub 'wazuh/wazuh:3.9.3_6.8.1'
- Controller: StatefulSet

#### Wazuh worker 0 / 1

These pods contain a worker node of the Wazuh cluster. They will receive the agent events.

Details:
- Image: Docker Hub 'wazuh/wazuh:3.9.2_6.8.0'
- Image: Docker Hub 'wazuh/wazuh:3.9.3_6.8.1'
- Controller: StatefulSet


Expand All @@ -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.2_6.8.0
- Image: wazuh/wazuh-elasticsearch:3.9.3_6.8.1
- Controller: StatefulSet


Expand All @@ -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.2_6.8.0'
- image: Docker Hub 'wazuh/logstash:3.9.3_6.8.1'
- Controller: Deployment


Expand All @@ -64,15 +64,15 @@ 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.2_6.8.0'
- image: Docker Hub 'wazuh/kibana:3.9.3_6.8.1'
- Controller: Deployment

#### Nginx

The nginx pod acts as a reverse proxy for a safer access to Kibana.

Details:
- image: Docker Hub 'wazuh/nginx:3.9.2_6.8.0'
- image: Docker Hub 'wazuh/nginx:3.9.3_6.8.1'
- Controller: Deployment


Expand Down
6 changes: 3 additions & 3 deletions upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2_6.8.0`.
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`.

```
containers:
- name: wazuh-manager
image: 'wazuh/wazuh:3.9.2_6.8.0'
image: 'wazuh/wazuh:3.9.3_6.8.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.
Expand Down Expand Up @@ -187,7 +187,7 @@ And now we're going to upgrade to the next version:
```
containers:
- name: wazuh-manager
image: 'wazuh/wazuh:3.9.2_6.8.0'
image: 'wazuh/wazuh:3.9.3_6.8.1'
```


Expand Down
2 changes: 1 addition & 1 deletion wazuh_managers/wazuh-master-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
name: wazuh-manager-master-conf
containers:
- name: wazuh-manager
image: 'wazuh/wazuh:3.9.2_6.8.0'
image: 'wazuh/wazuh:3.9.3_6.8.1'
resources:
requests:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion wazuh_managers/wazuh-worker-0-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
name: wazuh-manager-worker-0-conf
containers:
- name: wazuh-manager
image: 'wazuh/wazuh:3.9.2_6.8.0'
image: 'wazuh/wazuh:3.9.3_6.8.1'
resources:
requests:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion wazuh_managers/wazuh-worker-1-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
name: wazuh-manager-worker-1-conf
containers:
- name: wazuh-manager
image: 'wazuh/wazuh:3.9.2_6.8.0'
image: 'wazuh/wazuh:3.9.3_6.8.1'
resources:
requests:
cpu: 500m
Expand Down

0 comments on commit 60b5cdc

Please sign in to comment.