Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 00:05
· 283 commits to main since this release
v2.0.0
e9baf5e

cmgr-artifact-server is now a standalone binary supporting the same platforms as cmgr.
Artifact requests are no longer reverse-proxied through cmgrd, allowing usage with cmgr only.

Two file hosting backends are now supported:

  • selfhosted, which runs its own web server to serve artifact files.
  • S3, which syncs artifacts to an S3 bucket and can also generate invalidations for an associated CloudFront distribution when artifacts are updated or deleted.

See the README for details, including a full option listing and usage examples.