Zuul Security Fix Add Host

A new Zuul version has been added to the SF-3.3 and SF-3.4 to address a security issue: https://review.opendev.org/710287. To fix a deployment run sfconfig --update from the install-server. Alternatively, run:

# From the install-server
ansible -m command -a "yum update -y *zuul*" install-server:zuul-scheduler:zuul-merger …
more ...

Zuul Security Fix

A new Zuul version has been added to the SF-3.2 and SF-3.3 to address a security issue. To fix a deployment run sfconfig --update from the install-server. Alternatively, to avoid going through CentOS 7.7 packages:

# From the install-server
ansible -m command -a "yum update -y rh-python35-zuul*" install-server …
more ...

CentOS 7.7 has been released!

The latest version 7.7 of CentOS has been released and some fixes has been integrated in SF-3.2 and SF-3.3 to properly support this new version.

Please update the sf-release and sf-config package before doing an update.

The next version of Software Factory will benefit from the new …

more ...