Skip to content

1.5 (2021-02-16)

Compare
Choose a tag to compare
@avabishchevich avabishchevich released this 10 Feb 12:45
· 505 commits to master since this release
8b467f4

Enhancements

  • [#405] Added information about templates updates for AWS S3 storage use-case
  • [#397] Added the default minio setup if user disable AWS S3 integration

Fixes

  • [#406][#392] Shutdown procedure should remove all ".disabled" files
  • [#403] Mail service doesn't work. Failed to process message MailDataMessage

Known Issues

  • [#2243][#409] AWS S3 Templates sync up needed
    Apply workarounds manually for AWS S3 templates based on the tickets

Components Updates

Migration Steps

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

Current steps describe migration from 1.4 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.4-4-g74f61db)
 ... mcloud (1.4)
 ... reporting (1.20)
 ... selenoid (1.2-2-g6d64b13)
 ... 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.
  1. [Optional] If you use your AWS S3 bucket, please, upload manually new minio test_run_results.ftl template into the s3://your-bucket/templates/
cd zebrunner
aws s3 cp reporting/minio-storage/configuration/minio/data/templates/test_run_results.ftl s3://your-bucket/templates/