v1.2.0-rc.1
Pre-release
Pre-release
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 tosone/sigma:nightly-alpine
v1.2.0-rc.1 (2024-03-11)
Features
- Change time field type to int64 (#332)
- Add log field for sql caller (#329)
- Support gc trigger webhook (#323)
- Update trivy command (#320)
- Support webhook in admin (#319)
- Skip etag for the api (#318)
- Change pprof path (#316)
- Update pprof config (#315)
- Add etag (#313)
- Add metrics (#312)
- Move builder helper func (#308)
- Always check remote proxy server (#307)
- Add webhook log detail info (#304)
- Support webhook (#303)
- Support delete tag on page (#301)
- Check permission in pages (#300)
- Add role field for namespace api (#299)
- Add support oss (#298)
- Add podman for builder (#297)
Bug Fixes
- Fix gc (#334)
- Fix login with incorrect username or password (#330)
- Fix audit resource_type field (#328)
- Fix member policy field (#326)
- Fix user create or update failed (#325)
- Fix list namespace auth (#314)