Austin Vazquez
Austin Vazquez
*Issue #, if available:* Closes #797 Version and changelog updates for https://github.com/awslabs/amazon-ecr-credential-helper/milestone/5 *Description of changes:* Version and changelog updates for v0.8.0 release. By submitting this pull request, I confirm that...
This is a tracking issue for Amazon ECR credential helper Windows ARM support. ```[tasklist] ### Tasks - [x] Add variant to `all-variants` target - [x] Release Windows ARM executables as...
**- What I did** Backports #47562 to resolve GO-2024-2611 for 25.0 branch. Transitively required backport of: * https://github.com/moby/moby/commit/10a72f2504e11a1314b4adcf0080033439bb1aed * https://github.com/moby/moby/commit/2799417da109d5eb71c517b8fc6ec41b00bc8389 * https://github.com/moby/moby/commit/407ad89ff02b353aea7019c7c3a7d6e164d77059 **- How I did it** ``` git cherry-pick...
*Issue #, if available:* N/A Go 1.21 and Go 1.22 are the latest versions available which means older versions will no longer receive updates. *Description of changes:* This change updates...
### Issue The AWS Go SDK (v1) will enter maintenance mode starting July 2024 and reach its EOL in July 2025. [Reference](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/) ### Proposed solution The solution is to upgrade...
*Issue #, if available:* Contributors can accidentally submit git secrets to version control. *Description of changes:* This change adds a GitHub Actions job to validate git secrets are not submitted...
*Issue #, if available:* Copy and paste error from initial setup of the benchmark website from Finch *Description of changes:* This change fixes the title on the benchmark website. i.e....
*Issue #, if available:* N/A *Description of changes:* This change reenables wastedassign for golangci-lint in CI. By submitting this pull request, I confirm that you can use, modify, copy, and...
Package io/ioutil has been marked deprecated in Go 1.16. Signed-off-by: Austin Vazquez
### Issue Optimization for creating loop devices on kernels >= 5.8 would be nice to have in release/1.7. ### Description This change backports #9211 and follow on changes #9805, #9813...