Skip to content

Commit

Permalink
Upgrade Mockoon to 8.4.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
lasuillard authored Aug 31, 2024
1 parent d538832 commit b706db9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
exclude: mockoon/storage/.*
repos:
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.8.0-1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
xvfb \
&& apt-get clean

ARG MOCKOON_VERSION="8.1.1"
ARG MOCKOON_VERSION="8.4.0"
RUN wget --output-document /tmp/mockoon.deb "https://github.com/mockoon/mockoon/releases/download/v${MOCKOON_VERSION}/mockoon-${MOCKOON_VERSION}.$(dpkg --print-architecture).deb" \
&& dpkg -i /tmp/mockoon.deb \
&& rm /tmp/mockoon.deb
Expand Down
2 changes: 1 addition & 1 deletion mockoon/storage/demo.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@
}
],
"callbacks": []
}
}
10 changes: 6 additions & 4 deletions mockoon/storage/settings.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"welcomeShown": false,
"welcomeShown": true,
"bannerDismissed": [],
"maxLogsPerEnvironment": 50,
"truncateRouteName": true,
"mainMenuSize": 181,
"secondaryMenuSize": 200,
"fakerLocale": "en",
"fakerSeed": null,
"lastChangelog": "8.1.1",
"lastChangelog": "8.4.0",
"environments": [
{
"uuid": "7da8af3d-b9d8-4b17-9285-914e03343b3d",
Expand Down Expand Up @@ -40,5 +40,7 @@
"environmentsCategoriesCollapsed": {
"local": false,
"cloud": false
}
}
},
"activeEnvironmentUuid": "7da8af3d-b9d8-4b17-9285-914e03343b3d",
"enableRandomLatency": false
}
2 changes: 1 addition & 1 deletion mockoon/storage/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@
],
"data": [],
"callbacks": []
}
}

0 comments on commit b706db9

Please sign in to comment.