chore(deps): update container image ghcr.io/gilesknap/gphotos-sync to v3.2.5@bd89d19 by renovate (#24088)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gilesknap/gphotos-sync](https://togithub.com/gilesknap/gphotos-sync) | patch | `3.2.4` -> `3.2.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gilesknap/gphotos-sync (ghcr.io/gilesknap/gphotos-sync)</summary> ### [`v3.2.5`](https://togithub.com/gilesknap/gphotos-sync/releases/tag/3.2.5) [Compare Source](https://togithub.com/gilesknap/gphotos-sync/compare/3.2.4...3.2.5) #### What's Changed - Codespell by [@​gilesknap](https://togithub.com/gilesknap) in [https://github.com/gilesknap/gphotos-sync/pull/498](https://togithub.com/gilesknap/gphotos-sync/pull/498) - Add codespell support (config, workflow to detect/not fix) and make it fix few typos by [@​yarikoptic](https://togithub.com/yarikoptic) in [https://github.com/gilesknap/gphotos-sync/pull/496](https://togithub.com/gilesknap/gphotos-sync/pull/496) - include Timeout errors in bad_ids and close future on raise - fixes [#​480](https://togithub.com/gilesknap/gphotos-sync/issues/480) and [#​488](https://togithub.com/gilesknap/gphotos-sync/issues/488) by [@​gilesknap](https://togithub.com/gilesknap) in [https://github.com/gilesknap/gphotos-sync/pull/499](https://togithub.com/gilesknap/gphotos-sync/pull/499) - Readme fix by [@​gilesknap](https://togithub.com/gilesknap) in [https://github.com/gilesknap/gphotos-sync/pull/500](https://togithub.com/gilesknap/gphotos-sync/pull/500) #### New Contributors - [@​yarikoptic](https://togithub.com/yarikoptic) made their first contribution in [https://github.com/gilesknap/gphotos-sync/pull/496](https://togithub.com/gilesknap/gphotos-sync/pull/496) **Full Changelog**: https://github.com/gilesknap/gphotos-sync/compare/3.2.4...3.2.5 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNiIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 3.2.4
|
||||
appVersion: 3.2.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.5
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://ghcr.io/gilesknap/gphotos-sync
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/googlephotossync
|
||||
type: application
|
||||
version: 8.1.3
|
||||
version: 8.1.4
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/gilesknap/gphotos-sync
|
||||
tag: 3.2.4@sha256:199116413e84102364b13102c9341d30d1a5fbc6bcae407264c03e4f7e48cb67
|
||||
tag: 3.2.5@sha256:bd89d1998f932eaa976df171ae2f8d707263a64c75f3676ec2759f1c878abb8e
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user