Skip to content

Releases: PythonWoods/zenzic-action

v1.1.0 — Native Telemetry Gate & Core v0.9.0 Alignment

31 May 18:03

Choose a tag to compare

What's new in v1.1.0

New inputs & outputs

  • guard-scan input: opt-in pre-flight that runs zenzic guard scan before the main quality gate.
  • cap-exceeded output: exposes suppression-cap failures as a structured output for downstream workflow conditions.
  • Sovereign Job Summary output for every critical non-zero exit code (exits 2 and 3).

Runtime governance

  • Wrapper now executes score governance checks (stamp + freshness) after check all.
  • ADR-037 alignment: release_name in .zenzic.toml enforced as semantic version.
  • ADR-089 alignment: all GitHub Actions dependencies pinned to immutable SHA-40.

Security

  • Exits 2 and 3 are explicitly documented as non-suppressible at the action boundary.
  • Forwarding contract for security-related runtime flags enforced end-to-end.
  • Inherited additive brand_obsolescence merge semantics from core.

Core pin

  • Pinned to zenzic core v0.9.0.

Full changelog: CHANGELOG.md

Zenzic Action v1.0.1 — Core v0.7.1 Alignment

09 May 16:20
482cda5

Choose a tag to compare

This patch release updates the underlying Zenzic engine to v0.7.1, bringing the latest infrastructure stability and Zero-Config default enforcements to your GitHub Actions workflows.

Changed

  • Pinned Zenzic Core to v0.7.1.
  • Internal CI/CD pipelines optimized for faster execution and strict 4-Gates Standard compliance.
  • Resolved merge conflicts and unified release automation.

Zenzic Action v1.0.0 — Quartz Maturity (Stable)

09 May 16:35
de5add7

Choose a tag to compare

What's Changed

  • release: v1.0.0 — Quartz Maturity (Stable) — GitHub Action by @PythonWoods-Dev in #1

Full Changelog: https://github.com/PythonWoods/zenzic-action/commits/v1.0.0