chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.32.0@c8345c2 by renovate (#23541)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/static-web-server/static-web-server](https://togithub.com/static-web-server/static-web-server) | minor | `2.31.1` -> `2.32.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.32.0`](https://togithub.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2320---2024-06-18) [Compare Source](https://togithub.com/static-web-server/static-web-server/compare/v2.31.1...v2.32.0) This new `v2.32.0` release brings several bug fixes and a new option to disable symlinks as well as other improvements. **Fixes** - [cd5fa1b](https://togithub.com/static-web-server/static-web-server/commit/cd5fa1b) Bugfix/security dependency updates including hyper, tokio, regex, serde, httparse and other crates (also [c227302](https://togithub.com/static-web-server/static-web-server/commit/c227302), [6713932](https://togithub.com/static-web-server/static-web-server/commit/6713932)). - [6031a1b](https://togithub.com/static-web-server/static-web-server/commit/6031a1b) Incorrect `Content-Encoding` for pre-compressed Zstd file requests. PR [#​452](https://togithub.com/static-web-server/static-web-server/pull/452) fixes [#​451](https://togithub.com/static-web-server/static-web-server/issues/451) reported by [@​nomeaning777](https://togithub.com/nomeaning777). - [3410365](https://togithub.com/static-web-server/static-web-server/commit/3410365) Duplicated `Vary` response header for `compression` and `compression-static` features. PR [#​453](https://togithub.com/static-web-server/static-web-server/pull/453). **Features** - [eeb88da](https://togithub.com/static-web-server/static-web-server/commit/eeb88da) Disable symlinks via `--disable-symlinks` option. PR [#​454](https://togithub.com/static-web-server/static-web-server/pull/454). See [docs](https://static-web-server.net/features/disable-symlinks). - [b291189](https://togithub.com/static-web-server/static-web-server/commit/b291189) Installer: Custom install version and directory options for binary installer. PR [#​449](https://togithub.com/static-web-server/static-web-server/pull/449) by [@​frankli0324](https://togithub.com/frankli0324). See [docs](https://static-web-server.net/download-and-install/#binary-installer-linuxbsds). **Docs** - [a888397](https://togithub.com/static-web-server/static-web-server/commit/a888397) Improve download and install page. PR [#​450](https://togithub.com/static-web-server/static-web-server/pull/450) (also [91f8ec06](https://togithub.com/static-web-server/static-web-server/commit/91f8ec06)). See [docs](https://static-web-server.net/download-and-install/). </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.31.1
|
||||
appVersion: 2.32.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.1
|
||||
@@ -35,4 +35,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/static-web-server
|
||||
- https://static-web-server.net
|
||||
type: application
|
||||
version: 6.1.1
|
||||
version: 6.2.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/static-web-server/static-web-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.31.1@sha256:5c8267a1661fb04028b265ce1524d60d413cefa73bcad505f04c1dfe0ad1560e
|
||||
tag: 2.32.0@sha256:c8345c2c469ba249cbc986b6155dc275ce86bcd30e0b29755fda4deb501bbddd
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user