-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore(deps): Updates for additional AWS Regions support #6
Conversation
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.
Looks like a pretty isolated change except the boto version upgrade might break something else?
pip install --disable-pip-version-check --no-cache-dir --upgrade \ | ||
git+https://github.com/teamhephy/boto@abb38474ee5124bb571da0c42be67cd27c47094f \ |
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 is a big risky, how do we know upgrading to boto==2.49.0
from `abb38474ee5124bb571da0c42be67cd27c47094f1 won't break anything major?
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.
We've been running this in production clusters without any issues for a few months now.
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.
Also, this commit doesn't exist. When trying to build the master branch I get the following error:
Collecting git+https://github.com/teamhephy/boto@abb38474ee5124bb571da0c42be67cd27c47094f
Cloning https://github.com/teamhephy/boto (to abb38474ee5124bb571da0c42be67cd27c47094f) to /tmp/pip-bkonudg6-build
Could not find a tag or branch 'abb38474ee5124bb571da0c42be67cd27c47094f', assuming commit.
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.
Very good point @jfueschl! 😆
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.
lgtm!
This PR upgrades to registry 2.7.1 and boto 2.49.0 in order to add support for newer AWS Regions.