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 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 - - + + 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