Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

68 lines (39 loc) · 2.45 KB

Changelog for action-molecule-avd

v1.8.1

  • Feat: fix action container image syntax by @ankudinov in #29

v1.8

  • Feat: move action-molecule container to GHRC by @ankudinov in #24
  • Feat: Switch to ghrc container by @ankudinov in #25
  • Fix: fix container tag from 1.7 to 1.8 by @ankudinov in #27

v1.7

  • Fix: Docker stable file & context by @carlbuchmann in #21
  • Bump: Python base image and Molecule 6.x by @ClausHolbechArista in #22

v1.6

  • Fix: Catch git error and consider /github/workspace as safe by @gmuloc in #15

v1.5

  • Bump: Update docker by @carlbuchmann in #13

v1.4

Bug fixes

  • Fix: Fail on all error codes by @carlbuchmann in #12

v1.3

Features

  • Update to python3.8 and add galaxy_file argument (#7)

Bug fixes

  • Restore proper spacing in action.yml (#9)
  • Update entrypoint shell to support regex match (#6)

Documentation

  • Update README with galaxy_file knob (#10)

Other changes

  • Build system: Add changelog builder
  • Build system: Build docker image with GH actions
  • Build system: Update build context
  • Build system: Update docker tag builder
  • Build system: Add PR linter for conventional commits (#8)

v1.2

Bug fixes

  • Update entrypoint shell to support regex match (#6)

v1.1

  • Add option to select version of Ansible outside of requirements
  • Add test to validate Ansible is installed

v1.0

  • Initial Release