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
8723784cf0
Release 4.8.0.
2025-10-03 22:30:21 +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
68ac6fecb1
Avoid deprecated functionality. ( #1117 )
2025-08-17 20:15:40 +02:00
Felix Fontein
8c66e6299c
Release 4.7.0.
2025-08-04 19:24:43 +02:00
Felix Fontein
47197cf7d2
Update release summary.
2025-08-03 15:20:10 +02:00
Felix Fontein
e1920d1cc7
Work around bug in Docker 28.3.3 that prevents pushing to registry without authentication. ( #1110 )
2025-08-03 15:19:16 +02:00
Felix Fontein
c565698f09
Prepare 4.7.0.
2025-08-03 13:13:28 +02:00
tpourcelot
449448e820
docker_swarm_service: add support for replicated jobs ( #1108 )
...
* feat(docker_swarm_service): Add support for replicated jobs
* chore(docker_swarm_plugin): Fixes after review
* chore(docker_swarm_service): Add a check for minimum version
* chore(docker_swarm_service): Add changelog fragment for #1108
* fix(docker_swarm_service): Fix typo in version check
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Tristan Pourcelot <tristan.pourcelot@exatrack.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-08-03 13:12:29 +02:00
Felix Fontein
3913a9aec1
Release 4.6.2.
2025-07-26 14:40:37 +02:00
Felix Fontein
89c58cd171
Prepare 4.6.2.
2025-07-25 22:00:45 +02:00
Felix Fontein
ac301beebd
Adjust to Compose 2.39.0+. ( #1101 )
2025-07-25 21:59:41 +02:00
Felix Fontein
2e20028392
Release 4.6.1.
2025-06-09 13:16:44 +02:00
Felix Fontein
eba578cc92
Prepare 4.6.1.
2025-06-08 19:08:22 +02:00
Felix Fontein
e9f4553b01
docker_container idempotency: work around Docker not returning true configured command when command is [] ( #1085 )
...
* Work around Docker not returning true configured command when command is [].
* Lint.
* Add test.
* Add changelog fragment.
2025-06-08 19:05:09 +02:00
Felix Fontein
8ecbd9a5cc
docker_compose_v2: work around bug in docker compose images --format json ( #1083 )
...
* Work around ubg in docker compose images --format json.
* ContainerName is no longer in image record.
2025-06-07 23:28:51 +02:00
Felix Fontein
9a93812d3b
Release 4.6.0.
2025-05-02 09:51:05 +02:00
Felix Fontein
9a9372dd06
Prepare 4.6.0.
2025-05-02 06:22:34 +02:00
Felix Fontein
ad989c1942
docker_container_copy_into: add mode_parse option ( #1074 )
...
* Add mode_parse option.
* Make yamllint config strict.
* Lint.
2025-04-28 20:46:11 +02:00
Felix Fontein
2d65015e86
Release 4.5.2.
2025-03-22 12:52:14 +01:00
Felix Fontein
585595187b
Prepare 4.5.2.
2025-03-22 12:37:05 +01:00
Felix Fontein
635716c07b
docker_compose_v2: use --yes when available instead of -y ( #1060 )
...
* Use --yes if available.
* Add smoke test.
2025-03-21 22:05:10 +01:00
londondaintta
c13b891bc9
fix(docker_compose_v2): fix version check ( #1059 )
...
* fix version check
* add changelog fragment
2025-03-17 20:20:21 +01:00
Felix Fontein
7355c7de0d
Release 4.5.1.
2025-03-11 20:09:11 +01:00
Felix Fontein
9d015a2563
Prepare 4.5.1.
2025-03-10 22:19:36 +01:00
Jonas Geiler
a3f9c21228
fix(docker_compose_v2): use correct flag for assume_yes ( #1054 )
...
* fix: use correct flag for `assume_yes`
The correct flag is `--y`, not `--yes`.
* refactor(docker_compose_v2): use `-y` instead of `--y` to ensure future compatibility
Maybe they'll change it back to `--yes` sometime, so I'll use the short form that most likely won't change.
* docs(docker_compose_v2): add note about `-y` flag
Co-authored-by: Felix Fontein <felix@fontein.de>
* chore: add changelog fragment
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-03-10 22:18:45 +01:00
Felix Fontein
799fe434e5
Release 4.5.0.
2025-03-03 18:26:31 +01:00
Felix Fontein
6a69fbc0b0
Prepare 4.5.0.
2025-03-01 15:41:25 +01:00
Felix Fontein
cfb970bd53
docker_network: add enable_ipv4 option ( #1049 )
...
* Add enable_ipv4 option.
* Add changelog fragment.
2025-03-01 15:03:43 +01:00
londondaintta
187014101b
add --yes parameter to docker compose up ( #1045 )
...
* add yes option for compose up to assume yes and prevent hanging
* fix type
* add default
* add changelog fragment
* Apply doc suggestion
Co-authored-by: Felix Fontein <felix@fontein.de>
* set version_added to 4.5.0
* use `assume_yes` to avoid clashing with yaml `yes` keyword
* add version check
* default self.yes to False
* update description
* Fail on older version
Co-authored-by: Felix Fontein <felix@fontein.de>
* update changelog fragment
* update description
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-03-01 15:03:23 +01:00
Felix Fontein
e36ee04ea6
Release 4.4.0.
2025-02-13 21:27:43 +01:00
Felix Fontein
5ce4783053
Prepare 4.4.0 release.
2025-02-13 21:10:00 +01:00
Alexandre Díaz
ea3ac5f195
fix: docker_compose_v2_run: don't need sanitize labels ( #1034 )
2025-02-02 17:27:28 +01:00
Felix Fontein
511cfe52ca
Improve error handling. ( #1035 )
2025-01-31 19:39:08 +01:00
Felix Fontein
05eb3b90eb
Release 4.3.1.
2025-01-23 20:13:09 +01:00
Felix Fontein
b1bba23507
Prepare 4.3.1 release.
2025-01-22 21:46:43 +01:00
Felix Fontein
9cc70f5202
Fix label sanitization error handling. ( #1029 )
2025-01-22 20:45:08 +00:00
Felix Fontein
3da95fcebf
Release 4.3.0.
2024-12-30 22:04:17 +01:00
Felix Fontein
0ae405a3e1
Prepare 4.3.0 release.
2024-12-30 21:17:00 +01:00
Florian Apolloner
6172a9291c
Determine the compose version via a CLI call and not the docker API. ( #1021 )
...
* Determine the compose version via a CLI call and not the docker API.
* Update plugins/module_utils/compose_v2.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-12-29 14:13:39 +01:00
Felix Fontein
e638e02124
Release 4.2.0.
2024-12-16 20:42:31 +01:00
Felix Fontein
e6bfd9bda3
Prepare 4.2.0.
2024-12-14 21:34:19 +01:00
Felix Fontein
8616e7f6f2
docker_image_build: work around strange behavior of docker buildx build when --output is provided ( #1006 )
...
* Work around strange behavior of docker buildx build when --output is provided.
* Adjust tests.
* Allow to pass multiple image names; correctly quote --output values.
* Return executed command.
* Adjust tests.
2024-12-14 21:32:33 +01:00
Felix Fontein
2e7b4e4605
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.
2024-12-14 19:54:40 +01:00
Felix Fontein
7583ea82ac
Prevent crash if Mode isn't present, which happens for Swarm jobs. ( #1003 )
2024-12-04 21:39:50 +01:00
Maksim Vorobyev
e19812917d
Add 'ingress' option to docker_network module ( #999 )
...
* Add 'ingress' option to docker_network module
* sanity fixes
* add changelog fragment
* Update plugins/modules/docker_network.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/999-add-ingress-option-to-docker_network-module.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/docker_network.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* move 'ingress' tests to overlay.yml
* move Sworm init and Swarm cleanup to block
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-12-04 21:39:09 +01:00
Felix Fontein
c294fa4063
Release 4.1.0.
2024-11-23 14:32:32 +01:00