chore(deps): update container image ghcr.io/linkwarden/linkwarden to v2.6.1@8940a50 by renovate (#24407)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linkwarden/linkwarden](https://togithub.com/linkwarden/linkwarden)
| patch | `v2.6.0` -> `v2.6.1` |

---

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

---

### Release Notes

<details>
<summary>linkwarden/linkwarden (ghcr.io/linkwarden/linkwarden)</summary>

###
[`v2.6.1`](https://togithub.com/linkwarden/linkwarden/releases/tag/v2.6.1)

[Compare
Source](https://togithub.com/linkwarden/linkwarden/compare/v2.6.0...v2.6.1)

#### What's Changed

Fixed a bug where users were reporting that they don't see some of their
preserved formats. (Recommended for all v2.6.0 users!)

> \[!NOTE]\
> If you're upgrading from v2.6.0 or an older version make sure you run
the migration script before starting the app in
[scripts/migration/v2.6.1/index.js](https://togithub.com/linkwarden/linkwarden/blob/main/scripts/migration/v2.6.1/index.js).
>
> So if you went for the manual installation, run the following:
>
>     node scripts/migration/v2.6.1/index.js
>
> If you went for the docker compose installation, run the following
instead:
>
> docker exec -it CONTAINER_ID /bin/bash -c 'node
scripts/migration/v2.6.1/index.js'

**Full Changelog**:
https://github.com/linkwarden/linkwarden/compare/v2.6.0...v2.6.1

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOC43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwidXBkYXRlL2RvY2tlci9nZW5lcmFsL25vbi1tYWpvciJdfQ==-->
This commit is contained in:
TrueCharts Bot 2024-07-26 14:32:45 +02:00 committed by GitHub
parent 5fabfe214b
commit 0aa99c062c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.6.0
appVersion: 2.6.1
dependencies:
- name: common
version: 24.1.5
@ -34,4 +34,4 @@ sources:
- https://github.com/linkwarden/linkwarden
- https://github.com/truecharts/charts/tree/master/charts/stable/linkwarden
type: application
version: 6.2.0
version: 6.2.1

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/linkwarden/linkwarden
pullPolicy: IfNotPresent
tag: v2.6.0@sha256:d5bc76e817ba84f8b47d84a49125d8efafcf7115907c11e0fbfa8ae6ce4f90a6
tag: v2.6.1@sha256:8940a5040019bd8349aa5ca05d9abc34dfd50377b54a148c3c6835121d140587
config:
nextauth_url: "http://example.com"