1.4.2
First release under the open source repo. A lot of the changes were to get some of the CI infrastructure and builds working properly with both the internal and external process. Primary changes:
- Added ability to run standalone jar package with in memory db. Examples in getting started updated.
- Updated stack language reference with examples showing how images are impacted by the operations.
- Standalone main class connected to governator lib for binding with other Netflix infrastructure components. We'll be building out examples of this with zerotocloud/zerotodocker projects (#11).
- Updated packaging:
- Standalone jar no longer uses One-JAR due to issues with the class loader.
- Also produced tarball package that can be used instead.
- Still looking at the best way to package for easy use.(#113)
A comprehensive list of changes can be found in the commit log: v1.4.1...v1.4.2