mirror of
https://github.com/openziti/zrok.git
synced 2025-02-24 14:11:37 +01:00
1.7 KiB
1.7 KiB
Releasing zrok
Manual Steps
Note
Each trigger is outlined separately, but some may occur simultaneously, e.g., when a draft release is published as stable rather than first publishing it as a pre-release, or a pre-release is promoted to stable and marked as latest at the same time.
- Push a tag to GitHub like
v*.*.*
to trigger the pre-release workflow. Wait for this workflow to complete before marking the release stable (isPrerelease: false
).- Linux packages are uploaded to Artifactory as pre-releases.
- Docker images are uploaded to Docker Hub as pre-releases.
- A release is drafted in GitHub.
- Edit the draft and publish the release as a pre-release (
isPrerelease: true
).- The one-time GitHub "published" event fires, and binaries are available in GitHub.
- Edit the pre-release to mark it as a stable release (
isPrerelease: false
).- The one-time GitHub "released" event fires.
- Linux packages are promoted to "stable" in Artifactory.
- Docker images are promoted to
:latest
in Docker Hub. - Homebrew formulae are built and released.
- Python wheels are built and released to PyPi.
- Node.js packages are built and released to NPM.
- Edit the stable release to mark it as latest.
- https://docs.zrok.io/docs/guides/install/ always serves the "latest" stable version via GitHub binary download URLs.
Rolling Back Downstreams
The concepts, tools, and procedures for managing existing downstream artifacts in Artifactory and Docker Hub are identical for zrok and ziti. Here's the RELEASING.md document for ziti.