Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 2.3 KB

File metadata and controls

70 lines (41 loc) · 2.3 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[v0.6.3] - 2026-03-31

Security

  • Switch from gitleaks to betterleaks for secret scanning in CI.
  • Add dependency-review-action for license and vulnerability vetting of dependencies introduced in PRs.

Added

  • Integrate poutine into CI guardrail: violations are reported as code scanning alerts. Trusted actions from 'unverified' creators are excluded from poutine checks.
  • Include poutine in the pinned-tool-versions update check.

Changed

  • Rename reviewdog workflow to prs-review.
  • Extend allowed network endpoints in CI workflows to include raw.githubusercontent.com and api.deps.dev.
  • Update pinned tool versions and CI/build dependencies (python-workflow-tools, setup-uv, kotlin-stdlib, prek).

Fixed

  • Fix hook-coverage script and documentation following the rename of the reviewdog workflow to prs-review.
  • Fix fetch of ci/update-pinned-tool-versions script in workflow.
  • Fix README lint issue.

[v0.6.2] - 2026-03-20

Changed

  • Update build and ci dependencies

[v0.6.1] - 2026-03-14

Fixed

  • Fit shellcheck calls in reviewdog workflow

Changed

  • Grant issues:write permission for JReleaser release labeling

[v0.6.0] - 2026-03-14

Security

  • Use here-strings instead of echo piping for GPG key import in release workflow to avoid exposing secrets in process listings.

Fixed

  • Fix Nexus2 snapshot deployer closeRepository and releaseRepository settings (should be false for snapshot deployments).

Changed

  • Add explicit JReleaser release.github configuration with conventional-commits changelog preset, contributor listing, and issue linking.
  • Add jreleaser:catalog step to create GitHub attestations for distribution artifacts (native binaries and fat JAR).
  • Consolidate duplicate build steps in release workflow (publish and dry-run used identical commands).
  • Upgrade upload-artifact to v7.0.0 in release workflow for consistency with native build workflow.

[v0.5.13] - 2026-03-14

  • Initial relase
  • All previous releases were for testing and automating the release workflow.