Yoga Series Release Notes¶
2.1.0¶
Upgrade Notes¶
- paunch is retired, hance we now switch docker-cmd hook to use docker client. Aware that when upgrade to current version of heat-agents hooks, the dependency for docker-cmd hook will change accordingly. 
2.0.0¶
Upgrade Notes¶
- Python 2.7 support has been dropped. The minimum version of Python now supported by heat-agents is Python 3.6. 
1.5.1¶
New Features¶
- Add retry logic if 500, 502, 503 or 504 responses are returned or network connection issues occur during heat signals using http or https. 
1.2.0¶
New Features¶
- The logic for the docker-cmd hook is now provided by the paunch library, where further feature work will occur. 
1.1.0¶
New Features¶
- Add docker hook for environment files. Some containerized services need to accept environment files and cannot be configured otherwise, for example Etcd key-value storage. 
