github devspace-sh/devspace v3.5.16

latest releases: v6.3.12, v6.3.11, v6.3.10...
4 years ago

Changes:

  • Config variable names can now be loaded directly as environment variables (e.g. a config variable ${IMAGE} can be loaded from environment variable IMAGE or DEVSPACE_VAR_IMAGE)
  • Add new config variable option source with values "all", "env" or "input", which specify from which source the config variable should be loaded (default is "all") (#637)
  • Config variables can now be escaped by appending a '$' (e.g. $${Test} is escaped for ${Test})
  • You can now specify an ingress in components (#635)
  • devspace add provider now also switches the default provider (#632)
  • Improve activity detection for sleep mode (#633)

Don't miss a new devspace release

NewReleases is sending notifications on new releases.