You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the deployment scripts refer to the "main" branch in git, therefore when attempting to update to a new version its possible to deploy unwanted changes, for example the latest release 1.2.0 is 8 commits behind the "main" branch:
To Reproduce
Steps to reproduce the behavior:
Run the Deploy.sh or update.sh scripts
Expected behavior
The version should be a variable that can be used to retrieve the correct version to deploy.
Additional context
Providing a link to the update.sh script as an example:
This is a real problem as theres no defined way to deploy a specific version, main can and does contain un-released and potentially un-documented features as it may contain untagged commits.
Describe the bug
All of the deployment scripts refer to the "main" branch in git, therefore when attempting to update to a new version its possible to deploy unwanted changes, for example the latest release 1.2.0 is 8 commits behind the "main" branch:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The version should be a variable that can be used to retrieve the correct version to deploy.
Additional context
Providing a link to the update.sh script as an example:
https://github.com/aws-samples/iam-identity-center-team/blob/main/deployment/update.sh#L30
this should be updated to something like:
The text was updated successfully, but these errors were encountered: