Skip to content

Commit

Permalink
Merge pull request #366 from wazuh/bump-4.4.3
Browse files Browse the repository at this point in the history
Bump `4.4` to `4.4.3`
  • Loading branch information
rauldpm authored May 26, 2023
2 parents b3f632e + 805bad6 commit 4cc4782
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 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.4.3]

### Added

- Update to Wazuh version [4.4.3](https://github.com/wazuh/wazuh/blob/v4.4.3/CHANGELOG.md#v443)

## [4.4.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.4.2"
REVISION="40408"
VERSION="4.4.3"
REVISION="40409"
2 changes: 1 addition & 1 deletion wazuh/indexer_stack/wazuh-dashboard/dashboard-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
secretName: dashboard-certs
containers:
- name: wazuh-dashboard
image: 'wazuh/wazuh-dashboard:4.4.2'
image: 'wazuh/wazuh-dashboard:4.4.3'
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion wazuh/indexer_stack/wazuh-indexer/cluster/indexer-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
privileged: true
containers:
- name: wazuh-indexer
image: 'wazuh/wazuh-indexer:4.4.2'
image: 'wazuh/wazuh-indexer:4.4.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 @@ -41,7 +41,7 @@ spec:
fsGroup: 101
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-manager:4.4.2'
image: 'wazuh/wazuh-manager:4.4.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 @@ -44,7 +44,7 @@ spec:
fsGroup: 101
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-manager:4.4.2'
image: 'wazuh/wazuh-manager:4.4.3'
resources:
limits:
cpu: 400m
Expand Down

0 comments on commit 4cc4782

Please sign in to comment.