CHANGELOG

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.6.2 - 2024-08-28

Changed

  • IGNGPF-3088 : update some logs

2.6.1 - 2024-05-29

Changed

  • Adapt some logs to fix IGNGPF-3088

2.6.0 - 2024-01-19

Changed

  • Use Toolbelt 1.8.1 using directly uploads on FILESYSTEM

  • Specific working to deal with both S3 and FILESYSTEM uploads

  • Adapt some logs (french + user/admin)

2.5.1 - 2023-12-21

Added

  • IGNGPF-3076: Log each line of a md5 file

2.5.0 - 2023-12-18

Added

  • Use Toolbelt 1.7.1 for filesystem storage

2.4.2 - 2023-12-07

  • Use Toolbelt 1.7.0 using directly uploads on FILESYSTEM

  • Specific working to deal with both S3 and FILESYSTEM uploads

  • Adapt some logs (french + user/admin)

2.4.1 - 2023-07-26

  • Use Toolbelt 0.19.6 for OpenIO fix

2.4.0 - 2023-07-06

  • Mainly tooling upgrade

2.3.0 - 2023-06-27

  • increase verbosity for end-users

  • bump dependencies and dev tooling

  • modernize CI

2.2.0 - 2023-05-12

  • Update toolbelt

2.1.0 - 2023-04-03

Added

  • S3 parameters in CLI

Changed

  • Files are downloadable from S3 bucket

2.0.1 - 2023-03-30

  • fixe majuscules dans le hash MD5

2.0.0 - 2023-03-20

Added

  • Handle v2 input/output

1.0.1 - 2023-03-30

  • bugfix majuscules dans le hash MD5

1.0.0 - 2023-03-17

  • Release 1

0.6.2 - 2023-03-17

  • Fix tag release 1

0.6.1 - 2023-03-17

  • Wrong version, do not use

0.6.0 - 2022-12-20

  • Rename main folder into package name to avoid conflict

  • Use gpf-entrepot-toolbelt as main dependency

  • Rework packaging and CI tasks

  • Rework of documentation

0.5.0 - 2022-12-16

  • Fix Status returned

  • CI: add artifact for test report and coverage

  • Replace (TECHNICAL) ERROR by TECHNICAL_ERROR

  • Fix typo

0.4.0 - 2022-12-06

  • Make package much more generic

  • Load input parameters.json

  • Generate an output.json file at the end of execution

  • Test coverage to 83%

  • CI: add Sonarqube configuration sonar-project.properties

0.3.1 - 2022-11-23

  • CI: Sonarqube template requires test to run also on tags refs

0.3.0 - 2022-11-22

  • CI: enable Sonarube analysis

  • CI: enable dependency track

  • CD: package as Docker image and publish to container registry

  • documentation: small improvements

0.2.0 - 2022-11-18

  • Use argparse to expose a robust CLI

  • Make the CLI installable through pip

  • Refactor tests and documention

0.1.3 - 2022-11-16

  • Documentation: add how to publish and install

  • Fix: CD job was not using the .pypirc file

0.1.2 - 2022-11-16

  • Fix: repository URL was not updated in .pypirc

0.1.1 - 2022-11-16

  • Fix: bad repository URL in job release in CI/CD

0.1.0 - 2022-11-16

  • First functional version

  • Unit tests and coverage

  • Packaging with pip

  • Documentation

  • Tooling : formatter, guidelines, git-hooks, linter…