Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Feb 11, 2025
1 parent dcd3dd3 commit 2b9e7f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Mysql 8.4

Cromwell now supports MySQL 8.4 and 8.4-compatible databases. While older versions of MySQL are no longer officially supported or tested, but they are not explicitly forbidden from use.
Cromwell now supports MySQL 8.4 and 8.4-compatible databases. Older versions of MySQL are no longer officially supported or tested, but they are not explicitly forbidden from use.

### New feature: Prevent Job start during Cloud Quota exhaustion

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ metadata {
status: Succeeded
"outputs.main_workflow.main_output": "Hello sub world!"
}

Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ docker run \
--env MYSQL_DATABASE=cromwell_test \
--env MYSQL_USER=cromwell \
--env MYSQL_PASSWORD=test \
--rm mysql:8.4
--rm mysql/mysql-server:8.0 #TODO: update to mysql server 8.4 when available

0 comments on commit 2b9e7f7

Please sign in to comment.