Skip to content

Latest commit

 

History

History
204 lines (121 loc) · 3.93 KB

CHANGELOG.adoc

File metadata and controls

204 lines (121 loc) · 3.93 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

This section tracks upcoming changes that are not yet released.

Fixed

  • Moved pull request template to correct location.

Fixed

  • Run CI actions on version branches.

  • Run Molecule tests on scheduled executions.

Added

  • Badges to Antora documentation.

Added

  • Ansible galaxy related badges to README.

Changed

  • Improved changelog version link structure.

  • Link to workflows from Github action badges.

Fixed

  • Github comparison links rendering correctly.

  • Ansible minimum version identifier.

Fixed

  • Add navigation to antora.yml.

Added

  • Changelog page to documentation.

  • Navigation to documentation.

Changed

  • Only reference a common contribution guide.

Fixed

  • Removed redundant debug statements from post_gen hooks.

Fixed

  • Removed redundant paths in _copy_without_render list.

Added

  • Trigger DAG-OS pages generation on documentation changes.

Fixed

  • Spelling of DAG-OS.

Added

  • Antora documentation stubs.

  • Symlink checking pre-commit hook.

Changed

  • Replaced README contents with reference to Antora documentation.

Added

  • Contribution guidelines.

  • GitHub issue templates.

  • GitHub pull request template.

Added

  • Role description via cookiecutter.

  • Verify dependencies are installed before generation.

Changed

  • README title now starts with Ansible Role:.

  • Use Molecule min. Ansible version for min_ansible_version key in meta/main.yml.

Fixed

  • Use role name as Molecule instance name.

Added

  • Additional pre-commit hooks.

    • Check for merge conflicts in files.

    • Detect private keys.

Changed

  • Bump pre-commit version.

Fixed

  • Typo in changelog.

Added

  • Ansible role argument validation file.

Changed

  • Modify Ansible role meta information.

Fixed

  • Ensure Ansible meta files are interpreted as YAML files.

Changed

  • After initializing Ansible role via Molecule, remove redundant tests directory.

Added

  • VS Code configuration for Ansible.

Changed

  • Order of URL templates in CHANGELOG file.

Fixed

  • Changelog comparison links.

Added

  • A Cookiecutter template for DAG-OS Ansible roles, which includes:

    • MIT license in initial commit.

    • pre-commit hooks.

    • Role testing via Molecule.

    • A changelog.

    • A README.

    • Github workflows for testing and releasing the role