Skip to content

v0.4.22

Choose a tag to compare

@github-actions github-actions released this 06 Sep 10:48
· 139 commits to main since this release

Changelog

  • 83c036e docs(compose): say the keep-set of a settings save is the .env of that moment
  • 7748600 docs(compose): where a .env reference is kept and which view resolves
  • 05a93eb docs(readme): describe the .env of a compose app
  • 51e6e8d docs(readme): describe the app management service of this distribution
  • 90a7457 feat(api): describe the .env of a compose app in the OpenAPI spec
  • ef89cde feat(compose): keep .env references and expose the .env of a compose app
  • d572e2f fix(api): accept an empty body on PUT /compose/{id}/env
  • 39f09e8 fix(compose): give an interpolation error back the tokens it quotes
  • e6f4dcc fix(compose): keep a .env reference in ports and never serve resolved values
  • f919ad7 fix(compose): keep a .env reference in the host IP of a port
  • f36efb4 fix(compose): keep a .env reference in the host path of a volume
  • ce05d19 fix(compose): keep a .env reference nested in the default of another
  • 31b791b fix(compose): keep a runtime reference through every settings round trip
  • a277b6b fix(compose): keep a runtime reference typed in the settings editor
  • b9aed2e fix(compose): keep a token that carries a .env reference as a whole
  • 0f45aaf fix(compose): keep the spelling of a .env reference through the settings round trip
  • 1332291 fix(compose): leave the keys the runtime defines out of the .env keep-set
  • 08f7f81 fix(compose): name the field a .env reference cannot be kept in
  • b32cffb fix(compose): restore the .env with docker-compose.yml when an apply fails
  • 8d07b54 fix(compose): rewrite docker-compose.yml from the file on disk on update
  • 3c4b35f fix(compose): validate .env with the runtime lookup and surface an unreadable file
  • 5bfb14a test(compose): pin .env precedence, kept references and the .env helpers