Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.1 - 2024-10-17
Added
- Added a maintenance notice to mark this project as canceled.
Removed
- Removed the repository.
0.4.0 - 2024-08-02
Added
- Added
melon/container/wait_until_healthyto wait until the given container is healthy.
0.3.0 - 2024-07-28
Added
- Added
melon/container/set_health_check_retriesto set the health check retry count of a given container. - Added
melon/container/set_health_check_start_periodto set the health check start period of a given container. - Added
melon/container/set_health_check_timeoutto set the health check timeout of a given container. - Added
melon/container/set_health_check_intervalto set the health check interval of a given container. - Added
melon/container/set_health_check_commandto set the health check command of a given container.
0.2.0 - 2024-07-26
Added
- Added
melon/container/set_memory_limitto set the memory limit of a given container. - Added
melon/container/set_env_fileto set the environment file of a given container.
0.1.0 - 2024-07-23
Added
- Added
melon/container/mapped_portto get a mapped port of a given container. - Added
melon/container/stopto stop a given container. - Added
melon/container/startto start a given container. - Added
melon/container/add_envto add an environment variable to a given container. - Added
melon/container/add_exposed_portto add an exposed port to a given container. - Added
melon/container/set_working_directoryto set the working directory of a given container. - Added
melon/container/set_commandto set the command of a given container. - Added
melon/container/set_entrypointto set the entrypoint of a given container. - Added
melon/container/set_userto set the user of a given container. - Added
melon/container/newto create a new container.