Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3fada81

Browse files
committedSep 23, 2024·
bump version, update changelog
1 parent f9c0349 commit 3fada81

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎aws-replicator/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ localstack extensions install "git+https://github.com/localstack/localstack-exte
152152

153153
## Change Log
154154

155+
* `0.1.19`: Print human-readable message for invalid regexes in resource configs; fix logic for proxying S3 requests with host-based addressing
155156
* `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)
156157
* `0.1.17`: Add basic support for ARN-based pattern-matching for `secretsmanager` resources
157158
* `0.1.16`: Update imports for localstack >=3.6 compatibility

‎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.18
3+
version = 0.1.19
44
summary = LocalStack Extension: AWS replicator
55
description = Replicate AWS resources into your LocalStack instance
66
long_description = file: README.md

0 commit comments

Comments
 (0)
Please sign in to comment.