Skip to content

Commit f03ef42

Browse files
committed
Update docs
1 parent b089bb6 commit f03ef42

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,20 @@ Advantages:
5959

6060
- [worflows]: Fixed workflows that failed and dockerfiles.
6161

62+
### Security
63+
64+
During installation you may see a warning that looks scary, for example:
65+
66+
```text
67+
npm warn deprecated glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
68+
```
69+
70+
This warning does not come from Matterbridge code.
71+
72+
It is emitted by a transitive dependency (the `archiver` package) that pulls in an older `glob` version. Matterbridge does not depend on this version of `glob` directly.
73+
74+
In short: you can safely ignore this message; it is a dependency warning, not a Matterbridge vulnerability.
75+
6276
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
6377

6478
## [3.5.3] - 2026-02-06

README-DOCKER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The image (tag **alpine** 58 MB) includes only Matterbridge, using the latest re
3535

3636
### Matterbridge docker base images
3737

38-
The image (tag **24-ubuntu-slim** 86 MB) includes only `ubuntu:latest` (Ubuntu 24.04.3 LTS (noble)) with Node.js 24 from NodeSource. It is used to build the **ubuntu** image but can also be used to open a shell in ubuntu latest with node 24.
38+
The image (tag **24-ubuntu-slim** 86 MB) includes only `ubuntu:latest` -> Ubuntu 24.04.3 LTS (noble) with Node.js 24 from NodeSource. It is used to build the **ubuntu** image but can also be used to open a shell in ubuntu latest with node 24.
3939

4040
The image (tag **s6-rc-base** 84 MB) includes only Matterbridge, using the latest release published on npm. This image is based on `node:24-trixie-slim` and integrates the s6-rc overlay system. Plugins are not included in the image; they will be installed on first run. It is used like base image for the [Matterbridge Home Assistant Application](https://github.com/Luligu/matterbridge-home-assistant-addon).
4141

docs/CHANGELOG.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ <h3 id="fixed">Fixed</h3>
148148
<ul>
149149
<li>[worflows]: Fixed workflows that failed and dockerfiles.</li>
150150
</ul>
151+
<h3 id="security">Security</h3>
152+
<p>During installation you may see a warning that looks scary, for example:</p>
153+
<pre><code class="language-text">npm warn deprecated glob@10.5.0: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
154+
</code></pre>
155+
<p>This warning does not come from Matterbridge code.</p>
156+
<p>It is emitted by a transitive dependency (the <code>archiver</code> package) that pulls in an older <code>glob</code> version. Matterbridge does not depend on this version of <code>glob</code> directly.</p>
157+
<p>In short: you can safely ignore this message; it is a dependency warning, not a Matterbridge vulnerability.</p>
151158
<p><a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a></p>
152159
<h2 id="353-2026-02-06">[3.5.3] - 2026-02-06</h2>
153160
<h3 id="dev-breaking-changes">Dev Breaking Changes</h3>

docs/README-DOCKER.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h2 id="run-matterbridge-with-docker-and-docker-compose">Run Matterbridge with D
113113
<p>The image (tag <strong>ubuntu</strong> 90 MB) includes only Matterbridge, using the latest release published on npm. This image (<strong>for test and development only</strong>) is based on <code>ubuntu:latest</code> with Node.js 24 from NodeSource. Plugins are not included in the image; they will be installed on first run. This image preinstalls <code>bluetooth</code>, <code>build-essential</code>, and <code>python</code> packages (useful for plugins that require native builds).</p>
114114
<p>The image (tag <strong>alpine</strong> 58 MB) includes only Matterbridge, using the latest release published on npm. This image (<strong>for test and development only</strong>) is based on <code>node:24-alpine</code>. Plugins are not included in the image; they will be installed on first run.</p>
115115
<h3 id="matterbridge-docker-base-images">Matterbridge docker base images</h3>
116-
<p>The image (tag <strong>24-ubuntu-slim</strong> 86 MB) includes only <code>ubuntu:latest</code> (Ubuntu 24.04.3 LTS (noble)) with Node.js 24 from NodeSource. It is used to build the <strong>ubuntu</strong> image but can also be used to open a shell in ubuntu latest with node 24.</p>
116+
<p>The image (tag <strong>24-ubuntu-slim</strong> 86 MB) includes only <code>ubuntu:latest</code> -&gt; Ubuntu 24.04.3 LTS (noble) with Node.js 24 from NodeSource. It is used to build the <strong>ubuntu</strong> image but can also be used to open a shell in ubuntu latest with node 24.</p>
117117
<p>The image (tag <strong>s6-rc-base</strong> 84 MB) includes only Matterbridge, using the latest release published on npm. This image is based on <code>node:24-trixie-slim</code> and integrates the s6-rc overlay system. Plugins are not included in the image; they will be installed on first run. It is used like base image for the <a href="https://github.com/Luligu/matterbridge-home-assistant-addon">Matterbridge Home Assistant Application</a>.</p>
118118
<h3 id="docker-health-check">Docker health check</h3>
119119
<p>All images include a health check.</p>

0 commit comments

Comments
 (0)