Skip to content

Conversation

@gockle
Copy link
Member

@gockle gockle commented Aug 11, 2025

Issue #, if available:

Description of changes:

[3.4.1]

Security

Fixed

Added

  • Add stable tag feature to get patched version of the solution ecr image.

Checklist

  • 👋 I have run the unit tests, and all unit tests have passed.
  • ⚠️ This pull request might incur a breaking change.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

export VERSION=my-version # version number for the customized code
export PUBLIC_ECR_REGISTRY=public.ecr.aws/aws-solutions # replace with the container registry and image if you want to use a different container image
export PUBLIC_ECR_TAG=v3.4.0 # replace with the container image tag if you want to use a different container image
export PUBLIC_ECR_TAG=v3.4_stable # replace with the container image tag if you want to use a different container image
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When a future developer tries to update the version in the solution, they might search for 3.4.1, and they won't see that this line needs to change.

@JimTharioAmazon JimTharioAmazon self-requested a review August 11, 2025 19:02
@ianwow ianwow merged commit 6ff5f53 into aws-solutions:main Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

5 participants