Skip to content

Commit

Permalink
bump 4.3.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed May 30, 2022
1 parent 4995d70 commit 189aac8
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
18 changes: 18 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.3.2]

### Added

- Update to Wazuh version [4.3.2](https://github.com/wazuh/wazuh/blob/v4.3.2/CHANGELOG.md#v432)

## [4.3.1]

### Added
Expand All @@ -14,6 +20,18 @@ All notable changes to this project will be documented in this file.

- Update to Wazuh version [4.3.0](https://github.com/wazuh/wazuh/blob/v4.3.0/CHANGELOG.md#v430)

## [4.2.7]

### Added

- Update to Wazuh version [4.2.7](https://github.com/wazuh/wazuh/blob/v4.2.7/CHANGELOG.md#v427)

## [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.3.1"
REVISION="40311"
VERSION="4.3.2"
REVISION="40320"
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.3.1'
image: 'wazuh/wazuh-dashboard:4.3.2'
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.3.1'
image: 'wazuh/wazuh-indexer:4.3.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-manager:4.3.1'
image: 'wazuh/wazuh-manager:4.3.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: indexer-certs
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-manager:4.3.1'
image: 'wazuh/wazuh-manager:4.3.2'
resources:
limits:
cpu: 400m
Expand Down

0 comments on commit 189aac8

Please sign in to comment.