Skip to content

Commit c47943b

Browse files
authored
Merge pull request #9160 from wazuh/merge-4.14.2-into-4.14.3
Merge 4.14.2 into 4.14.3
2 parents 115465e + caa5b92 commit c47943b

File tree

5 files changed

+227
-70
lines changed

5 files changed

+227
-70
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ All notable changes to this project will be documented in this file.
3535
- **Post-release**: Updated the command in the Wazuh sever API *Getting started* guide. ([#9143](https://github.com/wazuh/wazuh-documentation/pull/9143))
3636
- **Post-release**: Updated the *Adding new Wazuh server nodes* section. ([#9144](https://github.com/wazuh/wazuh-documentation/pull/9144)) ([#9145](https://github.com/wazuh/wazuh-documentation/pull/9145))
3737
- **Post-release**: Updated the *Wazuh Cloud service* documentation. ([#9136](https://github.com/wazuh/wazuh-documentation/pull/9136))
38+
- **Post-release**: Updated the version references for the Wazuh certificates generation tool. ([#9152](https://github.com/wazuh/wazuh-documentation/pull/9152))
39+
- **Post-release**: Updated steps on the *Upgrading Wazuh Docker* section. ([#9155](https://github.com/wazuh/wazuh-documentation/pull/9155))
40+
- **Post-release**: Updated the Deployment on Kubernetes documentation. ([#9154](https://github.com/wazuh/wazuh-documentation/pull/9154))
3841

3942
### Removed
4043

source/_variables/replacements.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@
179179
"|SPLUNK_LATEST_MINOR|" : "8.2",
180180
"|WAZUH_SPLUNK_REV_CURRENT_LATEST|" : "1", # 8.2
181181
"|WAZUH_SPLUNK_REV_CURRENT_8.1|" : "1",
182+
#
183+
# === Tools
184+
"|WAZUH_CERTS_GENERATOR|": "0.0.3",
185+
"|CERT_TOOL_VERSION|": version,
182186
}
183187

184188
if is_latest_release:

0 commit comments

Comments
 (0)