Skip to content

v0.6.0

Compare
Choose a tag to compare
@mirkobrombin mirkobrombin released this 23 Mar 15:02
· 100 commits to main since this release

Breaking changes

  • Support for multi-staging introduced, Vib images now requires a top-level stages key where you can define one or more stages to build your image, all the definitions now must be placed in the stages section, please have a read
  • The - expose key is now takes a string, this allows mapping like: 8080/tcp
  • Support for env key added, this takes a map of strings:
envs:
    MY_ENV: my_value
    MY_OTHER_ENV: my_other_value

Full Changelog: v0.5.0...v0.6.0