8000 Remove deprecation for re-implemented DNS feature by joe4dev · Pull Request #8603 · localstack/localstack · GitHub
[go: up one dir, main page]

Skip to content

Remove deprecation for re-implemented DNS feature #8603

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

Merged
merged 1 commit into from
Jul 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions localstack/deprecations.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,6 @@ def is_affected(self) -> bool:
"Function creation now happens asynchronously in the new lambda provider "
"https://docs.localstack.cloud/user-guide/aws/lambda/#migrating-to-lambda-v2",
),
EnvVarDeprecation(
"LAMBDA_DOCKER_DNS",
"2.0.0",
"This feature is currently not supported in the new lambda provider "
"https://docs.localstack.cloud/user-guide/aws/lambda/#migrating-to-lambda-v2",
),
EnvVarDeprecation(
"LAMBDA_CONTAINER_REGISTRY",
"2.0.0",
Expand Down
0