Skip to content

Version 0.0.7

Latest
Compare
Choose a tag to compare
@sbaerlocher sbaerlocher released this 16 Feb 21:41
· 8 commits to main since this release
900b474

What's Changed

  • New Role Metadata Added:
    • Docker Role (roles/docker/meta/main.yml):

      • Added new metadata file with details about the author, description, license, minimum Ansible version required, supported platforms (Debian, RedHat, Ubuntu), and tags (docker, container, deployment). This enhancement aims to improve the role's discoverability and usability across different environments.
    • Docker_Compose Role (roles/docker_compose/meta/main.yml):

      • Introduced a metadata file similar to the Docker role, specifying the role's purpose to install and configure Docker Compose. It includes similar metadata fields, tailored for Docker Compose, including tags specific to docker and compose, highlighting the role's focus on deployment utilities.
    • Docker_Compose_v2 Role (roles/docker_compose_v2/meta/main.yml):

      • Created a new metadata file to detail the installation and configuration of Docker Compose 2. This file shares the structure with the previous roles but is specific to Docker Compose 2, indicating a forward-looking approach to supporting newer versions.
    • Docker_Login Role (roles/docker_login/meta/main.yml):

      • Added metadata for a role dedicated to logging into Docker registries. This file extends the consistency in role documentation, including specific tags for docker, login, registry, and authentication, which are crucial for managing Docker registry interactions securely.

Full Changelog: 0.0.6...0.0.7