Skip to content

Latest commit

 

History

History
150 lines (73 loc) · 7.04 KB

CHANGELOG.md

File metadata and controls

150 lines (73 loc) · 7.04 KB

CHANGELOG

v0.3.0 (2024-03-19)

Chore

  • chore: update version control configuration and settings
  • Update commitizen version from v3.15.0 to v3.20.0 in .pre-commit-config.yaml
  • Remove version_provider and tag_format settings in pyproject.toml
  • Update the version_variables in pyproject.toml to include galaxy.yml:version

Signed-off-by: Jonas Mauer <jam@kabelmail.net> (4ea5017)

Feature

  • feat: add to_lintable_yaml filter because default ansible filters produce non-ansible-lintable output... (◔_◔) (9a5803a)

Fix

  • fix: disable tags due to overlaps with hostname (7ada8e0)

v0.2.2 (2024-02-20)

Build

  • build(release): version 0.2.2 (cc8ae30)

Fix

  • fix: Update version variable in pyproject.toml (e8e0526)

v0.2.1 (2024-02-20)

Build

  • build(release): version 0.2.1 (4d7cfae)

Fix

  • fix: version 1.0.0 linting issue and include galaxy.yml in version files (f49e75f)

v0.2.0 (2024-02-20)

Build

  • build(release): version 0.2.0 (0e013b8)

Documentation

  • docs: update README with fetch_github_repos module and github_versions lookup plugin (a9dd72d)

Feature

  • feat: Add fetch_github_repos module for fetching and caching GitHub repository data. (7579ef6)

  • feat: Add GitHub version lookup plugin (4046f26)

v0.1.1 (2024-02-20)

Build

  • build(release): version 0.1.1 (a59d44d)

Fix

  • fix: Use FQCNs in test_generate_argument_spec.yml (2e42e3a)

Refactor

  • refactor: Remove playbooks and templates, adopt README (e7ae838)

Style

  • style: Update GitHub URL in LICENSE file (88fa8e1)

v0.1.0 (2024-02-19)

Build

  • build(release): version 0.1.0 (64dba7a)

  • build: add pre-commit-config and pyproject.toml (f4aa4ab)

  • build: rename and delte changelog > auto generated (0c43f14)

Feature

  • feat: add references (037f463)

  • feat: deprecate platforms list in meta/main.yml (867786b)

  • feat: simplify meta_platforms dict (a10b67e)

  • feat: combine platform info in meta_platforms (d905c98)

  • feat: add playbooks and templates for generating docs (f41db01)

  • feat: add remove playbook (a3d87bc)

  • feat: add playbook and template for meta/main.yml (37ac9c0)

  • feat: group hosts by galaxy_tags (72c1153)

  • feat: first commit (9896dc5)

  • feat: first commit (f9338d7)

Fix

Refactor

  • refactor: move templates to sub directory (753061b)

  • refactor(playbooks): split docs.yml in separate plays (5eba169)

  • refactor: inventory name, playbooks, templates (03e5463)

Style

  • style: contributing code block (1a95f7a)

  • style: explicit become: false (4cf9966)

  • style: restructure .gitignore (a3e3ca2)

Unknown

  • doc(README): adjust description (ca1a04e)