diff --git a/CHANGES.rst b/CHANGES.rst index def5bf6..f21a375 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,61 @@ This file compiles releases and changes made in .. towncrier release notes start +odoo-openupgrade-wizard 1.0.3 (2024-10-09) +========================================== + +Bugfixes +-------- + +- Fix crash when building container fails. +- Make odoo openupgrade wizard working in the following combination: + Odoo version <= 12 + Postgresql version >= 14 +- New fix for error that append randomly when removing a container. + + +Documentation +------------- + +- Add towncrier and newsfragments info in dev documentation. +- Improve the README.md file, hightlighting code section. +- Update contributors list until October 2024 + + +Misc +---- + +- Update of python libraries version, using ``poetry update``. + + * Removing incremental (22.10.0) + * Updating attrs (23.2.0 -> 24.2.0) + * Updating certifi (2024.2.2 -> 2024.8.30) + * Updating filelock (3.13.2 -> 3.16.1) + * Updating idna (3.6 -> 3.10) + * Updating packaging (24.0 -> 24.1) + * Updating platformdirs (4.2.0 -> 4.3.6) + * Updating pygments (2.17.2 -> 2.18.0) + * Updating pyyaml (6.0.1 -> 6.0.2) + * Updating tomli (2.0.1 -> 2.0.2) + * Updating typing-extensions (4.10.0 -> 4.12.2) + * Updating urllib3 (2.2.1 -> 2.2.3) + * Updating zipp (3.18.1 -> 3.20.2) + * Updating argcomplete (3.2.3 -> 3.5.1) + * Updating astroid (3.1.0 -> 3.3.5) + * Updating coverage (7.4.4 -> 7.6.1) + * Updating dill (0.3.8 -> 0.3.9) + * Updating gitpython (3.1.42 -> 3.1.43) + * Updating jinja2 (3.1.3 -> 3.1.4) + * Updating requests (2.31.0 -> 2.32.3) + * Updating rich (13.7.1 -> 13.9.2) + * Updating setuptools (69.2.0 -> 75.1.0) + * Updating tomlkit (0.12.4 -> 0.13.2) + * Updating virtualenv (20.25.1 -> 20.26.6) + * Updating docker (7.0.0 -> 7.1.0) + * Updating plumbum (1.8.2 -> 1.9.0) + * Updating pylint (3.1.0 -> 3.3.1) + * Updating towncrier (23.11.0 -> 24.8.0) + + odoo-openupgrade-wizard 1.0.2 (2024-10-06) ========================================== diff --git a/newsfragments/+build-error.bugfix b/newsfragments/+build-error.bugfix deleted file mode 100644 index c8abe86..0000000 --- a/newsfragments/+build-error.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix crash when building container fails. diff --git a/newsfragments/+container-removal.bugfix b/newsfragments/+container-removal.bugfix deleted file mode 100644 index 95646ae..0000000 --- a/newsfragments/+container-removal.bugfix +++ /dev/null @@ -1 +0,0 @@ -New fix for error that append randomly when removing a container. diff --git a/newsfragments/+fix-odoo-12-postgresql-14.bugfix b/newsfragments/+fix-odoo-12-postgresql-14.bugfix deleted file mode 100644 index fffb1dd..0000000 --- a/newsfragments/+fix-odoo-12-postgresql-14.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Make odoo openupgrade wizard working in the following combination: -Odoo version <= 12 + Postgresql version >= 14 diff --git a/newsfragments/+poetry-update-2024-10-07.doc b/newsfragments/+poetry-update-2024-10-07.doc deleted file mode 100644 index f07ca41..0000000 --- a/newsfragments/+poetry-update-2024-10-07.doc +++ /dev/null @@ -1 +0,0 @@ -Improve the README.md file, hightlighting code section. diff --git a/newsfragments/+poetry-update-2024-10-07.misc b/newsfragments/+poetry-update-2024-10-07.misc deleted file mode 100644 index 2eea66d..0000000 --- a/newsfragments/+poetry-update-2024-10-07.misc +++ /dev/null @@ -1,30 +0,0 @@ -Update of python libraries version, using ``poetry update``. - -* Removing incremental (22.10.0) -* Updating attrs (23.2.0 -> 24.2.0) -* Updating certifi (2024.2.2 -> 2024.8.30) -* Updating filelock (3.13.2 -> 3.16.1) -* Updating idna (3.6 -> 3.10) -* Updating packaging (24.0 -> 24.1) -* Updating platformdirs (4.2.0 -> 4.3.6) -* Updating pygments (2.17.2 -> 2.18.0) -* Updating pyyaml (6.0.1 -> 6.0.2) -* Updating tomli (2.0.1 -> 2.0.2) -* Updating typing-extensions (4.10.0 -> 4.12.2) -* Updating urllib3 (2.2.1 -> 2.2.3) -* Updating zipp (3.18.1 -> 3.20.2) -* Updating argcomplete (3.2.3 -> 3.5.1) -* Updating astroid (3.1.0 -> 3.3.5) -* Updating coverage (7.4.4 -> 7.6.1) -* Updating dill (0.3.8 -> 0.3.9) -* Updating gitpython (3.1.42 -> 3.1.43) -* Updating jinja2 (3.1.3 -> 3.1.4) -* Updating requests (2.31.0 -> 2.32.3) -* Updating rich (13.7.1 -> 13.9.2) -* Updating setuptools (69.2.0 -> 75.1.0) -* Updating tomlkit (0.12.4 -> 0.13.2) -* Updating virtualenv (20.25.1 -> 20.26.6) -* Updating docker (7.0.0 -> 7.1.0) -* Updating plumbum (1.8.2 -> 1.9.0) -* Updating pylint (3.1.0 -> 3.3.1) -* Updating towncrier (23.11.0 -> 24.8.0) diff --git a/newsfragments/+update-contributors-list-2024-10.doc b/newsfragments/+update-contributors-list-2024-10.doc deleted file mode 100644 index ab60568..0000000 --- a/newsfragments/+update-contributors-list-2024-10.doc +++ /dev/null @@ -1 +0,0 @@ -Update contributors list until October 2024 diff --git a/newsfragments/+update-dev-doc.doc b/newsfragments/+update-dev-doc.doc deleted file mode 100644 index b77c854..0000000 --- a/newsfragments/+update-dev-doc.doc +++ /dev/null @@ -1 +0,0 @@ -Add towncrier and newsfragments info in dev documentation. diff --git a/pyproject.toml b/pyproject.toml index 141c426..49c888d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "odoo-openupgrade-wizard" -version = "1.0.2" +version = "1.0.3" description = "CLI tool to manage Odoo Major Upgrades" authors = [ "Sylvain LE GAL ",