Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .vitepress/data/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,16 +311,6 @@ dependencies:
package: helm/helm
version: 4.1.1

helm-diff:
cmd: helm diff version
datasource: github-releases
group: Docker & Kubernetes
home: https://github.com/databus23/helm-diff
license: Apache 2
package: databus23/helm-diff
version: 3.15.0
track: false

htop:
cmd: htop --version
datasource: deb
Expand Down Expand Up @@ -711,7 +701,7 @@ dependencies:
home: https://github.com/kloudkit/ws-cli
license: MIT
package: github.com/kloudkit/ws-cli
version: 0.0.48
version: 0.0.49

yamllint:
cmd: yamllint --version
Expand Down
13 changes: 10 additions & 3 deletions .vitepress/data/env.reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ envs:
additional_vs_extensions_dir:
type: string
default: null
deprecated: 0.2.0
reference: /editor/extensions
example: /additional-extensions
description: Installs `.vsix` file found in this directory.
Expand Down Expand Up @@ -452,10 +453,10 @@ envs:

vault:
type: string
default: null
example: /workspace/.ws/vault.yaml
default: ~/.ws/vault/secrets.yaml
example: /custom/path/vault/secrets.yaml
since: 0.1.1
description: Path to the secrets vault file.
description: Path to the secrets vault manifest file.
longDescription: |
A YAML file containing encrypted secrets that can be decrypted and
deployed to various destinations during startup.
Expand Down Expand Up @@ -533,6 +534,7 @@ envs:
When `true`, the autoloader stops at the first failing startup
or entrypoint and the container startup exits non-zero.


terminal:
properties:
prompt_hide_docker_context:
Expand Down Expand Up @@ -687,6 +689,11 @@ deprecated:
since: 0.0.20
removed: 0.1.0

WS_EDITOR_ADDITIONAL_VS_EXTENSIONS_DIR:
since: 0.2.0
removed: 0.3.0
message: place .vsix files in `~/.ws/extensions/` instead

WS_EXTRA_CA_CERT_ENDPOINTS:
use: WS_CA_ADDITIONAL_CERT_ENDPOINTS
since: 0.0.20
Expand Down
Loading