Hypernode OOM monitor
In this release we have ported our memory management daemon from Python 2 to Python 3. For more information about the Hypernode OOM monitor see this earlier changelog. If you are using hypernode-vagrant please do a git pull and a box update. See this pull request for details.
Magerun
Additionally we have changed these two default app
user aliases to be directory agnostic.
Previous behavior
alias sf="(cd /data/web/public; n98-magerun sys:store:config:base-url:list)"
alias sf2="(cd /data/web/magento2; n98-magerun2 sys:store:config:base-url:list)"
New behavior
alias sf='(n98-magerun sys:store:config:base-url:list)'
alias sf2='(n98-magerun2 sys:store:config:base-url:list)'
For more information about the sf
aliases see this other earlier changelog.