Felix Fontein
9a429a103e
Release 1.10.15.
2023-02-06 09:05:25 +01:00
Felix Fontein
70ef01f7c1
Declare stable-1 branch EOL. ( #572 )
2023-02-06 07:48:52 +01:00
Felix Fontein
f3e909ed57
CI: Make tests work with Docker API version 1.42 ( #576 ) ( #578 )
...
* Make tests work with API version 1.42.
* Make sure anonymous volume is separated from container a bit earlier.
* Another try.
(cherry picked from commit 3a1bfc4be2 )
2023-02-04 22:46:37 +01:00
Felix Fontein
d1ceca503c
Looks like BuilderSize was never documented and eventually got removed. Replace with something that is documented ( https://docs.docker.com/engine/api/v1.42/#tag/System/operation/SystemDataUsage ). ( #569 ) ( #570 )
...
(cherry picked from commit d57b26269a )
2023-02-03 12:05:23 +01:00
patchback[bot]
e6b06dfb32
[PR #563/c0d9ca67 backport][stable-1] Fix CI ( #564 )
...
* Restrict to old enough paramiko on RHEL 8 or other systems using Python 3.6. (#563 )
(cherry picked from commit c0d9ca67c4 )
* Make sure paramiko is installed on localhost as well.
* Revert "Make sure paramiko is installed on localhost as well."
This reverts commit 53ab6f5435 .
* Fix check.
* ...
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-01-22 19:06:58 +01:00
patchback[bot]
85eeee8186
docs: Fix json path in asserts ( #560 ) ( #561 )
...
##### SUMMARY
The current path to the running state does not include `output.services.` which it should.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
(cherry picked from commit c24ea78f6e )
Co-authored-by: David Jack Wange Olrik <david@olrik.dk>
2023-01-20 13:29:34 +01:00
Felix Fontein
16295c4778
Next expected release is 1.10.15.
2023-01-14 11:35:58 +01:00
Felix Fontein
1cb67ef901
Release 1.10.14.
2023-01-14 11:17:57 +01:00
patchback[bot]
14ec6c5d11
Improve envvar fallback handling. ( #554 ) ( #555 ) ( #558 )
...
(cherry picked from commit 4e6ac335f3 )
(cherry picked from commit 40bef226c0 )
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-01-14 08:42:21 +01:00
patchback[bot]
8d19ad9f86
docker_plugin: do not crash when plugin doesn't exist ( #553 ) ( #556 ) ( #557 )
...
* Do not crash when plugin doesn't exist.
* Improve style.
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
(cherry picked from commit c7cbec0163 )
(cherry picked from commit 0ffa3cc1d2 )
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-01-14 08:09:36 +01:00
Felix Fontein
935b02fad9
Don't uninstall docker.
2023-01-13 21:47:17 +01:00
Felix Fontein
725dd00714
Use stable-2.x branches from my work to get the patch from https://github.com/ansible/ansible/pull/79734 .
...
(cherry picked from commit 01429108d3 )
2023-01-13 21:08:41 +01:00
Felix Fontein
d02aa960eb
CI: improve Docker setup ( #550 )
...
* Cache has already been updated a few lines before.
* When skipping Docker cleanup, create flag to avoid the expensive part of the setup (including package manager cache update) to be run again.
(cherry picked from commit 134d32cae6 )
2023-01-13 21:06:21 +01:00
Felix Fontein
e5ef7cd72d
Prepare 1.10.14 release.
2023-01-13 06:45:30 +01:00
patchback[bot]
b1e3d25d96
Fix error handling. ( #546 ) ( #547 )
...
(cherry picked from commit 18091193de )
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-01-05 21:15:18 +01:00
Felix Fontein
4d05fe9890
Move tests with EOL versions of Ansible from AZP to GHA. ( #537 )
2022-12-19 22:05:14 +01:00
patchback[bot]
c2f8237c80
Fix the collection name ( #532 ) ( #533 )
...
(cherry picked from commit cc9191f8cb )
Co-authored-by: Mark Mercado <mamercad@gmail.com>
2022-12-14 07:59:47 +01:00
Felix Fontein
a4a630b3d0
Next expected release is 1.10.14.
2022-12-06 13:34:07 +01:00
Felix Fontein
45d18e745c
Release 1.10.13.
2022-12-06 13:13:29 +01:00
Felix Fontein
e2053d7cc8
Improve container detection. ( #522 ) ( #524 )
...
(cherry picked from commit e87b327764 )
2022-12-06 08:31:25 +01:00
Felix Fontein
5d99e4f61e
Prepare 1.10.13 release.
2022-12-06 08:14:54 +01:00
Felix Fontein
9b8bbc710b
Next release will be 1.10.13.
2022-12-03 21:30:27 +01:00
Felix Fontein
e3fe22d0be
Release 1.10.12.
2022-12-03 21:13:20 +01:00
Felix Fontein
541e47d9c4
Improve release summary.
2022-12-01 00:15:54 +01:00
Felix Fontein
74290165e9
[stable-2] Make current_container_facts work with newer Docker versions and latest ansible-test container changes ( #512 )
...
* Make current_container_facts work with newer Docker versions and latest ansible-test container changes (#510 )
* Add more debug output.
* Add basic integration test.
* Split into lines.
* Fix docker detection, add podman detection.
ci_complete
* Improve regular expression.
* Document that this module is trying its best, but might not be perfect.
* Update comment.
(cherry picked from commit c2d84efccb )
* Remove new feature (podman support).
(cherry picked from commit 3da9aa3b9c )
2022-12-01 00:15:01 +01:00
Felix Fontein
7f5b669324
Prepare 1.10.12 release.
2022-12-01 00:13:43 +01:00
patchback[bot]
7abd55adba
Fix non-matching defaults. ( #494 ) ( #495 )
...
(cherry picked from commit 1ac3a99e7c )
Co-authored-by: Felix Fontein <felix@fontein.de>
2022-11-01 19:20:29 +01:00
patchback[bot]
ce8e33153c
added documentation to indicate docker_swarm_service does not currently support operating on stack based services. ( #491 ) ( #492 )
...
(cherry picked from commit df864221d6 )
Co-authored-by: James A. Robinson <jim.robinson@gmail.com>
2022-10-26 13:13:23 +02:00
patchback[bot]
f50c4ea538
Improve docker_compose example ( #470 ) ( #473 )
...
* Improve compose docs.
* Also adjust inline v1 example.
(cherry picked from commit 3b41e7d6a8 )
Co-authored-by: Felix Fontein <felix@fontein.de>
2022-09-08 06:43:52 +02:00
patchback[bot]
abba2bf73d
Clarify that BuildKit / buildx cannot be used with docker_image. ( #468 ) ( #471 )
...
(cherry picked from commit 9458bc6e62 )
Co-authored-by: Felix Fontein <felix@fontein.de>
2022-09-08 06:38:22 +02:00
Felix Fontein
b4ef24162c
Next release will be 1.10.12.
2022-08-12 22:27:55 +02:00
Felix Fontein
e817e33cad
Release 1.10.11.
2022-08-12 22:02:21 +02:00
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