Sider Enterprise Release Note in July 2020
release-202007.0
Features:
This release includes the following updates:
- Runners version: 0.31.0
- Update languages and tools on July 28, 2020
- Clang-Tidy support and more
- Update Rails Best Practices
Fixes:
- Bug fixes & UI design improvements
Images:
See Get Docker Image. You can get the new image, specifying the tag: release-202007.0
.
Update Procedure:
See Update. Also, you MUST run bundle exec rails r script/migrate/20200702_set_missing_default_branch.rb
using the new Docker image after running bundle exec rails db:migrate
. The following is an example of running the command:
docker run 480130971618.dkr.ecr.us-east-1.amazonaws.com/sideci_onprem:release-202007.0 bundle exec rails r script/migrate/20200702_set_missing_default_branch.rb