Sider Enterprise Release Note in January 2020
release-202001.1
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-202001.1
$ 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-202001.1
Update Procedure:
See Update.
release-202001.0
Features:
This release includes the following updates:
- Clean up old containers in the daily batch
- Update RuboCop and MeowCop for v0.78.0
- Update languages and tools on Dec 17, 2019
- ShellCheck out of beta and enabled by default
- Update languages and tools on Nov 28, 2019
- Update tools on Nov 20, 2019
Fixes:
- Enable to configure the
DOCKER_RUNNERS_CONFIG
parameter withouts3_endpoint
,aws_access_key_id
, andaws_secret_access_key
- If you want to run Runners on AWS EC2 or other AWS resources,
you can omit these parameters from
DOCKER_RUNNERS_CONFIG
- Also, you have to set
ECS_RUNNERS_REGION
parameter to specify which region Runners should put the traces.
- If you want to run Runners on AWS EC2 or other AWS resources,
you can omit these parameters from
- 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-202001.0
$ 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-202001.0
Update Procedure:
See Update.