Skip to content

Commit

Permalink
Merge pull request #125 from wazuh/release-4.0.1_1.11.0
Browse files Browse the repository at this point in the history
Release 4.0.1_1.11.0
  • Loading branch information
xr09 authored Nov 24, 2020
2 parents 4448a16 + 0359c27 commit 884bfa5
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 18 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [4.0.1]

### Added

- Update to Wazuh version 4.0.1_1.11.0
- Support Opendistro for Elasticsearch v1.11.0

## [4.0.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION="v3.13.2_7.9.1"
REVISION="31320"
VERSION="v4.0.1_1.11.0"
REVISION="40100"
2 changes: 1 addition & 1 deletion elastic_stack/elasticsearch/cluster/elasticsearch-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
privileged: true
containers:
- name: wazuh-elasticsearch
image: 'amazon/opendistro-for-elasticsearch:1.10.1'
image: 'amazon/opendistro-for-elasticsearch:1.11.0'
resources:
requests:
cpu: 500m
Expand Down
12 changes: 9 additions & 3 deletions elastic_stack/kibana/kibana-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
secretName: kibana-certs
containers:
- name: wazuh-kibana
image: 'wazuh/wazuh-kibana-odfe:4.0.0_1.10.1'
image: 'wazuh/wazuh-kibana-odfe:4.0.1_1.11.0'
resources:
requests:
cpu: 200m
Expand Down Expand Up @@ -71,6 +71,12 @@ spec:
- name: WAZUH_API_URL
value: https://wazuh-manager-master-0.wazuh-cluster
- name: API_USERNAME
value: wazuh-wui
valueFrom:
secretKeyRef:
name: wazuh-api-cred
key: username
- name: API_PASSWORD
value: wazuh-wui
valueFrom:
secretKeyRef:
name: wazuh-api-cred
key: password
22 changes: 11 additions & 11 deletions wazuh_managers/wazuh-master-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
secretName: wazuh-authd-pass
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-odfe:4.0.0_1.10.1'
image: 'wazuh/wazuh-odfe:4.0.1_1.11.0'
resources:
requests:
cpu: 1
Expand Down Expand Up @@ -132,16 +132,16 @@ spec:
value: /etc/ssl/filebeat.pem
- name: SSL_KEY
value: /etc/ssl/filebeat.key
# - name: API_USERNAME
# valueFrom:
# secretKeyRef:
# name: wazuh-api-cred
# key: username
# - name: API_PASSWORD
# valueFrom:
# secretKeyRef:
# name: wazuh-api-cred
# key: password
- name: API_USERNAME
valueFrom:
secretKeyRef:
name: wazuh-api-cred
key: username
- name: API_PASSWORD
valueFrom:
secretKeyRef:
name: wazuh-api-cred
key: password
- name: WAZUH_CLUSTER_KEY
valueFrom:
secretKeyRef:
Expand Down
2 changes: 1 addition & 1 deletion wazuh_managers/wazuh-worker-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
secretName: odfe-ssl-certs
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-odfe:4.0.0_1.10.1'
image: 'wazuh/wazuh-odfe:4.0.1_1.11.0'
resources:
requests:
cpu: 1
Expand Down

0 comments on commit 884bfa5

Please sign in to comment.