-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Remove deprecated config USE_SINGLE_REGION #9374
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
Conversation
Currently, only minor and patch changes are allowed on master. Your PR labels (semver: major) indicate that it cannot be merged into the master at this time. |
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.
Great to see that we are finally getting rid of the old deprecated variables. 🧹
However, I think we should still show warnings to users who are still using it...
a17da70
to
c97ddc3
Compare
c97ddc3
to
85abf31
Compare
46efde0
to
f12bd3b
Compare
f12bd3b
to
c2c3a93
Compare
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.
Aweseome! Thanks for addressing the comments and bringing the removal of the USE_SINGLE_REGION
over the line! 🚀
Motivation
The
USE_SINGLE_REGION
environment config variable was used in early years of LocalStack when multi-region was unsupported. It has since been deprecated.This PR removes this config variable for the upcoming major release.