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
11 changes: 10 additions & 1 deletion .vitepress/data/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ dependencies:
package: google/go-containerregistry
version: 0.20.7

crush:
cmd: crush -v
datasource: deb
group: CLI Tools
home: https://github.com/charmbracelet/crush
license: FSL-1.1-MIT
track: false
version: 0.22.1

cspell:
cmd: cspell --version
datasource: npm
Expand Down Expand Up @@ -166,7 +175,7 @@ dependencies:
license: Apache 2
package: docker-compose-plugin
track: false
version: 2.40.3
version: 5.0.0

docker-py:
datasource: pypi
Expand Down
25 changes: 12 additions & 13 deletions .vitepress/data/env.reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,40 +20,40 @@ envs:
apt:
name: APT
properties:
additional_insecure_gpg_keys:
additional_gpg_keys:
type: string
default: null
since: 0.1.0
reference: /tools/apt
example: >-
name1:http://keys.example.com/key1.asc name2:https://untrusted.com/key2.gpg
description: List of trusted GPG pairs *(HTTP or insecure HTTPS)*.
name1:keys.example.com/key1.asc name2:keys.example.com/key2.gpg
description: List of trusted GPG pairs.
longDescription: |
Accepts a **space-delimited** list of `name:url` pairs installed to
`/etc/apt/keyrings`.

Supports both HTTP and HTTPS URLs. For HTTPS URLs, certificate
validation is bypassed using insecure connections.

The key file is downloaded and saved as `/etc/apt/keyrings/<name>.gpg`.
If you list more than one URL, separate them with **spaces**.

**Use only in fully trusted network environments.**

additional_gpg_keys:
additional_insecure_gpg_keys:
type: string
default: null
since: 0.1.0
reference: /tools/apt
example: >-
name1:keys.example.com/key1.asc name2:keys.example.com/key2.gpg
description: List of trusted GPG pairs.
name1:http://keys.example.com/key1.asc name2:https://untrusted.com/key2.gpg
description: List of trusted GPG pairs *(HTTP or insecure HTTPS)*.
longDescription: |
Accepts a **space-delimited** list of `name:url` pairs installed to
`/etc/apt/keyrings`.

Supports both HTTP and HTTPS URLs. For HTTPS URLs, certificate
validation is bypassed using insecure connections.

The key file is downloaded and saved as `/etc/apt/keyrings/<name>.gpg`.
If you list more than one URL, separate them with **spaces**.

**Use only in fully trusted network environments.**

additional_packages:
type: string
default: null
Expand Down Expand Up @@ -426,7 +426,6 @@ envs:
example: kubectl npm python pip
description: Enables built-in `oh-my-zsh` plugins.


deprecated:
WS_APT_UPDATE_REPOS:
use: WS_APT_UPDATE_CACHE
Expand Down