Skip to content

Commit

Permalink
add: bump master version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamagan committed Feb 13, 2024
1 parent a3a7aab commit d862e74
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 37 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [v5.0.0]

- Support for Wazuh 5.0.0

## [v4.9.0]

### Added
Expand Down
65 changes: 39 additions & 26 deletions source/_static/js/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const redirections = [];

/* Note: new release versions must always be inserted in the first position of the array "versions" */
const versions = [
'5.0',
'4.9',
'4.8',
'4.7',
Expand Down Expand Up @@ -63,6 +64,18 @@ removedUrls['x.y'] = [
];
*/

/* *** RELEASE 5.0 ****/

/* Redirections from 4.9 to 5.0 */

/* Pages added in 5.0 */

newUrls['5.0'] = [
'/release-notes/release-5-0-0.html',
];

/* Pages no longer available in 5.0 */

/* *** RELEASE 4.9 ****/

/* Redirections from 4.8 to 4.9 */
Expand Down Expand Up @@ -232,7 +245,7 @@ removedUrls['4.6'] = [
'/user-manual/elasticsearch/configure-indices.html',
'/user-manual/elasticsearch/elasticsearch.html',
'/user-manual/elasticsearch/index.html',
'/user-manual/elasticsearch/troubleshooting.html',
'/user-manual/elasticsearch/troubleshooting.html',
'/user-manual/elasticsearch/elastic-tuning.html',
'/user-manual/uninstall/central-components.html',
'/user-manual/uninstall/elastic-stack.html',
Expand Down Expand Up @@ -329,7 +342,7 @@ newUrls['4.5'] = [
'/integrations-guide/elastic-stack/index.html',
'/integrations-guide/opensearch/index.html',
'/integrations-guide/splunk/index.html',
'/user-manual/capabilities/log-data-collection/configuration.html',
'/user-manual/capabilities/log-data-collection/configuration.html',
'/user-manual/capabilities/log-data-collection/log-data-analysis.html',
'/user-manual/capabilities/log-data-collection/monitoring-log-files.html',
'/user-manual/capabilities/log-data-collection/multiple-socket-outputs.html',
Expand Down Expand Up @@ -374,7 +387,7 @@ removedUrls['4.5'] = [
'/user-manual/elasticsearch/elastic-tuning.html',
'/user-manual/elasticsearch/elasticsearch.html',
'/user-manual/elasticsearch/index.html',
'/user-manual/elasticsearch/troubleshooting.html',
'/user-manual/elasticsearch/troubleshooting.html',
];

/* *** RELEASE 4.4 ****/
Expand Down Expand Up @@ -411,12 +424,12 @@ redirections.push(
'target': ['4.3=>4.4', '4.4=>4.3'],
'4.3': '/user-manual/capabilities/file-integrity/fim-configuration.html',
'4.4': '/user-manual/capabilities/file-integrity/index.html',
},
},
{
'target': ['4.3=>4.4', '4.4=>4.3'],
'4.3': '/user-manual/capabilities/file-integrity/fim-fields-rule-mapping.html',
'4.4': '/user-manual/capabilities/file-integrity/index.html',
},
},
{
'target': ['4.3=>4.4', '4.4=>4.3'],
'4.3': '/user-manual/capabilities/antiflooding.html',
Expand All @@ -426,7 +439,7 @@ redirections.push(
'target': ['4.3=>4.4', '4.4=>4.3'],
'4.3': '/user-manual/capabilities/labels.html',
'4.4': '/user-manual/agents/labels.html',
},
},
{
'target': ['4.3=>4.4', '4.4=>4.3'],
'4.3': '/user-manual/capabilities/fluent-forwarder.html',
Expand Down Expand Up @@ -1014,7 +1027,7 @@ newUrls['4.4'] = [
'/compliance/nist/system-inventory.html',
'/compliance/nist/vulnerability-detection.html',
'/compliance/nist/active-response.html',
'/compliance/nist/threat-intelligence.html',
'/compliance/nist/threat-intelligence.html',
'/compliance/tsc/index.html',
'/compliance/tsc/common-criteria/cc2.1.html',
'/compliance/tsc/common-criteria/cc3.1.html',
Expand All @@ -1035,7 +1048,7 @@ newUrls['4.4'] = [
'/user-manual/capabilities/file-integrity/basic-settings.html',
'/user-manual/capabilities/file-integrity/how-to-configure-fim.html',
'/user-manual/capabilities/file-integrity/interpreting-fim-module-analysis.html',
'/user-manual/capabilities/file-integrity/creating-custom-fim-rules.html',
'/user-manual/capabilities/file-integrity/creating-custom-fim-rules.html',
'/user-manual/capabilities/file-integrity/advanced-settings.html',
'/user-manual/capabilities/file-integrity/use-cases/index.html',
'/user-manual/capabilities/file-integrity/use-cases/detecting-malware-persistence-technique.html',
Expand All @@ -1058,7 +1071,7 @@ newUrls['4.4'] = [
'/user-manual/capabilities/system-calls-monitoring/use-cases/privilege-abuse.html',
'/user-manual/capabilities/agentless-monitoring/connection.html',
'/user-manual/capabilities/agentless-monitoring/visualization.html',
'/user-manual/capabilities/agentless-monitoring/use-cases.html',
'/user-manual/capabilities/agentless-monitoring/use-cases.html',
'/user-manual/capabilities/vulnerability-detection/querying-the-vulnerability-database.html',
'/user-manual/files-backup/creating/index.html',
'/user-manual/files-backup/creating/wazuh-central-components.html',
Expand Down Expand Up @@ -1141,8 +1154,8 @@ removedUrls['4.4'] = [
'/user-manual/capabilities/auditing-whodata/index.html',
'/user-manual/capabilities/auditing-whodata/who-linux.html',
'/user-manual/capabilities/auditing-whodata/who-windows.html',
'/user-manual/capabilities/auditing-whodata/who-windows-policies.html',
'/user-manual/capabilities/syscollector.html',
'/user-manual/capabilities/auditing-whodata/who-windows-policies.html',
'/user-manual/capabilities/syscollector.html',
'/user-manual/capabilities/agentless-monitoring/agentless-faq.html',
'/container-security/index.html',
'/container-security/docker-monitor/index.html',
Expand All @@ -1154,7 +1167,7 @@ removedUrls['4.4'] = [
];

/* *** RELEASE 4.3 ****/

/* Pages added in 4.3 */

newUrls['4.3'] = [
Expand All @@ -1175,7 +1188,7 @@ newUrls['4.3'] = [
'/user-manual/elasticsearch/configure-indices.html',
'/user-manual/elasticsearch/elasticsearch.html',
'/user-manual/elasticsearch/index.html',
'/user-manual/elasticsearch/troubleshooting.html',
'/user-manual/elasticsearch/troubleshooting.html',
'/user-manual/wazuh-dashboard/settings.html',
'/user-manual/wazuh-dashboard/config-file.html',
'/user-manual/wazuh-dashboard/index.html',
Expand Down Expand Up @@ -1330,7 +1343,7 @@ newUrls['4.3'] = [
'/deployment-options/deploying-with-puppet/wazuh-puppet-module/reference-wazuh-puppet/wazuh-manager-class.html',
'/deployment-options/amazon-machine-images/amazon-machine-images.html',
'/release-notes/release-4-3-0.html',
'/pci-dss/configuration-assessment.html',
'/pci-dss/configuration-assessment.html',
'/pci-dss/malware-detection.html',
'/pci-dss/vulnerability-detection.html',
'/pci-dss/system-inventory.html',
Expand Down Expand Up @@ -1493,7 +1506,7 @@ removedUrls['4.3'] = [
'/migrating-from-ossec/ossec-server.html',
'/migrating-from-ossec/ossec-agent.html',
'/learning-wazuh/build-lab/access-ec2-instances.html',
'/learning-wazuh/build-lab/build-vpc.html',
'/learning-wazuh/build-lab/build-vpc.html',
'/learning-wazuh/build-lab/launch-ec2-instances.html',
'/learning-wazuh/build-lab/xpack-security-setup.html',
'/learning-wazuh/build-lab/install-elastic-stack.html',
Expand All @@ -1515,7 +1528,7 @@ removedUrls['4.3'] = [
'/pci-dss/policy-monitoring.html',
'/pci-dss/rootkit-detection.html',
'/pci-dss/elastic.html',
'/upgrade-guide/upgrading-agent.html',
'/upgrade-guide/upgrading-agent.html',
'/user-manual/capabilities/anomalies-detection/anomaly-configuration.html',
'/user-manual/capabilities/anomalies-detection/anomaly-faq.html',
'/user-manual/capabilities/anomalies-detection/how-it-works.html',
Expand Down Expand Up @@ -2500,17 +2513,17 @@ newUrls['4.2'] = [
'/upgrade-guide/legacy/upgrading-wazuh-server/restore-alerts-from-2.x-to-3.x.html',
'/user-manual/agent-enrollment/index.html',
'/user-manual/agent-enrollment/via-agent-configuration/index.html',
'/user-manual/agent-enrollment/via-agent-configuration/linux-endpoint.html',
'/user-manual/agent-enrollment/via-agent-configuration/linux-endpoint.html',
'/user-manual/agent-enrollment/via-agent-configuration/windows-endpoint.html',
'/user-manual/agent-enrollment/via-agent-configuration/macos-endpoint.html',
'/user-manual/agent-enrollment/via-manager-API/index.html',
'/user-manual/agent-enrollment/via-manager-API/requesting-the-key.html',
'/user-manual/agent-enrollment/via-manager-API/importing-the-key.html',
'/user-manual/agent-enrollment/security-options/index.html',
'/user-manual/agent-enrollment/security-options/using-password-authentication.html',
'/user-manual/agent-enrollment/security-options/manager-identity-verification.html',
'/user-manual/agent-enrollment/security-options/agent-identity-verification.html',
'/user-manual/agent-enrollment/troubleshooting.html',
'/user-manual/agent-enrollment/security-options/manager-identity-verification.html',
'/user-manual/agent-enrollment/security-options/agent-identity-verification.html',
'/user-manual/agent-enrollment/troubleshooting.html',
];

removedUrls['4.2'] = [
Expand Down Expand Up @@ -2661,7 +2674,7 @@ removedUrls['4.2'] = [
'/user-manual/registering/index.html',
'/user-manual/registering/command-line-registration.html',
'/user-manual/registering/restful-api-registration.html',
'/user-manual/registering/password-authorization-registration.html',
'/user-manual/registering/password-authorization-registration.html',
'/user-manual/registering/host-verification-registration.html',
'/user-manual/registering/registering-agents-theory.html',
'/user-manual/registering/registering-agents-troubleshooting.html',
Expand All @@ -2681,7 +2694,7 @@ redirections.push(
{
'target': ['4.2=>4.1'],
'4.2': '/getting-started/components/kibana.html',
'4.1': '/getting-started/components/elastic-stack.html',
'4.1': '/getting-started/components/elastic-stack.html',
},
{
'target': ['4.1=>4.2', '4.2=>4.1'],
Expand Down Expand Up @@ -2717,7 +2730,7 @@ redirections.push(
'target': ['4.1=>4.2', '4.2=>4.1'],
'4.1': '/user-manual/registering/registering-agents-troubleshooting.html',
'4.2': '/user-manual/agent-enrollment/troubleshooting.html',
},
},
{
'target': ['4.1=>4.2', '4.2=>4.1'],
'4.1': '/deploying-with-ansible/roles/wazuh-elasticsearch.html',
Expand Down Expand Up @@ -4396,9 +4409,9 @@ redirections.push(
);

newUrls['3.13'] = [
'/release-notes/release-3-13-6.html',
'/release-notes/release-3-13-5.html',
'/release-notes/release-3-13-4.html',
'/release-notes/release-3-13-6.html',
'/release-notes/release-3-13-5.html',
'/release-notes/release-3-13-4.html',
'/release-notes/release_3_13_3.html',
'/release-notes/release_3_13_2.html',
'/getting-started/use_cases/index.html',
Expand Down
6 changes: 3 additions & 3 deletions source/_variables/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Release settings
#
# This file contains the information the release settings that is unique to
# This file contains the information the release settings that is unique to
# this branch:
#
# * is_latest_release: this variable must be set to False except for the
Expand All @@ -15,13 +15,13 @@
#

# The short X.Y version
version = '4.9'
version = '5.0'
is_latest_release = True

# The full version, including alpha/beta/rc tags
# Important: use a valid branch (4.0) or, preferably, tag name (v4.0.0)

release = '4.9.0'
release = '5.0.0'
api_tag = 'master'

apiURL = 'https://raw.githubusercontent.com/wazuh/wazuh/'+api_tag+'/api/api/spec/spec.yaml'
21 changes: 21 additions & 0 deletions source/release-notes/index-5x.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. Copyright (C) 2015, Wazuh, Inc.
.. meta::
:description: Check out Wazuh 5.x release notes. Every update of the solution is cumulative and includes all enhancements and fixes from previous releases.

5.x
===

This section summarizes the most important features of each Wazuh 5.x release.

============================================= ====================
Wazuh version Release date
============================================= ====================
:doc:`5.0.0 </release-notes/release-5-0-0>` TBD
============================================= ====================

.. rst-class:: d-none

.. toctree::

5.0.0 Release notes <release-5-0-0>
17 changes: 9 additions & 8 deletions source/release-notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.. meta::
:description: Check out all the Wazuh release notes. Every update of the solution is cumulative and includes all enhancements and fixes from previous releases.

Release notes
=============

Expand All @@ -11,6 +11,7 @@ This section summarizes the most important features of each Wazuh release.
============================================== ====================
Wazuh version Release date
============================================== ====================
:doc:`5.0.0 </release-notes/release-5-0-0>` TBD
:doc:`4.9.0 </release-notes/release-4-9-0>` TBD
:doc:`4.8.2 </release-notes/release-4-8-2>` TBD
:doc:`4.8.1 </release-notes/release-4-8-1>` TBD
Expand Down Expand Up @@ -54,8 +55,8 @@ Wazuh version Release date
:doc:`4.1.4 </release-notes/release-4-1-4>` 25 March 2021
:doc:`4.1.3 </release-notes/release-4-1-3>` 23 March 2021
:doc:`4.1.2 </release-notes/release-4-1-2>` 8 March 2021
:doc:`4.1.1 </release-notes/release-4-1-1>` 25 February 2021
:doc:`4.1.0 </release-notes/release-4-1-0>` 15 February 2021
:doc:`4.1.1 </release-notes/release-4-1-1>` 25 February 2021
:doc:`4.1.0 </release-notes/release-4-1-0>` 15 February 2021
:doc:`4.0.4 </release-notes/release-4-0-4>` 14 January 2021
:doc:`4.0.3 </release-notes/release-4-0-3>` 30 November 2020
:doc:`4.0.2 </release-notes/release-4-0-2>` 24 November 2020
Expand All @@ -64,15 +65,15 @@ Wazuh version Release date
:doc:`3.13.6 </release-notes/release-3-13-6>` 19 September 2022
:doc:`3.13.5 </release-notes/release-3-13-5>` 24 August 2022
:doc:`3.13.4 </release-notes/release-3-13-4>` 30 May 2022
:doc:`3.13.3 </release-notes/release-3-13-3>` 28 April 2021
:doc:`3.13.3 </release-notes/release-3-13-3>` 28 April 2021
:doc:`3.13.2 </release-notes/release-3-13-2>` 22 September 2020
:doc:`3.13.1 </release-notes/release-3-13-1>` 15 July 2020
:doc:`3.13.0 </release-notes/release-3-13-0>` 22 June 2020
:doc:`3.12.3 </release-notes/release-3-12-3>` 30 April 2020
:doc:`3.12.2 </release-notes/release-3-12-2>` 9 April 2020
:doc:`3.12.1 </release-notes/release-3-12-1>` 8 April 2020
:doc:`3.12.0 </release-notes/release-3-12-0>` 24 March 2020
:doc:`3.11.4 </release-notes/release-3-11-4>` 25 February 2020
:doc:`3.11.4 </release-notes/release-3-11-4>` 25 February 2020
:doc:`3.11.3 </release-notes/release-3-11-3>` 28 January 2020
:doc:`3.11.2 </release-notes/release-3-11-2>` 22 January 2020
:doc:`3.11.1 </release-notes/release-3-11-1>` 10 January 2020
Expand All @@ -81,7 +82,7 @@ Wazuh version Release date
:doc:`3.10.1 </release-notes/release-3-10-1>` 19 September 2019
:doc:`3.10.0 </release-notes/release-3-10-0>` 18 September 2019
:doc:`3.9.5 </release-notes/release-3-9-5>` 8 August 2019
:doc:`3.9.4 </release-notes/release-3-9-4>` 7 August 2019
:doc:`3.9.4 </release-notes/release-3-9-4>` 7 August 2019
:doc:`3.9.3 </release-notes/release-3-9-3>` 9 July 2019
:doc:`3.9.2 </release-notes/release-3-9-2>` 10 June 2019
:doc:`3.9.1 </release-notes/release-3-9-1>` 21 May 2019
Expand All @@ -98,7 +99,7 @@ Wazuh version Release date
:doc:`3.4.0 </release-notes/release-3-4-0>` 24 July 2018
:doc:`3.3.1 </release-notes/release-3-3-1>` 18 June 2018
:doc:`3.3.0 </release-notes/release-3-3-0>` 8 June 2018
:doc:`3.2.4 </release-notes/release-3-2-4>` 1 June 2018
:doc:`3.2.4 </release-notes/release-3-2-4>` 1 June 2018
:doc:`3.2.3 </release-notes/release-3-2-3>` 28 May 2018
:doc:`3.2.2 </release-notes/release-3-2-2>` 7 May 2018
:doc:`3.2.1 </release-notes/release-3-2-1>` 2 March 2018
Expand All @@ -112,7 +113,7 @@ Wazuh version Release date
.. rst-class:: d-none

.. toctree::

index-4x
index-3x
index-2x
28 changes: 28 additions & 0 deletions source/release-notes/release-5-0-0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.. Copyright (C) 2015, Wazuh, Inc.
.. meta::
:description: Wazuh 5.0.0 has been released. Check out our release notes to discover the changes and additions of this release.

5.0.0 Release notes - TBD
=========================

This section lists the changes in version 5.0.0. Every update of the Wazuh solution is cumulative and includes all enhancements and fixes from previous releases.

What's new
----------

This release includes new features or enhancements as the following:

Resolved issues
---------------

This release resolves known issues as the following:

Changelogs
----------

More details about these changes are provided in the changelog of each component:

- `wazuh/wazuh <https://github.com/wazuh/wazuh/blob/v5.0.0/CHANGELOG.md>`__
- `wazuh/wazuh-dashboard <https://github.com/wazuh/wazuh-dashboard-plugins/blob/v5.0.0-2.10.0/CHANGELOG.md>`__
- `wazuh/wazuh-packages <https://github.com/wazuh/wazuh-packages/releases/tag/v5.0.0>`__

0 comments on commit d862e74

Please sign in to comment.