Skip to content

Commit d92e3ac

Browse files
committed
Bump-up mockzilla v2.7.3
1 parent 9ef050e commit d92e3ac

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ You can customize the action in `.github/workflows/mockzilla.yml`:
117117
with:
118118
token: ${{ secrets.GITHUB_TOKEN }}
119119
region: us-east-1 # optional — preferred AWS region, used as a hint on first deploy only
120-
memory-size: 256 # optional — memory in MB (default: 128)
121-
timeout: 60 # optional — request timeout in seconds
122120
environment: '{"ENV":"production","DEBUG":"true"}' # optional
123121
host: api.mockzilla.net # optional — API host for the simulation URL
124122
timeout-minutes: 5 # optional — max minutes to wait for simulation to become active (default: 5)
@@ -129,8 +127,6 @@ You can customize the action in `.github/workflows/mockzilla.yml`:
129127
|---|---|---|
130128
| `token` | yes | `GITHUB_TOKEN` — used to verify repo identity |
131129
| `region` | no | Preferred AWS region (e.g. `us-east-1`, `ap-southeast-1`). Used as a hint on first deploy — if at capacity, the nearest available region is used. Has no effect after the simulation is deployed. |
132-
| `memory-size` | no | Memory in megabytes (e.g. `128`, `256`, `512`). Defaults to `128`. |
133-
| `timeout` | no | Request timeout for the simulation in seconds (e.g. `30`, `60`). |
134130
| `environment` | no | JSON object of environment variables to set in the simulation (e.g. `'{"ENV":"production"}'`). |
135131
| `host` | no | API host for the simulation URL (`api.mockzilla.org`, `api.mockzilla.de`, or `api.mockzilla.net`). Defaults to org setting or `api.mockzilla.org`. |
136132
| `timeout-minutes` | no | Max minutes the action polls for the simulation to become active. Defaults to `5`. |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/go-playground/validator/v10 v10.30.1
99
github.com/joho/godotenv v1.5.1
1010
github.com/lmittmann/tint v1.1.3
11-
github.com/mockzilla/mockzilla/v2 v2.7.1
11+
github.com/mockzilla/mockzilla/v2 v2.7.3
1212
)
1313

1414
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ github.com/leodido/go-urn v1.4.0 h1:WT9HwE9SGECu3lg4d/dIA+jxlljEa1/ffXKmRjqdmIQ=
5757
github.com/leodido/go-urn v1.4.0/go.mod h1:bvxc+MVxLKB4z00jd1z+Dvzr47oO32F/QSNjSBOlFxI=
5858
github.com/lmittmann/tint v1.1.3 h1:Hv4EaHWXQr+GTFnOU4VKf8UvAtZgn0VuKT+G0wFlO3I=
5959
github.com/lmittmann/tint v1.1.3/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE=
60-
github.com/mockzilla/mockzilla/v2 v2.7.1 h1:wzK6HlA4pQq5uWP5QlezcKUagXxHrT6Pt7nUNIjYYQA=
61-
github.com/mockzilla/mockzilla/v2 v2.7.1/go.mod h1:zGD4G9Dj1GLw39cDCQZa5CQmUeLNzhBvEYC3ZbGOZ+0=
60+
github.com/mockzilla/mockzilla/v2 v2.7.3 h1:zKgkF7kwm6dWa3ioFdJp+NLGZmz5fKZqbeIeJOImNi8=
61+
github.com/mockzilla/mockzilla/v2 v2.7.3/go.mod h1:zGD4G9Dj1GLw39cDCQZa5CQmUeLNzhBvEYC3ZbGOZ+0=
6262
github.com/pb33f/jsonpath v0.8.2 h1:Ou4C7zjYClBm97dfZjDCjdZGusJoynv/vrtiEKNfj2Y=
6363
github.com/pb33f/jsonpath v0.8.2/go.mod h1:zBV5LJW4OQOPatmQE2QdKpGQJvhDTlE5IEj6ASaRNTo=
6464
github.com/pb33f/libopenapi v0.36.5 h1:Y1FNJ99E+1OW65ijfx447HezNc7vfi9AHYtaPmtj34c=

0 commit comments

Comments
 (0)