Skip to content

Releases: dogestry/dogestry

Version 2.1.6

23 Feb 21:19
Compare
Choose a tag to compare
  • Use a package for managing configs #101
  • Fix some channel handling nastiness #105
  • Extend check timeout; release 2.1.6 #109

Changelog: v2.1.5...v2.1.6

Bugfix with pull

16 Dec 22:43
Compare
Choose a tag to compare

Looks like we introduced a bug in the pull logic in the last release.

This should fix it - sorry!

More reliable pulls

15 Dec 23:38
Compare
Choose a tag to compare
  • Fixes the region issues #92
  • Retries for 500 errors #91
  • Docker host health checks #94
  • Fixes Dogestry login #95

Changelog: v2.1.3...v2.1.4

Dogestry now allows you to set a temp dir

17 Nov 19:33
Compare
Choose a tag to compare

Another quick and easy update - ability to set temp dir.

Changelog: v2.1.2...v2.1.3

Quick update

14 Nov 05:00
Compare
Choose a tag to compare

A small and quick update:

  • Fixed memleak/goroutine leak when dogestry is ran in server mode
  • @coopernurse fixed a deadlock in S3 push code

Changelog: v2.1.1...v2.1.2

Dogestry server mode and other improvements

11 Nov 07:30
Compare
Choose a tag to compare

This release introduces dogestry's server mode (which can dramatically improve -pullhosts performance), has various bug fixes and general improvements.

... and you can now use Docker to perform a pull against a Dogestry server 🐕

Changelog: v2.0.2...v2.1.1

Reduce memory consumptions

04 Aug 16:49
Compare
Choose a tag to compare

dogestry pull no longer spewing unnecessary goroutines which cause memory bloat.

Read AWS_ACCESS_KEY and AWS_SECRET_KEY

04 Jun 20:55
Compare
Choose a tag to compare

They got accidentally removed during Config struct refactor.

Changelog: v2.0.0...v2.0.1

Dogestry NG

04 Jun 18:07
Compare
Choose a tag to compare

This release marks a big refactor on dogestry, we removed a few broken features and introduce s3gof3r library for upload/download files.

Along the way we also fixed #10, #16, #17, #19, #43, #55, #57

Changelog: v1.4.1...v2.0.0

Release 1.4.1

22 Apr 18:38
Compare
Choose a tag to compare

We removed all the waitgroup logic and replace them with blocking channels. This should prevent missing layers during pull/push.

Changelog: v1.4.0...v1.4.1