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

Releases: niall-byrne/ansible-workbench

Release 0.2.0

22 Jun 03:11
54c228d
Compare
Choose a tag to compare

(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.

Release 0.1.6

27 Feb 21:18
Compare
Choose a tag to compare

2022-07-19

Build System / Dependencies
  • POETRY:
    • pin ansible-compat<2.1.0 (f86a178)
    • more accurate security test (47424cd)
    • correct ansible-compat version (59c556e)
Continuous Integration
  • GITHUB:
    • adopt changelog script (c872281)
    • upgrade workflow, bypass restriction (7b0f225)
Documentation Changes
  • README: reference default branch (2510ab4)

Deployment Checklist

  • Ensure documentation is accurate
  • Ensure git commits are properly formatted

Release 0.1.5

27 Feb 21:18
Compare
Choose a tag to compare

2022-02-01

Build System / Dependencies
  • POETRY: package updates, resolve conflict (8737891)
Documentation Changes
  • README: bump version for release (6639ed0)

Deployment Checklist

  • Ensure correct version is notated
  • Ensure documentation is accurate
  • Ensure git commits are properly formatted

Release 0.1.4

27 Feb 21:17
Compare
Choose a tag to compare

2022-01-09

Build System / Dependencies
  • POETRY:
    • reset default package version (aae4a85)
    • upgrade dependencies, python ver (b9309e4)
Continuous Integration
  • GITHUB:
Documentation Changes
  • README: bump version for release (6a0f205)
New Features
  • REQUIREMENTS: upgrade default role version (f3aff91)

Deployment Checklist

  • Ensure correct version is notated
  • Ensure documentation is accurate
  • Ensure git commits are properly formatted

Release 0.1.3

27 Feb 21:17
Compare
Choose a tag to compare

2021-09-01

Build System / Dependencies
  • POETRY: molecule-docker < 1.0.0 (12b77a1)
Documentation Changes
  • README: increment documented version (4517ff3)

Deployment Checklist

  • Ensure correct version is notated
  • Ensure documentation is accurate
  • Ensure git commits are properly formatted

Release 0.1.2

27 Feb 21:17
Compare
Choose a tag to compare

2021-07-03

Continuous Integration
  • GITHUB: migrate project to personal account (1794896)
New Features
  • README: bump release version (c3a3293)

Deployment Checklist

  • Ensure correct version is notated
  • Ensure documentation is accurate
  • Ensure git commits are properly formatted

Release 0.1.1

27 Feb 21:16
Compare
Choose a tag to compare

2021-06-22

Build System / Dependencies
  • GALAXY: update requirements.yml file to pin dependency (8e74cfa)
  • POETRY: update ansible to ^4.1.0, make a note about python version (c0da14f)
Continuous Integration
  • GITHUB:
    • upgrade notifications and refactor workflows (525b34d)
    • add dependabot configuration to template (c58b34c)
Documentation Changes
  • README:

Deployment Checklist

  • Ensure correct version is notated
  • Ensure documentation is accurate
  • Ensure git commits are properly formatted

Release 0.1.0

27 Feb 21:16
Compare
Choose a tag to compare

2021-05-22

Build System / Dependencies
  • COOKIECUTTER:
    • tooling to update existing roles (8cfd0bf)
    • write context to file on template creation (7943f98)
Continuous Integration
  • GITHUB:
    • upgrade notifications for better visibillity (78c8c18)
    • enforce tighter yamllint config, refactor workflows (47861d3)
    • add dependency tests to rendered workflows, fix notifications (100e040)
    • split push workflows up, refactor, add additional checks (d1db88a)
  • TRAVIS: create placeholder for slack notifications (18a8d02)
Documentation Changes
  • README:
    • update docs prior to release (d2fb73f)
    • update status badges so they render correctly (9a5cd06)
New Features
  • COOKIECUTTER: separate project and galaxy slugs (8f9a7c3)
Refactors
  • MOLECULE: breakout scenario variables into separate files (5d0db24)

Deployment Checklist

  • Ensure correct version is notated
  • Ensure documentation is accurate
  • Ensure git commits are properly formatted