Skip to content

Commit b3ba8d2

Browse files
authored
Merge pull request #836 from wazuh/merge-4.14.1-into-main
Merge 4.14.1 into main
2 parents 7953c46 + a00f417 commit b3ba8d2

5 files changed

Lines changed: 49 additions & 15 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,19 @@ All notable changes to the Wazuh app project will be documented in this file.
1212

1313
- Removed creation of /usr/lib/.build-id/* links to prevent conflicts when installing Wazuh Dashboard alongside OpenSearch Dashboards on the same system
1414

15-
## Wazuh dashboard v4.14.0 - OpenSearch Dashboards 2.19.2 - Revision 00
15+
## Wazuh dashboard v4.14.1 - OpenSearch Dashboards 2.19.3 - Revision 00
1616

1717
### Added
1818

19-
- Support for Wazuh 4.14.0
19+
- Support for Wazuh 4.14.1
2020

21-
## Wazuh dashboard v4.13.1 - OpenSearch Dashboards 2.19.2 - Revision 00
21+
## Wazuh dashboard v4.14.0 - OpenSearch Dashboards 2.19.3 - Revision 00
2222

2323
### Added
2424

25-
- Support for Wazuh 4.13.1
26-
27-
### Fixed
28-
29-
- Fixed a problem with the service file that was marked world-inaccessible [#740](https://github.com/wazuh/wazuh-dashboard/pull/740)
30-
31-
### Changed
32-
33-
- Reduced default session and cookie expiration to 15 minutes for the Wazuh security plugin [#749](https://github.com/wazuh/wazuh-dashboard/issues/749)[#321](https://github.com/wazuh/wazuh-security-dashboards-plugin/pull/321)
25+
- Support for Wazuh 4.14.0
3426

35-
## Wazuh dashboard v4.13.0 - OpenSearch Dashboards 2.19.2 - Revision 04
27+
## Wazuh dashboard v4.13.0 - OpenSearch Dashboards 2.19.2 - Revision 05
3628

3729
### Added
3830

@@ -41,6 +33,11 @@ All notable changes to the Wazuh app project will be documented in this file.
4133
### Fixed
4234

4335
- Fixed a problem that caused configuration files to be duplicated [#790](https://github.com/wazuh/wazuh-dashboard/issues/790)
36+
- Fixed a problem with the service file that was marked world-inaccessible [#740](https://github.com/wazuh/wazuh-dashboard/pull/740)
37+
38+
### Changed
39+
40+
- Reduced default session and cookie expiration to 15 minutes for the Wazuh security plugin [#749](https://github.com/wazuh/wazuh-dashboard/issues/749)[#321](https://github.com/wazuh/wazuh-security-dashboards-plugin/pull/321)
4441

4542
## Wazuh dashboard v4.12.0 - OpenSearch Dashboards 2.19.1 - Revision 03
4643

@@ -138,4 +135,3 @@ All notable changes to the Wazuh app project will be documented in this file.
138135
- Changed default logos and main menu app categories [141](https://github.com/wazuh/wazuh-dashboard/pull/141)
139136
- Changed default value of useExpandedHeader to false [#247](https://github.com/wazuh/wazuh-dashboard/pull/247)
140137
- Changed build number to match the Wazuh standard [#284](https://github.com/wazuh/wazuh-dashboard/pull/284)
141-

β€Ždocs/_sidebar.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
- [Opensearch dashboards.release notes 2.17.1](../release-notes/opensearch-dashboards.release-notes-2.17.1.md)
182182
- [Opensearch dashboards.release notes 2.18.0](../release-notes/opensearch-dashboards.release-notes-2.18.0.md)
183183
- [Opensearch dashboards.release notes 2.19.0](../release-notes/opensearch-dashboards.release-notes-2.19.0.md)
184+
- [Opensearch dashboards.release notes 2.19.3](../release-notes/opensearch-dashboards.release-notes-2.19.3.md)
184185
- [Opensearch dashboards.release notes 2.2.0](../release-notes/opensearch-dashboards.release-notes-2.2.0.md)
185186
- [Opensearch dashboards.release notes 2.2.1](../release-notes/opensearch-dashboards.release-notes-2.2.1.md)
186187
- [Opensearch dashboards.release notes 2.3.0](../release-notes/opensearch-dashboards.release-notes-2.3.0.md)

β€Žpackages/osd-plugin-helpers/src/integration_tests/build.test.tsβ€Ž

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,15 @@ it('builds a generated plugin into a viable archive', async () => {
101101
info running @osd/optimizer
102102
β”‚ info initialized, 0 bundles cached
103103
β”‚ info starting worker [1 bundle]
104+
β”‚ warn worker stderr Browserslist: caniuse-lite is outdated. Please run:
105+
β”‚ warn worker stderr npx update-browserslist-db@latest
106+
β”‚ warn worker stderr Why you should do it regularly: https://github.com/browserslist/update-db#readme
104107
β”‚ succ 1 bundles compiled successfully after <time>
105108
info copying assets from \`public/assets\` to build
106109
info copying server source into the build and converting with babel
110+
Browserslist: caniuse-lite is outdated. Please run:
111+
npx update-browserslist-db@latest
112+
Why you should do it regularly: https://github.com/browserslist/update-db#readme
107113
info running yarn to install dependencies
108114
info compressing plugin into [fooTestPlugin-1.0.0.zip]
109115
info cleaning up compression temporary artifacts"
@@ -189,9 +195,15 @@ it('builds a non-semver generated plugin into a viable archive', async () => {
189195
info running @osd/optimizer
190196
β”‚ info initialized, 0 bundles cached
191197
β”‚ info starting worker [1 bundle]
198+
β”‚ warn worker stderr Browserslist: caniuse-lite is outdated. Please run:
199+
β”‚ warn worker stderr npx update-browserslist-db@latest
200+
β”‚ warn worker stderr Why you should do it regularly: https://github.com/browserslist/update-db#readme
192201
β”‚ succ 1 bundles compiled successfully after <time>
193202
info copying assets from \`public/assets\` to build
194203
info copying server source into the build and converting with babel
204+
Browserslist: caniuse-lite is outdated. Please run:
205+
npx update-browserslist-db@latest
206+
Why you should do it regularly: https://github.com/browserslist/update-db#readme
195207
info running yarn to install dependencies
196208
info compressing plugin into [fooTestPlugin-1.0.0.x.zip]
197209
info cleaning up compression temporary artifacts"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# VERSION 2.19.3 Release Note
2+
3+
### πŸ’₯ Breaking Changes
4+
5+
### Deprecations
6+
7+
### πŸ›‘ Security
8+
9+
- Fix CVE by bumping tar-fs from 2.1.2 to 2.1.3 and from 3.0.8 to 3.1.0 ([#10227](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/10227))
10+
- Fix CVE by bumping elliptic to 6.6.1 ([#10224](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/10224/files))
11+
12+
### πŸ“ˆ Features/Enhancements
13+
14+
### πŸ› Bug Fixes
15+
16+
### 🚞 Infrastructure
17+
18+
### πŸ“ Documentation
19+
20+
### πŸ›  Maintenance
21+
22+
- Version bump from 2.19.2 to 2.19.3 ([#9843](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/9843))
23+
24+
### πŸͺ› Refactoring
25+
26+
### πŸ”© Tests

β€Žsrc/dev/precommit_hook/casing_check_config.jsβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export const IGNORE_FILE_GLOBS = [
7373
// TODO fix file names in APM to remove these
7474
'dev-tools/**/*',
7575
// packages for the ingest manager's api integration tests could be valid semver which has dashes
76-
7776
'VERSION.json',
7877
];
7978

0 commit comments

Comments
Β (0)