Skip to content

Commit 46c5779

Browse files
fix version for aws-replicator
1 parent 3a0889a commit 46c5779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-replicator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ If you wish to access the deprecated instructions, they can be found [here](http
126126

127127
## Change Log
128128

129-
* `0.1.21`: Fix auth-related imports that prevent the AWS proxy from starting
129+
* `0.1.22`: Fix auth-related imports that prevent the AWS proxy from starting
130130
* `0.1.20`: Fix logic for proxying S3 requests with `*.s3.amazonaws.com` host header
131131
* `0.1.19`: Print human-readable message for invalid regexes in resource configs; fix logic for proxying S3 requests with host-based addressing
132132
* `0.1.18`: Update environment check to use SDK Docker client and enable starting the proxy from within Docker (e.g., from the LS main container as part of an init script)

aws-replicator/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = localstack-extension-aws-replicator
3-
version = 0.1.21
3+
version = 0.1.22
44
summary = LocalStack AWS Proxy Extension
55
description = Proxy AWS resources into your LocalStack instance
66
long_description = file: README.md

0 commit comments

Comments
 (0)