UCS 5.0-8 is scheduled for 2024-06-11. After the release is published: QA: UCS ISO + Appliances available as <https://www.univention.de/download/download-ucs/> QA: UCS available on <http://updates.software-univention.de/> QA 4: ftp/download/ucs-maintenance/$5.0-8.yaml exists. QA 5: univention/dist/release-dates> is updated. QA: EC2 AMIs are copied and public. QA: EC2 AMI and KVM image is used by tests. POST: Update the default branch in GitLab and GitHub. POST: Re-seed UCS 5.0-8 Jenkins jobs to use the production mirror POST: Re-seed UCS@school Jenkins jobs to be compatible to UCS 5.0-8 POST: Re-seed Jenkins jobs `App Appliance` to use the new release
#!/bin/sh ─╯ set -e -u while read -r region ami do aws ec2 modify-image-attribute --region "$region" --image-id "$ami" --launch-permission 'Add=[{Group=all}]' aws ec2 describe-images --region "$region" --image-id "$ami" done <<EOF us-east-2 ami-01eac8c91aa0f7c6d us-east-1 ami-02e6438a14b0db0d5 us-west-1 ami-0d642fc142ee8138e us-west-2 ami-082b435a2991ca9b5 ap-south-1 ami-014e50cb1767f86b5 ap-northeast-3 ami-02c20d8d85e7a892f ap-northeast-2 ami-04eeb2f4e624e794d ap-southeast-1 ami-0353c0488c898cd51 ap-southeast-2 ami-09e5cc027d911a9a9 ap-northeast-1 ami-033dbe87fdd202594 ca-central-1 ami-0a6408163e4320a18 eu-central-1 ami-0ce226910b2b56136 eu-west-1 ami-0165dba9749b1012f eu-west-2 ami-026223d82a52a0950 eu-west-3 ami-06d54722c754488f2 eu-north-1 ami-00605fcb581d2e409 sa-east-1 ami-0df72b578a2863c96 EOF