Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare app config for 4.4.0 #281

Merged
merged 4 commits into from
Mar 8, 2024
Merged

Conversation

NoelDeMartin
Copy link
Contributor

We'll need to undo the last commit once the 4.4.0 app has been released, but I think it's better to get this integrated before the actual release to expedite the process.

The -debug suffix has been deprecated in selenium v4 images
The 4.4.0 release of the app changes some things that need to be updated in the Docker images. In particular, moving away from WebSQL (MOBILE-4304) introduced a requirement to run the application in a secure context; and the app will run with the https:// protocol on port 443 by default. The app also needs to run in a newer version of Chrome now; so when the app is being used it will default to version 120.0.

These changes will be applied for the ionic7 runtime, which also changed in this release. This update to moodle-docker removes all the code related with the ionic3 runtime, which hasn't been used in the app since version 3.9.4 (December 2020). Given that this should work out of the box now, the documentation for the MOODLE_DOCKER_APP_RUNTIME and MOODLE_DOCKER_APP_NODE_VERSION variables has been removed.
@stronk7 stronk7 merged commit a089f76 into moodlehq:main Mar 8, 2024
113 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants