-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removed '$' sign from region check in publish_lambda.sh #727
Conversation
💚 CLA has been signed |
Hey @hvltaj, thanks for contributing the fix. Adding this to the next release. |
CHANGELOG.md
Outdated
@@ -1,3 +1,7 @@ | |||
### v1.17.1 - 2024/09/17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version should match the one inside share/version.py
:
version = "1.17.0" |
Perhaps we should update the workflow to compare these, this should not pass...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But updating the version.py
will also trigger a new release, which seems a bit unnecessary, since the dependencies are not changing (the dependencies can be seen here).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, @constanca-m, you're right.
@hvltaj, the publish_lambda.sh
is not part of the release; it's a supporting tool, so we can avoid updating the CHANGELOG.md
and share/version.py
files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the changelog after #803 is merged. Now it should match the version inside share/version.py.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahh good point, ok I will take out the entry from CHANGELOG.md then!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have created #807 to see how we can stop this from happening, or maybe ease this version update process a bit.
Bug
What does this PR do?
Fixed bug in the
publish_lambda.sh
script which always set upgov
as bucket region.Why is it important?
Deployment script only works for
gov
regions in current stateChecklist
CHANGELOG.md
Author's Checklist
How to test this PR locally
Use deployment script to deploy Lambda.
Related issues
Closes #726
Use cases
Screenshots
Logs