Skip to content

Latest commit

 

History

History
267 lines (121 loc) · 15.2 KB

File metadata and controls

267 lines (121 loc) · 15.2 KB

Changelog

Unreleased

Features

  • enforce zero-warning reusable CI gates for Node, Nix, Python, and JVM workflows
  • fail Gradle warnings and deprecations while making JVM lint static-only by default

0.12.7 (2026-07-12)

Bug Fixes

  • leak-scan: replace --files-at-commit with gitleaks git --log-opts for pr-diff mode (#75) (4be901c)

0.12.6 (2026-07-12)

Bug Fixes

  • deploy-artifact: anchor kind=Secret grep to prevent SecretStore over-match (#73) (8e57f62)

0.12.5 (2026-07-10)

Bug Fixes

  • leak-scan: replace --all with --log-opts=--all for gitleaks v8.x (#67) (d993ef7)

0.12.4 (2026-07-10)

Bug Fixes

  • leak-scan: install gitleaks+trufflehog with SHA pins; fail-closed all-refs mode (#63) (1ddf81e)

0.12.3 (2026-07-10)

Bug Fixes

  • deploy-preview: fail loud on render failures and anchor the raw-secret match (#62) (36710bd)

0.12.2 (2026-07-10)

Bug Fixes

  • deploy-preview: scorecard gate misjudges not_applicable, no_raw_secrets, and npm_signatures_verified (#60) (77c8d5c)

0.12.1 (2026-07-10)

Bug Fixes

  • deploy-artifact: handle npm audit no-deps skip for GHPR scoped packages (5039ff0)

0.12.0 (2026-07-09)

Features

  • leak-scan: add exclude-paths input for pr-diff mode (c8c23b5)

0.11.11 (2026-07-09)

Bug Fixes

  • remove tag from attest subject-name (#53) (597a48f)

0.11.10 (2026-07-09)

Bug Fixes

  • add subject-name to attest-build-provenance step (#51) (07eff62)

0.11.9 (2026-07-09)

Bug Fixes

  • use deploy- tag prefix and fix oras resolve for artifact digest (#49) (ca4ace3)

0.11.8 (2026-07-09)

Bug Fixes

  • add GHCR auth and fix idempotency check in deploy-artifact publish (#47) (1dcc8d0)

0.11.7 (2026-07-09)

Bug Fixes

  • remove kubeconform and kustomize validation for fragment output (#45) (99dfaf6)

0.11.6 (2026-07-09)

Bug Fixes

  • pass per-fragment file path to --output in render loop (#43) (a212a6e)

0.11.5 (2026-07-09)

Bug Fixes

  • skip deploy-config-schema validate for ClusterContext file (#41) (97d6e32)

0.11.4 (2026-07-09)

Bug Fixes

  • skip npm audit signatures for packages from private registry (GHPR not supported) (#39) (1ead5ca)

0.11.3 (2026-07-09)

Bug Fixes

  • read schema version from package.json instead of non-existent --version flag (#37) (0cc8c8a)

0.11.2 (2026-07-09)

Bug Fixes

0.11.1 (2026-07-08)

Bug Fixes

  • align deploy actions with the real deploy-config-schema 0.16.0 CLI (#33) (c77dd90)

0.11.0 (2026-07-08)

Features

  • deploy-artifact, leak-scan and deploy-validate reusable workflows (#31) (2cbc78f)

0.10.2 (2026-07-01)

Bug Fixes

  • node-ci: exclude vendored tree via config, not deletion (#26) (bde2ec0)

0.10.1 (2026-07-01)

Bug Fixes

  • node-ci: remove vendored actions tree before quality checks (#24) (15e0845)

0.10.0 (2026-07-01)

Features

  • enforce zero-warning reusable CI (#22) (c8ac6ff)

0.9.0 (2026-06-29)

Features

  • add deploy automation reusables (#17) (e6b6073)
  • ci: migrate reusable workflows to JorisJonkers-dev coordinates (#3) (7d1b8f3)
  • clients: add shared publish-api-clients reusable workflow + api-client-publish action (#9) (96a2b65)

Bug Fixes

  • clients: declare sourcesJar/javadocJar dependency on generate (#13) (f67200c)
  • clients: link npm package to its repo for public visibility (#15) (8bccf4d)
  • clients: use plain setup-node (no install in empty dir) (#11) (bd9c029)
  • make reusable publishes idempotent (#19) (2189fbe)
  • reusable: check out github-workflows at github.job_workflow_sha (#7) (78a598a)

0.8.1 (2026-06-29)

Bug Fixes

  • make reusable publishes idempotent (5f173b4)

0.8.0 (2026-06-29)

Features

0.7.3 (2026-06-28)

Bug Fixes

  • clients: link npm package to its repo for public visibility (#15) (8bccf4d)

0.7.2 (2026-06-28)

Bug Fixes

  • clients: declare sourcesJar/javadocJar dependency on generate (#13) (f67200c)

0.7.1 (2026-06-28)

Bug Fixes

  • clients: use plain setup-node (no install in empty dir) (#11) (bd9c029)

0.7.0 (2026-06-28)

Features

  • clients: add shared publish-api-clients reusable workflow + api-client-publish action (#9) (96a2b65)

0.6.1 (2026-06-28)

Bug Fixes

  • reusable: check out github-workflows at github.job_workflow_sha (#7) (78a598a)

0.6.0 (2026-06-28)

Features

  • ci: migrate reusable workflows to JorisJonkers-dev coordinates (#3) (7d1b8f3)

0.5.0 (2026-06-10)

Features

  • GitHub Packages npm auth + reusable deploy-config render-drift (#13) (48578c4)

0.4.0 (2026-06-10)

Features

  • reusable flux-render-validate workflow + composite action (spec 009) (#11) (cae8c61)
  • reusable platform-config-validate workflow + action (#10) (512033e)

0.3.0 (2026-06-09)

Features

  • per-service CRaC sidecar topology + compose system-test action skeleton (round 3) (#6) (76c09b0)
  • round 2 reusable workflows + migration guard (#5) (7650398)
  • working compose system-test composite action (round 4) (#7) (c7e593f)