Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@dennisjbell dennisjbell released this 14 Apr 20:10
· 0 commits to main since this release

Improvements

  • Added MANUAL.md to explain how to create and customize a bosh release manifest as a genesis-deployable kit.

  • Allow alternative name for the base manifest yaml file. It used to require that the file be ops/base.yml but now can also use ops/<type>.yml where is the name of the deployment repo specified by the genesis init command. (e.g. if genesis init -k generic postgres was used, the kit would use ops/postgres.yml as the base manifest file, which is convenient because you can then just copy the contents of the postgres-release's templates directory into ops/ and it just works)

  • Updated stemcells to ubuntu-jammy and the minimum genesis version to 2.8.10