Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

[updatecli] update elastic stack version for testing 8.13.0-jifrleti #1580

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/modules/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ class LocalSetup(object):
'8.11': '8.11.0',
'8.12': '8.12.0',
# UPDATECLI_AUTOMATION
"main": "8.12.0",
"master": "8.12.0", # keep master alias for backward compatibility. Upgrade the main alias only
"main": "8.13.0",
"master": "8.13.0", # keep master alias for backward compatibility. Upgrade the main alias only
}

def __init__(self, argv=None, services=None):
Expand Down