v1.1.0
Sigma is a painless self-hosted all-in-one software development service, it includes OCI artifact manager, garbage collection, namespace quota, multi-arch artifact, OCI image build. It is similar to Harbor, but distribution is implemented by itself, all of the services can be startup with one command.
Note
Visit demo: https://sigma.tosone.cn/, username/password: sigma/Admin@123
Or you can run this command then got a simple Sigma service: docker run --name sigma -p 3000:3000 ghcr.io/go-sigma/sigma:latest
v1.1.0 (2024-02-04)
Features
- Support build with mirror (#285)
- Create namespace send webhook (#283)
- Support apptainer sif (#278)
- Implement blob redirect (#275)
- Support disable image builder (#273)
- Use zig as cross compiler (#269)
- Support disable image build (#267)
Bug Fixes
Docs
- Add apptainer docs (#282)
Upgrade
CI
Unit Tests
- Add test for auth (#289)
- Add namespace update ut (#287)
- Add list namespace ut (#286)
- Add delete namespace ut back (#284)
- Add unit test for signing init (#281)
- Add unit test for workq (#280)
- Add unit test for audit (#279)
- Add unit test for inmemory cache (#270)
Full Changelog: v1.0.0...v1.1.0