chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.32.2@7aff682 by renovate (#25123)
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) | patch | `2.32.1` -> `2.32.2` | --- > [!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.2`](https://togithub.com/static-web-server/static-web-server/blob/HEAD/CHANGELOG.md#v2322---2024-08-13) [Compare Source](https://togithub.com/static-web-server/static-web-server/compare/v2.32.1...v2.32.2) This new `v2.32.2` release brings several security and bug fixes as well as other improvements. **Fixes** - [634dd98](https://togithub.com/static-web-server/static-web-server/commit/634dd98) Bugfix/security dependency updates including tokio, rustls, serde, toml, zstd, clap and other crates. PR [#​472](https://togithub.com/static-web-server/static-web-server/pull/472). - [a72c7b3](https://togithub.com/static-web-server/static-web-server/commit/a72c7b3) Wrong `Content-Encoding` when serving a pre-compressed file if `compression` and `compression-static` features are enabled. PR [#​471](https://togithub.com/static-web-server/static-web-server/pull/471) fixes [#​470](https://togithub.com/static-web-server/static-web-server/issues/470) reported by [@​davinkevin](https://togithub.com/davinkevin). - [dd48972](https://togithub.com/static-web-server/static-web-server/commit/dd48972) CLI (regression): Boolean flags without explicit values do not work. PR [#​468](https://togithub.com/static-web-server/static-web-server/pull/468) fixes [#​467](https://togithub.com/static-web-server/static-web-server/issues/467) reported by [@​stardustman](https://togithub.com/stardustman). - [915d040](https://togithub.com/static-web-server/static-web-server/commit/915d040) Tests: Not able to run tests via Cargo when passing non-SWS arguments. PR [#​466](https://togithub.com/static-web-server/static-web-server/pull/466) fixes [#​465](https://togithub.com/static-web-server/static-web-server/issues/465) reported by [@​fpletz](https://togithub.com/fpletz). **Refactorings** - [f228a7a](https://togithub.com/static-web-server/static-web-server/commit/f228a7a) Misc: Add Make a task for building all development Docker images. For more details see the [v2.32.2 milestone](https://togithub.com/static-web-server/static-web-server/milestone/22?closed=1) and the full changelog [v2.32.1...v2.32.2](https://togithub.com/static-web-server/static-web-server/compare/v2.32.1...v2.32.2). </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4yOC4yIiwidXBkYXRlZEluVmVyIjoiMzguMjguMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
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.32.1
|
||||
appVersion: 2.32.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
@@ -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.2.3
|
||||
version: 6.2.4
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/static-web-server/static-web-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.32.1@sha256:eca0750cadcb387f57eec11c7ac9ec2c59338fc91a6faebb1732244f8b17493d
|
||||
tag: 2.32.2@sha256:7aff682d27d8dba1e2393a5a8ff46d67df27ff6383bb0eca3615f4a2a9ab3083
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user