UNCLASSIFIED - NO CUI

Skip to content

Update/1.1.1

Nathaniel Hatfield requested to merge update/1.1.1 into development

What is your Merge about?

If this is your first merge, please use the Initialization Template.

This merge introduces container version 1.1.1, which is a quick bugfix for the environment variables MAIL_PORT and MAIL_TIMEOUT being interpreted as strings when they should have been interpreted as the type int. This is because Kubernetes does not support integers as environment variables, and requires them to be quoted as strings. Both env vars are now cast to the int data type in the application code.

#2 (closed)

For more information please visit our Contributor Onboarding Guide.

Merge request reports