Skip to content

Commit

Permalink
Merge pull request #229 from wazuh/227-bump_426
Browse files Browse the repository at this point in the history
Bump to 4.2.6
  • Loading branch information
teddytpc1 authored Mar 28, 2022
2 parents 68fa8d0 + 395b689 commit daf0c4b
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.6]

### Added

- Update to Wazuh version [4.2.6](https://github.com/wazuh/wazuh/blob/v4.2.6/CHANGELOG.md#v426)

## [4.2.5]

### 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.5"
REVISION="40220"
VERSION="4.2.6"
REVISION="40221"
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.5'
image: 'wazuh/wazuh-kibana-odfe:4.2.6'
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.5'
image: 'wazuh/wazuh-odfe:4.2.6'
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.5'
image: 'wazuh/wazuh-odfe:4.2.6'
resources:
limits:
cpu: 400m
Expand Down

0 comments on commit daf0c4b

Please sign in to comment.