jamesfredley opened a new pull request, #16301:
URL: https://github.com/apache/grails-core/pull/16301

   ## What
   
   Adds two Forge Elastic Beanstalk slots, `next-snapshot` and `older`, 
everywhere the existing five (`latest`, `snapshot`, `next`, `prev`, 
`prev-snapshot`) are listed, so operators have seven named hosts.
   
   ## AWS / DNS (already live)
   
   - Environments `grails-forge-next-snapshot` and `grails-forge-older` are 
Ready/Green.
   - Occupancy: `next-snapshot` serves `8.0.0-SNAPSHOT`; `older` serves `7.0.6`.
   - Cloudflare remains authoritative. Route 53 `dns.yaml` is removed; docs no 
longer describe a Route 53 cutover.
   - Public hostnames: https://next-snapshot.grails.org/versions and 
https://older.grails.org/versions
   
   ## Notes for merge-up
   
   GitHub lists `workflow_dispatch` choices from the default branch. Merge this 
through `7.1.x` / `7.2.x` onto the default line so the new slot names appear in 
the Actions UI.
   
   CloudFormation `ListenerRulePriority` values for the new stacks are 60 and 
70. Elastic Beanstalk remaps those to consecutive live ALB rules; do not put 
the live 1-7 numbers back into the templates.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to