Skip to content

1.7 (2021-04-29)

Compare
Choose a tag to compare
@avabishchevich avabishchevich released this 29 Apr 12:08
· 449 commits to master since this release
fcf8156

Enhancements

  • [#430] Bump up to the new MCloud 1.6
  • [#439] Removed jenkinsEnableVideo suite parameter from the user guide

Fixes

  • [#441] During a shutdown, minio-storage_miniodata-volume was removed twice

Known Issues

  • N/A

Components Updates

Migration Steps

Note: It is possible to migrate from 1.0+ versions automatically!

Current steps describe migration from 1.6 release.

  1. 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
  1. start services and make sure everything is up&running!
./zebrunner.sh start
  1. pull recursively latest changes and verify that sub-modules are valid
git pull --recurse-submodules
  1. Important! Verify that submodules have below versions:
git submodule status
 ... jenkins (1.5)
 ... mcloud (1.6)
 ... reporting (1.22)
 ... selenoid (1.3^2)
 ... sonarqube (1.2-2-gcd35598)

There is no sense to continue if any sub-module has older version! Ask for the assistance in telegram

  1. run "upgrade" task
./zebrunner.sh upgrade
// Answer "y" to start an upgrade and restart services.