[VER] Bump to version 0.7.0
This commit is contained in:
parent
62f77499fb
commit
cd80fe1a72
28
CHANGES.rst
28
CHANGES.rst
|
|
@ -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)
|
||||||
==========================================
|
==========================================
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Allow hyphen-minus character in database names.
|
|
||||||
|
|
@ -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.
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
Drop support for python version < 3.9. Update dependencies and fix some
|
|
||||||
issue liked to that.
|
|
||||||
|
|
@ -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.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Factorize code. Allways set --log-level=DEBUG in tests.
|
|
||||||
|
|
@ -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é",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user