Changelog
[v2.0.0](https://github.com/thegeeklab/ansible-doctor/compare/v1.4.8...v2.0.0) (2023-02-12)
Bug Fixes
- join lines with newline instead of space in markdown templates ([446](https://github.com/thegeeklab/ansible-doctor/pull/446))
- use custom method for annotation split to allow escape chars ([432](https://github.com/thegeeklab/ansible-doctor/pull/432))
- **deps:** update dependency pathspec to v0.11.0 ([437](https://github.com/thegeeklab/ansible-doctor/pull/437))
CI Pipeline
- bump container build plugin to drone-docker-buildx:23 ([447](https://github.com/thegeeklab/ansible-doctor/pull/447))
Code Refactoring
- use buildx for multiarch container builds ([425](https://github.com/thegeeklab/ansible-doctor/pull/425))
Features
- add option to run ansible-doctor recursively ([451](https://github.com/thegeeklab/ansible-doctor/pull/451))
- add pre-commit support ([449](https://github.com/thegeeklab/ansible-doctor/pull/449))
Others
- remove support for arm32 ([422](https://github.com/thegeeklab/ansible-doctor/pull/422))
- **deps:** lock file maintenance ([427](https://github.com/thegeeklab/ansible-doctor/pull/427))
- **deps:** update dependency flake8-isort to v6 ([418](https://github.com/thegeeklab/ansible-doctor/pull/418))
- **deps:** lock file maintenance ([442](https://github.com/thegeeklab/ansible-doctor/pull/442))
- **deps:** update dependency ruff to v0.0.229 ([431](https://github.com/thegeeklab/ansible-doctor/pull/431))
- **deps:** lock file maintenance ([435](https://github.com/thegeeklab/ansible-doctor/pull/435))
- **deps:** update dependency ruff to v0.0.237
- **deps:** update devdependencies (non-major)
- **deps:** update dependency pydocstyle to v6.2.3
- **deps:** update dependency thegeeklab/hugo-geekdoc to v0.37.1
- **deps:** update dependency ruff to v0.0.243 ([441](https://github.com/thegeeklab/ansible-doctor/pull/441))
- **deps:** update dependency ruff to v0.0.230
- **deps:** update dependency pytest to v7.2.1
- **deps:** lock file maintenance ([420](https://github.com/thegeeklab/ansible-doctor/pull/420))
- **docker:** update docker digests
- **docker:** update python:3.11-alpine docker digest to 625383c
- **docker:** update docker digests
- **docker:** update python:3.11-alpine docker digest to deb0f63
- **docker:** update python:3.11-alpine docker digest to 8463061
- **docker:** update python:3.11-alpine docker digest to ca1298a
- **docker:** update python:3.11-alpine docker digest to d8b0703
Refctor
- migrate flake8 to ruff python linter ([429](https://github.com/thegeeklab/ansible-doctor/pull/429))
BREAKING CHANGE
We dropped the arm32 platform support and builds.
The option `role_dir` was renamed to `base_dir`. This change affects the related environment variable as well.