Felix Fontein
0350d04b65
Improve JSON parsing error handling. ( #1221 ) ( #1222 )
...
(cherry picked from commit 6ab8cc0d82 )
2025-12-06 22:38:43 +01:00
Felix Fontein
091e393e6d
[stable-4] Docker Compose 5+: improve image layer event parsing ( #1219 ) ( #1220 )
...
* Docker Compose 5+: improve image layer event parsing (#1219 )
* Remove long deprecated version fields.
* Add first JSON event parsing tests.
* Improve image layer event parsing for Compose 5+.
* Add 'Working' to image working actions.
* Add changelog fragment.
* Shorten lines.
* Adjust docker_compose_v2_run tests.
(cherry picked from commit 174c0c8058 )
* Remove type hints.
* Fix Python 2 compatibility when parsing JSON events.
2025-12-06 18:32:17 +01:00
Felix Fontein
22c17bca86
Prepare 4.8.5.
2025-12-06 17:57:44 +01:00
patchback[bot]
ae4080b960
Adjust test for error message for Compose 5.0.0. ( #1217 ) ( #1218 )
...
(cherry picked from commit 2efcd6b2ec )
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-12-06 14:12:23 +01:00
Felix Fontein
5c989f20d5
The next release will be 4.8.5.
2025-11-29 23:23:18 +01:00
Felix Fontein
b4245dcee4
Release 4.8.4.
2025-11-29 22:35:28 +01:00
Felix Fontein
dc0a554966
docker_container: do not send wrong host IP for duplicate ports ( #1214 ) ( #1215 )
...
* DRY.
* Port spec can be a list of port specs.
* Add changelog fragment.
* Add test.
(cherry picked from commit 846fc8564b )
2025-11-26 07:08:38 +00:00
Felix Fontein
a049898f19
Prepare 4.8.4.
2025-11-26 07:34:14 +01:00
patchback[bot]
1edfa73f4b
Bump actions/checkout from 5 to 6 in the ci group ( #1211 ) ( #1212 )
...
Bumps the ci group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: ci
...
(cherry picked from commit d2947476f7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-24 06:37:24 +01:00
Felix Fontein
672f4c8b88
The next release will be 4.8.4.
2025-11-16 13:24:34 +01:00
Felix Fontein
231f8d50a9
Release 4.8.3.
2025-11-16 12:47:11 +01:00
Felix Fontein
22e6d64345
Prepare 4.8.3.
2025-11-16 11:56:55 +01:00
Felix Fontein
8f50319434
[stable-4] docker_network: fix IP subnet and address idempotency ( #1203 )
...
* Fix IP subnet and address idempotency. (#1201 )
(cherry picked from commit 3da2799e03 )
* Add warning about missing normalization if ipaddress is not there on Python 2.
* Fix mistake.
2025-11-16 11:18:47 +01:00
Felix Fontein
99a81449c5
Fix connection tests. ( #1202 ) ( #1204 )
...
(cherry picked from commit a349c5eed7 )
2025-11-16 11:02:29 +01:00
Felix Fontein
5cea1cdc6d
docker_image(_push): fix push detection ( #1199 ) ( #1200 )
...
* Fix IP address retrieval for registry setup.
* Adjust push detection to Docker 29.
* Idempotency for export no longer works.
* Disable pull idempotency checks that play with architecture.
* Add more known image IDs.
* Adjust load tests.
* Adjust error message check.
* Allow for more digests.
* Make sure a new enough cryptography version is installed.
(cherry picked from commit d207643e0c )
2025-11-16 10:36:44 +01:00
Felix Fontein
a80e6bf7ec
docker_image(_pull), docker_container: fix compatibility with Docker 29.0.0 ( #1192 ) ( #1198 )
...
* Add debug flag to failing task.
* Add more debug output.
* Fix pull idempotency.
* Revert "Add more debug output."
This reverts commit 64020149bf .
* Fix casing.
* Remove unreliable test.
* Add 'debug: true' to all tasks.
* Reformat.
* Fix idempotency problem for IPv6 addresses.
* Fix expose ranges handling.
* Update changelog fragment to also mention other affected modules.
(cherry picked from commit 90c4b4c543 )
2025-11-15 17:47:34 +01:00
patchback[bot]
b58763e2e6
docker_compose_v2: ignore result of build idempotency test since this seems like a hopeless case ( #1196 ) ( #1197 )
...
* Ignore result of idempotency test since this seems like a hopeless cause...
* And another one.
(cherry picked from commit 68993fe353 )
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-11-15 17:13:10 +01:00
Felix Fontein
c3eaabc148
Work around Docker 29.0.0 bug. ( #1187 ) ( #1190 )
...
(cherry picked from commit ec14568b22 )
2025-11-12 19:37:30 +01:00
Felix Fontein
24b8b82545
Move ansible-core 2.17 to EOL CI. ( #1188 )
2025-11-12 19:37:13 +01:00
Felix Fontein
c4169e2dcc
Remove stable-3 from weekly CI run.
...
(cherry picked from commit 3dcf394aa5 )
2025-10-25 13:38:40 +02:00
Felix Fontein
4bff68cfe8
The next release will be 4.8.3.
2025-10-25 13:38:36 +02:00
Felix Fontein
66327d277f
Release 4.8.2.
2025-10-25 11:15:10 +02:00
Felix Fontein
075bc91ce8
[stable-4] Adjust 'report this' messages to only report if the latest version still has this problem ( #1174 )
...
* Adjust 'report this' messages to only report if the latest version still has this problem. (#1173 )
(cherry picked from commit 6b5d76bdee )
* Adjust checks.
(cherry picked from commit 24f35644e3 )
2025-10-16 18:05:39 +02:00
Felix Fontein
f3455f9c09
Fix method signature. ( #1172 )
2025-10-15 21:55:11 +02:00
Felix Fontein
325cbfac73
Replace devel by stable-2.20. ( #1169 )
2025-10-15 14:13:42 +02:00
Felix Fontein
b058cd40da
Fix crashes due to wrong names. ( #1161 ) ( #1163 )
...
(cherry picked from commit 33c8a49191 )
2025-10-11 15:54:51 +02:00
Felix Fontein
091f04bd9d
Bump community.general stable branch.
2025-10-11 15:37:25 +02:00
Felix Fontein
db20b1876d
Avoid losing data from events if multiple arrive at the same time. ( #1158 ) ( #1159 )
...
(cherry picked from commit f7e976f3da )
2025-10-10 20:28:27 +02:00
patchback[bot]
3b0ab3bd8b
Prevent loss of data. ( #1152 ) ( #1154 )
...
(cherry picked from commit ec5f7682a1 )
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-10-07 22:42:32 +02:00
Felix Fontein
890986b00d
Prepare 4.8.2.
2025-10-07 19:41:47 +02:00
Felix Fontein
488dd28339
Fix docker_container_exec's detach=true. ( #1145 ) ( #1148 )
...
(cherry picked from commit 449b37e1c9 )
2025-10-07 19:16:04 +02:00
Felix Fontein
acea22ba47
Fix diff for plugin options. ( #1146 ) ( #1147 )
...
(cherry picked from commit 54c2e49fdf )
2025-10-07 18:53:30 +02:00
Felix Fontein
5fd4f211c5
Add stable-4 to CI.
...
(cherry picked from commit b9cf9015c4 )
2025-10-05 17:42:02 +02:00
Felix Fontein
dd4ddb7ab8
Adjust links to stable-4 instead of main.
2025-10-05 17:39:55 +02:00
Felix Fontein
d757294540
Release 4.8.1.
2025-10-05 16:30:40 +02:00
Felix Fontein
626426c199
Prepare 4.8.1.
2025-10-05 16:29:41 +02:00
Felix Fontein
251e4eca49
Remove remaining usages of ansible.module_utils.six. ( #1140 )
2025-10-05 16:17:50 +02:00
Felix Fontein
ebe42308cc
Replace ansible.module_utils.six with own module utils in some cases ( #1138 )
...
* Replace ansible.module_utils.six with own module utils in some cases.
* Add ignore.txt entires.
2025-10-04 23:45:27 +02:00
Felix Fontein
82b49c7cf2
Fix wrong replacements. ( #1139 )
2025-10-04 23:18:11 +02:00
Felix Fontein
1902e0fdf2
Avoid six in plugin code. ( #1137 )
2025-10-04 21:51:59 +02:00
Felix Fontein
de9794ffe8
The next expected release will be 4.9.0.
2025-10-03 22:53:57 +02:00
Felix Fontein
8723784cf0
Release 4.8.0.
2025-10-03 22:30:21 +02:00
Felix Fontein
82b3184605
Another try to add RHEL 10 to CI. ( #1136 )
2025-10-03 21:16:18 +02:00
Felix Fontein
f8ea3fcba3
Prepare 4.8.0.
2025-09-29 22:50:37 +02:00
Felix Fontein
fd011d3871
Support missing fields and missing types in mounts. ( #1134 )
2025-09-29 22:35:07 +02:00
Felix Fontein
8e2056fcb1
Only upload code coverage data for scheduled CI runs. ( #1135 )
2025-09-29 22:34:57 +02:00
Felix Fontein
a3093604fa
Put all integration test sessions into the nox config. ( #1133 )
...
This includes ones for ansible-core versions that only run with AZP,
and includes remote sessions that won't work with GHA but require AZP
also for older ansible-core versions.
2025-09-29 20:49:06 +02:00
Felix Fontein
c9c420c036
CI: Move ansible-core 2.16 from AZP to GHA ( #1132 )
...
* Move ansible-core 2.16 to EOL CI.
* Remove no longer relevant EOL CI badge.
* CentOS 7 does not work in GHA.
2025-09-27 12:27:44 +02:00
Felix Fontein
1e038c072f
CI: replace felixfontein/ansible-test-gh-action@main with antsibull-nox. ( #1131 )
2025-09-27 11:35:25 +02:00
Felix Fontein
ad7397a332
Add repository configuration to antsibull-nox.toml.
2025-09-26 06:58:05 +02:00