Skip to content

Commit

Permalink
Merge pull request #194 from wazuh/191-prerelease-4.2.3
Browse files Browse the repository at this point in the history
Prerelease v4.2.3
  • Loading branch information
José Fernández Aguilera authored Oct 7, 2021
2 parents 363dc8d + 09e4d73 commit 210ef30
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.3]

### Added

- Update to Wazuh version [4.2.3](https://github.com/wazuh/wazuh/blob/v4.2.3/CHANGELOG.md#v423)

## [4.2.2]

### 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.2"
REVISION="40215"
VERSION="4.2.3"
REVISION="40217"
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.2'
image: 'wazuh/wazuh-kibana-odfe:4.2.3'
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.2'
image: 'wazuh/wazuh-odfe:4.2.3'
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.2'
image: 'wazuh/wazuh-odfe:4.2.3'
resources:
limits:
cpu: 400m
Expand Down

0 comments on commit 210ef30

Please sign in to comment.