Skip to content

Bump some container versions

Fridtjof requested to merge bump-container-versions into master

Closes ___ (e.g. #230 (closed))

What does this MR do?

Updates the 'web' container, which entails some configuration changes:

Also updates the 'php' container, which only increases the minor PHP version used: images!8 (merged)

Finally, the redis minor version is bumped. Should also not break anything. Changelogs: https://github.com/redis/redis/blob/6.0/00-RELEASENOTES

I did not touch anything beyond minor version updates on purpose.

How confident are you it won't break things if deployed?

very, this only affects the development setup with harmless changes (see the linked MRs for what has changed)

How to test

Steps a reviewer can take to verify that this MR does what it says it does e.g.

  • Test anything using the REST API still works
  • Test anything with the path / still works (some index.php related config was very slightly changed)
  • Test special paths (those in config/routes/special.yaml - they have extra webserver side config potentially affected by the index.php related change)

Checklist

  • no test
  • no unrelated changes
  • asked someone for a code review
  • set a "for:" label to indicate who will be affected by this change
  • use "state:" labels to track this MR's state until it was beta tested
  • added an entry to CHANGELOG.md

no release notes, no beta, only devs affected

Edited by Fridtjof

Merge request reports