Sider Enterprise Release Note in February 2020
release-202002.2
Breaking Changes:
If you are setting ECS_RUNNERS_REGION
, you MUST rename the parameter name with AWS_REGION_FOR_SIDER
and set the same value on it.
Notes:
From this release, Sider Enterprise does not require an OAuth App on your GitHub Enterprise, and some users are redirected to the dialog page of your GitHub App. Also, we improved the daily batch job and the total time of the batch will reduce from this release.
Features:
This release includes the following updates:
Fixes:
- Bug fixes & UI design improvements
Images:
Pulling the images with these commands:
$ export AWS_ACCESS_KEY_ID=your_aws_access_key_id_provided_by_sider
$ export AWS_SECRET_ACCESS_KEY=your_aws_secret_access_key_provided_by_sider
$ docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
-e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
sider/ecr-image-puller 480130971618.dkr.ecr.us-east-1.amazonaws.com/sideci_onprem:release-202002.2
$ docker run --rm \
-v /var/run/docker.sock:/var/run/docker.sock \
-e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
-e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
sider/ecr-image-puller 480130971618.dkr.ecr.us-east-1.amazonaws.com/catpost_onprem:release-202002.2
Update Procedure:
See Update.