Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonboulle jonboulle released this 24 Mar 00:10
· 568 commits to master since this release
v0.5.0

The major change in this release is the introduction of pods, via #207 and #248. Pods are a refinement (and replacement) of the previous ContainerRuntimeManifest concept that define the minimum deployable, executable unit in the spec, as a grouping of one or more applications. The move to pods implicitly resolves various issues with the CRM in previous versions of the spec (e.g #83, #84)

Other fixes and changes in this release:

  • fix static builds of the tooling on go1.4 #243
  • add ability to use proxy from environment for discovery #241
  • fix inheritance of readOnly flag #249
  • properly validate layouts with relative paths
  • properly tar named pipes and ignore sockets
  • add /dev/shm to required Linux environment