Felix Fontein
3c2b21a672
Release 3.13.2.
2024-11-10 12:07:33 +01:00
patchback[bot]
cc80ff227e
Sanitize labels. ( #985 ) ( #986 )
...
(cherry picked from commit 1e10834905 )
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-11-10 00:30:40 +01:00
Felix Fontein
c0dbbe102f
Prepare 3.13.2 release.
2024-11-09 23:54:51 +01:00
Felix Fontein
82f31083c1
Update CI for old stable branches.
...
(cherry picked from commit 6daeff69f6 )
2024-10-20 11:04:17 +02:00
patchback[bot]
6c089a3e53
Add more tests. ( #980 ) ( #981 )
...
(cherry picked from commit a740cfa0c4 )
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-10-19 22:51:58 +02:00
Felix Fontein
7e82da0e8b
Fix reuse workflow branches.
...
(cherry picked from commit 309a30e9be )
2024-10-19 12:37:11 +02:00
Felix Fontein
7a88ac1659
Update links to stable-3.
2024-10-19 12:31:38 +02:00
Felix Fontein
8c5b90df55
The next expected release will be 3.13.2.
2024-10-15 20:49:29 +02:00
Felix Fontein
0749d61513
Release 3.13.1.
2024-10-15 20:30:18 +02:00
Felix Fontein
9f55d1c5b7
Prepare 3.13.1 release.
2024-10-14 20:58:16 +02:00
Felix Fontein
28e87f4602
Compose v2: improve parsing of dry-run building JSON events ( #976 )
...
* Catch more warnings that shouldn't be there.
* Add explicit handling of dry-run image build JSON events.
These produce some one-off ID values that don't make any sense as ID values.
2024-10-14 20:56:49 +02:00
Felix Fontein
ea38591dec
Next expected release is 3.14.0.
2024-10-04 11:03:37 +02:00
Felix Fontein
54d70d9afc
Release 3.13.0.
2024-10-04 10:31:38 +02:00
Felix Fontein
1485adce29
Make clear that inventory config files need to have a very speific ending. ( #974 )
2024-10-04 10:17:23 +02:00
Felix Fontein
0806996f82
Prepare 3.13.0 release.
2024-09-28 08:37:31 +03:00
Felix Fontein
423a9bbf61
Add Docker Compose v2 exec and run modules. ( #969 )
2024-09-27 13:00:48 +03:00
Felix Fontein
d478174786
Add stable-2.18 to CI. ( #970 )
2024-09-24 13:46:51 +03:00
Felix Fontein
e87ad6188c
Next expected release will be 3.13.0.
2024-09-17 21:21:11 +02:00
Felix Fontein
bfb0fed227
Release 3.12.2.
2024-09-17 21:02:04 +02:00
Felix Fontein
ca648a0390
Prepare 3.12.2 release.
2024-09-17 20:52:58 +02:00
Felix Fontein
3802e424d9
docker_prune: improve docs, fix handling of lists for filters ( #966 )
...
* Improve docs.
* Fix handling of lists for filters.
2024-09-17 20:50:48 +02:00
x4e-jonas
d8cefc4190
Fix typo in Docker connection tests. ( #964 )
...
Co-authored-by: x4e-jonas <x4e-jonas@users.noreply.github.com>
2024-09-09 15:28:17 +02:00
Felix Fontein
37df0e8e28
Remove link to Google Groups mailing list. ( #962 )
...
Ref: https://groups.google.com/g/ansible-project/c/B0oKR0aQqXs
2024-09-08 16:16:06 +02:00
Felix Fontein
df9f84f216
Improve communication link description.
2024-08-15 21:40:17 +02:00
Felix Fontein
ca5fe4dc10
Next expected release is 3.13.0.
2024-08-13 10:17:23 +02:00
Felix Fontein
6791364105
Release 3.12.1.
2024-08-13 10:03:00 +02:00
Felix Fontein
dbe99e3a63
Prepare 3.12.1.
2024-08-13 09:47:07 +02:00
Felix Fontein
a4aa8d3224
Announce dropping support for ansible-core < 2.15 in next major release. ( #954 )
2024-08-12 21:23:03 +02:00
Felix Fontein
d36768609d
Improve communication info. ( #953 )
2024-08-12 17:05:18 +02:00
Andrew Klychkov
65ead853e7
README: Add Communication section with Forum information ( #950 )
...
* README: Add Communication section with Forum information
* Insert tag, remove category.
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-08-12 13:00:24 +02:00
Felix Fontein
e1e4d5df1a
Next expected release is 3.13.0.
2024-08-07 16:32:46 +02:00
Felix Fontein
d797af0d67
Release 3.12.0.
2024-08-07 16:15:23 +02:00
Felix Fontein
3cc27ecd65
Handle yet another random unstructured error output. ( #949 )
2024-08-07 15:58:23 +02:00
Felix Fontein
d91f854d45
Fix composition of --output parameters. ( #947 )
2024-08-01 17:22:10 +02:00
Felix Fontein
41445def33
Upload Docker image used for connection tests to GHCR. ( #944 )
2024-07-25 20:46:43 +00:00
Felix Fontein
c3aceebd7d
Docker* connection plugins: add working_dir and privileged options ( #943 )
...
* Add working_dir option.
* Add privileged option.
* Add basic tests.
* Also test privileged.
2024-07-25 20:35:32 +00:00
Felix Fontein
7464002bc3
Docker* connection plugins: allow to pass extra environment variables when running commands ( #940 )
...
* Allow to pass extra environment variables when running commands.
* Make compatible with older Python.
* Remove env and ini sources for extra_env.
2024-07-25 21:26:15 +02:00
Felix Fontein
0fe84b510b
docker_compose_v2_pull: add new options ignore_buildable, include_deps, and services; fix service CLI for docker_compose_v2 module ( #942 )
...
* Add new options for --ignore-buildable, --include-deps, and for providing services.
* Add services after -- and not before.
2024-07-25 20:47:32 +02:00
Felix Fontein
45b2531129
docker_compose_v2* modules: use --progress json for Compose 2.29.0+ ( #931 )
...
* Use --progress json for Compose 2.29.0+.
* Add changelog fragment.
* Fix/improve handling of warnings.
* Improve parsing of warnings and some one-off messages.
* Improve warnings.
* Handle tail messages.
* Fix bug in regular event parsing.
2024-07-25 18:33:42 +02:00
Felix Fontein
ebec16d42c
Handle network_mode=default correctly for Docker 26.1.0+. ( #936 )
2024-07-25 18:30:12 +02:00
Felix Fontein
2ddadf1e2b
docker_container: pass networks to Daemon on container creation ( #933 )
...
* Pass networks to Daemon on container creation.
* Restore old behavior, and only provide all networks on creation for API 1.44+.
2024-07-23 17:34:26 +02:00
Felix Fontein
11ce793f7d
Prepare 3.12.0 release.
2024-07-20 17:07:34 +02:00
Felix Fontein
22bbfbaf8b
CLI modules: improve docker version/info output processing, avoid querying for API version if it's not needed ( #935 )
...
* Don't assume that docker version/info JSON output contains the expected fields.
* Allow CLI modules to not require the API version.
* Add changelog fragment.
2024-07-20 15:51:02 +02:00
Felix Fontein
a30fd93a44
Check for unparsable messages. ( #932 )
2024-07-17 23:54:31 +02:00
Felix Fontein
609fa2c8b4
Reformat and re-order changelogs/changelog.yaml.
2024-07-11 22:44:27 +02:00
Felix Fontein
852cf73e2d
Next expected release is 3.12.0.
2024-07-09 22:33:00 +02:00
Felix Fontein
65d8dc8908
Release 3.11.0.
2024-07-09 22:13:38 +02:00
Felix Fontein
4b7e74b75e
docker_container: allow to wait for a container to become healthy ( #921 )
...
* Allow to wait for a container to become healthy.
* Improve wording.
Co-authored-by: Don Naro <dnaro@redhat.com>
* Improve explanation.
---------
Co-authored-by: Don Naro <dnaro@redhat.com>
2024-07-09 20:07:00 +02:00
Felix Fontein
ec37166a6c
Use registry image from ghcr.io. ( #927 )
2024-07-08 19:22:18 +00:00
Felix Fontein
8e8a091469
Get rid of hello-world image, 2/2 ( #925 )
...
* Use our image for container platform test.
* Remove docker_test_image_hello_world_platform image.
2024-07-08 09:27:27 +02:00