Skip to content

v2.3.3

Choose a tag to compare

@github-actions github-actions released this 23 Apr 20:56
· 90 commits to main since this release

What's Changed

πŸ”’ npm Provenance

All published versions of create-authenik8-app are now signed with npm provenance via Sigstore. Every npm install or npx invocation can be verified back to the exact GitHub Actions workflow run and commit SHA that produced it
giving you confidence that what you install is exactly what was built from this repo, with no tampering in between.

You can verify the attestation for this release on the npm package page under the Provenance badge, or directly on the Sigstore transparency log.

βœ… Test Coverage : 80%

Test coverage has reached 80%, up from previous releases. Core scaffolding logic, auth flows, and template generation are all covered.