Releases: ustclug/Yuki
Releases · ustclug/Yuki
v0.6.2
v0.6.1
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
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
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
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
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
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
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
Add SyncTimeout, and dependency updates
v0.3.1
Update dependencies for security