Commit Graph

423 Commits

Author SHA1 Message Date
Felix Fontein
a2470bc232 Release 3.13.10. 2025-10-25 11:14:39 +02:00
patchback[bot]
338b3db654
Fix crashes due to wrong names. (#1161) (#1163) (#1164)
(cherry picked from commit 33c8a49191)
(cherry picked from commit b058cd40da)

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-10-11 22:15:18 +02:00
patchback[bot]
3a7030426e
Avoid losing data from events if multiple arrive at the same time. (#1158) (#1159) (#1160)
(cherry picked from commit f7e976f3da)
(cherry picked from commit db20b1876d)

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-10-10 21:02:50 +02:00
patchback[bot]
1b9461325c
Prevent loss of data. (#1152) (#1153)
(cherry picked from commit ec5f7682a1)

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-10-07 22:28:04 +02:00
Felix Fontein
43c4d10383
Fix docker_container_exec's detach=true. (#1145) (#1148) (#1151)
(cherry picked from commit 449b37e1c9)
(cherry picked from commit 488dd28339)
2025-10-07 19:46:25 +02:00
Felix Fontein
f8eb25d8d4 Adjust release summary. 2025-10-07 19:41:14 +02:00
patchback[bot]
c7f165aae1
Fix diff for plugin options. (#1146) (#1147) (#1149)
(cherry picked from commit 54c2e49fdf)
(cherry picked from commit acea22ba47)

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-10-07 19:06:37 +02:00
Felix Fontein
64db22b35c Prepare 3.13.10. 2025-10-05 17:41:18 +02:00
Felix Fontein
a9b81cba07 Relesae 3.13.9. 2025-08-04 19:18:07 +02:00
patchback[bot]
ac046ce99c
Work around bug in Docker 28.3.3 that prevents pushing to registry without authentication. (#1110) (#1111)
(cherry picked from commit e1920d1cc7)

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-08-03 15:39:01 +02:00
Felix Fontein
61f49d3116 Prepare 3.13.9. 2025-08-03 15:20:54 +02:00
Felix Fontein
c3c9f678d2 Normalize changelog configs.
(cherry picked from commit 0224e5faef)
2025-07-27 16:36:07 +02:00
Felix Fontein
ce2cf8ea78 Release 3.13.8. 2025-07-26 14:38:06 +02:00
patchback[bot]
2a04d8fa7e
Adjust to Compose 2.39.0+. (#1101) (#1102)
(cherry picked from commit ac301beebd)

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-07-25 22:15:53 +02:00
Felix Fontein
c2119befe5 Prepare 3.13.8. 2025-07-25 22:01:12 +02:00
Felix Fontein
2e7153bbd2 Release 3.13.7. 2025-06-09 13:16:12 +02:00
Felix Fontein
620037e470
docker_container idempotency: work around Docker not returning true configured command when command is [] (#1085) (#1086)
* Work around Docker not returning true configured command when command is [].

* Lint.

* Add test.

* Add changelog fragment.

(cherry picked from commit e9f4553b01)
2025-06-08 21:06:26 +02:00
Felix Fontein
9b41df8758 Prepare 3.13.7. 2025-06-08 19:07:41 +02:00
patchback[bot]
6e2505cd48
docker_compose_v2: work around bug in docker compose images --format json (#1083) (#1084)
* Work around ubg in docker compose images --format json.

* ContainerName is no longer in image record.

(cherry picked from commit 8ecbd9a5cc)

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-06-08 09:24:44 +02:00
Felix Fontein
3afaf45d07 Release 3.13.6. 2025-02-13 21:27:12 +01:00
Felix Fontein
faa1f53190 Prepare 3.13.6. 2025-02-13 21:10:36 +01:00
patchback[bot]
efe229a768
fix: docker_compose_v2_run: don't need sanitize labels (#1034) (#1038)
(cherry picked from commit ea3ac5f195)

Co-authored-by: Alexandre Díaz <dev@redneboa.es>
2025-02-02 22:54:34 +01:00
patchback[bot]
3c59569016
Improve error handling. (#1035) (#1036)
(cherry picked from commit 511cfe52ca)

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-01-31 19:58:54 +01:00
Felix Fontein
82b1276612 Release 3.13.5. 2025-01-23 20:12:24 +01:00
patchback[bot]
fe81035065
Fix label sanitization error handling. (#1029) (#1030)
(cherry picked from commit 9cc70f5202)

Co-authored-by: Felix Fontein <felix@fontein.de>
2025-01-22 22:07:16 +01:00
Felix Fontein
24306c0825 Prepare 3.13.5. 2025-01-22 21:47:33 +01:00
Felix Fontein
b7edd43b5b Release 3.13.4. 2024-12-16 20:41:54 +01:00
Felix Fontein
6d176ee624 Prepare 3.13.4. 2024-12-14 21:33:44 +01:00
Felix Fontein
49263d6af5
[stable-3] docker_compose_v2: ignore build events for changed status (#1012)
* docker_compose_v2: add ignore_build_events option; ignore build events by default (#1011)

* Add ignore_build_events option.

* Adjust docs and tests.

* Switch default to true.

* Remove unnecessary parts from tests.

(cherry picked from commit 2e7b4e4605)

* Remove the new option.
2024-12-14 21:32:14 +01:00
Felix Fontein
edd0186288
[stable-3] docker_image_build: add note on strange behavior (#1007)
* Add note on strange behavior.

* Document strange behavior in changelog.
2024-12-14 15:12:54 +01:00
patchback[bot]
4ab7733579
Prevent crash if Mode isn't present, which happens for Swarm jobs. (#1003) (#1004)
(cherry picked from commit 7583ea82ac)

Co-authored-by: Felix Fontein <felix@fontein.de>
2024-12-04 21:57:04 +01:00
Felix Fontein
1c1a6aec3b Release 3.13.3. 2024-11-23 14:31:25 +01:00
patchback[bot]
46e860dcdb
Correctly set can_talk_is_docker. (#995) (#996)
(cherry picked from commit 78bdccd453)

Co-authored-by: Felix Fontein <felix@fontein.de>
2024-11-23 13:32:03 +01:00
Felix Fontein
2c69276758 Prepare 3.13.3 release. 2024-11-23 12:54:42 +01:00
patchback[bot]
263a234374
module docker_compose_v2_run: fix env argument (#992) (#994)
* module docker_compose_v2_run: fix env argument

* fix missing "--env" in docker_compose_v2_exec, and added changelog fragment

* Update changelogs/fragments/992-module-docker_compose_v2_run-fix-env-argument.yml

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

---------

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

Co-authored-by: Sánta Balázs Levente <99618028+SantaBalazsLevente@users.noreply.github.com>
2024-11-23 00:19:33 +01:00
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
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
54d70d9afc Release 3.13.0. 2024-10-04 10:31:38 +02:00
Felix Fontein
0806996f82 Prepare 3.13.0 release. 2024-09-28 08:37:31 +03: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
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
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