Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

44 lines (31 loc) · 1.59 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Binaries are built with linker flag -s. This creates a smaller binary.

0.1.0-alpha.3 - 2021-12-28

Changed

  • Environment variables used to configure rsched now need to be prefixed with RSCHED_ instead of RSCHED__.
  • Docker image is now based on Alpine Linux.
  • Fix injecting version information into binaries.
  • Copy restic and rsched binaries to /usr/local/bin when creating image.

0.1.0-alpha.2 - 2021-12-26

  • Add additional log statements to make debugging easier.

0.1.0-alpha.1 - 2021-12-26

Added

  • Ability to create backups usign restic. In order to create a one of backup the special value once may be passed to the -restic-schedule flag.
  • Makefile that helps with building and allows to create and publish docker images. Currently only linux/amd64 is supported. linux/arm64 will be supported once I have the ability to test it.