Merge pull request #5162 from MichaelEischer/promote-feature-gates

Stabilize `explicit-s3-anonymous-auth` and `safe-forget-keep-tags` feature flags
This commit is contained in:
Michael Eischer
2025-01-13 22:03:06 +01:00
committed by GitHub
4 changed files with 11 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
Change: Promote feature flags
The `explicit-s3-anonymous-auth` and `safe-forget-keep-tags` features are
now stable and can no longer be disabled. The feature flags will be removed
in restic 0.19.0.
https://github.com/restic/restic/pull/5162