- update Docker to
v27.0.3
- update Docker Compose to
v2.28.1
- add
Ubuntu 24.04
support
- Molecule: update tests
- update Docker to
v26.1.0
- update Docker compose to
v2.27.0
- Molecule: use
alvistack
instead of generic
Vagrant boxes for Ubuntu
- add support for installing
docker-compose
- BREAKING: remove
Debian 10
and Ubuntu 18
support
- add
Debian 12
support
- update Docker to
v25.0.0
- update Molecule tests
- update Github actions workflow
- update Docker to
v23.0.4
- fix Molecule prepare step for Archlinux
- BREAKING:
dockerd_settings
now contains the default settings for dockerd
. Previous versions had optimized settings for Kubernetes. But since Docker is no longer relevant for Kubernetes it makes sense to just use the default settings. Settings before this version:
dockerd_settings:
"host": "unix:///run/docker.sock"
"log-level": "error"
"storage-driver": "overlay2"
"iptables": "false"
"ip-masq": "false"
"bip": ""
"mtu": "1472"
- update Docker to
v20.10.22
- add support for Ubuntu
22.04
(Jammy Jellyfish)
- add
iptables
/nftables
handling
- add
.gitignore
- add
.yamllint
- add Molecule
verify
step
- increase memory for Molecule test instances
- add Github release action to push new release to Ansible Galaxy
- update Docker to
v20.10.17
- update Docker to
v20.10.12
- add missing file
containerd-shim-runc-v2
- update README
- make
meta/main.yml
valid YAML file
- update Docker to
v20.10.11
- add support for Debain 10 (Buster) + 11 (Bullseye)
- add support for Archlinux
aufs
storage driver is deprecated -> use overlay2
by default
- add Molecule tests
- added Ubuntu 20.04 (Focal Fossa) as supported platform
- Update Docker to
v18.09.9
- value for
ListenStream
changed to /run/docker.sock
(old path is deprecated)
- change
--storage-driver
to overlay2
(see Legacy overlay storage driver)
- Deleted old tags not supported by Ansible Galaxy:
r1.0.0_v17.03.2-ce
r2.0.0_v17.03.2-ce
r3.0.0_v17.03.2-ce
r3.1.0_v17.03.2-ce
v1.0.0_r1.12.6
- Update Docker to
v18.09.6
- fix link to CHANGELOG
- update README / provide info about restoring default dockerd settings
- restart Docker daemon if docker binaries changes
- by specifying
--extra-vars="upgrade_docker=true"
to ansible-playbook
download/unzip of new Docker archive is forced
- use correct semantic versioning as described in semantic versioning. Needed for Ansible Galaxy importer as it now insists on using semantic versioning.
- moved changelog entries to separate file
- make Ansible linter happy
- use systemd module instead of systemctl command for handlers
- increase min. Ansible version from 2.2 to 2.4
- no major changes but decided to start a new major release as versioning scheme changed quite heavily
- Update Docker to
v18.06.1-ce
- introduce
docker_ca_certificates_src_dir
, docker_ca_certificates_dst_dir
and docker_ca_certificates
variables
- works with Ubuntu 18.04
- update README
- major refactoring
- introduce flexible parameter settings for dockerd daemon via
dockerd_settings
and dockerd_settings_user