From 4217fede18e783cb0f4c7953aa0ab6b3ae232c96 Mon Sep 17 00:00:00 2001 From: Mark S Date: Fri, 17 Jan 2025 12:00:38 -0500 Subject: [PATCH 1/3] fix: fix broken react script source urls --- aws-replicator/aws_replicator/server/ui/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-replicator/aws_replicator/server/ui/index.html b/aws-replicator/aws_replicator/server/ui/index.html index b4393f8..787f90b 100644 --- a/aws-replicator/aws_replicator/server/ui/index.html +++ b/aws-replicator/aws_replicator/server/ui/index.html @@ -4,8 +4,8 @@ AWS Replicator - LocalStack Extension - - + + From 8fb133612e19a46ef8fe3057f9a69ddce3aa2f53 Mon Sep 17 00:00:00 2001 From: Mark S Date: Fri, 17 Jan 2025 17:56:31 -0500 Subject: [PATCH 2/3] chore: version bump --- aws-replicator/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-replicator/setup.cfg b/aws-replicator/setup.cfg index 1a6b6fd..9386be3 100644 --- a/aws-replicator/setup.cfg +++ b/aws-replicator/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = localstack-extension-aws-replicator -version = 0.1.22 +version = 0.1.23 summary = LocalStack AWS Proxy Extension description = Proxy AWS resources into your LocalStack instance long_description = file: README.md From 72a329c1c8b436f9687e3f037ef92f0334b2e33f Mon Sep 17 00:00:00 2001 From: Mark S Date: Fri, 17 Jan 2025 17:56:50 -0500 Subject: [PATCH 3/3] chore(docs): update change log --- aws-replicator/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aws-replicator/README.md b/aws-replicator/README.md index 3b80f0a..74b3da1 100644 --- a/aws-replicator/README.md +++ b/aws-replicator/README.md @@ -126,6 +126,7 @@ If you wish to access the deprecated instructions, they can be found [here](http ## Change Log +* `0.1.23`: Fix unpinned React.js dependencies preventing webui from loading * `0.1.22`: Fix auth-related imports that prevent the AWS proxy from starting * `0.1.20`: Fix logic for proxying S3 requests with `*.s3.amazonaws.com` host header * `0.1.19`: Print human-readable message for invalid regexes in resource configs; fix logic for proxying S3 requests with host-based addressing