From a52ee4b4742c82b61a2c1c8abf4ad62830c86943 Mon Sep 17 00:00:00 2001 From: "localstack[bot]" Date: Wed, 5 Feb 2025 09:37:43 +0000 Subject: [PATCH 1/6] release version 4.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 65cd5a9..5907330 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pyinstaller -localstack==4.1.0 +localstack==4.1.1 cookiecutter From e5305a5ef8ee52c6ad477301c93170558b756cfd Mon Sep 17 00:00:00 2001 From: Alexander Rashed <2796604+alexrashed@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:30:02 +0100 Subject: [PATCH 2/6] migrate from api keys to auth tokens (#34) --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7789057..3c895d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: if: ${{ ! github.event.pull_request.head.repo.fork }} run: | # create an extension with default parameters (enter all new lines to use defaults) - printf "\n\n\n\n\n\n\n\n\n" | LOCALSTACK_API_KEY=${{ secrets.TEST_LOCALSTACK_API_KEY }} DEBUG=1 ./dist-bin/localstack extensions dev new + printf "\n\n\n\n\n\n\n\n\n" | LOCALSTACK_AUTH_TOKEN=${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }} DEBUG=1 ./dist-bin/localstack extensions dev new # print the directory output ls -al my-localstack-extension # remove it again @@ -133,12 +133,6 @@ jobs: # Pull images to avoid making smoke tests vulnerable to system behavior (docker pull speed) docker pull localstack/localstack-pro cd dist-bin - # start pro with an API key (legacy) - LOCALSTACK_API_KEY=${{ secrets.TEST_LOCALSTACK_API_KEY }} ./localstack start -d - ./localstack wait -t 180 - ./localstack status services --format plain - ./localstack status services --format plain | grep "xray=available" - ./localstack stop # start pro with an auth token and extensions dev mode (see issue #20) LOCALSTACK_AUTH_TOKEN=${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }} EXTENSION_DEV_MODE=1 ./localstack start -d ./localstack wait -t 180 From ea4084c9079403ce92bf6b59c307a45dda4c6d5a Mon Sep 17 00:00:00 2001 From: "localstack[bot]" Date: Thu, 27 Feb 2025 08:24:34 +0000 Subject: [PATCH 3/6] release version 4.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5907330..020b0a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pyinstaller -localstack==4.1.1 +localstack==4.2.0 cookiecutter From 1dd1469289813ea813cc55e733a733c250212f7b Mon Sep 17 00:00:00 2001 From: Alexander Rashed <2796604+alexrashed@users.noreply.github.com> Date: Thu, 6 Mar 2025 09:50:17 +0100 Subject: [PATCH 4/6] remove workaround for status timeout (#35) --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c895d3..36ce8e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,9 +114,6 @@ jobs: # start community ./localstack start -d ./localstack wait -t 180 - # TODO this is a hotfix to capture the first build of the service catalog which takes longer than - # the allowed timeout in `localstack status services` (2s) - curl http://localhost.localstack.cloud:4566/_localstack/health ./localstack status services --format plain ./localstack status services --format plain | grep "s3=available" ./localstack stop From 24dcac597e99eff7f1bdf56d7b8083811914adb7 Mon Sep 17 00:00:00 2001 From: "localstack[bot]" Date: Thu, 27 Mar 2025 09:17:20 +0000 Subject: [PATCH 5/6] release version 4.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 020b0a1..7d4b27c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pyinstaller -localstack==4.2.0 +localstack==4.3.0 cookiecutter From de2bc3c26c6a62ea582ea6041e8ff2d2caf7b11e Mon Sep 17 00:00:00 2001 From: "localstack[bot]" Date: Thu, 8 May 2025 07:14:30 +0000 Subject: [PATCH 6/6] release version 4.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7d4b27c..fbdffe7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pyinstaller -localstack==4.3.0 +localstack==4.4.0 cookiecutter