Felix Fontein
d354f6b40d
Next release is expected to be 4.7.0.
2025-06-09 18:52:55 +02:00
Felix Fontein
2e20028392
Release 4.6.1.
2025-06-09 13:16:44 +02:00
Felix Fontein
2108c3dc71
Forgot community.general.
2025-06-08 20:25:00 +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
72d827a9e2
Enable no-trailing-whitespace test.
2025-06-04 15:18:19 +02:00
Felix Fontein
5a992bb34d
Use community.crypto 2.x.y for ansible-core < 2.17. ( #1078 )
2025-05-06 21:43:59 +02:00
Felix Fontein
38591969dd
Use community.crypto 2.x.y on ubuntu2004.
2025-05-03 13:24:31 +02:00
Felix Fontein
c9835e9b65
The next expected release will be 4.7.0.
2025-05-02 10:16:42 +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
cdf02b642c
Lint doc fragments.
2025-05-01 16:46:13 +02:00
Felix Fontein
295428167b
Use community.crypto 2.x.y for older ansible-core versions / Python versions. ( #1076 )
2025-05-01 12:30:07 +02:00
Felix Fontein
e0b9c45579
Re-enable RHEL 8 in CI ( #1075 )
...
* Re-enable RHEL 8 in CI.
* Skip podman on RHEL 8.
2025-04-28 21:42:31 +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
424b39fe36
Since we require ansible-core >= 2.15, nothing before Python 2.7 is supported and used in tests anyway.
2025-04-27 12:24:53 +02:00
Felix Fontein
961acd9120
Remove no longer needed file.
2025-04-27 12:24:10 +02:00
Felix Fontein
62d0b3d1cb
Add reformat commit to .git-blame-ignore-revs.
2025-04-26 12:39:53 +02:00
Felix Fontein
2487d1a0bf
Fix linting errors.
2025-04-26 12:39:00 +02:00
Felix Fontein
795e6b23dc
Add yamllint to antsibull-nox and add config files.
2025-04-26 12:39:00 +02:00
Felix Fontein
3a3ece3ba5
Warn about octal modes. ( #1072 )
2025-04-26 12:22:16 +02:00
Felix Fontein
545d99e7c1
Fix info on blanket license statement for changelog fragments.
2025-04-24 22:48:20 +02:00
Felix Fontein
5cbd81e7a7
Adjust times.
2025-04-19 19:57:11 +02:00
Felix Fontein
e20118b68f
Run extra sanity tests with nox. ( #1068 )
2025-04-19 17:54:12 +02:00
Felix Fontein
8694f488d7
CI: fix certificates for HTTPS connection tests ( #1066 )
...
* Try to fix CA cert for HTTPS connection tests.
* Try to fix leaf certificate.
* Add more properties.
2025-04-11 14:09:01 +02:00
Felix Fontein
106c3d33d6
Migrate .reuse/dep5 to REUSE.toml.
2025-03-29 12:17:22 +01:00
Felix Fontein
80329beade
The next expected release will be 4.6.0.
2025-03-22 13:11:15 +01: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
a1e9412bed
Use new tools from community.internal_test_tools. ( #1061 )
2025-03-22 11:59:27 +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
9730b2a3c3
Use shared unit test utils from community.internal_test_tools. ( #1056 )
2025-03-12 21:39:05 +01:00
Felix Fontein
9972eee967
Make sure that community.internal_test_tools is installed for unit tests.
2025-03-12 21:00:09 +01:00
Felix Fontein
5b5b4e7204
The next expected release will be 4.6.0.
2025-03-11 20:31:01 +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
fdb97428a3
Fix/improve tests ( #1052 )
...
* Improve unit test condition.
* Improve/fix tests.
2025-03-08 09:54:41 +01:00
Felix Fontein
ca7f3eb82f
Group CI updates.
2025-03-03 19:00:27 +01:00
Felix Fontein
efe50114a7
The next expected release will be 4.6.0.
2025-03-03 18:46:48 +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
f99a9b618c
Next expected release will be 4.5.0.
2025-02-13 21:47:39 +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
Felix Fontein
ab53cb2e80
Clean up workflow.
2025-02-11 22:52:54 +01:00