mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 00:38:21 -06:00
Merge branch 'main' into merge-4.14.1-into-main
This commit is contained in:
commit
7c84d607dc
36
CHANGELOG.md
36
CHANGELOG.md
@ -2,6 +2,24 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [5.0.0]
|
||||
|
||||
### Added
|
||||
|
||||
- None
|
||||
|
||||
### Changed
|
||||
|
||||
- Replace OpenSearch deprecated settings ([#1109](https://github.com/wazuh/wazuh-kubernetes/pull/1109))
|
||||
|
||||
### Fixed
|
||||
|
||||
- None
|
||||
|
||||
### Deleted
|
||||
|
||||
- None
|
||||
|
||||
## [4.14.1]
|
||||
|
||||
### Added
|
||||
@ -32,6 +50,24 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### Fixed
|
||||
|
||||
- None
|
||||
|
||||
### Deleted
|
||||
|
||||
- None
|
||||
|
||||
## [4.14.0]
|
||||
|
||||
### Added
|
||||
|
||||
- None
|
||||
|
||||
### Changed
|
||||
|
||||
- None
|
||||
|
||||
### Fixed
|
||||
|
||||
- Add new config path and new permission for conf and certs files ([#1152](https://github.com/wazuh/wazuh-kubernetes/pull/1152))
|
||||
|
||||
### Deleted
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "4.14.1",
|
||||
"version": "5.0.0",
|
||||
"stage": "alpha0"
|
||||
}
|
||||
|
||||
@ -32,7 +32,7 @@ spec:
|
||||
secretName: dashboard-certs
|
||||
containers:
|
||||
- name: wazuh-dashboard
|
||||
image: 'wazuh/wazuh-dashboard:4.14.1'
|
||||
image: 'wazuh/wazuh-dashboard:5.0.0'
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
|
||||
@ -3,7 +3,7 @@ server.host: 0.0.0.0
|
||||
server.port: 5601
|
||||
opensearch.hosts: https://indexer:9200
|
||||
opensearch.ssl.verificationMode: none
|
||||
opensearch.requestHeadersWhitelist: [ authorization,securitytenant ]
|
||||
opensearch.requestHeadersAllowlist: [ authorization,securitytenant ]
|
||||
opensearch_security.multitenancy.enabled: false
|
||||
opensearch_security.readonly_mode.roles: ["kibana_read_only"]
|
||||
server.ssl.enabled: true
|
||||
|
||||
@ -63,7 +63,7 @@ spec:
|
||||
privileged: true
|
||||
containers:
|
||||
- name: wazuh-indexer
|
||||
image: 'wazuh/wazuh-indexer:4.14.1'
|
||||
image: 'wazuh/wazuh-indexer:5.0.0'
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
|
||||
@ -2,7 +2,7 @@ cluster.name: ${CLUSTER_NAME}
|
||||
node.name: ${NODE_NAME}
|
||||
network.host: ${NETWORK_HOST}
|
||||
discovery.seed_hosts: wazuh-indexer-0.wazuh-indexer
|
||||
cluster.initial_master_nodes:
|
||||
cluster.initial_cluster_manager_nodes:
|
||||
- wazuh-indexer-0
|
||||
|
||||
node.max_local_storage_nodes: "3"
|
||||
@ -27,5 +27,4 @@ plugins.security.restapi.roles_enabled:
|
||||
- "all_access"
|
||||
- "security_rest_api_access"
|
||||
plugins.security.allow_default_init_securityindex: true
|
||||
cluster.routing.allocation.disk.threshold_enabled: false
|
||||
compatibility.override_main_response_version: true
|
||||
cluster.routing.allocation.disk.threshold_enabled: false
|
||||
@ -41,7 +41,7 @@ spec:
|
||||
fsGroup: 101
|
||||
containers:
|
||||
- name: wazuh-manager
|
||||
image: 'wazuh/wazuh-manager:4.14.1'
|
||||
image: 'wazuh/wazuh-manager:5.0.0'
|
||||
resources:
|
||||
limits:
|
||||
cpu: 400m
|
||||
|
||||
@ -48,7 +48,7 @@ spec:
|
||||
fsGroup: 101
|
||||
containers:
|
||||
- name: wazuh-manager
|
||||
image: 'wazuh/wazuh-manager:4.14.1'
|
||||
image: 'wazuh/wazuh-manager:5.0.0'
|
||||
resources:
|
||||
limits:
|
||||
cpu: 400m
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user