Prepare changelog for 0.12.0

This commit is contained in:
Alexander Neumann
2021-02-14 11:44:00 +01:00
parent 13d52c88fb
commit 1a34260cf0
35 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Bugfix: Do not require gs bucket permissions when running `init`
Restic used to require bucket level permissions for the `gs` backend
in order to initialize a restic repository.
It now allows a `gs` service account to initialize a repository if the
bucket does exist and the service account has permissions to write/read
to that bucket.
https://github.com/restic/restic/issues/3100