Releases: cafebazaar/blacksmith
Releases · cafebazaar/blacksmith
Blacksmith v0.9
High availability, new API functions, SkyDNS support, major refactoring in the templating system and datasource package, and a little more:
- You can now run multiple Blacksmith instances in the same network. The instances will elect a master through etcd, and will replace the master if the master misses 3 sequential heartbeats.
- Flags is exposed through the api, so the etcd-browser is now unnecessary.
- Blacksmith v0.9 creates configuration for SkyDNS, to be able to resolve node hostnames.
- Lots of refactoring and simplifying has happened in
datasource
andtemplating
(formerlycloudconfig
) packages.
docker pull cafebazaar/blacksmith:0.9
Beta Release 0.8
Ready to be tested on a small production cluster.