diff --git a/changelogs/CHANGELOG-1.7.0.md b/changelogs/CHANGELOG-1.7.0.md new file mode 100644 index 0000000..7050448 --- /dev/null +++ b/changelogs/CHANGELOG-1.7.0.md @@ -0,0 +1,7 @@ +## All changes + +- Rewrite the implementation with new Azure SDK (#111, @yvespp) +- Fix CVEs reported by trivy scanner (#162, @blackpiglet) +- Fix dependabot alerts(#170, @blackpiglet) +- Update readme to clarify the content handled by object store plugin (#173, @ywk253100) +- Bump up Golang to 1.19 (#175, @ywk253100) \ No newline at end of file diff --git a/changelogs/unreleased/111-yvespp b/changelogs/unreleased/111-yvespp deleted file mode 100644 index ff5e40b..0000000 --- a/changelogs/unreleased/111-yvespp +++ /dev/null @@ -1,9 +0,0 @@ -## All changes - -- When service principal or managed identity is used the plugin has the option to access the blob storage directly without fetching a storage access key. This feature is enabled if resourceGroup or subscriptionId isn't set. - Requirements to enable direct access: - - subscriptionId and resourceGroup needs to be removed from backup-location-config. - - The identity accessing the storage account additionally needs the role "Storage Blob Data Contributor", else you will get this error in the velero log: `AuthorizationPermissionMismatch`. - - Using direct access is recommended as it will be the default in a future release. (#111, @yvespp) -- Switch to the Azure SDK for go (#111, @yvespp) \ No newline at end of file diff --git a/changelogs/unreleased/162-blackpiglet b/changelogs/unreleased/162-blackpiglet deleted file mode 100644 index fe15c35..0000000 --- a/changelogs/unreleased/162-blackpiglet +++ /dev/null @@ -1 +0,0 @@ -[main] Fix CVEs reported by trivy scanner. \ No newline at end of file diff --git a/changelogs/unreleased/170-blackpiglet b/changelogs/unreleased/170-blackpiglet deleted file mode 100644 index 978f199..0000000 --- a/changelogs/unreleased/170-blackpiglet +++ /dev/null @@ -1 +0,0 @@ -Fix dependabot alerts. \ No newline at end of file