Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@tosone tosone released this 11 Jun 16:11
· 30 commits to main since this release
06dea67

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 ccr.ccs.tencentyun.com/go-sigma/sigma:nightly-alpine, login with username/password: sigma/Admin@123.

v1.3.0 (2024-06-11)

Features

  • Push image to tcr (#371)
  • Push image to acr (#370)
  • Upgrade aws s3 v2 (#369)
  • Login on enter key down (#367)
  • Add icon on login page (#366)

Docs

  • Update changelog (#365)