Releases: pycontribs/python-vagrant
Releases · pycontribs/python-vagrant
v1.1.0
Minor Changes
- Deprecate python 3.8 and add python 3.11 (#148) @konstruktoid
- Add typing annotations (#138) @cdleonard
- Global status support (#125) @apatard
Bugfixes
- Adopt PEP-621 (#146) @ssbarnea
- Remove comments from flake8 extend-ignore (#143) @konstruktoid
v1.0.0
Major Changes
- use vm_name as first positional argument in up() (#111) @konstruktoid
- Drop support for py37 (#90) @ssbarnea
- Require py37+ and adopt PEP-517 packaging (#77) @ssbarnea
Minor Changes
- Adopt src code layout (#116) @ssbarnea
- configure vbguest and validate Vagrantfile during lifecycle test (#115) @konstruktoid
- add
vagrant validate
(#100) @konstruktoid - Declare vagrant package as typed (#94) @ssbarnea
Bugfixes
- Ensure use of setuptools-scm version (#118) @ssbarnea
- Fixes non-virtualbox provider (#113) @apatard
- Don't use shell to run vagrant subprocess (#112) @apatard
- Update README.md (#114) @ssbarnea
- Fixed main README (#101) @ssbarnea
- Fix streaming with python3+ (#103) @apatard
- Ensure box remove uses force (#99) @ssbarnea
- Fix vagrant output parsing (#93) @apatard
- Fix logging deprecation (#81) @ssbarnea