Commit Graph

838 Commits

Author SHA1 Message Date
Felix Fontein
b7edd43b5b Release 3.13.4. 2024-12-16 20:41:54 +01:00
Felix Fontein
3409ad216c Fix README.
(cherry picked from commit 18287220ab)
2024-12-14 22:06:22 +01:00
Felix Fontein
1f262996a8 Use correct workflow.
(cherry picked from commit 6a377eefdc)
2024-12-14 21:54:40 +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
patchback[bot]
77f1344cd7
Fix some issues pointed out by zizmor. (#1009) (#1010)
(cherry picked from commit 80770ed972)

Co-authored-by: Felix Fontein <felix@fontein.de>
2024-12-14 15:45:29 +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
29c586c6fd The next release will be 3.13.4. 2024-11-23 14:57:48 +01:00
Felix Fontein
1c1a6aec3b Release 3.13.3. 2024-11-23 14:31:25 +01:00
patchback[bot]
8fc562825c
Doc fix for docker_container image_name_mismatch (#991) (#997)
* doc-fix-image-name-mismatch

* Update description.

---------

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

Co-authored-by: Michael <meeque@users.noreply.github.com>
2024-11-23 14:30:42 +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
patchback[bot]
9987b73712
Bump fsfe/reuse-action from 4 to 5 (#989) (#990)
Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 4 to 5.
- [Release notes](https://github.com/fsfe/reuse-action/releases)
- [Commits](https://github.com/fsfe/reuse-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: fsfe/reuse-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 9b2a371c00)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18 19:49:28 +01:00
Felix Fontein
f34f7af7c1 Next release will be 3.13.3. 2024-11-10 12:29:52 +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
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