Skip to content

Commit

Permalink
Merge pull request #199 from wazuh/197-prerelease-4.2.4
Browse files Browse the repository at this point in the history
Prerelease v4.2.4
  • Loading branch information
teddytpc1 authored Oct 20, 2021
2 parents 210ef30 + 9758a0d commit 727b918
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [4.2.4]

### Added

- Update to Wazuh version [4.2.4](https://github.com/wazuh/wazuh/blob/v4.2.4/CHANGELOG.md#v424)

## [4.2.3]

### 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="4.2.3"
REVISION="40217"
VERSION="4.2.4"
REVISION="40219"
2 changes: 1 addition & 1 deletion wazuh/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.2.3'
image: 'wazuh/wazuh-kibana-odfe:4.2.4'
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion wazuh/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.2.3'
image: 'wazuh/wazuh-odfe:4.2.4'
resources:
limits:
cpu: 400m
Expand Down
2 changes: 1 addition & 1 deletion wazuh/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.2.3'
image: 'wazuh/wazuh-odfe:4.2.4'
resources:
limits:
cpu: 400m
Expand Down

0 comments on commit 727b918

Please sign in to comment.