Commit Graph

304 Commits

Author SHA1 Message Date
patchback[bot]
ee48f36269
Fix error formatting bug. (#448) (#449)
(cherry picked from commit f513ba2c59)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-08-12 14:15:36 +02:00
patchback[bot]
403b4f4c64
Fix docker_container tty test. (#444) (#445)
(cherry picked from commit bd62f82ca5)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-08-11 22:29:11 +02:00
Felix Fontein
b556281b5f Prepare 1.10.11 release. 2022-08-11 21:51:11 +02:00
patchback[bot]
6d31c4e72d
Adjust to b1dd2af4ca. (#423) (#424)
(cherry picked from commit c00b4ec9be)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-07-12 17:12:21 +02:00
patchback[bot]
edf1953fd5
Improve API version handling. (#389) (#391)
(cherry picked from commit a44e0736cf)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-06-20 07:58:38 +02:00
patchback[bot]
dc86cbef58
Skip Ansible 2.9 coverage reporting with new AZP container. (#384) (#385)
ci_coverage

(cherry picked from commit c4e2117844)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-06-14 21:48:57 +02:00
patchback[bot]
2f33dafbc4
Bump AZP container version. (#382) (#383)
(cherry picked from commit 5bc0014f6b)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-06-13 21:54:14 +02:00
patchback[bot]
0cdc59f3e4
requests drops support for older Python. (#380) (#381)
(cherry picked from commit b3b543dd8d)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-06-11 20:36:31 +02:00
patchback[bot]
23cefae716
Remove trailing space (#375) (#377)
* Remove trailing space

* Update plugins/modules/docker_compose.py

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 9c33aa5d12)

Co-authored-by: Garrit Franke <32395585+garritfra@users.noreply.github.com>
2022-05-27 10:44:30 +02:00
Felix Fontein
43f4811fc4 Next expected release is 1.10.11. 2022-05-24 08:37:48 +02:00
Felix Fontein
0c69cf7e64 Release 1.10.10. 2022-05-24 08:20:51 +02:00
patchback[bot]
0466d43d03
docker_container: fail if there are too many parts in a parsed port (#367) (#371)
* Fail if there are too many parts in a parsed port.

* Add tests.

* Prevent bad parsing.

(cherry picked from commit 401a76ff00)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-05-22 17:42:05 +02:00
patchback[bot]
2bda93a682
CI: Replace the container used in the nsenter tests (#368) (#369)
* Replace the container used in the nsenter tests.

* Improve connection tests.g

* Use quay.io/ansible/ansible-runner:devel instead.

(cherry picked from commit ab2d33aa99)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-05-21 19:33:30 +02:00
patchback[bot]
75faaff9dc
certifi dropped Python 2 support. (#356) (#357)
(cherry picked from commit 9c7415e0e7)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-05-19 07:40:05 +02:00
patchback[bot]
31966e90a4
Avoid breakage with Python 3.13. (#354) (#355)
(cherry picked from commit fb55b1d780)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-05-19 07:07:46 +02:00
Felix Fontein
06626520e5 Prepare 1.10.10 release. 2022-05-16 13:03:32 +02:00
Felix Fontein
ef7c700393 Release 1.10.9. 2022-05-16 12:26:44 +02:00
Felix Fontein
7a54431495
[stable-1] Add PSF-license.txt file (#352)
* Add PSF-license.txt file. (#350)

(cherry picked from commit 6adc7bddf3)

* Update with actual CPython 3.9.5 license. (#351)

(cherry picked from commit b6f9d853f9)
2022-05-16 09:15:01 +02:00
Felix Fontein
fa31797677 Prepare 1.10.9 release. 2022-05-16 07:12:29 +02:00
Felix Fontein
c4253b440d Install community.general 4.x.x which still supports Ansible 2.9. 2022-05-08 19:06:18 +02:00
Felix Fontein
df15c05a01 Next expected release is 1.10.9. 2022-04-25 21:31:22 +02:00
Felix Fontein
926a6c5cb9 Release 1.10.8. 2022-04-25 21:15:28 +02:00
Felix Fontein
e050e43ce8
[stable-1] docker connection: handle version and docker_args (#341)
* docker connection: handle version and docker_args (#327)

* handle version and docker_args

* Remove breaking change.

* Add changelog fragment.

* Fix unit tests.

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 6679eee41e)

* Fix tests.

Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
2022-04-25 21:01:02 +02:00
Felix Fontein
eed1a71004 Prepare 1.10.8 release. 2022-04-25 20:43:21 +02:00
patchback[bot]
d7b5f571fc
Switch from antsibull to antsibull-docs. (#334) (#335)
(cherry picked from commit ca2e46131f)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-04-10 10:58:57 +02:00
patchback[bot]
a2bb8a2620
Remove 'warn:' that's removed in ansible-core 2.14. (#328) (#329)
(cherry picked from commit b362bdfd88)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-04-01 23:06:06 +02:00
patchback[bot]
9241ecadef
Replace antsibull-lint collection-docs with antsibull-docs lint-collection-docs. (#322) (#323)
(cherry picked from commit 6f0e1149fd)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-03-30 08:13:32 +02:00
Felix Fontein
ef18755fe7
Replace devel by stable-2.13 in stable-1 CI. (#319) 2022-03-29 06:14:16 +02:00
Felix Fontein
d0e953f1e6 Next expected release is 1.10.8. 2022-03-28 21:15:22 +02:00
Felix Fontein
ace02c09ff Release 1.10.7. 2022-03-28 20:55:45 +02:00
Felix Fontein
3c269bbc01 Prepare 1.10.7 release. 2022-03-27 21:48:58 +02:00
patchback[bot]
f36b6ee7fd
Update docker module documentation for log_options (#317) (#318)
* Update docker module documentation for log_options

Add that log_driver must be specified for log_options to take effect

* Update plugins/modules/docker_container.py

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 69399d736d)

Co-authored-by: addisonshelley <102306748+addisonshelley@users.noreply.github.com>
2022-03-27 16:08:29 +02:00
Felix Fontein
6a8ba02b5b
[stable-1] docker_api connection plugin: adjust to ansible-core 2.13 (#315)
* Adjust docker_api plugin to ansible-core 2.13. (#308)

(cherry picked from commit b353a39ada)

* Remove 2.2.0 additions, adjust changelog URL.
2022-03-24 06:32:21 +01:00
Felix Fontein
30c00d4741
[stable-1] docker connection plugin: fix config docs and update to use config system (#313)
* docker connection plugin: fix config docs and update to use config system (#297)

* fix config docs and update to use config system

 wean off play_context which did not have the correct data in all cases

* moar fixes

* Update plugins/connection/docker.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* updated for backwards compat

* badmergeresolution

* makeitworks

* attempt to fix unit test

* mocking it# No more than 50 chars. #### 50 chars is here: #

* Update plugins/connection/docker.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/connection/docker.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/connection/docker.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/connection/docker.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/connection/docker.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/connection/docker.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* nomock

* remove bad paste

* properly load connection to initialize config

* initizlie docker args

* Fix bugs.

* Call _set_conn_data() when needed.

* Cache result of _get_docker_remote_user() now that it is called multiple times per task.

* Fix unit tests.

* list.clear() is Python 3...

* Add changelog.

* Call _set_conn_data() also in _connect().

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 37a3264042)

* Remove 2.2.0 additions.

* Remove unnecessary fragment, adjust URL.

Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
2022-03-24 06:32:06 +01:00
Felix Fontein
e9d9924b7a Next expected release is 1.10.7. 2022-03-14 22:04:25 +01:00
Felix Fontein
f6265ee450 Release 1.10.6. 2022-03-14 21:38:47 +01:00
Felix Fontein
9653e4cb68 Prepare 1.10.6 release. 2022-03-14 21:16:01 +01:00
patchback[bot]
d6121fce86
Fix warning/error extraction. (#305) (#306)
(cherry picked from commit ba5e6f89f3)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-03-14 21:13:28 +01:00
Felix Fontein
fbecb247c8 Next expected release is 1.10.6. 2022-02-21 22:14:29 +01:00
Felix Fontein
3b81f59794 Release 1.10.5. 2022-02-21 21:47:54 +01:00
Felix Fontein
7d6e99ccb6 Prepare 1.10.5 release. 2022-02-19 23:29:56 +01:00
patchback[bot]
d7a6ba7fc3
Don't mask return value. (#299) (#300)
(cherry picked from commit 078afc9769)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-02-14 21:10:08 +01:00
patchback[bot]
febdace4ee
Try to make more compatible with podman-docker. (#292) (#298)
(cherry picked from commit 9cd46a7d41)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-02-12 08:29:16 +01:00
patchback[bot]
6d99d16a85
Try to fix CentOS 8 in CI - at least a bit. (#287) (#288)
(cherry picked from commit 946f1a7322)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-01-31 21:54:28 +01:00
patchback[bot]
fd81f1d008
More small docs fixes. (#281) (#282)
(cherry picked from commit fbbc0898ed)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-01-10 08:27:12 +01:00
patchback[bot]
f4d3188199
Improve documentation (#278) (#279)
* Improve documentation.

* More fixes.

(cherry picked from commit 3d20ba1bc2)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-01-09 15:12:51 +01:00
patchback[bot]
a0134c5486
Restrict PyNaCL to 1.4.x on RHEL8 when using Python 3.6 (#275) (#276)
* Restrict PyNaCL to 1.4.x on RHEL8 when using Python 3.6.

* Fix typo.

(cherry picked from commit f94ba4cef3)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-01-08 14:19:21 +00:00
patchback[bot]
3465a8371f
Fix comment. (#272) (#273)
(cherry picked from commit d4b7ec0a9a)

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-01-06 15:10:43 +01:00
Felix Fontein
3a624ea045 Next expected release is 1.10.5. 2022-01-05 22:48:47 +01:00
Felix Fontein
661abb9855 Release 1.10.4. 2022-01-05 22:33:19 +01:00