Skip to content

4.1.10

Latest
Compare
Choose a tag to compare
@nmaillat nmaillat released this 24 Oct 17:49
2b435b5

CHANGELOG

4.1.10

Update Instructions

  • Migration Patch:
    • A migration script for the configuration file is available. Run the following command in the setup container with Docker if the environment variable PHRASEANET_UPGRADE=1 is set:
      bin/setup system:upgrade
      

Version Summary

  • Bump Phraseanet Base Image to 1.1.0:

    • OS version updated.
    • Bumped Popeler dependency .
    • Added missing dependency, ufraw .
  • Updated Components:

    • RabbitMQ: Upgraded to version 3.8.34.
    • Nginx: Updated to the latest stable release, 1.27.2.
  • Security Fixes:

    • Fixed CSRF vulnerability in the userProfile endpoint.
    • Addressed XSS injection vulnerability in the user profile.
    • Corrected HTML injection in notification emails.
  • Other Updates:

    • Updated translations.

Stack (Docker Compose and Helm)

  • Phraseanet Base Image: Version bumped.
  • RabbitMQ: Version bumped.
  • Nginx: Version bumped.
  • Helm Updates:
    • Added nodeSelector property to all charts except for the DB pod.
    • imagePullPolicy can now be set from values.yaml.
    • Release details: Helm chart release 0.47.0

What's Changed

New Contributors

Full Changelog: 4.1.9...4.1.10