Skip to content

Commit 1a5a0c3

Browse files
committed
Merge branch '4.14' into enhancement/idr617-update-poc-guide
# Conflicts: # CHANGELOG.md
2 parents 466e0ce + e56ab0b commit 1a5a0c3

21 files changed

+1656
-1464
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ All notable changes to this project will be documented in this file.
1313

1414
- Added ARM64 to Deployment on Docker prerequisites and updated certificate generator version. ([#9163](https://github.com/wazuh/wazuh-documentation/pull/9163))
1515
- Updated steps in the *Building Docker images locally* section. ([#9174](https://github.com/wazuh/wazuh-documentation/pull/9174))
16+
- **Post-release**: Updated the *Deployment with Ansible* documentation. ([#9295](https://github.com/wazuh/wazuh-documentation/pull/9295))
17+
- **Post-release**: Updated the *Configure Python and YARA* section of the *Proof of concept guide* documentation. ([#9315](https://github.com/wazuh/wazuh-documentation/pull/9315))
1618
- **Post-release**: Updated the *Network IDS integration* section of the *Proof of concept guide* documentation. ([#9314](https://github.com/wazuh/wazuh-documentation/pull/9314))
1719

1820
## [v4.14.2]

source/_static/js/redirects.js

Lines changed: 53 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -81,26 +81,58 @@ newUrls['4.14'] = [
8181
'/cloud-security/azure/platform-and-services/log-analytics.html',
8282
'/cloud-security/azure/platform-and-services/storage.html',
8383
'/cloud-security/azure/platform-and-services/graph.html',
84+
'/deployment-options/deploying-with-ansible/guide/index.html',
85+
'/deployment-options/deploying-with-ansible/guide/requirements.html',
8486
]
8587

8688
/* Redirections 4.13—4.14 */
8789

8890
redirections.push(
89-
{
90-
'target': ['4.13=>4.14', '4.14=>4.13'],
91-
'4.13': '/cloud-security/azure/log-analytics.html',
92-
'4.14': '/cloud-security/azure/platform-and-services/log-analytics.html',
93-
},
94-
{
95-
'target': ['4.13=>4.14', '4.14=>4.13'],
96-
'4.13': '/cloud-security/azure/storage.html',
97-
'4.14': '/cloud-security/azure/platform-and-services/storage.html',
98-
},
99-
{
100-
'target': ['4.13=>4.14', '4.14=>4.13'],
101-
'4.13': '/cloud-security/azure/graph.html',
102-
'4.14': '/cloud-security/azure/platform-and-services/graph.html',
103-
}
91+
{
92+
'target': ['4.13=>4.14', '4.14=>4.13'],
93+
'4.13': '/cloud-security/azure/log-analytics.html',
94+
'4.14': '/cloud-security/azure/platform-and-services/log-analytics.html',
95+
},
96+
{
97+
'target': ['4.13=>4.14', '4.14=>4.13'],
98+
'4.13': '/cloud-security/azure/storage.html',
99+
'4.14': '/cloud-security/azure/platform-and-services/storage.html',
100+
},
101+
{
102+
'target': ['4.13=>4.14', '4.14=>4.13'],
103+
'4.13': '/cloud-security/azure/graph.html',
104+
'4.14': '/cloud-security/azure/platform-and-services/graph.html',
105+
},
106+
{
107+
'target': ['4.13=>4.14'],
108+
'4.13': '/deployment-options/deploying-with-ansible/installation-guide.html',
109+
'4.14': '/deployment-options/deploying-with-ansible/index.html',
110+
},
111+
{
112+
'target': ['4.13=>4.14', '4.14=>4.13'],
113+
'4.13': '/deployment-options/deploying-with-ansible/installation-guide.html#requirements',
114+
'4.14': '/deployment-options/deploying-with-ansible/guide/requirements.html',
115+
},
116+
{
117+
'target': ['4.13=>4.14', '4.14=>4.13'],
118+
'4.13': '/deployment-options/deploying-with-ansible/guide/install-wazuh-agent.html',
119+
'4.14': '/deployment-options/deploying-with-ansible/guide/index.html#installing-the-wazuh-agent',
120+
},
121+
{
122+
'target': ['4.13=>4.14', '4.14=>4.13'],
123+
'4.13': '/deployment-options/deploying-with-ansible/guide/install-wazuh-cluster.html',
124+
'4.14': '/deployment-options/deploying-with-ansible/guide/index.html#wazuh-cluster-deployment',
125+
},
126+
{
127+
'target': ['4.13=>4.14', '4.14=>4.13'],
128+
'4.13': '/deployment-options/deploying-with-ansible/guide/install-indexer-dashboard.html',
129+
'4.14': '/deployment-options/deploying-with-ansible/guide/index.html#installing-the-wazuh-indexer-and-dashboard',
130+
},
131+
{
132+
'target': ['4.13=>4.14', '4.14=>4.13'],
133+
'4.13': '/deployment-options/deploying-with-ansible/guide/install-wazuh-manager.html',
134+
'4.14': '/deployment-options/deploying-with-ansible/guide/index.html#installing-the-wazuh-manager',
135+
}
104136
);
105137

106138
/* Pages no longer available in 4.14 (this is not required if there is a redirection for this url) */
@@ -110,6 +142,11 @@ removedUrls['4.14'] = [
110142
'/cloud-security/azure/log-analytics.html',
111143
'/cloud-security/azure/storage.html',
112144
'/cloud-security/azure/graph.html',
145+
'/deployment-options/deploying-with-ansible/installation-guide.html',
146+
'/deployment-options/deploying-with-ansible/guide/install-wazuh-agent.html',
147+
'/deployment-options/deploying-with-ansible/guide/install-wazuh-cluster.html',
148+
'/deployment-options/deploying-with-ansible/guide/install-indexer-dashboard.html',
149+
'/deployment-options/deploying-with-ansible/guide/install-wazuh-manager.html',
113150
];
114151

115152
/* *** RELEASE 4.13 ****/
@@ -202,7 +239,7 @@ redirections.push(
202239
},
203240
);
204241

205-
/* Pages no longer available in 4.12 */
242+
/* Pages no longer available in 4.12 */
206243

207244
removedUrls['4.12'] = [
208245
'/development/packaging/generate-deb-rpm-package.html',

0 commit comments

Comments
 (0)