diff --git a/docs/manifests/dependencies.yaml b/docs/manifests/dependencies.yaml index 2e5e0f3..1378149 100644 --- a/docs/manifests/dependencies.yaml +++ b/docs/manifests/dependencies.yaml @@ -109,6 +109,7 @@ dependencies: home: https://curl.se license: MIT version: 7.88.1 + track: false dbus-user-session: datasource: deb @@ -346,6 +347,7 @@ dependencies: home: https://stedolan.github.io/jq license: MIT version: "1.6" + track: false k9s: cmd: k9s version @@ -701,6 +703,7 @@ dependencies: home: https://www.gnu.org/software/wget license: GPL 3 version: 1.21.3 + track: false ws-cli: cmd: ws-cli --version diff --git a/docs/manifests/env.reference.yaml b/docs/manifests/env.reference.yaml index 10564f0..2210ce7 100644 --- a/docs/manifests/env.reference.yaml +++ b/docs/manifests/env.reference.yaml @@ -292,6 +292,17 @@ envs: example: /etc/workspace/ssl/server.key description: Path or inline PEM for the private key. + startup: + properties: + fail_on_error: + type: boolean + default: false + since: 0.0.21 + description: Fail fast if any startup script exits non-zero. + long_description: | + When `true`, the autoloader stops at the first failing startup + or entrypoint and the container startup exits non-zero. + terminal: reference: /editor/terminal properties: