-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Description
Hi everyone!
In the upcoming weeks, we will merge a release candidate of our upcoming major release, LocalStack v2, into our master branch, which will come into effect into the latest Docker image end of next week (tentative date: March 23, 2023).
❗ From that day, it will no longer be possible to start LocalStack Pro with a LOCALSTACK_API_KEY using the localstack/localstack Docker image. Pro users should migrate to the localstack/localstack-pro image.
Depending on how you start LocalStack, here’s what you need to look out for:
- Docker Compose: Change the
imageproperty of your service container fromlocalstack/localstacktolocalstack/localstack-pro. - Docker command: Similar to when using Docker Compose, you simply need to specify
localstack/localstack-proas the image you want to start. - LocalStack CLI: simply upgrade LocalStack to the latest version using
pip install --upgrade localstack. ThelocalstackCLI already uses the correct image when you have an API key set in your environment
You can find a more detailed explanation on our discourse page in the upcoming hours. We will also release a detailed list of changes and migration instructions for v2 in the upcoming days.
Stay tuned! ✌️
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels