From c83d4b1c085b7cd5d7d026206551757ec3a4bc79 Mon Sep 17 00:00:00 2001 From: kloud-bot Date: Wed, 24 Jun 2026 08:49:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Sync=20shared=20files=20from=20`?= =?UTF-8?q?ws-meta`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/data/CHANGELOG.md | 34 ++++++++++++++++++------------- .vitepress/data/dependencies.yaml | 16 +++++++-------- 2 files changed, 27 insertions(+), 23 deletions(-) diff --git a/.vitepress/data/CHANGELOG.md b/.vitepress/data/CHANGELOG.md index 03ca10c..4694aa5 100644 --- a/.vitepress/data/CHANGELOG.md +++ b/.vitepress/data/CHANGELOG.md @@ -2,30 +2,36 @@ ## [0.4.0] — 2026-06-23 +### Breaking + +- 💥 Reject wildcard proxy domains instead of silently stripping the `*.` prefix +- 💥 Move shell/REPL history to `~/.ws/history`; history at the previous paths is not migrated *(#704)* + ### Added - ✨ dotnet: Debian 13 trixie + selectable version bands (8.0/9.0/10.0) -- ✨ Install additional pip packages and uv tools via env vars (#703) +- ✨ Install additional pip packages and uv tools via env vars *(#703)* - ✨ Install additional npm packages via `WS_NPM_ADDITIONAL_PACKAGES` -- ✨ Run `cloudflared` as a supervised s6 tunnel daemon (#700) -- ✨ Skip feature-install sections via `--skip-*` flags (#698) -- ✨ Enable built-in Markdown features and markdownlint parity (#697) -- ✨ Add user feature playbooks under `~/.ws/features.d` (#696) -- ✨ Query `show env` by canonical dotted keys, retire WS_* query form (#693) +- ✨ Run `cloudflared` as a supervised s6 tunnel daemon *(#700)* +- ✨ Skip feature-install sections via `--skip-*` flags *(#698)* +- ✨ Enable built-in Markdown features and markdownlint parity *(#697)* +- ✨ Add user feature playbooks under `~/.ws/features.d` *(#696)* +- ✨ Query `show env` by canonical dotted keys, retire WS_* query form *(#693)* - ✨ Enforce WS_* value validation via declared patterns - ✨ Retire common.sh env wrappers into `ws-cli show env` -- ✨ Add in-workspace OIDC auth via oauth2-proxy (#690) -- ✨ Add fonts.yaml manifest and render to fonts.sh (#683) +- ✨ Add in-workspace OIDC auth via oauth2-proxy *(#690)* +- ✨ Add fonts.yaml manifest and render to fonts.sh *(#683)* ### Changed -- 🏗️ Automate release tagging and changelog from a WS_VERSION literal (#722) +- 🏗️ Automate release tagging and changelog from a WS_VERSION literal *(#722)* - ♻️ dotnet: DRY the version var, trim zshenv comments -- 🚚 Move shell/REPL history to `~/.ws/history` and consolidate env into `zshenv` (#704) -- ♻️ Extract `github_binary` role task and sweep feature playbooks (#701) -- 🚚 Replace `dumb-init` with `s6-overlay` v3 daemon supervision (#699) -- 🏗️ Audit image build: isolate code-server into a cache-stable stage (#695) -- 🏗️ Audit dependency manifest: sudo PATH parity + Renovate hygiene (#694) +- 🚚 Move shell/REPL history to `~/.ws/history` and consolidate env into `zshenv` *(#704)* +- ♻️ Extract `github_binary` role task and sweep feature playbooks *(#701)* +- 🚚 Replace `dumb-init` with `s6-overlay` v3 daemon supervision *(#699)* +- 🏗️ Audit image build: isolate code-server into a cache-stable stage *(#695)* +- 🏗️ Audit dependency manifest: sudo PATH parity + Renovate hygiene *(#694)* +- 🚀 Swap jedi for pyrefly LSP *(#689)* ### Fixed diff --git a/.vitepress/data/dependencies.yaml b/.vitepress/data/dependencies.yaml index 803240d..e5d655b 100644 --- a/.vitepress/data/dependencies.yaml +++ b/.vitepress/data/dependencies.yaml @@ -50,13 +50,12 @@ dependencies: buildx: cmd: docker buildx version - datasource: deb + datasource: github-releases group: Docker & Kubernetes home: https://github.com/docker/buildx license: Apache 2 - package: docker-buildx-plugin - track: false - version: 0.34.0 + package: docker/buildx + version: 0.35.0 catppuccin: datasource: pypi @@ -167,13 +166,12 @@ dependencies: docker compose: cmd: docker compose version - datasource: deb + datasource: github-releases group: Docker & Kubernetes home: https://github.com/docker/compose license: Apache 2 - package: docker-compose-plugin - track: false - version: 5.1.0 + package: docker/compose + version: 5.2.0 docker-py: datasource: pypi @@ -714,7 +712,7 @@ dependencies: home: https://github.com/kloudkit/ws-cli license: MIT package: github.com/kloudkit/ws-cli - version: 0.0.64 + version: 0.0.65 yamllint: cmd: yamllint --version