jenkinsci / amazon-ecr-plugin

Amazon EC2 Container Registry plugin for Jenkins
https://plugins.jenkins.io/amazon-ecr/
MIT License
32 stars 22 forks source link

Update Amazon ECR plugin to use AWS SDK for Java 2.x #187

Open MarkEWaite opened 3 weeks ago

MarkEWaite commented 3 weeks ago

What feature do you want to see added?

Upgrade the AWS SDK for Java from v1 to v2 in the Amazon ECR plugin.

The AWS SDK for Java 1.x entered maintenance mode 31 July 2024 and will be end of life 31 Dec 2025. Refer to the January 2024 AWS blog announcement 1 and the July 2024 AWS blog announcement for more details.

Upstream changes

AWS SDK API plugin(s) will need to be developed and released for the AWS SDK for Java 2.x before this work can be done

Are you interested in contributing this feature?

No