certs/CHANGELOG.md

1.2 KiB

Changelog

All notable changes to this project will be documented in this file.

The format follows conventional changelog categories.

Unreleased

v0.0.3 - 2026-03-29

Added

  • Added release process documentation in docs/RELEASING.md.
  • Added repository changelog file.
  • Added GoConvey-based regression tests for certificate generation.
  • Added coverage gate script: scripts/check-coverage.sh.
  • Added release notes generator script: scripts/generate-release-notes.sh.
  • Added tag-based Drone release flow with artifact publishing.

Changed

  • Updated Drone pipeline to run on push and tag events.
  • Extended CI quality gates with go vet, coverage reporting, and govulncheck.
  • Improved README documentation links and release guidance.

v0.0.2 - 2021-03-03

Added

  • Added initial build configuration for the repository.

Changed

  • Updated project README.

v0.0.1

Added

  • Initial project setup.