Releases: Tecnativa/doodba-copier-template
Releases · Tecnativa/doodba-copier-template
v2.1.1
All changes here. Summary:
- Fix broken traefik 1 routers.
- Delete vscode config files that shouldn't exist after they're migrated to the code-workspace file.
v2.1.1a0
v2.1.0
All changes here. Summary:
- Fix bug that happened randomly only on tagged commits.
- Support integrated JS debugger in VSCode.
v2.0.3
v2.0.2
All changes here. Summary:
- Fix isort 5 compatibility with black.
v2.0.1
All changes here. Summary:
- Fix incompatibility between pylint-odoo and isort.
v2.0.0
All changes here. Summary:
.env
file removed.- Update minimal copier version.
- Use only ipv4 in the smtp relay.
- Use an init system for wdb container to make it obey
SIGTERM
as any other normal process. - Add pgweb in the developer toolbelt.
- Prefix all ports in devel with the odoo version, to allow booting the same environment in several odoo versions at the same time.
- Modify the prod and test domains question structure. A migration script is included to transform v1.x projects. With this new structure, both prod and test environments can serve in several domains and entrypoints as configured by the template answers. This is required for Odoo 12.0+, where mutliple domains is a new feature.
- Add a new
doodba.domain.main
label to all odoo containers in test and prod that specifies what doodba-copier-template considers the main domain as extracted from the new domains structure configuration. As the new structure is more complex, this helps the end devops know what domain should appear asweb.base.url
, if that's important for any reason. - Prioritize Traefik 2 over 1, with some features for the new domains structure working only on Traefik 2 due to technical limitations.
- Resort pre-commit configurations to always format before linting.
- Update dependencies for the project itself and for pre-commit.