From 7d7943c11f3b98c83bdf89df457e00c54733e1a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 20:24:26 +0000 Subject: [PATCH 1/2] Bump fast-uri (#6639) Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../solution/node-server/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code-samples/eventing/bookstore-sample-app/solution/node-server/package-lock.json b/code-samples/eventing/bookstore-sample-app/solution/node-server/package-lock.json index c85234330eb..e579aa0a0b2 100644 --- a/code-samples/eventing/bookstore-sample-app/solution/node-server/package-lock.json +++ b/code-samples/eventing/bookstore-sample-app/solution/node-server/package-lock.json @@ -431,9 +431,9 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "node_modules/fast-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", - "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", + "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", "funding": [ { "type": "github", From de00ee032dbac1525cfa91074ae2d146d520314f Mon Sep 17 00:00:00 2001 From: Paul Schweigert Date: Thu, 21 May 2026 16:25:26 -0400 Subject: [PATCH 2/2] add note about DOCKER_HOST for kn quickstart kind (#6643) Signed-off-by: Paul S. Schweigert --- docs/snippets/quickstart-install.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/snippets/quickstart-install.md b/docs/snippets/quickstart-install.md index a9125e58949..99d0b231de7 100644 --- a/docs/snippets/quickstart-install.md +++ b/docs/snippets/quickstart-install.md @@ -88,6 +88,13 @@ To get a local deployment of Knative, run the `quickstart` plugin: netstat -tnlp | grep 80 ``` + !!! note + Quickstart connects to the Docker daemon at `/var/run/docker.sock` and does not honor the socket selected by your current `docker context` (for example, when using Colima, Rancher Desktop, or Lima). If you see an error like `Cannot connect to the Docker daemon at unix:///var/run/docker.sock`, set the `DOCKER_HOST` environment variable to your active socket before running the command. For example: + ```bash + export DOCKER_HOST=unix://$HOME/.lima/docker/sock/docker.sock + ``` + You can find the endpoint for your active context by running `docker context ls`. + 1. After the plugin is finished, verify you have a cluster called `knative`: ```bash