If user runs enonic sandbox create and selects non-default XP version, version number won't be parsed and distro value will be set in .enonic/sandboxes/<SANDBOX>/.enonic config TOML file like this: enonic-xp-mac-arm64-sdk-.
This will lead to errors, when using trying to use that sandbox and parse it's version:
If user runs
enonic sandbox create
and selects non-default XP version, version number won't be parsed and distro value will be set in.enonic/sandboxes/<SANDBOX>/.enonic
config TOML file like this:enonic-xp-mac-arm64-sdk-
. This will lead to errors, when using trying to use that sandbox and parse it's version:The origin of this issue is that we no longer always add stability description when parsing versions https://github.com/enonic/cli-enonic/commit/836685b3b433c8be634597cb2e776c847022f2e6.