Skip to content

v1.2.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tosone tosone released this 10 Mar 17:30
· 67 commits to main since this release
211d46e

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)

Docs

  • Add wechat (#327)
  • Update readme (#317)
  • Update readme (#296)

Upgrade

  • Upgrade docker and minio (#295)
  • Upgrade runc for avoid cve (#294)

CI

  • Update ci config (#335)
  • Add errors test case (#322)
  • Update codecov config (#321)
  • Add docker hub (#311)
  • Update ci (#302)