You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+18
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [Unreleased](../../releases/tag/X.Y.Z)
9
9
10
+
## [5.0.0](../../releases/tag/5.0.0) - 2023-05-20
11
+
12
+
### Changed
13
+
14
+
- Docker Compose V1 is EOL and this role will no longer support that in general.
15
+
- Changed name of `docker_compose_no_pip` to `docker_compose_pip`, default set to `false`.
16
+
-`docker_compose` is `true` and `docker_compose_pip` is `false`, it will only create symbolic links (`docker-compose`) for backward compatibility. Docker compose CLI plugin is installed by default now.
17
+
18
+
### Removed
19
+
20
+
- Removed variables `docker_compose_no_pip_detect_version` and `docker_compose_no_pip_version`
21
+
- Removed Debian 8 bug tweaks.
22
+
23
+
### Internal
24
+
25
+
- Updated Vagrantfile for testing to works with AlmaLinux 9 as controller.
26
+
- Investigate impact of Docker Compose V2 ([#147](../../issues/147))
Copy file name to clipboardexpand all lines: README.md
+31-25
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ different distributions.
25
25
## Supported Distributions
26
26
27
27
- AlmaLinux
28
-
- CentOS
29
-
- CentOS Stream<sup>1</sup>
28
+
- CentOS
29
+
- CentOS Stream
30
30
- Debian
31
31
- Fedora
32
32
- Linux Mint<sup>1</sup> (based on Ubuntu).
@@ -49,6 +49,13 @@ For this role to support multiple Ansible versions it is not possible to avoid a
49
49
50
50
This role tries to support the latest and previous major release of Ansible version. For supported Ansible versions see [here](https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html)
51
51
52
+
### Ansible Collection Requirements
53
+
54
+
If only ansible-core is installed these collections must also be installed for the role to work:
55
+
56
+
- ansible.posix
57
+
- community.general
58
+
52
59
## Requirements
53
60
54
61
No additional requirements.
@@ -176,10 +183,9 @@ Note! All distributions listed in test matrix below does not provided the latest
0 commit comments