fix(homepage): update image ghcr.io/gethomepage/homepage v1.12.1 → v1.12.2 (#46599)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/gethomepage/homepage](https://redirect.github.com/gethomepage/homepage) | patch | `9627769` → `ea80136` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>gethomepage/homepage (ghcr.io/gethomepage/homepage)</summary> ### [`v1.12.2`](https://redirect.github.com/gethomepage/homepage/releases/tag/v1.12.2) [Compare Source](https://redirect.github.com/gethomepage/homepage/compare/v1.12.1...v1.12.2) #### What's Changed #### 🐛 Fixes - Fix: fix compatibility with flood changes ([#​6477](https://redirect.github.com/gethomepage/homepage/issues/6477)) [@​SkeLLLa](https://redirect.github.com/SkeLLLa) - Fix: correct package version [`0ea5c3f`](https://redirect.github.com/gethomepage/homepage/commit/0ea5c3fb683e96342f520997d06d659765fbe17a) #### 🧰 Maintenance - Chore: move lint checks to separate workflow ([#​6481](https://redirect.github.com/gethomepage/homepage/issues/6481)) [@​shamoon](https://redirect.github.com/shamoon) - Security: pin GitHub Actions to specific SHAs ([#​6480](https://redirect.github.com/gethomepage/homepage/issues/6480)) [@​shamoon](https://redirect.github.com/shamoon) - Chore(deps): Bump brace-expansion from 1.1.12 to 1.1.13 in the npm\_and\_yarn group across 1 directory ([#​6478](https://redirect.github.com/gethomepage/homepage/issues/6478)) @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) #### 🌐 Translations - New Crowdin translations by GitHub Action ([#​6470](https://redirect.github.com/gethomepage/homepage/issues/6470)) @​[github-actions\[bot\]](https://redirect.github.com/apps/github-actions) </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvaG9tZXBhZ2UiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.12.1
|
||||
appVersion: 1.12.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -34,5 +34,5 @@ sources:
|
||||
- https://github.com/benphelps/homepage
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/homepage
|
||||
type: application
|
||||
version: 12.1.1
|
||||
version: 12.1.2
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# yaml-language-server: $schema=./values.schema.json
|
||||
image:
|
||||
repository: ghcr.io/gethomepage/homepage
|
||||
tag: v1.12.1@sha256:9627769818fbfb14147d3e633e57cef9c27c0c5f07585f5a1d6c3d3425b3b33c
|
||||
tag: v1.12.2@sha256:ea801368eac6b1f0d08ad35dabcbbd0a91147a49ba9761df84b2e047532d74e5
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
workload:
|
||||
|
||||
Reference in New Issue
Block a user