Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 966 Bytes

CHANGELOG.md

File metadata and controls

48 lines (31 loc) · 966 Bytes

Ansible Role - Docker Host: Changelog

A list of all the changes made to this repo and the role it contains

Version 1.2.2

  1. Don't install docker-compose as it is now built in to docker-ce

Version 1.2.1

  1. Fix PIP issues relating to Ubuntu 24.04

Version 1.2.0

  1. Added Ubuntu 24.04 support
  2. Removed Ubuntu 18.04 support

Version 1.1.1

  1. Fixed gpg deprecation warnings caused by apt-key in Ubuntu 22.04

Version 1.1.0

  1. Added Ubuntu 22.04 support
  2. Removed Ubuntu 16.04 support
  3. Kitchen will now use AWS for testing (A change forced by VirtualBox not supporting Apple Silicon)

Version 1.0.1

  1. Adding missing test-kitchen gem to Gemfile
  2. Removed a python package that breaks docker-compose

Version 1.0.0

  1. Initial Release of repository

Role Changes:

  1. Initial release

Return to README