1.7.0
Features and Improvements
-
Export PG* environment variables for convenience, so in a shell we can connect
on the current database with:docker-compose run --rm odoo psql -l
And in Marabunta steps we can execute SQL files with:
psql -f path/to/file.sql
Instead of:
sh -c 'PGPASSWORD=$DB_PASSWORD psql -h db -U $DB_USER -f path/to/file.sql $DB_NAME'
-
Use unbuffer when calling marabunta, to have the output line by line
Bugfixes
- Change 'pip list' invocation to remove a deprecation warning
Libraries
- Upgrade marabunta to 0.6.0 (https://github.com/camptocamp/marabunta/releases/tag/0.6.0)