Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Release 0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jun 03:11
· 3 commits to master since this release
54c228d

(2023-06-30)

Features

  • ANSIBLE-LINT: include configuration (1308de3)
  • PRE-COMMIT: add configured pre-commit hooks (fe3460b)
  • PRE-COMMIT: add template development hooks (6e235c1)

Documentation

  • MARKDOWN: remove example docs (6559378)
  • README: restructure, expand further (b1ec42c)
  • README: update to reflect changes (4d1aa4a)

Styles

  • SCRIPTS: standardize script headers (c93ca0b)
  • YAMLLINT: ensure octal values are quoted (0ebd629)

Code Refactoring

  • MOLECULE: prefer ansible_become_password (c468be1)

Build System

  • COOKIECUTTER: improvements to update script (081cae4)
  • GALAXY: remove example role/collection (d8f5f2a)
  • GALAXY: switch to pure semantic versioning (c6196cd)
  • GIT: prefer master/dev branch pairing (38ff447)
  • GIT: sensible .gitignore defaults (b2eeaf1)
  • POETRY: bump version for release (9c4cb64)
  • POETRY: upgrade ansible to 8.x.x series (478b930)
  • POETRY: upgrade ansible to version 7 series (3bc922a)
  • POETRY: use commitizen to bump (3f33585)
  • PYTHON: upgrade python version, refactor (c678219)

Continuous Integration

  • GITHUB: add caching (60176e6)
  • GITHUB: add commit linting (4fef994)
  • GITHUB: add workflow linting (f0becc4)
  • GITHUB: centralize configuration for end-user (a990d82)
  • GITHUB: integrate cicd-tools (cc) (e7759fe)
  • GITHUB: integrate cicd-tools (internal) (8cecaf6)
  • GITHUB: optional galaxy releases (2a73c3c)
  • GITHUB: parameterize test platform (6420a3e)
  • GITHUB: prefer pure semantic versioning (3f928b2)
  • GITHUB: refactor inner workflow (306580d)
  • GITHUB: refactor outer workflow (bd7f259)
  • GITHUB: reorder, upgrade action versions (4cf0077)
  • GITHUB: replace gitleaks with trufflehog (de6a5a5)
  • GITHUB: replace push action (5b387ae)
  • GITHUB: run all molecule scenarios (ceb7a69)
  • GITHUB: standardize workflow headers (21bf105)
  • GITHUB: switch to conventional-changelog-cli (7eb43ee)
  • GITHUB: test remote workflow (2dc6e50)
  • GITHUB: upgrade release generation (94cda0e)
  • TRAVIS-CI: drop support for this platform (4a6a840)

Release Checklist

  • Ensure master is synchronized with the release tag.