Skip to content

Commit

Permalink
Merge pull request #123 from wazuh/release-4.0.2_1.11.0
Browse files Browse the repository at this point in the history
Release 4.0.2 1.11.0
  • Loading branch information
xr09 authored Nov 25, 2020
2 parents 884bfa5 + 5937894 commit 672fea4
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 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.2]

### Added

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

## [4.0.1]

### 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="v4.0.1_1.11.0"
REVISION="40100"
VERSION="4.0.2_1.11.0"
REVISION="40200"
2 changes: 1 addition & 1 deletion elastic_stack/elasticsearch/elasticsearch-svc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018 Wazuh Inc.
# Copyright (C) 2020 Wazuh Inc.
#
# This program is a free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public
Expand Down
4 changes: 2 additions & 2 deletions elastic_stack/kibana/kibana-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018 Wazuh Inc.
# Copyright (C) 2020 Wazuh Inc.
#
# This program is a free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public
Expand Down Expand Up @@ -29,7 +29,7 @@ spec:
secretName: kibana-certs
containers:
- name: wazuh-kibana
image: 'wazuh/wazuh-kibana-odfe:4.0.1_1.11.0'
image: 'wazuh/wazuh-kibana-odfe:4.0.2_1.11.0'
resources:
requests:
cpu: 200m
Expand Down
2 changes: 1 addition & 1 deletion elastic_stack/kibana/kibana-svc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018 Wazuh Inc.
# Copyright (C) 2020 Wazuh Inc.
#
# This program is a free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public
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 @@ -39,7 +39,7 @@ spec:
secretName: wazuh-authd-pass
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-odfe:4.0.1_1.11.0'
image: 'wazuh/wazuh-odfe:4.0.2_1.11.0'
resources:
requests:
cpu: 1
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.1_1.11.0'
image: 'wazuh/wazuh-odfe:4.0.2_1.11.0'
resources:
requests:
cpu: 1
Expand Down

0 comments on commit 672fea4

Please sign in to comment.