Releases: thecodingmachine/yaml-tools
Releases · thecodingmachine/yaml-tools
0.0.8
Add env_file normalization for each service : remove all duplicated env_file content
0.0.7
Change python shebang to python3
0.0.6
Fix docker-compose-normalize : the ports fields are not normalized anymore
0.0.5
Add normalize-docker-compose command which normalize the input docker-compose file by and converting all key-value string (e.g. 'foo=bar' or '80:8080') to key-value dicts inside the services' ports, labels and environment fields, and finally delete all duplicated volumes (and its preceding comments) for each services
0.0.4
Fix scalar type merge
0.0.3
- Fix merge and delete commands
- Add comment command
0.0.2
Handle None type merging
0.0.1
Add merge and delete commands