Skip to content

Commit b772e6c

Browse files
committed
Release 2.1.0
1 parent 695c04a commit b772e6c

File tree

5 files changed

+26
-4
lines changed

5 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased](../../releases/tag/X.Y.Z)
99

10+
## [2.1.0](../../releases/tag/2.1.0) - 2024-12-09
11+
12+
## Added
13+
14+
- roles/docker_ce: Support for DNF 5 in Fedora 41 and later [@wzzrd]
15+
- roles/docker_ce: Added `docker_install_setup_repos_dependencies` for user to disable/enable any handing of dependencies related to repo setup.
16+
17+
## Changed
18+
19+
- roles/docker_ce: Improved handling between different package managers related to RedHat varity (e.g. yum, dnf, dnf5)
20+
21+
## Deprecated
22+
23+
- roles/docker_ce: Support for Python 2
24+
- roles/docker_ce: Support for RHEL 7 and CentOS 7
25+
- roles/docker_ce: Support for ansible-core 2.16
26+
- roles/docker_ce: Linux Mint 18 and 19 in experimental variable `docker_x_mint_ubuntu_mapping`
27+
28+
## Fixed
29+
30+
- roles/docker_ce: Change repository URL for RHEL to use "rhel" instead of "centos"
31+
1032
## [2.0.0](../../releases/tag/2.0.0) - 2024-08-21
1133

1234
## Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ansible-galaxy collection install haxorof.virtualization
1414

1515
## Roles
1616

17-
- docker_ce (haxorof.docker_ce, version 6.0.0)
17+
- docker_ce (haxorof.docker_ce, version 6.1.0)
1818

1919
## License
2020

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace: haxorof
88
name: virtualization
99

1010
# The version of the collection. Must be compatible with semantic versioning
11-
version: 2.0.0
11+
version: 2.1.0
1212

1313
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1414
readme: README.md

meta/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# Collections must specify a minimum required ansible version to upload
33
# to galaxy
4-
requires_ansible: '>=2.12'
4+
requires_ansible: '>=2.16'
55

66
# Content that Ansible needs to load from another location or that has
77
# been deprecated/removed

0 commit comments

Comments
 (0)