Skip to content

Releases: NLnetLabs/krill-sync

v0.3.0-rc1

10 Sep 13:32
610ef77
Compare
Choose a tag to compare
v0.3.0-rc1 Pre-release
Pre-release

New

  • Added support for pre-validation of a source repository.

v0.2.1

30 Nov 09:00
Compare
Choose a tag to compare

This release includes fixes for the following issues:

  • Increase cleanup-after default to 1 hour (#53)
  • Write new notification file only on change (#55)
  • Respect --insecure option (#59)
  • Create empty rsync dir for empty snapshot (#62)

v0.2.0

13 Dec 13:28
dd375d2
Compare
Choose a tag to compare

For this release the code has had a massive overhaul since version 0.1.x. It has been simplified and has much better test coverage.

Functionality should be compatible to the known requirements for 0.1.x - but the CLI arguments have also changed. If you are looking to upgrade from 0.1.x to this version, please make sure that you read README.md and test things thoroughly. In case you run into any issues, do not hesitate to contact us or make an issue here in GitHub.

v0.1.3

29 Apr 14:39
Compare
Choose a tag to compare

In this version we added the following:

  • Allow a configurable delay before writing the RRDP notification.xml file (#5)
  • Use a symlink for the current rsync directory (#2)
  • Debian packages (#11)
  • Docker file (#9)