Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niondir authored Aug 5, 2023
1 parent 412a968 commit 33d48e8
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog

## 1.3.1-0.9.6
## Unreleased

## v1.3.2+restic-0-16-0

### Changed
* Base image directly on official restic image
* [Semver](https://semver.org/) aligned version nameing inclunding restic version

### Added
* rclone to docker image
* Implemented a simple mail notification after backups using mailx
* MAILX_ARGS environment variable

## v1.3.1-0.9.6

### Changed
* Update to Restic v0.9.5
Expand All @@ -14,22 +27,22 @@
* fuse added to container
* support to send mails using external SMTP server after backups

## 1.2-0.9.4
## v1.2-0.9.4

### Added
* AWS Support

## 1.1
## v1.1

### Fixed
* `--prune` must be passed to `RESTIC_FORGET_ARGS` to execute prune after forget.

### Changed
* Switch to base Docker container to `golang:1.7-alpine` to support latest restic build.

## 1.0
## v1.0

Initial release.

The container has proper logs now and was running for over a month in production.
There are still some features missing. Sticking to semantic versioning we do not expect any breaking changes in the 1.x releases.
There are still some features missing. Sticking to semantic versioning we do not expect any breaking changes in the 1.x releases.

0 comments on commit 33d48e8

Please sign in to comment.