Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 2.76 KB

File metadata and controls

40 lines (34 loc) · 2.76 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a changelog.

Changed

  • #26 Declare an author and use galaxy_tags instead of the deprecated categories in the role metadata @danieljesus

Fixed

  • #23 Correct the Goss badge, restore the command to run the tests, and document the 2.0.0 move of libexif-dev and libmagick-dev to vips_optional_dependencies @danieljesus

Removed

  • #23 Drop the orphaned test-requirements.txt, superseded by the Pipfile @danieljesus

Major release: vips_force_reinstall is gone, vips_version now defaults to 8.9.1, min_ansible_version is 2.9.6.0, and consumers that relied on libexif-dev or libmagick-dev being pulled in by vips_required_libs must now ask for them through vips_optional_dependencies.

Added

  • #19 (2024-01-17)- Add ".gitattributes" file for linguist detection. @ygomezsaiz

Changed

  • (#12) Allow to override optional dependencies @dortegau
  • (#10) Upgrade Ansible, Molecule and Goss @dortegau

Removed

  • (#10) Drop vips_force_reinstall, and move libexif-dev and libmagick-dev out of vips_required_libs into the new vips_optional_dependencies @dortegau

Fixed

  • #20 Point the molecule containers at archive.debian.org, all three tested Debian suites are EOL @danieljesus
  • (#8) Update ansible loop and test syntax @tgjohnst

Changed

  • (#4) Rename role to vips_role @jnogol
  • (#4) Use of pipenv and Debian Stretch base image for tests @jnogol

Fixed

  • (#3) Update libvips source URL @chadwilken
  • (#6) Fix Travis deploy installing ca-certificates package @jnogol

Added

  • First release @jmonterrubio