Skip to content

Releases: ustclug/Yuki

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

v0.3.0

13 Mar 15:43
Compare
Choose a tag to compare
chore(actions): fix tag extraction bug in Actions

`context.ref.replace(/^refs\/tags\//, '')` will output like "v0.3.0", but we need v0.3.0.

Use github.ref_name instead.

v0.2.4

22 May 21:46
Compare
Choose a tag to compare
chore(doc): update doc about RepoConfigDir array