Skip to content

2.4 (2023-08-15)

Latest
Compare
Choose a tag to compare
@vdelendik vdelendik released this 15 Aug 14:24
· 53 commits to master since this release
4da81d9

Enhancements

  • [#561] bump up to reporting:1.29
  • [#560] bump up to selenoid:1.8
  • [#559] bump up to jenkins-master:2.1
  • [#555] bump up to mcloud:2.5
  • [#547] docs: update links and branch names
  • [#454] support MacOS

Fixes

  • [#563] unable to reset default admin/admin password for sonar
  • [#420] OnPush-carina demo request doesn't work with Bitbucket

Won't Fix

  • [#550] Error message appears during Shut down operation
  • [#84] investigate possibility to setup online code editor (eclipse)

Components Updates

Migration Steps

  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 (2.1)
 ... mcloud (2.5)
 ... reporting (1.29)
 ... selenoid (1.8)
 ... sonarqube (1.4)

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

  1. upgrade using "./zebrunner.sh upgrade" and restart
./zebrunner.sh upgrade
./zebrunner.sh restart
  1. Clear old cache and cookies for the CE address

    #563 To complete SonarQube integration sometimes cookies clearing required after updating default password!