Merge branch 'bump-version-0.7.0' into 'main'

[VER] Bump to version 0.7.0

See merge request odoo-openupgrade-wizard/odoo-openupgrade-wizard!73
This commit is contained in:
Rémy Taymans 2024-05-02 20:44:14 +00:00
commit 1498148d65
8 changed files with 29 additions and 12 deletions

View File

@ -6,6 +6,34 @@ This file compiles releases and changes made in
.. towncrier release notes start .. towncrier release notes start
odoo-openupgrade-wizard 0.7.0 (2024-05-02)
==========================================
Features
--------
- Add ``--config-file`` and ``--modules-file`` CLI options. This allows to use
different files than the default ones. This is useful when using the same
environment for different databases. (add-config-file-cli-option)
- Add database name to container name and publish Docker ports only when needed
to allow to upgrade multiple databases in parallel.
(allow-to-upgrade-multiple-databases-in-parallel)
- Drop support for python version < 3.9. Update dependencies and fix some
issue liked to that. (drop-old-python-support)
- Add a new option ``--postgresql-version`` in ``oow init`` command to
define the version of the postgresql image to be used for the project.
(option-postgresql-version)
- Factorize code. Allways set --log-level=DEBUG in tests.
(set-log-level-debug-default-in-cli_runner_invoke)
Bugfixes
--------
- Allow hyphen-minus character in database names.
(allow-minus-in-database-names)
odoo-openupgrade-wizard 0.6.0 (2024-03-20) odoo-openupgrade-wizard 0.6.0 (2024-03-20)
========================================== ==========================================

View File

@ -1,3 +0,0 @@
Add ``--config-file`` and ``--modules-file`` CLI options. This allows to use
different files than the default ones. This is useful when using the same
environment for different databases.

View File

@ -1 +0,0 @@
Allow hyphen-minus character in database names.

View File

@ -1,2 +0,0 @@
Add database name to container name and publish Docker ports only when needed
to allow to upgrade multiple databases in parallel.

View File

@ -1,2 +0,0 @@
Drop support for python version < 3.9. Update dependencies and fix some
issue liked to that.

View File

@ -1,2 +0,0 @@
Add a new option ``--postgresql-version`` in ``oow init`` command to
define the version of the postgresql image to be used for the project.

View File

@ -1 +0,0 @@
Factorize code. Allways set --log-level=DEBUG in tests.

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "odoo-openupgrade-wizard" name = "odoo-openupgrade-wizard"
version = "0.6.0" version = "0.7.0"
description = "CLI tool to manage Odoo Major Upgrades" description = "CLI tool to manage Odoo Major Upgrades"
authors = [ authors = [
"GRAP, Groupement Régional Alimentaire de Proximité", "GRAP, Groupement Régional Alimentaire de Proximité",