Skip to content

Commit

Permalink
Add Fleet and Engine plugins to build workflow (#7113)
Browse files Browse the repository at this point in the history
* Add fleet and engine plugins to build workflow

* Update OpenSearch version to 2.16.0
  • Loading branch information
asteriscos authored Oct 21, 2024
1 parent 4868eba commit 4aa24f2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ jobs:
path: 'wazuh/plugins/wazuh-core',
container_path: 'wazuh-core',
},
{
name: 'Wazuh Engine',
path: 'wazuh/plugins/wazuh-engine',
container_path: 'wazuh-engine',
},
{
name: 'Wazuh Fleet',
path: 'wazuh/plugins/wazuh-fleet',
container_path: 'wazuh-fleet',
},
]

steps:
Expand Down
4 changes: 2 additions & 2 deletions plugins/wazuh-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.0.0",
"revision": "00",
"pluginPlatform": {
"version": "2.13.0"
"version": "2.16.0"
},
"description": "Wazuh Engine",
"private": true,
Expand All @@ -22,4 +22,4 @@
"@testing-library/user-event": "^14.5.0",
"@types/": "testing-library/user-event"
}
}
}
4 changes: 2 additions & 2 deletions plugins/wazuh-fleet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.0.0",
"revision": "00",
"pluginPlatform": {
"version": "2.13.0"
"version": "2.16.0"
},
"description": "Wazuh Fleet",
"private": true,
Expand All @@ -26,4 +26,4 @@
"@types/": "testing-library/user-event",
"@types/md5": "^2.3.2"
}
}
}

0 comments on commit 4aa24f2

Please sign in to comment.