Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 588 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 588 Bytes

Change Log for npg_porch_cli Project

The format is based on Keep a Changelog. This project adheres to Semantic Versioning.

[0.2.0] - 2024-12-18

Added

  • Added .github/dependabot.yml file to auto-update GitHub actions
  • Implemented the create_token action. Provided the caller has an admin token, this action generates and returns a new pipeline-specific token.
  • Used npg-python-lib to read Porch config

[0.1.0] - 2024-07-23

Added

  • Initial project scaffold, code and tests