TrueChartsClone/charts/stable/static-web-server
TrueCharts Bot 702431a962
chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.33.0@04def7e by renovate (#26601)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/static-web-server/static-web-server](https://redirect.github.com/static-web-server/static-web-server)
| minor | `2.32.2` -> `2.33.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>static-web-server/static-web-server
(ghcr.io/static-web-server/static-web-server)</summary>

###
[`v2.33.0`](https://redirect.github.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2330---2024-09-17)

[Compare
Source](https://redirect.github.com/static-web-server/static-web-server/compare/v2.32.2...v2.33.0)

This new `v2.33.0` release brings several security and bug fixes. New
features like experimental in-memory files cache with eviction policy
support, new subcomand to generate man pages and shell completions as
well as other improvements.

Note that experimental features are subject to change in future
releases. Feel free to give it a try and let us know your feedback.

**Fixes**

-
[e25b586](https://redirect.github.com/static-web-server/static-web-server/commit/e25b586)
Bugfix/security dependency updates including tokio, rustls, serde, toml,
once_cell, flate2, clap and other crates. PR
[#&#8203;479](https://redirect.github.com/static-web-server/static-web-server/pull/479).
-
[a3d40b8](https://redirect.github.com/static-web-server/static-web-server/commit/a3d40b8)
Crate: Issues when building SWS without default features. PR
[#&#8203;480](https://redirect.github.com/static-web-server/static-web-server/pull/480).
-
[6bb6138](https://redirect.github.com/static-web-server/static-web-server/commit/6bb6138)
Docker: Update Alpine (`3.18.9`) and Debian (`12.7`) Docker images. PR
[#&#8203;478](https://redirect.github.com/static-web-server/static-web-server/pull/478).

**Features**

-
[5bdfcd4](https://redirect.github.com/static-web-server/static-web-server/commit/5bdfcd4)
Advanced: Experimental in-memory files cache with eviction policy
support via a new advanced config option. See PR
[#&#8203;328](https://redirect.github.com/static-web-server/static-web-server/pull/328)
description for usage and details.
-
[ec85abd](https://redirect.github.com/static-web-server/static-web-server/commit/ec85abd)
Crate: Add in-memory files cache to the `experimental` Cargo feature.
See PR
[#&#8203;482](https://redirect.github.com/static-web-server/static-web-server/pull/482)
description for more details.
- **MSRV update**: Note that due to this change, the SWS's *Minimum
Supported Rust Version* is now `1.76.0` when building from source or
using it as a library. See
[docs](https://static-web-server.net/building-from-source/).
-
[d567b4e](https://redirect.github.com/static-web-server/static-web-server/commit/d567b4e)
CLI: Support for generating man pages and shell completions via new
`generate` subcomand. PR
[#&#8203;475](https://redirect.github.com/static-web-server/static-web-server/pull/475)
by [@&#8203;jcgruenhage](https://redirect.github.com/jcgruenhage). See
[docs](https://static-web-server.net/features/man-pages-completions/).

For more details see the [v2.33.0
milestone](https://redirect.github.com/static-web-server/static-web-server/milestone/23?closed=1)
and the full changelog
[v2.32.2...v2.33.0](https://redirect.github.com/static-web-server/static-web-server/compare/v2.32.2...v2.33.0).

**Acknowledgments**

Thanks to our new donor
[@&#8203;ramkumarkb](https://redirect.github.com/ramkumarkb) for
supporting the project.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44Ni4wIiwidXBkYXRlZEluVmVyIjoiMzguODYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-18 02:44:40 +02:00
..
templates
.helmignore
Chart.yaml
README.md
icon-small.webp
icon.webp
values.yaml

README.md

title
README

General Info

TrueCharts can be installed as both normal Helm Charts or as TrueNAS SCALE Apps. Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible

For more information about this Chart, please check the docs on the TrueCharts website

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Installation

Helm-Chart installation

To install TrueCharts Helm charts using Helm, you can use our OCI Repository.

helm install mychart oci://tccr.io/truecharts/static-web-server

For more information on how to install TrueCharts Helm charts, checkout the instructions on the website

TrueNAS SCALE Apps

For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the quick-start guides for TrueNAS SCALE.

Chart Specific Guides and information

All our charts have dedicated documentation pages. The documentation for this chart can be found here: https://truecharts.org/charts/stable/static-web-server

Configuration Options

Please note: For TrueNAS SCALE, only options available in the GUI are supported. Hence most of these docs do not apply to TrueNAS SCALE

To view the chart specific options, please view Values.yaml included in the chart. The most recent version of which, is available here: https://github.com/truecharts/charts/blob/master/charts/stable/static-web-server/values.yaml

All our Charts use a shared "common" library chart that contains most of the templating and options. For the complete overview of all available options, please checkout the documentation for them on the common docs on our website

For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml

Support


Sponsor TrueCharts

TrueCharts can only exist due to the incredible effort of our staff. Please consider making a donation or contributing back to the project any way you can!

All Rights Reserved - The TrueCharts Project