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,8 @@
Enhancement: Add support for Managed / Workload Identity to `azure` backend
Restic now additionally supports authenticating to Azure using Workload
Identity or Managed Identity credentials, which are automatically injected in
several environments such as a managed Kubernetes cluster.
https://github.com/restic/restic/issues/3698
https://github.com/restic/restic/pull/4029