Releases: vmware-tanzu/velero-plugin-for-aws
Releases · vmware-tanzu/velero-plugin-for-aws
v1.11.0
All changes
- static checks (#208, @kaovilai)
- Futureproof validChecksumAlg() (#209, @kaovilai)
- Set hinting region to use for GetBucketRegion() (#210, @kaovilai)
- fix(docs): Add required S3 PutObjectTagging permission to IAM policy in README (#218, @chrisRedwine)
- Add known compat issues with Non-AWS S3 compatible providers (#219, @kaovilai)
- bump up the dependencies of velero (#220, @reasonerjt)
- Update the version matrix in README.md (#221, @reasonerjt)
v1.11.0-rc.2
All changes
- static checks (#208, @kaovilai)
- Futureproof validChecksumAlg() (#209, @kaovilai)
- Set hinting region to use for GetBucketRegion() (#210, @kaovilai)
- fix(docs): Add required S3 PutObjectTagging permission to IAM policy in README (#218, @chrisRedwine)
- Add known compat issues with Non-AWS S3 compatible providers (#219, @kaovilai)
- bump up the dependencies of velero (#220, @reasonerjt)
- Update the version matrix in README.md (#221, @reasonerjt)
v1.11.0-rc.1
All changes
- static checks (#208, @kaovilai)
- Futureproof validChecksumAlg() (#209, @kaovilai)
- Set hinting region to use for GetBucketRegion() (#210, @kaovilai)
- fix(docs): Add required S3 PutObjectTagging permission to IAM policy in README (#218, @chrisRedwine)
- Add known compat issues with Non-AWS S3 compatible providers (#219, @kaovilai)
- bump up the dependencies of velero (#220, @reasonerjt)
- Update the version matrix in README.md (#221, @reasonerjt)
v1.10.1
All changes
- Bump Golang version to fix CVEs. (#213, @blackpiglet)
- Set hinting region to use for GetBucketRegion (#212, @kaovilai)
v1.10.1-rc.1
All changes
- Pin referenced Velero to v1.14.1-rc.1 (#214, @blackpiglet)
- Bump Golang version to fix CVEs. (#213, @blackpiglet)
- Set hinting region to use for GetBucketRegion (#212, @kaovilai)
v1.10
All changes
- Add label org.opencontainers.image.source(#190, @robinschneider)
- Unset env vars for role-assumption when creds are set(#191, @reasonerjt)
- configuration for checksum algorithm for PutObject to S3(#194, @reasonerjt)
- Respect the TLS setting in BSL in object store plugin(#195, @reasonerjt)
- Bump up to golang v1.22(#199, reasonerjt)
v1.10.0-rc.3
All changes
- Add label org.opencontainers.image.source(#190, @robinschneider)
- Unset env vars for role-assumption when creds are set(#191, @reasonerjt)
- configuration for checksum algorithm for PutObject to S3(#194, @reasonerjt)
- Respect the TLS setting in BSL in object store plugin(#195, @reasonerjt)
- Bump up to golang v1.22(#199, reasonerjt)
v1.10.0-rc.2
All changes
- Add label org.opencontainers.image.source(#190, @robinschneider)
- Unset env vars for role-assumption when creds are set(#191, @reasonerjt)
- configuration for checksum algorithm for PutObject to S3(#194, @reasonerjt)
- Respect the TLS setting in BSL in object store plugin(#195, @reasonerjt)
- Bump up to golang v1.22(#199, reasonerjt)
v1.10.0-rc.1
All changes
- Add label org.opencontainers.image.source(#190, @robinschneider)
- Unset env vars for role-assumption when creds are set(#191, @reasonerjt)
- configuration for checksum algorithm for PutObject to S3(#194, @reasonerjt)
- Respect the TLS setting in BSL in object store plugin(#195, @reasonerjt)
- Bump up to golang v1.22(#199, reasonerjt)
v1.9.2
In v1.9.2 the plugin provides a workaround for the compatibility issues we saw on non-AWS S3 object storage with checksum.
The user may set the checksumAlgorithm
as empty string in the BSL, to skip adding checksum to the request header.
All changes
- Bump the version of Golang and protobuf(#198, @ywk253100)
- configuration for checksum algorithm for PutObject to S3 (#197, @reasonerjt)