You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug fixes
We make sure that the automatic cleanup job only runs before deployment (instead of cron schedule cleanup).
Previously it was possible MongoDB replica set and users were left randomly uninitialised after a deployment. MongoDB initialisation container now retries on failure.
On some machines 'file' utility was not preinstalled causing provision to fail. We now install the utility if it doesn't exist.