2.2 (2022-12-27)
Enhancements
- [#535] certify and prepare CE in marketplace using ubuntu 22.04
- [#530] switch to the released mcloud v2.4.1
Fixes
- N/A
Known Issues
- N/A
Components Updates
- mcloud 2.2.1 -> 2.4.1
Migration Steps
- it is recommended to make a "golden" backup running backup task and making a copy of zebrunner folder
./zebrunner.sh backup
cp -r ../zebrunner ../zebrunner.bak
- start services and make sure everything is up&running!
./zebrunner.sh start
- pull recursively latest changes and verify that sub-modules are valid
git pull --recurse-submodules
- Important! Verify that submodules have below versions:
git submodule status
... jenkins (1.8.1)
... mcloud (2.4.1)
... reporting (1.27)
... selenoid (1.6)
... sonarqube (1.3)
There is no sense to continue if any sub-module has older version! Ask for the assistance in telegram
- re-setup using "./zebrunner.sh setup" and restart
./zebrunner.sh setup
// complete setup
./zebrunner.sh restart