From 6e8f00b5b3bc6283ba7045f6f670963b9c20d25a Mon Sep 17 00:00:00 2001 From: Tobias Kaupat Date: Fri, 14 Apr 2017 01:33:19 +0200 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e59b977..80ab520 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ This container runs restic backups in regular intervals. **Container**: [lobaro/restic-backup-docker](https://hub.docker.com/r/lobaro/restic-backup-docker/) +Stable +``` +docker pull lobaro/restic-backup-docker:v1.0 +``` + +Latest (experimental) ``` docker pull lobaro/restic-backup-docker ``` @@ -87,6 +93,16 @@ Now you can simply specify the restic repository to be an [SFTP repository](http -e "RESTIC_REPOSITORY=sftp:user@host:/tmp/backup" ``` -# TODO +# Changelog + +Versioning follows [Semantic versioning](http://semver.org/) + +! Breaking changes + +**:latest** +* ! `--prune` must be passed to `RESTIC_FORGET_ARGS` to execute prune after forget. +* Switch to base Docker container to `golang:1.7-alpine` to support latest restic build. + -* Add testsetup based on docker-compose +**:v1.0** +* First stable version