From 887352fa1a713fff13461b9031c8d30f287d75b5 Mon Sep 17 00:00:00 2001 From: matthewhudsonedb Date: Mon, 26 Aug 2024 21:58:53 +1000 Subject: [PATCH] add changelog entry Signed-off-by: matthewhudsonedb --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aae677a..1e271728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,4 +60,5 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#71](https://github.com/thanos-io/objstore/pull/71) Replace method `IsCustomerManagedKeyError` for a more generic `IsAccessDeniedErr` on the bucket interface. - [#89](https://github.com/thanos-io/objstore/pull/89) GCS: Upgrade cloud.google.com/go/storage version to `v1.35.1`. - [#123](https://github.com/thanos-io/objstore/pull/123) *: Upgrade minio-go version to `v7.0.71`. +- [#132](https://github.com/thanos-io/objstore/pull/132) s3: Upgrade aws-sdk-go-v2/config version to `v1.27.30` ### Removed