Skip to content

Commit

Permalink
Merge pull request #185 from wazuh/183-release-v4.2.2
Browse files Browse the repository at this point in the history
Release v4.2.2
  • Loading branch information
alberpilot authored Sep 15, 2021
2 parents 3f7f393 + 04cb5e8 commit 363dc8d
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.2]

### Added

- Update to Wazuh version [4.2.2](https://github.com/wazuh/wazuh/blob/v4.2.2/CHANGELOG.md#v422)

## [4.2.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="4.2.1"
REVISION="40214"
VERSION="4.2.2"
REVISION="40215"
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.1'
image: 'wazuh/wazuh-kibana-odfe:4.2.2'
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.1'
image: 'wazuh/wazuh-odfe:4.2.2'
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.1'
image: 'wazuh/wazuh-odfe:4.2.2'
resources:
limits:
cpu: 400m
Expand Down

0 comments on commit 363dc8d

Please sign in to comment.