Skip to content

Releases: ustclug/Yuki

v0.6.2

24 Jul 09:08
182dded
Compare
Choose a tag to compare

What's Changed

  • server: Give error if repo to be removed does not exist by @taoky in #85
  • ci: add nilness check in govet by @taoky in #86
  • Migrate deb packaging to GoReleaser by @iBug in #87
  • Actions: Drop softprops/actions-gh-release by @iBug in #88

Full Changelog: v0.6.1...v0.6.2

v0.6.1

23 Jul 15:29
76f16f5
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the gomod group with 1 update by @dependabot in #54
  • refactor: switch to cgo-free sqlite library by @knight42 in #56
  • feat: sort meta by name in asc order by @knight42 in #57
  • chore(deps): bump the gomod group with 2 updates by @dependabot in #59
  • chore(deps): bump the actions group with 1 update by @dependabot in #58
  • chore(deps): bump the gomod group with 2 updates by @dependabot in #60
  • chore(deps): bump the gomod group with 3 updates by @dependabot in #61
  • chore(deps): bump the gomod group with 1 update by @dependabot in #62
  • chore(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 in the gomod group by @dependabot in #63
  • chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in #64
  • chore(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 in the gomod group by @dependabot in #65
  • chore(deps): bump golangci/golangci-lint-action from 4 to 5 in the actions group by @dependabot in #66
  • chore(deps): bump gorm.io/gorm from 1.25.9 to 1.25.10 in the gomod group by @dependabot in #67
  • chore(deps): bump github.com/go-playground/validator/v10 from 10.19.0 to 10.20.0 in the gomod group by @dependabot in #69
  • chore(deps): bump github.com/go-resty/resty/v2 from 2.12.0 to 2.13.1 in the gomod group by @dependabot in #72
  • chore(deps): bump golangci/golangci-lint-action from 5 to 6 in the actions group by @dependabot in #71
  • chore(deps): bump the gomod group with 2 updates by @dependabot in #73
  • chore(deps): bump the gomod group with 2 updates by @dependabot in #75
  • chore(deps): bump the actions group across 1 directory with 2 updates by @dependabot in #76
  • fs: Return logicalused for ZFS filesystems by @iBug in #77
  • reload repo: Append .yaml unless already present by @iBug in #80
  • server: Inject BIND_ADDRESS to environment only if given by @iBug in #81
  • docker: Fix container network specification by @iBug in #82
  • chore(deps): bump gorm.io/gorm from 1.25.10 to 1.25.11 in the gomod group by @dependabot in #83
  • Add "deb" Makefile target by @iBug in #84

Full Changelog: v0.5.0...v0.6.1

v0.6.0-rc1

28 Jan 14:26
3bc682f
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the gomod group with 1 update by @dependabot in #54
  • refactor: switch to cgo-free sqlite library by @knight42 in #56
  • feat: sort meta by name in asc order by @knight42 in #57

Full Changelog: v0.5.0...v0.6.0-rc1

v0.5.0

13 Jan 10:38
8454f65
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the actions group with 3 updates by @dependabot in #51
  • fix: dont clear last_success upon sync failure by @knight42 in #52
  • [BREAKING CHANGE] seccomp_profile is no longer configurable by @knight42 in #53

Full Changelog: v0.4.0...v0.5.0

v0.4.0

07 Jan 13:15
1898c9f
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/docker/docker from 24.0.1+incompatible to 24.0.7+incompatible by @dependabot in #39
  • chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.17.0 by @dependabot in #42
  • 第二次重构 by @knight42 in #43
  • chore(deps): bump the actions group with 2 updates by @dependabot in #45
  • refactor: switch to "github.com/cpuguy83/go-docker" by @knight42 in #48
  • feat: update release workflow & corresponding config files by @knight42 in #49
  • chore: release yukid as well by @knight42 in #50

Full Changelog: v0.3.4...v0.4.0

v0.4.0-rc1

07 Jan 11:55
94feecd
Compare
Choose a tag to compare
v0.4.0-rc1 Pre-release
Pre-release

What's Changed

  • chore(deps): bump github.com/docker/docker from 24.0.1+incompatible to 24.0.7+incompatible by @dependabot in #39
  • chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.17.0 by @dependabot in #42
  • 第二次重构 by @knight42 in #43
  • chore(deps): bump the actions group with 2 updates by @dependabot in #45
  • refactor: switch to "github.com/cpuguy83/go-docker" by @knight42 in #48
  • feat: update release workflow & corresponding config files by @knight42 in #49

Full Changelog: v0.3.4...v0.4.0-rc1

v0.3.4

23 May 15:21
Compare
Choose a tag to compare
Changes:

- Add custom docker network option (per repo) and custom seccomp policy option (global)

- Security updates for docker/docker and docker/distribution

- Change homebrew-bottles upstream

v0.3.3

12 Mar 08:42
Compare
Choose a tag to compare
fix: timeout containers should be cleanup by onPostSync()

It's noticed that timeout containers are not removed properly, and it still shows "syncing" in metadata.

v0.3.2

06 Mar 16:07
0ff26be
Compare
Choose a tag to compare
Add SyncTimeout, and dependency updates

v0.3.1

09 Nov 03:31
Compare
Choose a tag to compare
Update dependencies for security