-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
v3 release PR #9467
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
v3 release PR #9467
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. |
LocalStack Community integration with Pro 2 files ± 0 2 suites ±0 1h 17m 54s ⏱️ + 15m 50s Results for commit 8889588. ± Comparison against base commit 05aab11. This pull request removes 27 and adds 2 tests. Note that renamed tests count towards both.
This pull request skips 15 and un-skips 278 tests.
♻️ This comment has been updated with latest results. |
a17da70
to
c97ddc3
Compare
c97ddc3
to
85abf31
Compare
76f2a3e
to
de35cb0
Compare
de35cb0
to
71c00c3
Compare
19c8422
to
6ff5c4c
Compare
6dd6b1b
to
7b9e2b4
Compare
fb5da7d
to
99278b3
Compare
069c499
to
42fe64e
Compare
20b3517
to
2a2ea5d
Compare
2dc3ae8
to
7120a27
Compare
7120a27
to
45b80ca
Compare
Co-authored-by: Dominik Schubert <[email protected]>
8889588
to
74c336c
Compare
This PR collects breaking changes which will be released in LocalStack v3.
An announcement on the release timeline and the breaking changes can be found here: #9519
Changes:
PROVIDER_OVERRIDE_S3=legacy
and the code associated with the legacy S3 provider (aka thev1
provider).ARN_PARTITION_FALLBACK
and uses it in the ARN Partition Rewriter instead of theDEFAULT_REGION
(as a preparation of its removal).USE_SINGLE_REGION
, which was deprecated since0.12.7
.DEFAULT_REGION
which was deprecated since0.12.7
.localstack-main
KMS_PROVIDER
variable andlocal-kms
support.LOCALSTACK_HOST
fromHOSTNAME_EXTERNAL
andLOCALSTACK_HOSTNAME
PROVIDER_OVERRIDE_LAMBDA=legacy
and the code, configurations, and tests associated with the legacy Lambda providerinfra
EDGE_PORT
,EDGE_PORT_HTTP
andEDGE_BIND_HOST
withGATEWAY_LISTEN
(write-access)LOCALHOST_HOSTNAME
withLOCALSTACK_HOST
GenericProxy
, itsProxyListeners
, and the legacy edge serving.Documentation
All of these changes should see pendants in the docs repo / this PR: localstack/docs#885