Releases: OCA/oca-github-bot
Releases · OCA/oca-github-bot
v20231216
What's Changed
- Look for issues in all states for commenting by @alexey-pelykh in #216
- Generate pyproject.toml instead of setup.py by @sbidoul in #266
- Fix rendering of OdooSeriesNotDtected exceptions by @sbidoul in #274
- Upgrade maintainer-tools by @sbidoul in #275
- Start wheel build from an empty directory by @sbidoul in #270
- Skip forks early in main branch bot by @sbidoul in #277
- Bump aiohttp from 3.8.5 to 3.8.6 by @dependabot in #271
- Bump aiohttp from 3.8.6 to 3.9.0 by @dependabot in #272
- Bump cryptography from 41.0.4 to 41.0.6 by @dependabot in #273
New Contributors
- @alexey-pelykh made their first contribution in #216
Full Changelog: v20231013...v20231216
v20231013
What's Changed
- Add option to set minimum supported branch by @sbidoul in #252
- Update readme generator and generate README.rst only when fragments changed by @sbidoul in #256
- Follow common practice for environment files naming by @sbidoul in #257
- Add binutils to Dockerfile to fix pandoc installer by @sbidoul in #259
- Squash post merge commits into one by @sbidoul in #260
- [IMP] Add the [BOT] tag to oca-github-bot commits by @MiquelRForgeFlow in #261
Full Changelog: v20230619...v20231013
v20230617
What's Changed
- [IMP] ocabot merge : check line in migration issue by @legalsylvain in #192
- [IMP] not overwrite migration issue line unless the previous PR is closed by @SirTakobi in #218
Full Changelog: v20221029.0...v20230617
v20221029.0
What's Changed
- [IMP] add 'migration' in the OCABOT_USAGE. by @legalsylvain in #186
- [IMP] Search addons maintainers in other branches. Fix : #122 by @legalsylvain in #183
- [IMP] make _set_lines_issue working on empty issue by @legalsylvain in #190
- [ADD] add warning in ocabot migration if previous PR was present for the same module by @legalsylvain in #191
- Refactor wheel builder by @sbidoul in #212
- Update pinned dependencies by @sbidoul in #213
- [FIX] add new line at end of OCABOT_USAGE line by @legalsylvain in #199
- [FIX] ocabot migration duplicating lines in migration issue? by @SirTakobi in #215
New Contributors
- @SirTakobi made their first contribution in #215
Full Changelog: v20220518.0...v20221029.0
v20220518.0
What's Changed
- Bump lxml from 4.6.3 to 4.6.5 by @dependabot in #165
- Fix mention maintainers by @sbidoul in #174
- Use pre commit ci and add CI badges by @sbidoul in #176
- Update dependencies and bump minimum python version by @sbidoul in #175
- Retry on git fetch errors by @sbidoul in #177
- Ignore BranchNotFoundError in merge status task by @sbidoul in #178
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #179
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #180
- [FIX] environment.sample : remove space that make build failing by @legalsylvain in #181
- [IMP] consider comment from PR reviews by @legalsylvain in #182
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #184
New Contributors
- @pre-commit-ci made their first contribution in #179
Full Changelog: v20211206...v20220518.0
v20211206
Bugfixes
The GitHub token used by the bot could be leaked into GitHub comments on pull requests
in some circumstances. Please upgrade and rotate tokens.
Features
- Add "/ocabot migration" command, to link a PR to the migration issue and set the
milestone. #97 - Added support for Odoo 15 (via a setuptools-odoo and maintainer-tools update). #156
Other
- Improved layer caching in the Dockerfile