Skip to content

v1.1.0

Compare
Choose a tag to compare
@tosone tosone released this 04 Feb 02:56
· 102 commits to main since this release
22eee21

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

  • Fix artifact type (#276)
  • Fix builder image not exist (#272)
  • Enable cgo for sqlite3 (#268)

Docs

  • Add apptainer docs (#282)

Upgrade

  • Upgrade dependencies (#290)
  • Upgrade distribution (#277)
  • Update dependencies (#271)

CI

  • Update ci config (#288)
  • Update tag release config (#266)
  • Update tag release config (#265)

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