Commit Graph

26555 Commits

Author SHA1 Message Date
TrueCharts Bot 225eea391f
chore(deps): update container image escaping/core-keeper-dedicated to latest@a4ffed6 by renovate (#19152)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| escaping/core-keeper-dedicated | digest | `b6fa8ad` -> `a4ffed6` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuNSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 18:17:44 +00:00
TrueCharts Bot 7e8e022a3e
chore(deps): update container image diygod/rsshub to latest@1dcdd3a by renovate (#19151) 2024-03-11 19:17:29 +01:00
TrueCharts Bot eccde2c427
chore(deps): update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.2@f674823 by renovate (#19154)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/sethforprivacy/simple-monerod](https://togithub.com/sethforprivacy/simple-monerod-docker)
| digest | `57ea2ee` -> `f674823` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuNSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 19:17:23 +01:00
TrueCharts Bot ceb313dc49
chore(deps): update container image bitnami/dokuwiki to v20240206.1.0@19611df by renovate (#19130)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/dokuwiki | major | `20230404.1.0` -> `20240206.1.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 18:03:34 +01:00
TrueCharts Bot c2e49bf4d6
chore(deps): update container image ghcr.io/linuxserver/firefox to v123.0.1@b616ef4 by renovate (#19132)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/firefox](https://togithub.com/linuxserver/docker-firefox/packages)
([source](https://togithub.com/linuxserver/docker-firefox)) | major |
`120.0.1` -> `123.0.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 18:03:00 +01:00
StevenMcElligott 2c3cd54ea9
fix(ispy-agent-dvr): Add persistence for ffmpeg6 and fix scale q's (#19149)
**Description**

Added the `ffmpeg6` folder to be persisted and other minor fixes

For those who didn't persist ffmpeg6 previously

Go into shell and do

```bash
cd agent
./setup-ffmpeg-linux.sh ffmpeg6/
```

⚒️ Fixes  #17970 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-03-11 18:02:29 +01:00
Kjeld Schouten 6e75283712
feat(add): sd-webui (#19148)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  #16709

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**

Warns that the image is too-big to pull.
Cannot every be very reliable, as to rely on users reporting issues
manually for the forseeable future.

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-03-11 14:52:57 +01:00
TrueCharts Bot 888625ae8e
chore(deps): update container image mariadb to v13.2.3@e1f8d8a by renovate (#19145) 2024-03-11 13:45:36 +01:00
TrueCharts Bot 5f5a24c4a2
chore(deps): update container image ghcr.io/bitmagnet-io/bitmagnet to v0.7.14@1e7e298 by renovate (#19142) 2024-03-11 13:37:44 +01:00
TrueCharts Bot 89649b9531
chore(deps): update container image ghcr.io/linuxserver/healthchecks to v3.2.20240311@b47968b by renovate (#19143) 2024-03-11 13:37:41 +01:00
TrueCharts Bot 542d718bf8
chore(deps): update container image ghcr.io/onedr0p/sabnzbd to v4.2.3@b217130 by renovate (#19144)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/sabnzbd](https://ghcr.io/onedr0p/sabnzbd)
([source](https://togithub.com/sabnzbd/sabnzbd)) | patch | `4.2.2` ->
`4.2.3` |

---

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

---

### Release Notes

<details>
<summary>sabnzbd/sabnzbd (ghcr.io/onedr0p/sabnzbd)</summary>

### [`v4.2.3`](https://togithub.com/sabnzbd/sabnzbd/releases/tag/4.2.3):
SABnzbd 4.2.3

[Compare
Source](https://togithub.com/sabnzbd/sabnzbd/compare/4.2.2...4.2.3)

# Release Notes - SABnzbd 4.2.3

This is the third bug-fix release of SABnzbd 4.2.0.

#### Bug-fixes and changes since 4.2.2:

-   **Bug-fixes:**
- Handle new status code for missing articles, which would result in
timeouts.
        This specifically affects Giganews and its resellers.
    -   Retry of failed job would not use the password provided.
    -   Optimize database handling in order to prevent locking errors.
- macOS: System standby after finishing the queue would not always work.

-   **Changes:**
    -   Remove `Send Group` option for Servers.

#### Bug-fixes and changes since 4.2.1:

-   **Bug-fixes:**
- RSS readout could result in a crash if Duplicate Detection was
enabled.
    -   Passwords were not always correctly parsed.
    -   Warnings could show even if `helpful_warnings` was disabled.
- Duplicate Detection would trigger again on URLs if they were resumed.
- Windows: Fatal crash could occur if ran as Service or on older Windows
versions.

-   **Changes:**
- Parsing of filenames from the NZB was extended to allow more exotic
formatting.
- Windows: Installer will automatically shutdown SABnzbd if it is
running.

#### Bug-fixes and changes since 4.2.0:

-   **Bug-fixes:**
- New downloads did not appear in the History after the update to 4.2.0.

-   **Changes:**
- The external IPv6-address is shown, instead of the internal address.
- Windows: Network drives as `Download Folder` are no longer blocked,
only warned against.

#### Key changes since 4.1.0

-   **Duplicate detection workflow overhaul:**
- `Series Duplicate Detection` was replaced by `Smart Duplicate
Detection`
        that can also detect `Movie` and `Daily Show` duplicates.
- Additionally, duplicates will also be detected if they are still in
the queue.
    -   More information: https://sabnzbd.org/wiki/duplicate-detection

-   **Interface changes:**
    -   Added ability to filter the Queue and History by `status`.
    -   RSS-feed that provided the download is shown in History details.
- macOS/Windows 10 & 11: Added `Open Folder` button to `Job/Queue
finished` notifications.
Clicking any type of notification will now open a browser with SABnzbd.

-   **Performance and usability improvements:**
    -   Numerous smaller performance improvements were made.
    -   Server IP-address selection was optimized.
    -   The `Internet Bandwidth` test was made more reliable.
- macOS/Windows: Updated to Python 3.12 and par2cmdline-turbo v1.1.1.

-   **Configuration changes:**
    -   The `On queue finish script` is now set in Switches.
    -   Reduced recursive unpacking to 2 levels, instead of 5.
- Duplicate detection related Pre-queue script input parameters were
removed.
        You will need to update your Pre-queue script.
More information:
https://sabnzbd.org/wiki/configuration/4.2/scripts/pre-queue-scripts
    -   Stricter check if `Complete Folder` is inside `Download Folder`.
    -   Windows: Prevent use of network drive as `Download Folder`.

#### Bug fixes since 4.1.0

- Fixed an issue where the multi-select option in the queue was not
working for some users.
- Prevented a crash that would occur during the saving of configuration
settings.
-   Jobs with larger articles could stall the queue for several minutes.
-   Ensured that server warnings are always displayed to users.
-   If `weblogging` was enabled, output was also written to regular log.
- Fixed an issue where removing a failed download from the History could
break active downloads.

#### Upgrade notices

-   You can directly upgrade from version 3.0.0 and newer.
- Upgrading from older versions will require performing a `Queue
repair`.
- Downgrading from version 4.2.0 or newer to 3.7.2 or older will require
performing a `Queue repair` due to changes in the internal data format.

#### Known problems and solutions

- Read `ISSUES.txt` or
https://sabnzbd.org/wiki/introduction/known-issues

#### About

SABnzbd is an open-source cross-platform binary newsreader.
It simplifies the process of downloading from Usenet dramatically,
thanks to its web-based
user interface and advanced built-in post-processing options that
automatically verify, repair,
extract and clean up posts downloaded from Usenet.

(c) Copyright 2007-2024 by The SABnzbd-Team (sabnzbd.org)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuNCIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 13:37:29 +01:00
TrueCharts Bot 59c93fb6d2
chore(deps): update container image clamav/clamav to 1.3.0@5755570 by renovate (#19108)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| clamav/clamav | digest | `0bb5d72` -> `5755570` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 12:26:01 +00:00
TrueCharts Bot 6f3628d010
chore(deps): update container image ghcr.io/open-webui/open-webui to latest@63318f9 by renovate (#19140) 2024-03-11 13:22:21 +01:00
TrueCharts Bot cc0acc5603
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@d21c08d by renovate (#19141)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `f847f0f` -> `d21c08d` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuNCIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 13:22:15 +01:00
TrueCharts Bot 5bb08d0674
chore(deps): update container image accetto/ubuntu-vnc-xfce-chromium-g3 to latest@35c358a by renovate (#19138)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| accetto/ubuntu-vnc-xfce-chromium-g3 | digest | `288c032` -> `35c358a`
|

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuNCIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 12:21:24 +00:00
TrueCharts Bot 47b1b2120b
chore(deps): update container image accetto/ubuntu-vnc-xfce-firefox-g3 to latest@40f4918 by renovate (#19139)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| accetto/ubuntu-vnc-xfce-firefox-g3 | digest | `9433f7a` -> `40f4918` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuNCIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 13:21:02 +01:00
Kjeld Schouten 0ea230e172
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-11 12:50:00 +01:00
Kjeld Schouten fafe094a3b chore: move everything one-per-cluster, to operator train and remove redundant grafana-agent chart 2024-03-11 12:30:26 +01:00
Xstar97TheNoob 9bf0a02810
fix(ollama) change upstream image for the webgui container and add docs for initial account **BREAKING CHANGES** (#18713)
**Description**
- Update web gui container image
  - previous chats will be nuked.
-  add docs
- update links in Chart.yaml

⚒️ Fixes  #18673

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-11 12:09:25 +01:00
TrueCharts Bot 9ec7556192
chore(deps): update container image kubeapps to v14.7.1@57c5f6b by renovate (#19120)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kubeapps](https://togithub.com/bitnami/charts)
([source](https://togithub.com/bitnami/charts/tree/HEAD/bitnami/kubeapps))
| minor | `14.6.0` -> `14.7.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 07:43:19 +01:00
TrueCharts Bot 39471cfdae
chore(deps): update container image wekanteam/wekan to v7.38@78f2b9b by renovate (#19129)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.35`
-> `v7.38` |

---

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

---

### Release Notes

<details>
<summary>wekan/wekan (wekanteam/wekan)</summary>

###
[`v7.38`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v738-2024-03-10-WeKan--release)

[Compare Source](https://togithub.com/wekan/wekan/compare/v7.37...v7.38)

This release adds the following new features:

- [Added docs wikis to WeKan repo directory docs, to make possible to
send
PRs](73ae73d4c3).
    Thanks to e-gaulue, C0rn3j and xet7.
- [Added script to count lines of code changed per committer email
address, because GitHub removed that feature from web
UI](835e33bf09).
    Thanks to bgwines and xet7.
- [Add info about GitHub top committers at
Finland](ef5b888779).
    Thanks to xet7.

and adds the following updates:

- [Updated contributing to
wiki](8ba3a05648).
    Thanks to xet7.
- [Upgraded to MongoDB 6.0.14 at Snap
Candidate](07d6c1e514).
    Thanks to MongoDB developers.

and tried to fix the following bugs:

- [Fix error during delete](https://togithub.com/wekan/wekan/pull/5336).
    Thanks to xator91.
- [Fixed text below custom login logo not
visible](00bbc26698).
    Thanks to xet7.
- [Fixed In RTL, hamburger needs
margin](abd3c95dfa).
    Thanks to mohammadZahedian and xet7.

Thanks to above GitHub users for their contributions and translators for
their translations.

###
[`v7.37`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v737-2024-03-07-WeKan--release)

[Compare Source](https://togithub.com/wekan/wekan/compare/v7.36...v7.37)

This release fixes the following bugs:

- [Fixed API get swimlane cards wrong order. Please
test](7beced1e68).
    Thanks to mohammadZahedian, xator91 and xet7.
- [Fixed API get_all_cards doesn't return SwimlaneId. Please
test](ffafb30b9b).
    Thanks to mohammadZahedian, xator91 and xet7.

Thanks to above GitHub users for their contributions and translators for
their translations.

###
[`v7.36`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v736-2024-03-06-WeKan--release)

[Compare Source](https://togithub.com/wekan/wekan/compare/v7.35...v7.36)

This release adds the following features:

- [api.py: checklistid, checklistinfo, get_list_cards_count and
get_board_cards_count](https://togithub.com/wekan/wekan/pull/5326).
    Thanks to xator91.

and fixes the following bugs:

- [Fixed Card image cover should be margin-top:6px since hamburger menu
and due date at the
top](747bc4c088).
    Thanks to e-gaulue and xet7.
- [Try to fix API get cards wrong order. Please
test](c570405d02).
    Thanks to mohammadZahedian, xator91 and xet7.

Thanks to above GitHub users for their contributions and translators for
their translations.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 07:42:51 +01:00
TrueCharts Bot de7c3354dd
chore(deps): update container image traggo/server to v0.4.3@93a800b by renovate (#19128) 2024-03-11 07:42:06 +01:00
TrueCharts Bot 6ec55bdd0e
chore(deps): update container image memcached to v12.5.1@4a115d6 by renovate (#19123) 2024-03-11 07:42:00 +01:00
TrueCharts Bot 7d5ed80caf
chore(deps): update container image sonatype/nexus3 to v3.66.0@c63b3fb by renovate (#19126) 2024-03-11 07:41:57 +01:00
TrueCharts Bot 9ea53965fc
chore(deps): update container image stashapp/stash to v0.25.0@cc78cbf by renovate (#19127) 2024-03-11 07:41:55 +01:00
TrueCharts Bot afe9bac130
chore(deps): update container image n8nio/n8n to v1.32.1@1693fb6 by renovate (#19124) 2024-03-11 07:41:45 +01:00
TrueCharts Bot 354466bc6f
chore(deps): update container image lscr.io/linuxserver/cops to v2.5.0@ec5e611 by renovate (#19121)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[lscr.io/linuxserver/cops](https://togithub.com/linuxserver/docker-cops/packages)
([source](https://togithub.com/linuxserver/docker-cops)) | minor |
`2.4.1` -> `2.5.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 07:40:59 +01:00
TrueCharts Bot 14a72486cb
chore(deps): update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.0@50cb2b4 by renovate (#19125) 2024-03-11 07:40:44 +01:00
TrueCharts Bot 184e7ef8c4
chore(deps): update container image mariadb to v12.3.0@8524ed9 by renovate (#19122) 2024-03-11 07:40:33 +01:00
TrueCharts Bot 07d41be156
chore(deps): update container image homeassistant/home-assistant to v2024.3.0@0471da6 by renovate (#19116) 2024-03-11 07:39:46 +01:00
TrueCharts Bot c8dbca5dea
chore(deps): update container image jlesage/handbrake to v24.03.1@2a5a125 by renovate (#19119) 2024-03-11 07:39:25 +01:00
TrueCharts Bot 6ee23ee9ad
chore(deps): update container image jenkins/jenkins to v2.448-jdk17@6828224 by renovate (#19118)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jenkins/jenkins](https://www.jenkins.io/)
([source](https://togithub.com/jenkinsci/docker)) | minor |
`2.447-jdk17` -> `2.448-jdk17` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 07:38:25 +01:00
TrueCharts Bot 6ecad52696
chore(deps): update container image jeessy/ddns-go to v6.2.1@a43508c by renovate (#19117)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | minor |
`v6.1.2` -> `v6.2.1` |

---

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

---

### Release Notes

<details>
<summary>jeessy2/ddns-go (jeessy/ddns-go)</summary>

### [`v6.2.1`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.2.1)

[Compare
Source](https://togithub.com/jeessy2/ddns-go/compare/v6.2.0...v6.2.1)

#### Changelog

- [`9aee04b`](https://togithub.com/jeessy2/ddns-go/commit/9aee04b)
fix(web): logging if no domain is entered
([#&#8203;1038](https://togithub.com/jeessy2/ddns-go/issues/1038))

### [`v6.2.0`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.2.0)

[Compare
Source](https://togithub.com/jeessy2/ddns-go/compare/v6.1.2...v6.2.0)

#### Changelog

- [`ea85383`](https://togithub.com/jeessy2/ddns-go/commit/ea85383)
build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0
([#&#8203;1031](https://togithub.com/jeessy2/ddns-go/issues/1031))
- [`ae0f47f`](https://togithub.com/jeessy2/ddns-go/commit/ae0f47f) perf:
check internet with DNS lookup
([#&#8203;1034](https://togithub.com/jeessy2/ddns-go/issues/1034))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 07:38:20 +01:00
TrueCharts Bot 33aaee180b
chore(deps): update container image mariadb to v13.2.3@e1f8d8a by renovate (#19076) 2024-03-11 07:36:56 +01:00
TrueCharts Bot 58d99914a5
chore(deps): update container image clickhouse to v12.5.1@6b88898 by renovate (#19095)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://clickhouse.com/)) | minor | `12.3.3` -> `12.5.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 07:36:37 +01:00
TrueCharts Bot d9760a0041
chore(deps): update container image alexta69/metube to v2024-03-11@7482342 by renovate (#19113)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| alexta69/metube | minor | `2024-01-26` -> `2024-03-11` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 07:36:13 +01:00
TrueCharts Bot 57cdc19018
chore(deps): update neko by renovate (#19112)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| m1k1o/neko | digest | `6f69233` -> `907215e` |
| m1k1o/neko | digest | `768b02f` -> `13a3896` |
| m1k1o/neko | digest | `7fc28ca` -> `18c876f` |
| m1k1o/neko | digest | `fbd7e56` -> `9fa31f7` |
| m1k1o/neko | digest | `4d7ba23` -> `a0f6419` |
| m1k1o/neko | digest | `75bb546` -> `ea726f9` |
| m1k1o/neko | digest | `ed2c41d` -> `c3ea007` |
| m1k1o/neko | digest | `ff9ac65` -> `04b858c` |
| m1k1o/neko | digest | `6fb0e67` -> `cee40a8` |
| m1k1o/neko | digest | `fa76476` -> `8cac5a4` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 07:25:03 +01:00
TrueCharts Bot 435ac70230
chore(deps): update container image collabora/code to v23.05.9.4.1@18768e6 by renovate (#19056)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| collabora/code | patch | `23.05.9.2.1` -> `23.05.9.4.1` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 06:22:25 +00:00
TrueCharts Bot fef0dbe0a7
chore(deps): update container image cthulhoo/ttrss-web-nginx to latest@cde5998 by renovate (#18975)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| cthulhoo/ttrss-web-nginx | digest | `9ddd0f9` -> `cde5998` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 06:19:32 +00:00
TrueCharts Bot 37da3360cb
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@f847f0f by renovate (#19111)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `bf130a7` -> `f847f0f` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 07:17:47 +01:00
TrueCharts Bot 5626d1f220
chore(deps): update container image ollama/ollama to 0.1.29@8860aac by renovate (#19110)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ollama/ollama | digest | `7875c86` -> `8860aac` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 07:17:43 +01:00
TrueCharts Bot fd4269a9b9
chore(deps): update container image bitnami/prometheus to 2.50.1@96f94a8 by renovate (#18972)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/prometheus | digest | `d4f5af2` -> `96f94a8` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 06:16:44 +00:00
TrueCharts Bot 7c1035e299
chore(deps): update container image ghcr.io/linkwarden/linkwarden to v2.5.1@717150e by renovate (#19099)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linkwarden/linkwarden](https://togithub.com/linkwarden/linkwarden)
| minor | `v2.4.9` -> `v2.5.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.5.1`](https://togithub.com/linkwarden/linkwarden/releases/tag/v2.5.1)

[Compare
Source](https://togithub.com/linkwarden/linkwarden/compare/v2.5.0...v2.5.1)

#### What's Changed

- update announcement version number by
[@&#8203;daniel31x13](https://togithub.com/daniel31x13) in
[https://github.com/linkwarden/linkwarden/pull/500](https://togithub.com/linkwarden/linkwarden/pull/500)
- improved UX + improved performance by
[@&#8203;daniel31x13](https://togithub.com/daniel31x13) in
[https://github.com/linkwarden/linkwarden/pull/509](https://togithub.com/linkwarden/linkwarden/pull/509)

**Full Changelog**:
https://github.com/linkwarden/linkwarden/compare/v2.5.0...v2.5.1

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

[Compare
Source](https://togithub.com/linkwarden/linkwarden/compare/v2.4.9...v2.5.0)

### Linkwarden 2.5

Read the blog:
[https://blog.linkwarden.app/releases/v2.5](https://blog.linkwarden.app/releases/v2.5?utm_source=GitHub\&utm_medium=social\&utm_campaign=v2\_5\_announcement)

#### What's Changed

##### 🗂 Added support for Sub-Collections

Our most requested feature, you can now create sub-collections to better
organize your links! You can create sub-collections by dragging and
dropping collections on top of each other or by clicking the "Create
Sub-Collection" button in the collection menu.

> \[!NOTE]\
> This feature has just been released, expect some minor bugs. We're
still working on improving it.

#####  Bulk Actions

Make bulk changes to your links with ease. You can now delete, move, or
tag multiple links at once. To use this feature, simply click the pencil
icon right beside the sort button and select the links you want to
modify.

##### 📲 Installable Progressive Web App (PWA)

Step up to a smoother, app-like interface with Linkwarden now as an
installable PWA for mobile and desktop devices. You can install the PWA
by following the instructions in the
[Docs](https://docs.linkwarden.app/getting-started/pwa-installation).

##### 🍏 iOS Shortcut

You can now easily save links to Linkwarden right from the share sheet
on iOS. Just tap the share button, select "Save to Linkwarden", and
you're done! You can get the shortcut by following the instructions in
the [Docs](https://docs.linkwarden.app/getting-started/apple-shortcut).

##### 🔑 API Keys

Unlock new integration possibilities by creating a new API key in the
settings, facilitating automated workflows and enhanced efficiency.

##### 🔗 Customizable Link Actions

You can now choose what happens when you click a link. Choose to open
the original link, the preserved PDF, the preserved screenshot, or the
preserved readable format.

##### 🚫 Duplicate Link Prevention

Prevent adding the same links. This feature can be enabled in the
settings.

##### 📌 Pin links as a member

You can now pin links to your dashboard even if you're a member of a
team and you don't own the collection.

##### 🛠️ Refactored importing functionality

We've refactored the importing functionality to make it more reliable
and efficient. It now also supports sub-collections!

#### New Contributors

- [@&#8203;jan-tee](https://togithub.com/jan-tee) made their first
contribution in
[https://github.com/linkwarden/linkwarden/pull/445](https://togithub.com/linkwarden/linkwarden/pull/445)
- [@&#8203;IsaacWise06](https://togithub.com/IsaacWise06) made their
first contribution in
[https://github.com/linkwarden/linkwarden/pull/456](https://togithub.com/linkwarden/linkwarden/pull/456)
- [@&#8203;go-compile](https://togithub.com/go-compile) made their first
contribution in
[https://github.com/linkwarden/linkwarden/pull/478](https://togithub.com/linkwarden/linkwarden/pull/478)

**Full Changelog**:
https://github.com/linkwarden/linkwarden/compare/v2.4.9...v2.5.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:07:42 +00:00
TrueCharts Bot a671cfaa62
chore(deps): update container image ghostfolio/ghostfolio to v2.62.0@4062970 by renovate (#19107)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghostfolio/ghostfolio | minor | `2.60.0` -> `2.62.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 02:07:18 +01:00
TrueCharts Bot 63da9eda6e
chore(deps): update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.2@9483e2f by renovate (#19102)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/paperless-ngx/paperless-ngx](https://togithub.com/paperless-ngx/paperless-ngx)
| minor | `2.5.4` -> `2.6.2` |

---

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

---

### Release Notes

<details>
<summary>paperless-ngx/paperless-ngx
(ghcr.io/paperless-ngx/paperless-ngx)</summary>

###
[`v2.6.2`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.6.2):
Paperless-ngx v2.6.2

[Compare
Source](https://togithub.com/paperless-ngx/paperless-ngx/compare/v2.6.1...v2.6.2)

#### paperless-ngx 2.6.2

##### Features

- Enhancement: move and rename files when storage paths deleted, update
file handling docs [@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6033](https://togithub.com/paperless-ngx/paperless-ngx/pull/6033))
- Enhancement: better detection of default currency code
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6020](https://togithub.com/paperless-ngx/paperless-ngx/pull/6020))

##### Bug Fixes

- Fix: make document counts in object lists permissions-aware
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6019](https://togithub.com/paperless-ngx/paperless-ngx/pull/6019))

##### All App Changes

<details>
<summary>3 changes</summary>

- Enhancement: move and rename files when storage paths deleted, update
file handling docs [@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6033](https://togithub.com/paperless-ngx/paperless-ngx/pull/6033))
- Fix: make document counts in object lists permissions-aware
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6019](https://togithub.com/paperless-ngx/paperless-ngx/pull/6019))
- Enhancement: better detection of default currency code
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6020](https://togithub.com/paperless-ngx/paperless-ngx/pull/6020))

</details>

###
[`v2.6.1`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.6.1):
Paperless-ngx v2.6.1

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

#### paperless-ngx 2.6.1

##### All App Changes

- Change: tweaks to system status
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6008](https://togithub.com/paperless-ngx/paperless-ngx/pull/6008))

###
[`v2.6.0`](https://togithub.com/paperless-ngx/paperless-ngx/releases/tag/v2.6.0):
Paperless-ngx v2.6.0

[Compare
Source](https://togithub.com/paperless-ngx/paperless-ngx/compare/v2.5.4...v2.6.0)

#### paperless-ngx 2.6.0

##### Features

- Enhancement: Allow user to control PIL image pixel limit
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5997](https://togithub.com/paperless-ngx/paperless-ngx/pull/5997))
- Enhancement: Allow a user to disable the pixel limit for OCR entirely
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5996](https://togithub.com/paperless-ngx/paperless-ngx/pull/5996))
- Feature: workflow removal action
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5928](https://togithub.com/paperless-ngx/paperless-ngx/pull/5928))
- Feature: system status [@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5743](https://togithub.com/paperless-ngx/paperless-ngx/pull/5743))
- Enhancement: better monetary field with currency code
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5858](https://togithub.com/paperless-ngx/paperless-ngx/pull/5858))
- Feature: support disabling regular login
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5816](https://togithub.com/paperless-ngx/paperless-ngx/pull/5816))

##### Bug Fixes

- Fix: refactor base path settings, correct logout redirect
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5976](https://togithub.com/paperless-ngx/paperless-ngx/pull/5976))
- Fix: always pass `remove_inbox_tags` from UI, dont require in API
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5962](https://togithub.com/paperless-ngx/paperless-ngx/pull/5962))
- Fix: Clear metadata cache when the filename(s) change
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5957](https://togithub.com/paperless-ngx/paperless-ngx/pull/5957))
- Fix: include monetary, float and doc link values in search filters
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5951](https://togithub.com/paperless-ngx/paperless-ngx/pull/5951))
- Fix: Better handling of a corrupted index
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5950](https://togithub.com/paperless-ngx/paperless-ngx/pull/5950))
- Fix: Don't assume the location of scratch directory in Docker
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5948](https://togithub.com/paperless-ngx/paperless-ngx/pull/5948))
- Fix: ensure document title always limited to 128 chars
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5934](https://togithub.com/paperless-ngx/paperless-ngx/pull/5934))
- Fix: use `PAPERLESS_URL` for password reset emails, if set
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5902](https://togithub.com/paperless-ngx/paperless-ngx/pull/5902))
- Fix: Correct docker compose check in install script
[@&#8203;ShanSanear](https://togithub.com/ShanSanear)
([#&#8203;5917](https://togithub.com/paperless-ngx/paperless-ngx/pull/5917))
- Fix: respect global permissions for UI settings
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5919](https://togithub.com/paperless-ngx/paperless-ngx/pull/5919))
- Fix: allow disable email verification during signup
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5895](https://togithub.com/paperless-ngx/paperless-ngx/pull/5895))
- Fix: refactor accounts templates and create signup template
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5899](https://togithub.com/paperless-ngx/paperless-ngx/pull/5899))

##### Maintenance

- Chore(deps): Bump the actions group with 3 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5907](https://togithub.com/paperless-ngx/paperless-ngx/pull/5907))
- Chore: Ignores uvicorn updates in dependabot
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5906](https://togithub.com/paperless-ngx/paperless-ngx/pull/5906))

##### Dependencies

<details>
<summary>15 changes</summary>

- Chore(deps): Bump the small-changes group with 3 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;6001](https://togithub.com/paperless-ngx/paperless-ngx/pull/6001))
- Chore(deps-dev): Bump the development group with 2 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5998](https://togithub.com/paperless-ngx/paperless-ngx/pull/5998))
- Chore(deps): Bump the django group with 1 update
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;6000](https://togithub.com/paperless-ngx/paperless-ngx/pull/6000))
- Chore(deps-dev): Bump @&#8203;\<!---->playwright/test from 1.41.2 to
1.42.0 in /src-ui [@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5964](https://togithub.com/paperless-ngx/paperless-ngx/pull/5964))
- Chore(deps-dev): Bump @&#8203;\<!---->types/node from 20.11.20 to
20.11.24 in /src-ui
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5965](https://togithub.com/paperless-ngx/paperless-ngx/pull/5965))
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui
with 11 updates [@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5963](https://togithub.com/paperless-ngx/paperless-ngx/pull/5963))
- Chore(deps-dev): Bump the frontend-eslint-dependencies group in
/src-ui with 3 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5918](https://togithub.com/paperless-ngx/paperless-ngx/pull/5918))
- Chore(deps-dev): Bump @&#8203;\<!---->types/node from 20.11.16 to
20.11.20 in /src-ui
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5912](https://togithub.com/paperless-ngx/paperless-ngx/pull/5912))
- Chore(deps): Bump zone.js from 0.14.3 to 0.14.4 in /src-ui
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5913](https://togithub.com/paperless-ngx/paperless-ngx/pull/5913))
- Chore(deps): Bump bootstrap from 5.3.2 to 5.3.3 in /src-ui
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5911](https://togithub.com/paperless-ngx/paperless-ngx/pull/5911))
- Chore(deps-dev): Bump typescript from 5.2.2 to 5.3.3 in /src-ui
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5915](https://togithub.com/paperless-ngx/paperless-ngx/pull/5915))
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui
with 15 updates [@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5908](https://togithub.com/paperless-ngx/paperless-ngx/pull/5908))
- Chore(deps): Bump the small-changes group with 4 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5916](https://togithub.com/paperless-ngx/paperless-ngx/pull/5916))
- Chore(deps-dev): Bump the development group with 4 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5914](https://togithub.com/paperless-ngx/paperless-ngx/pull/5914))
- Chore(deps): Bump the actions group with 3 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5907](https://togithub.com/paperless-ngx/paperless-ngx/pull/5907))

</details>

##### All App Changes

<details>
<summary>33 changes</summary>

- Feature: Allow user to control PIL image pixel limit
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5997](https://togithub.com/paperless-ngx/paperless-ngx/pull/5997))
- Enhancement: show ID when editing objects
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;6003](https://togithub.com/paperless-ngx/paperless-ngx/pull/6003))
- Feature: Allow a user to disable the pixel limit for OCR entirely
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5996](https://togithub.com/paperless-ngx/paperless-ngx/pull/5996))
- Chore(deps): Bump the small-changes group with 3 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;6001](https://togithub.com/paperless-ngx/paperless-ngx/pull/6001))
- Chore(deps-dev): Bump the development group with 2 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5998](https://togithub.com/paperless-ngx/paperless-ngx/pull/5998))
- Chore(deps): Bump the django group with 1 update
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;6000](https://togithub.com/paperless-ngx/paperless-ngx/pull/6000))
- Feature: workflow removal action
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5928](https://togithub.com/paperless-ngx/paperless-ngx/pull/5928))
- Feature: system status [@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5743](https://togithub.com/paperless-ngx/paperless-ngx/pull/5743))
- Fix: refactor base path settings, correct logout redirect
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5976](https://togithub.com/paperless-ngx/paperless-ngx/pull/5976))
- Chore(deps-dev): Bump @&#8203;\<!---->playwright/test from 1.41.2 to
1.42.0 in /src-ui [@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5964](https://togithub.com/paperless-ngx/paperless-ngx/pull/5964))
- Chore(deps-dev): Bump @&#8203;\<!---->types/node from 20.11.20 to
20.11.24 in /src-ui
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5965](https://togithub.com/paperless-ngx/paperless-ngx/pull/5965))
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui
with 11 updates [@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5963](https://togithub.com/paperless-ngx/paperless-ngx/pull/5963))
- Fix: always pass `remove_inbox_tags` from UI, dont require in API
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5962](https://togithub.com/paperless-ngx/paperless-ngx/pull/5962))
- Fix: Clear metadata cache when the filename(s) change
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5957](https://togithub.com/paperless-ngx/paperless-ngx/pull/5957))
- Fix: include monetary, float and doc link values in search filters
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5951](https://togithub.com/paperless-ngx/paperless-ngx/pull/5951))
- Fix: Better handling of a corrupted index
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5950](https://togithub.com/paperless-ngx/paperless-ngx/pull/5950))
- Chore: Includes OCRMyPdf logging into the log file
[@&#8203;stumpylog](https://togithub.com/stumpylog)
([#&#8203;5947](https://togithub.com/paperless-ngx/paperless-ngx/pull/5947))
- Fix: ensure document title always limited to 128 chars
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5934](https://togithub.com/paperless-ngx/paperless-ngx/pull/5934))
- Enhancement: better monetary field with currency code
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5858](https://togithub.com/paperless-ngx/paperless-ngx/pull/5858))
- Change: add Thumbs.db to default ignores
[@&#8203;DennisGaida](https://togithub.com/DennisGaida)
([#&#8203;5924](https://togithub.com/paperless-ngx/paperless-ngx/pull/5924))
- Fix: use `PAPERLESS_URL` for password reset emails, if set
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5902](https://togithub.com/paperless-ngx/paperless-ngx/pull/5902))
- Fix: respect global permissions for UI settings
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5919](https://togithub.com/paperless-ngx/paperless-ngx/pull/5919))
- Chore(deps-dev): Bump the frontend-eslint-dependencies group in
/src-ui with 3 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5918](https://togithub.com/paperless-ngx/paperless-ngx/pull/5918))
- Chore(deps-dev): Bump @&#8203;\<!---->types/node from 20.11.16 to
20.11.20 in /src-ui
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5912](https://togithub.com/paperless-ngx/paperless-ngx/pull/5912))
- Chore(deps): Bump zone.js from 0.14.3 to 0.14.4 in /src-ui
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5913](https://togithub.com/paperless-ngx/paperless-ngx/pull/5913))
- Chore(deps): Bump bootstrap from 5.3.2 to 5.3.3 in /src-ui
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5911](https://togithub.com/paperless-ngx/paperless-ngx/pull/5911))
- Chore(deps-dev): Bump typescript from 5.2.2 to 5.3.3 in /src-ui
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5915](https://togithub.com/paperless-ngx/paperless-ngx/pull/5915))
- Chore(deps): Bump the frontend-angular-dependencies group in /src-ui
with 15 updates [@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5908](https://togithub.com/paperless-ngx/paperless-ngx/pull/5908))
- Fix: allow disable email verification during signup
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5895](https://togithub.com/paperless-ngx/paperless-ngx/pull/5895))
- Fix: refactor accounts templates and create signup template
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5899](https://togithub.com/paperless-ngx/paperless-ngx/pull/5899))
- Chore(deps): Bump the small-changes group with 4 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5916](https://togithub.com/paperless-ngx/paperless-ngx/pull/5916))
- Chore(deps-dev): Bump the development group with 4 updates
[@&#8203;dependabot](https://togithub.com/dependabot)
([#&#8203;5914](https://togithub.com/paperless-ngx/paperless-ngx/pull/5914))
- Enhancement: support disabling regular login
[@&#8203;shamoon](https://togithub.com/shamoon)
([#&#8203;5816](https://togithub.com/paperless-ngx/paperless-ngx/pull/5816))

</details>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 01:05:58 +00:00
TrueCharts Bot f3936c1455
chore(deps): update container image ghcr.io/rickdb/plexanisync to v1.4.0@d507820 by renovate (#19103)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/rickdb/plexanisync](https://togithub.com/RickDB/PlexAniSync)
| minor | `1.3.27` -> `1.4.0` |

---

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

---

### Release Notes

<details>
<summary>RickDB/PlexAniSync (ghcr.io/rickdb/plexanisync)</summary>

###
[`v1.4.0`](https://togithub.com/RickDB/PlexAniSync/releases/tag/v1.4.0)

[Compare
Source](https://togithub.com/RickDB/PlexAniSync/compare/v1.3.27...v1.4.0)

#### What's Changed

- Use `guid` fields for mappings, see [the
README](https://togithub.com/RickDB/PlexAniSync?tab=readme-ov-file#duplicate-plex-titles)
for an explanation.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 02:05:45 +01:00
TrueCharts Bot 4c5548c06a
chore(deps): update container image ghcr.io/mealie-recipes/mealie to v1.3.2@3b503b0 by renovate (#19101) 2024-03-11 02:05:40 +01:00
TrueCharts Bot 0263b638a0
chore(deps): update container image ghcr.io/linuxserver/openvscode-server to v1.87.0@3842b29 by renovate (#19100)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/openvscode-server](https://togithub.com/linuxserver/docker-openvscode-server/packages)
([source](https://togithub.com/linuxserver/docker-openvscode-server)) |
minor | `1.86.2` -> `1.87.0` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 02:05:36 +01:00
TrueCharts Bot bc9609f855
chore(deps): update container image ghcr.io/static-web-server/static-web-server to v2.28.0@542265a by renovate (#19105) 2024-03-11 02:05:31 +01:00
TrueCharts Bot b7da37e6c3
chore(deps): update container image ghcr.io/unpoller/unpoller to v2.10.0@c2ac3a1 by renovate (#19106)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/unpoller/unpoller](https://togithub.com/unpoller/unpoller) |
minor | `v2.9.5` -> `v2.10.0` |

---

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

---

### Release Notes

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

###
[`v2.10.0`](https://togithub.com/unpoller/unpoller/releases/tag/v2.10.0)

[Compare
Source](https://togithub.com/unpoller/unpoller/compare/v2.9.5...v2.10.0)

#### Changelog

- [`feb8882`](https://togithub.com/unpoller/unpoller/commit/feb88828)
Merge pull request
[#&#8203;683](https://togithub.com/unpoller/unpoller/issues/683) from
unpoller/loki-add-hostname
- [`b87ee94`](https://togithub.com/unpoller/unpoller/commit/b87ee941)
add hostname per
[#&#8203;415](https://togithub.com/unpoller/unpoller/issues/415) request
to loki exports
- [`60e5c3d`](https://togithub.com/unpoller/unpoller/commit/60e5c3d8)
Merge pull request
[#&#8203;682](https://togithub.com/unpoller/unpoller/issues/682) from
unpoller/platinummonkey-patch-1
- [`c503f04`](https://togithub.com/unpoller/unpoller/commit/c503f04a)
Fixes influxdb init for docker compose
- [`d74dbcf`](https://togithub.com/unpoller/unpoller/commit/d74dbcfb)
Merge pull request
[#&#8203;681](https://togithub.com/unpoller/unpoller/issues/681) from
unpoller/dependabot/go_modules/golang.org/x/crypto-0.20.0
- [`59d1de0`](https://togithub.com/unpoller/unpoller/commit/59d1de04)
Bump golang.org/x/crypto from 0.19.0 to 0.20.0
- [`70703ad`](https://togithub.com/unpoller/unpoller/commit/70703ad7)
Merge pull request
[#&#8203;679](https://togithub.com/unpoller/unpoller/issues/679) from
unpoller/dependabot/go_modules/github.com/prometheus/client_golang-1.19.0
- [`33a2235`](https://togithub.com/unpoller/unpoller/commit/33a22359)
Merge pull request
[#&#8203;680](https://togithub.com/unpoller/unpoller/issues/680) from
unpoller/dependabot/go_modules/github.com/stretchr/testify-1.9.0
- [`7a74dc3`](https://togithub.com/unpoller/unpoller/commit/7a74dc3e)
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
- [`6d2753e`](https://togithub.com/unpoller/unpoller/commit/6d2753e2)
Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0
- [`84cef2f`](https://togithub.com/unpoller/unpoller/commit/84cef2fe)
Merge pull request
[#&#8203;677](https://togithub.com/unpoller/unpoller/issues/677) from
unpoller/dependabot/go_modules/github.com/prometheus/common-0.48.0
- [`0333891`](https://togithub.com/unpoller/unpoller/commit/03338914)
Bump github.com/prometheus/common from 0.47.0 to 0.48.0
- [`df4e1bd`](https://togithub.com/unpoller/unpoller/commit/df4e1bd0)
Merge pull request
[#&#8203;675](https://togithub.com/unpoller/unpoller/issues/675) from
unpoller/dependabot/go_modules/github.com/prometheus/common-0.47.0
- [`b51ae3e`](https://togithub.com/unpoller/unpoller/commit/b51ae3e9)
Bump github.com/prometheus/common from 0.46.0 to 0.47.0
- [`8ba9ac9`](https://togithub.com/unpoller/unpoller/commit/8ba9ac9b)
Merge pull request
[#&#8203;672](https://togithub.com/unpoller/unpoller/issues/672) from
unpoller/dependabot/go_modules/golang.org/x/net-0.21.0
- [`c953609`](https://togithub.com/unpoller/unpoller/commit/c9536097)
Bump golang.org/x/net from 0.20.0 to 0.21.0
- [`9adfa57`](https://togithub.com/unpoller/unpoller/commit/9adfa573)
Merge pull request
[#&#8203;674](https://togithub.com/unpoller/unpoller/issues/674) from
unpoller/dependabot/github_actions/golangci/golangci-lint-action-4
- [`42a221f`](https://togithub.com/unpoller/unpoller/commit/42a221fb)
Merge pull request
[#&#8203;673](https://togithub.com/unpoller/unpoller/issues/673) from
unpoller/dependabot/go_modules/golang.org/x/crypto-0.19.0
- [`4b11bda`](https://togithub.com/unpoller/unpoller/commit/4b11bdae)
Bump golangci/golangci-lint-action from 3 to 4
- [`84cd5fa`](https://togithub.com/unpoller/unpoller/commit/84cd5fa4)
Bump golang.org/x/crypto from 0.18.0 to 0.19.0
- [`190e28d`](https://togithub.com/unpoller/unpoller/commit/190e28db)
Merge pull request
[#&#8203;670](https://togithub.com/unpoller/unpoller/issues/670) from
unpoller/dependabot/github_actions/peter-evans/dockerhub-description-4
- [`27f16bc`](https://togithub.com/unpoller/unpoller/commit/27f16bc4)
Bump peter-evans/dockerhub-description from 3 to 4
- [`51d7f86`](https://togithub.com/unpoller/unpoller/commit/51d7f861)
Merge pull request
[#&#8203;667](https://togithub.com/unpoller/unpoller/issues/667) from
unpoller/dependabot/go_modules/golift.io/cnfg-0.2.3
- [`625cf0f`](https://togithub.com/unpoller/unpoller/commit/625cf0f8)
Bump golift.io/cnfg from 0.2.2 to 0.2.3
- [`1e0e94a`](https://togithub.com/unpoller/unpoller/commit/1e0e94ae)
Merge pull request
[#&#8203;665](https://togithub.com/unpoller/unpoller/issues/665) from
unpoller/dependabot/go_modules/github.com/prometheus/common-0.46.0
- [`601f587`](https://togithub.com/unpoller/unpoller/commit/601f587b)
Bump github.com/prometheus/common from 0.45.0 to 0.46.0
- [`8e25057`](https://togithub.com/unpoller/unpoller/commit/8e250571)
Merge pull request
[#&#8203;666](https://togithub.com/unpoller/unpoller/issues/666) from
unpoller/dependabot/go_modules/golang.org/x/net-0.20.0
- [`1e312e4`](https://togithub.com/unpoller/unpoller/commit/1e312e4e)
Bump golang.org/x/net from 0.19.0 to 0.20.0
- [`f0cc926`](https://togithub.com/unpoller/unpoller/commit/f0cc9267)
Merge pull request
[#&#8203;662](https://togithub.com/unpoller/unpoller/issues/662) from
unpoller/dependabot/go_modules/golang.org/x/term-0.16.0
- [`955d210`](https://togithub.com/unpoller/unpoller/commit/955d210b)
Bump golang.org/x/term from 0.15.0 to 0.16.0
- [`46b2871`](https://togithub.com/unpoller/unpoller/commit/46b2871c)
Update docker-compose.yml
- [`68e9ec3`](https://togithub.com/unpoller/unpoller/commit/68e9ec37)
Update docker-compose.yml
- [`427890c`](https://togithub.com/unpoller/unpoller/commit/427890ce)
Merge pull request
[#&#8203;661](https://togithub.com/unpoller/unpoller/issues/661) from
unpoller/dependabot/go_modules/github.com/prometheus/client_golang-1.18.0
- [`b2ff187`](https://togithub.com/unpoller/unpoller/commit/b2ff1876)
Bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjIzNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-11 02:05:29 +01:00