Skip to content

lagoon-images 22.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 23:13
· 1312 commits to refs/heads/main since this release
6646e6c

This release addresses two issues with dependencies:

  • Composer 2.2 introduced a new plugin security setting. Starting July 1, 2022, composer stopped executing plugins that weren't allowed but only printed a warning. The end result was incomplete composer installations and broken websites even if a CI build completed successfully.
    Composer 2.3.9 will now throw an error if there are unallowed plugins. You will need to update allow-plugins in composer.json to resolve the error.
  • There is an OpenSSL CVE-2022-2068 that has been fixed in openresty

Package Updates

  • Update dependency openresty/openresty to v1.21.4.1-2-alpine (main) @renovate (#502)
  • Update dependency composer to v2.3.9 (main) @renovate (#503)