Skip to content

Commit

Permalink
Merge pull request #128 from wazuh/release-4.0.3
Browse files Browse the repository at this point in the history
Release 4.0.3
  • Loading branch information
xr09 authored Nov 30, 2020
2 parents 672fea4 + e8f75d4 commit 9934b78
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

## [4.0.3]

### Added

- Update to Wazuh version 4.0.3_1.11.0

### Fixed

- Specify `volumeBindingMode` on the storage class ([@gwvandesteeg](https://github.com/gwvandesteeg) [#116](https://github.com/wazuh/wazuh-kubernetes/issues/116))

## [4.0.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.0.2_1.11.0"
REVISION="40200"
VERSION="4.0.3_1.11.0"
REVISION="40300"
1 change: 1 addition & 0 deletions base/aws-gp2-storage-class.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ provisioner: kubernetes.io/aws-ebs
parameters:
encrypted: 'true'
type: gp2
volumeBindingMode: WaitForFirstConsumer
reclaimPolicy: Retain # Useful in case you delete the PersistentVolumeClaim
2 changes: 1 addition & 1 deletion 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.0.2_1.11.0'
image: 'wazuh/wazuh-kibana-odfe:4.0.3_1.11.0'
resources:
requests:
cpu: 200m
Expand Down
2 changes: 1 addition & 1 deletion 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.0.2_1.11.0'
image: 'wazuh/wazuh-odfe:4.0.3_1.11.0'
resources:
requests:
cpu: 1
Expand Down
2 changes: 1 addition & 1 deletion 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.0.2_1.11.0'
image: 'wazuh/wazuh-odfe:4.0.3_1.11.0'
resources:
requests:
cpu: 1
Expand Down

0 comments on commit 9934b78

Please sign in to comment.