chore(deps): update container image viktorstrate/photoview to v2.4.0@f914c44 by renovate (#23728)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [viktorstrate/photoview](https://togithub.com/photoview/photoview) |
minor | `2.3.13` -> `2.4.0` |

---

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

---

### Release Notes

<details>
<summary>photoview/photoview (viktorstrate/photoview)</summary>

###
[`v2.4.0`](https://togithub.com/photoview/photoview/releases/tag/v2.4.0):
Project restart: a lot of improvements!

[Compare
Source](https://togithub.com/photoview/photoview/compare/v2.3.13...v2.4.0)

#### Summary

This is the 1st release after project restart. It contains a lot of
fixes, improvements, and even refactoring. We've included the most
important changes, contributed by the Photoview Community while the
project was on hold and during these few months after the restart.

We hope that future releases won't take so much time and will contain
smaller lists of changes ;-)

##### *IMPORTANT*: If you're using Docker deployment and didn't use the
`master` branch + image with the new configs, make sure to carefully
read the [Getting started — Setup with
Docker](https://togithub.com/photoview/photoview?tab=readme-ov-file#getting-started--setup-with-docker)
section of the Readme and apply the new config as described there!
Simply pulling the new image won't work!

#### What's Changed

##### Added

- Add support for .CR3 photos by
[@&#8203;PJ-Watson](https://togithub.com/PJ-Watson) in
[https://github.com/photoview/photoview/pull/728](https://togithub.com/photoview/photoview/pull/728)
- Add swipe gesture by [@&#8203;eadisor](https://togithub.com/eadisor)
in
[https://github.com/photoview/photoview/pull/651](https://togithub.com/photoview/photoview/pull/651)
- Add globe view of Mapbox in Places page by
[@&#8203;noel123007](https://togithub.com/noel123007) in
[https://github.com/photoview/photoview/pull/774](https://togithub.com/photoview/photoview/pull/774)
- Add the Turkish language by
[@&#8203;queeup](https://togithub.com/queeup) in
[https://github.com/photoview/photoview/pull/780](https://togithub.com/photoview/photoview/pull/780)
- Add support to parse DateTimes with UTC+Offset by
[@&#8203;yosev](https://togithub.com/yosev) in
[https://github.com/photoview/photoview/pull/802](https://togithub.com/photoview/photoview/pull/802)
- Add Ukrainian translation by
[@&#8203;kkovaletp](https://togithub.com/kkovaletp) in
[https://github.com/photoview/photoview/pull/875](https://togithub.com/photoview/photoview/pull/875)
- Add cross-compile support for arm64 to amd64 by
[@&#8203;cicadabear](https://togithub.com/cicadabear) in
[https://github.com/photoview/photoview/pull/888](https://togithub.com/photoview/photoview/pull/888)
- (docker-compose): add SQLite variable and volumes example by
[@&#8203;alcaprar](https://togithub.com/alcaprar) in
[https://github.com/photoview/photoview/pull/851](https://togithub.com/photoview/photoview/pull/851)

##### Improved

- Thumbnail Rendering Options by
[@&#8203;PJ-Watson](https://togithub.com/PJ-Watson) in
[https://github.com/photoview/photoview/pull/725](https://togithub.com/photoview/photoview/pull/725)
- Config🔧: Improved Simplified Chinese language translation by
[@&#8203;rainpenber](https://togithub.com/rainpenber) in
[https://github.com/photoview/photoview/pull/749](https://togithub.com/photoview/photoview/pull/749)
- Restyle titles and spacing in the timeline gallery by
[@&#8203;orellazri](https://togithub.com/orellazri) in
[https://github.com/photoview/photoview/pull/752](https://togithub.com/photoview/photoview/pull/752)
- Limit thumbnail size of the small original photo in the new branch by
[@&#8203;WindLi001](https://togithub.com/WindLi001) in
[https://github.com/photoview/photoview/pull/798](https://togithub.com/photoview/photoview/pull/798)
- Updated Translation for German by
[@&#8203;secco04](https://togithub.com/secco04) in
[https://github.com/photoview/photoview/pull/841](https://togithub.com/photoview/photoview/pull/841)
- Update German translation by
[@&#8203;secco04](https://togithub.com/secco04) in
[https://github.com/photoview/photoview/pull/842](https://togithub.com/photoview/photoview/pull/842)
- Update Italian translation by
[@&#8203;davidecavestro](https://togithub.com/davidecavestro) in
[https://github.com/photoview/photoview/pull/873](https://togithub.com/photoview/photoview/pull/873)
- Reordered CLI arguments for FFmpeg to improve speed to generate
thumbnails of videos by [@&#8203;AndGem](https://togithub.com/AndGem) in
[https://github.com/photoview/photoview/pull/917](https://togithub.com/photoview/photoview/pull/917)
- Update Polish translation by
[@&#8203;DorianMazur](https://togithub.com/DorianMazur) in
[https://github.com/photoview/photoview/pull/909](https://togithub.com/photoview/photoview/pull/909)
- Faster start of video playback by
[@&#8203;kabakaev](https://togithub.com/kabakaev) in
[https://github.com/photoview/photoview/pull/883](https://togithub.com/photoview/photoview/pull/883)
- Don't stop scanning the album on media fail by
[@&#8203;kkovaletp](https://togithub.com/kkovaletp) in
[https://github.com/photoview/photoview/pull/892](https://togithub.com/photoview/photoview/pull/892)
- Remove login page non-empty password requirement by
[@&#8203;subtlepseudonym](https://togithub.com/subtlepseudonym) in
[https://github.com/photoview/photoview/pull/828](https://togithub.com/photoview/photoview/pull/828)
- Make face detection optional at build-time by
[@&#8203;emersion](https://togithub.com/emersion) in
[https://github.com/photoview/photoview/pull/881](https://togithub.com/photoview/photoview/pull/881)
- Remove logging of database URL in place for just dialect by
[@&#8203;jordy2254](https://togithub.com/jordy2254) in
[https://github.com/photoview/photoview/pull/940](https://togithub.com/photoview/photoview/pull/940)
- Refactor docker deployment and user setup by
[@&#8203;kkovaletp](https://togithub.com/kkovaletp) in
[https://github.com/photoview/photoview/pull/863](https://togithub.com/photoview/photoview/pull/863)
- Allow SQLite to accept several connections at the same time by
[@&#8203;kkovaletp](https://togithub.com/kkovaletp) in
[https://github.com/photoview/photoview/pull/955](https://togithub.com/photoview/photoview/pull/955)

##### Fixed

- Fix transaction already committed error by
[@&#8203;Ajnasz](https://togithub.com/Ajnasz) in
[https://github.com/photoview/photoview/pull/795](https://togithub.com/photoview/photoview/pull/795)
- Fix translation error of Chinese UI in a new branch by
[@&#8203;WindLi001](https://togithub.com/WindLi001) in
[https://github.com/photoview/photoview/pull/796](https://togithub.com/photoview/photoview/pull/796)
- Use Clean() but not Abs() to prevent directory traversal by
[@&#8203;WindLi001](https://togithub.com/WindLi001) in
[https://github.com/photoview/photoview/pull/799](https://togithub.com/photoview/photoview/pull/799)
- Fix the "HEIC: failed to parse Exif data: exiftool buffer too small"
issue by [@&#8203;tymmej](https://togithub.com/tymmej) in
[https://github.com/photoview/photoview/pull/807](https://togithub.com/photoview/photoview/pull/807)
- Fix encoding video thumbnails by
[@&#8203;tymmej](https://togithub.com/tymmej) in
[https://github.com/photoview/photoview/pull/810](https://togithub.com/photoview/photoview/pull/810)
- Prepend missing key CreationDate to createDateKeys of FFmpeg parser by
[@&#8203;yosev](https://togithub.com/yosev) in
[https://github.com/photoview/photoview/pull/822](https://togithub.com/photoview/photoview/pull/822)
- Fix custom basepath in React components by
[@&#8203;djvaldez](https://togithub.com/djvaldez) in
[https://github.com/photoview/photoview/pull/838](https://togithub.com/photoview/photoview/pull/838)
- Fix build pipeline by
[@&#8203;viktorstrate](https://togithub.com/viktorstrate) in
[https://github.com/photoview/photoview/pull/865](https://togithub.com/photoview/photoview/pull/865)
- Fix UI not serving media and tests expecting localhost:3000 as base
URL by [@&#8203;davidecavestro](https://togithub.com/davidecavestro) in
[https://github.com/photoview/photoview/pull/874](https://togithub.com/photoview/photoview/pull/874)
- Fix invalid UTC offset during date-time parsing by
[@&#8203;yosev](https://togithub.com/yosev) in
[https://github.com/photoview/photoview/pull/823](https://togithub.com/photoview/photoview/pull/823)
- Fix audit issues in production by
[@&#8203;jordy2254](https://togithub.com/jordy2254) in
[https://github.com/photoview/photoview/pull/933](https://togithub.com/photoview/photoview/pull/933)
- Fix false trigger of DB migration on SQLite by
[@&#8203;kabakaev](https://togithub.com/kabakaev) in
[https://github.com/photoview/photoview/pull/936](https://togithub.com/photoview/photoview/pull/936)
- Fix download path on custom base path by
[@&#8203;djvaldez](https://togithub.com/djvaldez) in
[https://github.com/photoview/photoview/pull/889](https://togithub.com/photoview/photoview/pull/889)
- Dockerfile: Fail chained command in RUN if some of the commands fail
by [@&#8203;kkovaletp](https://togithub.com/kkovaletp) in
[https://github.com/photoview/photoview/pull/947](https://togithub.com/photoview/photoview/pull/947)
- Fix timeline order with SQLite3. It should be ordered as MySQL and
PGSQL like `(year, month, day)`. by
[@&#8203;googollee](https://togithub.com/googollee) in
[https://github.com/photoview/photoview/pull/954](https://togithub.com/photoview/photoview/pull/954)
- Update the `healthcheck` command for the MariaDB container by
[@&#8203;kkovaletp](https://togithub.com/kkovaletp) in
[https://github.com/photoview/photoview/pull/963](https://togithub.com/photoview/photoview/pull/963)
- Fix typo in the `serviceWorkerRegistration.ts` by
[@&#8203;kkovaletp](https://togithub.com/kkovaletp) in
[https://github.com/photoview/photoview/pull/964](https://togithub.com/photoview/photoview/pull/964)
- Freezing UID and GID of the `photoview` user in the Dockerfile by
[@&#8203;kkovaletp](https://togithub.com/kkovaletp) in
[https://github.com/photoview/photoview/pull/972](https://togithub.com/photoview/photoview/pull/972)

#### New Contributors

- [@&#8203;eadisor](https://togithub.com/eadisor) made their first
contribution in
[https://github.com/photoview/photoview/pull/651](https://togithub.com/photoview/photoview/pull/651)
- [@&#8203;rainpenber](https://togithub.com/rainpenber) made their first
contribution in
[https://github.com/photoview/photoview/pull/749](https://togithub.com/photoview/photoview/pull/749)
- [@&#8203;noel123007](https://togithub.com/noel123007) made their first
contribution in
[https://github.com/photoview/photoview/pull/774](https://togithub.com/photoview/photoview/pull/774)
- [@&#8203;queeup](https://togithub.com/queeup) made their first
contribution in
[https://github.com/photoview/photoview/pull/780](https://togithub.com/photoview/photoview/pull/780)
- [@&#8203;Ajnasz](https://togithub.com/Ajnasz) made their first
contribution in
[https://github.com/photoview/photoview/pull/795](https://togithub.com/photoview/photoview/pull/795)
- [@&#8203;WindLi001](https://togithub.com/WindLi001) made their first
contribution in
[https://github.com/photoview/photoview/pull/796](https://togithub.com/photoview/photoview/pull/796)
- [@&#8203;yosev](https://togithub.com/yosev) made their first
contribution in
[https://github.com/photoview/photoview/pull/802](https://togithub.com/photoview/photoview/pull/802)
- [@&#8203;tymmej](https://togithub.com/tymmej) made their first
contribution in
[https://github.com/photoview/photoview/pull/807](https://togithub.com/photoview/photoview/pull/807)
- [@&#8203;djvaldez](https://togithub.com/djvaldez) made their first
contribution in
[https://github.com/photoview/photoview/pull/838](https://togithub.com/photoview/photoview/pull/838)
- [@&#8203;secco04](https://togithub.com/secco04) made their first
contribution in
[https://github.com/photoview/photoview/pull/841](https://togithub.com/photoview/photoview/pull/841)
- [@&#8203;davidecavestro](https://togithub.com/davidecavestro) made
their first contribution in
[https://github.com/photoview/photoview/pull/873](https://togithub.com/photoview/photoview/pull/873)
- [@&#8203;kkovaletp](https://togithub.com/kkovaletp) made their first
contribution in
[https://github.com/photoview/photoview/pull/875](https://togithub.com/photoview/photoview/pull/875)
- [@&#8203;AndGem](https://togithub.com/AndGem) made their first
contribution in
[https://github.com/photoview/photoview/pull/917](https://togithub.com/photoview/photoview/pull/917)
- [@&#8203;cicadabear](https://togithub.com/cicadabear) made their first
contribution in
[https://github.com/photoview/photoview/pull/888](https://togithub.com/photoview/photoview/pull/888)
- [@&#8203;DorianMazur](https://togithub.com/DorianMazur) made their
first contribution in
[https://github.com/photoview/photoview/pull/909](https://togithub.com/photoview/photoview/pull/909)
- [@&#8203;alcaprar](https://togithub.com/alcaprar) made their first
contribution in
[https://github.com/photoview/photoview/pull/851](https://togithub.com/photoview/photoview/pull/851)
- [@&#8203;kabakaev](https://togithub.com/kabakaev) made their first
contribution in
[https://github.com/photoview/photoview/pull/883](https://togithub.com/photoview/photoview/pull/883)
- [@&#8203;subtlepseudonym](https://togithub.com/subtlepseudonym) made
their first contribution in
[https://github.com/photoview/photoview/pull/828](https://togithub.com/photoview/photoview/pull/828)
- [@&#8203;emersion](https://togithub.com/emersion) made their first
contribution in
[https://github.com/photoview/photoview/pull/881](https://togithub.com/photoview/photoview/pull/881)
- [@&#8203;jordy2254](https://togithub.com/jordy2254) made their first
contribution in
[https://github.com/photoview/photoview/pull/933](https://togithub.com/photoview/photoview/pull/933)
- [@&#8203;googollee](https://togithub.com/googollee) made their first
contribution in
[https://github.com/photoview/photoview/pull/954](https://togithub.com/photoview/photoview/pull/954)

**Full Changelog**:
https://github.com/photoview/photoview/compare/v2.3.13...v2.4.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2024-06-24 02:45:21 +02:00
committed by GitHub
parent 6925f0e2ca
commit 12367d286e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.3.13
appVersion: 2.4.0
dependencies:
- name: common
version: 24.1.2
@@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/photoview
- https://hub.docker.com/r/viktorstrate/photoview
type: application
version: 15.1.2
version: 15.2.0
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: viktorstrate/photoview
tag: 2.3.13@sha256:68c83e8207715af098cb29a18f34b8af4913c6a589beb64cd2e1fb299d8c37a0
tag: 2.4.0@sha256:f914c44b202fc8175e09bd56f35bb1a4a7c04dc451652306f240aabc3eea133e
pullPolicy: IfNotPresent
service:
main: