Skip to content

Commit

Permalink
Add missing supported versions to the Docker environments (#5584)
Browse files Browse the repository at this point in the history
feat(environments): add latest versions to Docker environments

- Add Kibana versions: 7.17.7, 7.17.8, 7.17.9 and 7.17.10
- Add OpenSearch: 2.6.0
- Add OpenSearch Dashboards: 2.6.0
- Add Wazuh 4.4.1, 4.4.2, 4.4.3 and 4.4.4

(cherry picked from commit b6813de)
  • Loading branch information
Desvelao authored and github-actions[bot] committed Jun 20, 2023
1 parent a4ee3d0 commit 4faafec
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/kbn-dev/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ elastic_versions=(
'7.17.4'
'7.17.5'
'7.17.6'
'7.17.7'
'7.17.8'
'7.17.9'
'7.17.10'
'8.0.0'
'8.1.0'
'8.2.1'
Expand Down
2 changes: 2 additions & 0 deletions docker/osd-dev/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ os_versions=(
'2.3.0'
'2.4.0'
'2.4.1'
'2.6.0'
)

osd_versions=(
Expand All @@ -18,6 +19,7 @@ osd_versions=(
'2.3.0'
'2.4.0'
'2.4.1'
'2.6.0'
)

usage() {
Expand Down
4 changes: 4 additions & 0 deletions docker/wazuh-4.4-wz/pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

versions=(
"4.4.0"
"4.4.1"
"4.4.2"
"4.4.3"
"4.4.4"
)

wazuh_api_version=(
Expand Down
4 changes: 4 additions & 0 deletions docker/wazuh-4.4-wz/rel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

versions=(
"4.4.0"
"4.4.1"
"4.4.2"
"4.4.3"
"4.4.4"
)

usage() {
Expand Down
7 changes: 7 additions & 0 deletions docker/wazuh-4.x-es/pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ elastic_versions=(
"7.17.4"
"7.17.5"
"7.17.6"
"7.17.7"
"7.17.8"
"7.17.9"
"7.17.10"
)

wazuh_api_version=(
Expand All @@ -28,6 +32,9 @@ wazuh_api_version=(
"4.3.10"
"4.4.0"
"4.4.1"
"4.4.2"
"4.4.3"
"4.4.4"
)

usage() {
Expand Down
8 changes: 8 additions & 0 deletions docker/wazuh-4.x-es/rel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ elastic_versions=(
"7.17.4"
"7.17.5"
"7.17.6"
"7.17.7"
"7.17.8"
"7.17.9"
"7.17.10"
)

wazuh_versions=(
Expand All @@ -27,6 +31,10 @@ wazuh_versions=(
"4.3.9"
"4.3.10"
"4.4.0"
"4.4.1"
"4.4.2"
"4.4.3"
"4.4.4"
)

usage() {
Expand Down

0 comments on commit 4faafec

Please sign in to comment.