Skip to content

Commit

Permalink
Merge 4.10.2 into 4.11.0 (#511)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Agustin Guevara Pihen <[email protected]>
Co-authored-by: Antonio <[email protected]>
Co-authored-by: Federico Rodriguez <[email protected]>
Co-authored-by: Chantal Belén kelm <[email protected]>
Co-authored-by: Guido Modarelli <[email protected]>
Co-authored-by: Ian Yenien Serrano <[email protected]>
Co-authored-by: JuanGarriuz <[email protected]>
  • Loading branch information
7 people authored Feb 4, 2025
1 parent 20d15d0 commit aefb815
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to the Wazuh app project will be documented in this file.

- Support for Wazuh 4.11.0

### Fixed

- Fix redirection on IDP initiated SAML configurations [#171](https://github.com/wazuh/wazuh-security-dashboards-plugin/pull/171)

## Wazuh dashboard v4.10.1 - OpenSearch Dashboards 2.16.0 - Revision 01

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.11.0
v4.11.0
1 change: 0 additions & 1 deletion dev-tools/build-packages/wazuh-dashboard.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Usage: docker build --build-arg NODE_VERSION=18.19.0 --build-arg WAZUH_DASHBOARDS_BRANCH=4.11.0 --build-arg WAZUH_DASHBOARDS_PLUGINS=4.11.0 --build-arg WAZUH_SECURITY_DASHBOARDS_PLUGIN_BRANCH=4.11.0 --build-arg OPENSEARCH_DASHBOARDS_VERSION=2.16.0 -t wzd:4.11.0 -f wazuh-dashboard.Dockerfile .


ARG NODE_VERSION
FROM node:${NODE_VERSION} AS base
ARG OPENSEARCH_DASHBOARDS_VERSION
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -506,4 +506,4 @@
"node": ">=14.20.1 <19",
"yarn": "^1.22.10"
}
}
}

0 comments on commit aefb815

Please sign in to comment.