Skip to content

Add release qualification workflow and feature scenarios - #89

Merged
mattia-moffa merged 9 commits into
wolfSSL:mainfrom
aidangarske:release-qualification-2.0.0
Sep 17, 2026
Merged

mattia-moffa merged 9 commits into
wolfSSL:mainfrom
aidangarske:release-qualification-2.0.0

Conversation

@aidangarske

@aidangarske aidangarske commented Sep 16, 2026

Copy link
Copy Markdown
Member

Release preparation currently depends on separate manual commands, and the optional HPKE, HSS/LMS, ML-DSA, and PSA/EAT paths do not share one release-only qualification gate.

This adds a ci:release/manual Release Qualification workflow that validates version metadata, runs the normal release commands plus advanced feature scenarios, compiles the public API as C++, runs Valgrind, merges coverage profiles, audits the normal CI runs, and builds reproducible smoke-tested source archives. It also strengthens the HPKE, stateful HSS/LMS, and PSA/EAT scenarios with state-advance and tamper-rejection checks, and expands the nightly workflow sweep.

The internal release procedure remains outside the public repository. docs/Testing.md documents only the public test targets and their coverage.

Validation:

  • make clean && make test
  • make cxx-check
  • shellcheck and POSIX syntax checks for all release scripts
  • workflow YAML parse
  • house-style and empty-brace scans
  • make release-validate VERSION=1.0.0 RELEASE_REF=v1.0.0
  • reproducibility comparison across two independently generated 1.0.0 tar/zip sets
  • independent tar and zip build/test/tool/demo smoke tests

Release artifact output follows the v1.0.0 naming convention:

  • wolfcose-X.Y.Z.tar.gz
  • wolfcose-X.Y.Z.zip
  • wolfcose-X.Y.Z.sha256

Detached .asc signatures are intentionally left to the release signer after
the final artifacts are approved.

Copilot AI lite review requested due to automatic review settings September 16, 2026 18:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@aidangarske aidangarske self-assigned this Sep 16, 2026
@aidangarske aidangarske added ci:release Release toggle: run release qualification and removed ci:release Release toggle: run release qualification labels Sep 16, 2026
Comment thread scripts/release/coverage.sh Outdated
@mattia-moffa
mattia-moffa merged commit 0c24be5 into wolfSSL:main Sep 17, 2026
87 checks passed
@aidangarske
aidangarske deleted the release-qualification-2.0.0 branch September 17, 2026 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants