Skip to content

Commit 6e8f00b

Browse files
authored
Update README.md
1 parent d53bc0a commit 6e8f00b

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ This container runs restic backups in regular intervals.
99

1010
**Container**: [lobaro/restic-backup-docker](https://hub.docker.com/r/lobaro/restic-backup-docker/)
1111

12+
Stable
13+
```
14+
docker pull lobaro/restic-backup-docker:v1.0
15+
```
16+
17+
Latest (experimental)
1218
```
1319
docker pull lobaro/restic-backup-docker
1420
```
@@ -87,6 +93,16 @@ Now you can simply specify the restic repository to be an [SFTP repository](http
8793
-e "RESTIC_REPOSITORY=sftp:user@host:/tmp/backup"
8894
```
8995

90-
# TODO
96+
# Changelog
97+
98+
Versioning follows [Semantic versioning](http://semver.org/)
99+
100+
! Breaking changes
101+
102+
**:latest**
103+
* ! `--prune` must be passed to `RESTIC_FORGET_ARGS` to execute prune after forget.
104+
* Switch to base Docker container to `golang:1.7-alpine` to support latest restic build.
105+
91106

92-
* Add testsetup based on docker-compose
107+
**:v1.0**
108+
* First stable version

0 commit comments

Comments
 (0)