Release Process
Canonical release process for Neuwerk OSS artifacts, including appliance image publication and Terraform provider distribution.
Neuwerk currently has two OSS release surfaces:
- the appliance image release
- the Terraform provider release
Both are published through GitHub Releases. The provider source address remains moolen/neuwerk.
Pull requests that change release packaging or public artifact expectations are covered by the OSS launch surface preflight in CI so the public release contract does not drift silently.
Appliance Image Releases
The appliance image release is the primary operator-facing distribution path today.
Current contract:
- published through GitHub Releases
- signed
SHA256SUMS - detached
SHA256SUMS.sig - published public signing key
- release notes
- provenance metadata
- source bundle
- image and rootfs SBOMs
The release workflow is .github/workflows/image-release.yml.
Before running it, configure:
RELEASE_GPG_PRIVATE_KEYRELEASE_GPG_PASSPHRASERELEASE_GPG_KEY_ID
The detailed operator-facing artifact and verification flow is documented in:
Terraform Provider Releases
The Terraform provider release path is separate from the appliance image release path.
Current contract:
- provider source address:
moolen/neuwerk - signed provider release assets are published from
moolen/terraform-provider-neuwerk - the monorepo keeps the provider packaging and release-source export contract under CI
Provider release flow:
- land provider changes in the Neuwerk monorepo
- export and sync the public release-source repository
- run the public release workflow in
moolen/terraform-provider-neuwerk - publish a signed GitHub Release for the requested tag
The public Registry onboarding step is still separate:
- sign in to Terraform Registry with the GitHub account that owns the public provider repository
- add the public GPG key in Terraform Registry signing keys
- publish the provider from
moolen/terraform-provider-neuwerk - let future GitHub Releases flow into Registry through the installed webhook
The detailed provider release and publication flow is documented in: