Skip to content

Commit

Permalink
Updates the image version used for testing and reduces the logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Dec 4, 2023
1 parent 0269f40 commit 5da99c4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .docker/docker-compose.ci-test-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ services:
container_name: gotenberg-client-test-server
network_mode: host
restart: unless-stopped
command:
- "gotenberg"
- "--log-level=warn"
- "--log-format=text"
6 changes: 5 additions & 1 deletion .docker/docker-compose.ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
version: "3"
services:
gotenberg-client-test-server:
image: docker.io/gotenberg/gotenberg:7.9.2
image: docker.io/gotenberg/gotenberg:7.10.1
hostname: gotenberg-client-test-server
container_name: gotenberg-client-test-server
network_mode: host
restart: unless-stopped
command:
- "gotenberg"
- "--log-level=warn"
- "--log-format=text"
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed some certain special cases from coverage
- Updated `pre-commit` hook versions
- Updated how pytest is configured, so it will apply to any invocation
- Updated test running image to log at warning or lower using text format
- Updated test running image from 7.9.2 to 7.10.1

### Added

Expand Down

0 comments on commit 5da99c4

Please sign in to comment.