Prepare changelog for 0.16.0

This commit is contained in:
Alexander Neumann
2023-07-31 20:22:50 +02:00
parent 9d71990c26
commit 9459328d8d
29 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Enhancement: Provide multi-platform Docker images
The official Docker images are now built for the architectures linux/386,
linux/amd64, linux/arm and linux/arm64.
As an alternative to the Docker Hub, the Docker images are also
available on ghcr.io, the GitHub Container Registry.
https://github.com/restic/restic/issues/2359
https://github.com/restic/restic/issues/4269
https://github.com/restic/restic/pull/4364