Skip to content

v2.0.0-beta1

Compare
Choose a tag to compare
@metal3d metal3d released this 08 May 08:07
· 238 commits to master since this release
418a0a8

This release uses https://github.com/compose-spec/compose-go to enhance syntax support

Add labels:

  • volume-from (with same-pod) to avoid volume repetition
  • ignore to ignore a service
  • mapenv (replaces the env-to-service) to map environment to helm variable (as a template string)
  • secret-vars declares variables as secret values

Many improvements of generated helm chart (better version check in ingress, values.yaml file now set environment)

Warning:

  • the env-to-service label is DEPRECATED and IGNORED (a warning appears on the console to help to fix)