Skip to content

Commit 9764a04

Browse files
committed
update README and version for Wiremock extension
1 parent 8605b94 commit 9764a04

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

wiremock/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ localstack start
108108

109109
- `WIREMOCK_API_TOKEN`: Your WireMock Cloud API token (required for runner mode)
110110
- `WIREMOCK_CONFIG_DIR`: Path to the directory containing your `.wiremock` folder (required for runner mode)
111+
- `WIREMOCK_IMAGE`: Custom Docker image name for the Wiremock OSS image (default: `wiremock/wiremock`)
112+
- `WIREMOCK_IMAGE_RUNNER`: Custom Docker image name for the Wiremock Cloud runner image (default: `wiremock/wiremock-runner`)
111113

112114
Note: When using the LocalStack CLI, prefix environment variables with `LOCALSTACK_` to forward them to the container.
113115

@@ -118,3 +120,12 @@ See the `sample-app-runner/` directory for a complete example using Terraform th
118120
- Creating an API Gateway
119121
- Lambda function that calls WireMock stubs
120122
- Integration testing with mocked external APIs
123+
124+
## Change Log
125+
126+
- `0.1.1`: Add environment variables to customize the WireMock image names
127+
- `0.1.0`: Initial release of the extension
128+
129+
## License
130+
131+
This project is licensed under the Apache License, Version 2.0.

wiremock/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "localstack-wiremock"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "WireMock Extension for LocalStack"
99
readme = {file = "README.md", content-type = "text/markdown; charset=UTF-8"}
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)