Skip to content

v18.2.7

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 14:29
· 5 commits to main since this release

v18.2.7 (2024-10-15)

Fixes

  • fix(newrelic): use the new location of uwsgi.ini in the launch command (#144)

The location of the uwsgi.ini file was changed in tutor==18.1.3 so we
have to update the command run by the container. Additionally we remove
an unused variable that was lingering. (67fb1fc)