Skip to content

Commit 5675b26

Browse files
committed
Update changelog for v6.1.0
1 parent 7669749 commit 5675b26

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22
Changelog
33
=========
44

5+
6.1.0
6+
=====
7+
8+
* Fix wrong package module on CentOS having dpkg tools installed #570 (#575)
9+
* Deduplicate hosts returned by get_backends() (#572)
10+
* Use /run/systemd/system/ to detect systemd (fixes #546)
11+
* Use ssh_args from ansible.cfg
12+
* Require python >= 3.6
13+
* Fix ValueError with python 3.8+ when using --nagios option.
14+
515
6.0.0
616
=====
717

8-
* Breaking change: testinfra is moving to the https://github.com/pytest-dev/
9-
organization. Project on PyPi is renamed as pytest-testinfra.
18+
* Breaking change: testinfra has moved to the https://github.com/pytest-dev/
19+
organization. Project on PyPi is renamed as pytest-testinfra. A dummy
20+
testinfra will make the transition, but you should rename to pytest-testinfra
21+
in your requirements files.
1022

1123
5.3.1
1224
=====

0 commit comments

Comments
 (0)