Commit Graph

21796 Commits

Author SHA1 Message Date
TrueCharts Bot 9a38b4702b
chore(deps): update container image ghcr.io/ollama-webui/ollama-webui to main@d5a5c11 by renovate (#17872)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/ollama-webui/ollama-webui | digest | `06e060b` -> `d5a5c11` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 23:25:48 +01:00
Kjeld Schouten 206feb9feb
Delete charts/stable/projectzomboidreporter-frontend directory
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 22:31:01 +01:00
Xstar97TheNoob c6b897bfd0
fix(ollama) fix ollama sidecar web gui; secret key env (#18476)
**Description**
Should fix the issue for the next update for ollama web gui
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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._
2024-02-21 22:28:08 +01:00
TrueCharts Bot 29498584ec
chore(deps): update authentik to v2024.2.0@0099d35 by renovate (major) (#18483)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/goauthentik/ldap](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | major |
`2023.10.7` -> `2024.2.0` |
| [ghcr.io/goauthentik/proxy](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | major |
`2023.10.7` -> `2024.2.0` |
| [ghcr.io/goauthentik/radius](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | major |
`2023.10.7` -> `2024.2.0` |
| [ghcr.io/goauthentik/server](https://goauthentik.io)
([source](https://togithub.com/goauthentik/authentik)) | major |
`2023.10.7` -> `2024.2.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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 22:27:57 +01:00
Jamie beeffc7938
feat(nvidia-gpu-exporter): Move to stable (#18485)
**Description**
Move nvidia-gpu-exporter to Stable train.

⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
Testing completed on both TrueNAS-SCALE-23.10.1 & native helm. GPU
metrics successfully collected and exported into prometheus using Nvidia
Quadro M2000 card.

**📃 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
- [ ] ⬆️ 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-02-21 22:27:31 +01:00
Jamie 609e3fe31f
feat(smartctl-exporter): Move to stable (#18484)
**Description**
Move smartctl-exporter to Stable train.

⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
Testing completed on both TrueNAS-SCALE-23.10.1 & native helm. S.M.A.R.T
metrics successfully collected and exported into prometheus.

**📃 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
- [ ] ⬆️ 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-02-21 22:27:14 +01:00
TrueCharts Bot ddabb77de7
chore(deps): update container image wekanteam/wekan to v7.31@2df3389 by renovate (#18434)
This PR contains the following updates:

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

---

> [!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.31`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v731-2024-02-17-WeKan--release)

[Compare Source](https://togithub.com/wekan/wekan/compare/v7.30...v7.31)

This release adds the following new features:

- [api.py: Added getcard and
cardsbyswimlane](https://togithub.com/wekan/wekan/pull/5287).
    Thanks to xator91.
- [api.py: Add card with label and add a label to a
card](https://togithub.com/wekan/wekan/pull/5290).
    Thanks to xator91.
- [api.py: Fix BoardID to SwimlaneID in
cardsbyswimlane](https://togithub.com/wekan/wekan/pull/5290).
    Thanks to xator91.
- [boards.js: New update board title function for
API](https://togithub.com/wekan/wekan/pull/5300).
    Thanks to xator91.
- [api.py: EDIT BOARD
TITLE](https://togithub.com/wekan/wekan/pull/5301).
    Thanks to xator91.

and adds the following updates:

- [Release scripts: Commented out not currently in use builds of WeKan
bundle](4eb0085243).
    Thanks to xet7.
- [Try to fix
Snap](a54e52d34b).
    Thanks to xet7.
- [Updated to Meteor 2.15-rc.1 and removed duplicate nodemailer package
because of some
errors](59c42bc1a3).
    Thanks to Meteor developers.
- [Updated to Meteor
2.15](5198ee997c).
    Thanks to Meteor developers.

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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 19:31:36 +01:00
TrueCharts Bot 349c565092
chore(deps): update container image n8nio/n8n to v1.30.0@96c305c by renovate (#18482)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| n8nio/n8n | minor | `1.29.1` -> `1.30.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 19:31:01 +01:00
TrueCharts Bot 5803ab09a6
chore(deps): update container image ghcr.io/linuxserver/remmina to 1.4.2@02b7375 by renovate (#18480)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/remmina](https://togithub.com/linuxserver/docker-remmina/packages)
([source](https://togithub.com/linuxserver/docker-remmina)) | digest |
`453d94d` -> `02b7375` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 19:17:55 +01:00
TrueCharts Bot b172460b99
chore(deps): update container image ghcr.io/linuxserver/synclounge to 5.2.25@c932d3c by renovate (#18481)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/synclounge](https://togithub.com/linuxserver/docker-synclounge/packages)
([source](https://togithub.com/linuxserver/docker-synclounge)) | digest
| `5c30df3` -> `c932d3c` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 19:17:13 +01:00
TrueCharts Bot 36330ae77d
chore(deps): update container image bitnami/mongodb to 7.0.5@6cbe3bd by renovate (#18478)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/mongodb | digest | `3e1c53e` -> `6cbe3bd` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 19:16:39 +01:00
TrueCharts Bot e524f1a038
chore(deps): update container image diygod/rsshub to latest@81bf066 by renovate (#18479)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| diygod/rsshub | digest | `c4993c8` -> `81bf066` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 18:16:25 +00:00
TrueCharts Bot baa0977080
chore(deps): update container image bitnami/alertmanager to 0.26.0@9e7e46e by renovate (#18477)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/alertmanager | digest | `5779c22` -> `9e7e46e` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 19:15:35 +01:00
Nick Sweeting 943073e4ba
add(archivebox): Add new ArchiveBox chart (#18258)
**Description**

Adds new chart for ArchiveBox.
https://github.com/truenas/charts/issues/2165

- https://github.com/ArchiveBox/ArchiveBox
- https://hub.docker.com/r/archivebox/archivebox
-
[`Dockerfile`](https://github.com/ArchiveBox/ArchiveBox/blob/main/Dockerfile)
-
[`docker-compose.yml`](https://github.com/ArchiveBox/ArchiveBox/blob/main/docker-compose.yml)
-
[`archivebox-kubernetes.yml`](https://github.com/ArchiveBox/docker-archivebox/blob/master/archivebox.yml)
- [ArchiveBox Docker
Quickstart](https://github.com/ArchiveBox/ArchiveBox#quickstart) +
[Usage](https://github.com/ArchiveBox/ArchiveBox/wiki/Docker) +
[Configuration](https://github.com/ArchiveBox/ArchiveBox/wiki/Docker#configuration)
+
[Upgrading](https://github.com/ArchiveBox/ArchiveBox/wiki/Upgrading-or-Merging-Archives)
documentation

**⚙️ 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?**

I have tested it as a "Custom App" in TrueNAS scale but have not tested
beyond that. Let me know how to test it if there are other mechanisms, I
didn't see an way in the docs to load this as yaml into TrueNAS.

<img width="998" alt="image"
src="https://github.com/truecharts/charts/assets/511499/d4355f84-038c-4b97-87e8-85b46b37dd1d">


**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ 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.

- [x] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
2024-02-21 18:44:56 +01:00
StevenMcElligott d519d79443
fix(xm-rig): Update to maintained image (#18253)
**Description**

Update to new container

⚒️ Fixes  #18249

**⚙️ 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._

---------

Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2024-02-21 18:21:24 +01:00
TrueCharts Bot ad7b932c17
chore(deps): update container image ghcr.io/jens-maus/raspberrymatic to latest@ffe3351 by renovate (#17839)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/jens-maus/raspberrymatic | digest | `c9e99b3` -> `ffe3351` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 18:20:58 +01:00
TrueCharts Bot 089b1ab557
chore(deps): lock file maintenance ignored by renovate (#18151)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|  | lockFileMaintenance | All locks refreshed |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `17.2.31` ->
`17.5.0` |
| ghcr.io/atuinsh/atuin | minor | `17.1.0` -> `17.2.1` |
| ghcr.io/mintplex-labs/anything-llm | digest | `6313fe9` -> `fc85952` |

---

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

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am 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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 18:16:26 +01:00
TrueCharts Bot 92f0a59b3d
chore(deps): update container image docker.io/mongo-express to latest@6e692b3 by renovate (#16927)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/mongo-express | digest | `daa4a0d` -> `6e692b3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE5Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 18:13:29 +01:00
StevenMcElligott 2f4d225c64
fix(icloudpd) - Misc fixes (#18447)
**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  # <!--(issue)-->

**⚙️ 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-02-21 18:09:43 +01:00
Xstar97TheNoob 0560aa7dd6
feat(gaseous-server) add gaseous-server (#18260)
**Description**
A game ROM manager using multiple sources to identify and provide
metadata
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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:**
<!-- 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
- [ ] ⬆️ 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.

- [X] 🖼️ 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-02-21 18:07:48 +01:00
TrueCharts Bot 9c6ca926d5
chore(deps): update container image redis to v11.2.1@70061d9 by renovate (#18431)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/bitnami/bitnami-docker-redis)) | minor |
`11.1.21` -> `11.2.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 18:06:41 +01:00
TrueCharts Bot b08547e6c6
chore(deps): update container image mariadb to v12.2.1@4aea126 by renovate (#18421)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/prometheus/mysqld_exporter)) | minor |
`12.1.17` -> `12.2.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 18:05:52 +01:00
StevenMcElligott 80169377ff
fix(Wordpress): Fix Wordpress Probes (#18256)
**Description**

Should fix issues with probes and maintains HTTP probes

⚒️ Fixes  #18255

**⚙️ 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._

---------

Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2024-02-21 18:04:29 +01:00
StevenMcElligott 2962d3ff9f
feat(Davos): Fix image (#18267)
**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  # <!--(issue)-->

**⚙️ 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-02-21 18:04:18 +01:00
TrueCharts Bot fcf9977e7c
chore(deps): update container image ghcr.io/wg-easy/wg-easy to v11@4c06c3c by renovate (#18438)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/wg-easy/wg-easy | major | `10` -> `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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 17:38:18 +01:00
TrueCharts Bot 656cd549be
chore(deps): update ignored updates to v18.0.1@49df570 by renovate (#17078)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/atuinsh/atuin | major | `17.1.0` -> `18.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 17:36:47 +01:00
Jamie e3e13d552a
feat(nvidia-gpu-exporter) add nvidia-gpu-exporter (#17289)
**Description**
Prometheus exporter for Nvidia GPU's using nvidia-smi binary to gather
metrics.
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
Tested on local Kubernetes cluster using Nvidia Quadro M2000 card.

**📃 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
- [ ] ⬆️ 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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [x] 🖼️ 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-02-21 17:34:43 +01:00
Jamie ed52d4f240
feat(smartctl-exporter) add smartctl-exporter (#17522)
**Description**
Prometheus exporter for disks supporting S.M.A.R.T using smartctl binary
to gather metrics.
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
Tested on local Kubernetes cluster.

**📃 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
- [ ] ⬆️ 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.

- [x] 🖼️ 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-02-21 17:20:16 +01:00
TrueCharts Bot 90c6483947
chore(deps): update container image clickhouse to v11.1.1@772ed2e by renovate (#18437)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://clickhouse.com/)) | major | `10.2.14` -> `11.1.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 17:18:42 +01:00
TrueCharts Bot 6587c83511
chore(deps): update container image jlesage/czkawka to v24.02.1@431aa6d by renovate (#18439)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/czkawka](https://togithub.com/jlesage/docker-czkawka) | major
| `v23.11.2` -> `v24.02.1` |

---

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

---

### Release Notes

<details>
<summary>jlesage/docker-czkawka (jlesage/czkawka)</summary>

###
[`v24.02.1`](https://togithub.com/jlesage/docker-czkawka/releases/tag/v24.02.1):
Version 24.02.1

[Compare
Source](https://togithub.com/jlesage/docker-czkawka/compare/v23.11.2...v24.02.1)

Changes in this release:

- Updated baseimage to version 4.5.3, which brings the following
changes:
    -   Disabled fullscreen support when page is loaded into an iFrame.
    -   Rebuilt against latest distro images to get security fixes.

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 17:18:34 +01:00
TrueCharts Bot 7a749e22e2
chore(deps): update container image jlesage/filebot to v24.02.1@18a8264 by renovate (#18440)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [jlesage/filebot](https://togithub.com/jlesage/docker-filebot) | major
| `v23.11.2` -> `v24.02.1` |

---

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

---

### Release Notes

<details>
<summary>jlesage/docker-filebot (jlesage/filebot)</summary>

###
[`v24.02.1`](https://togithub.com/jlesage/docker-filebot/releases/tag/v24.02.1):
Version 24.02.1

[Compare
Source](https://togithub.com/jlesage/docker-filebot/compare/v23.11.2...v24.02.1)

Changes in this release:

- Updated baseimage to version 4.5.3, which brings the following
changes:
    -   Disabled fullscreen support when page is loaded into an iFrame.
    -   Rebuilt against latest distro images to get security fixes.

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 17:18:10 +01:00
TrueCharts Bot d422e1bdc4
chore(deps): update container image esphome/esphome to v2024.2.0@f7fd1a5 by renovate (#18475)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| esphome/esphome | major | `2023.12.9` -> `2024.2.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 17:17:29 +01:00
Kjeld Schouten bdcb1e907e
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 17:16:08 +01:00
Kjeld Schouten d9af61abed
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 17:13:52 +01:00
TrueCharts Bot 15bdd483f8
chore(deps): update container image sourcegraph/server to v5.3.0@2328fdc by renovate (#18432) 2024-02-21 17:13:41 +01:00
TrueCharts Bot 545c5542ae
chore(deps): update container image zwavejs/zwave-js-ui to v9.9.0@4f86345 by renovate (#18435) 2024-02-21 17:13:35 +01:00
Kjeld Schouten 5b9717e823
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 17:13:18 +01:00
TrueCharts Bot e24edb3b17
chore(deps): update container image tccr.io/tccr/traefik to v2.11.0@b117ffb by renovate (#18433) 2024-02-21 17:13:04 +01:00
TrueCharts Bot b0e77b2fd6
chore(deps): update container image phalcode/gamevault-backend to v10.2.0@26e5e79 by renovate (#18429) 2024-02-21 17:13:02 +01:00
Kjeld Schouten 0affdf424b
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 17:12:31 +01:00
TrueCharts Bot db865aaee1
chore(deps): update container image outlinewiki/outline to v0.75.1@64c3ed1 by renovate (#18428)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://togithub.com/outline/outline) | minor |
`0.74.0` -> `0.75.1` |

---

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

---

### Release Notes

<details>
<summary>outline/outline (outlinewiki/outline)</summary>

###
[`v0.75.1`](https://togithub.com/outline/outline/releases/tag/v0.75.1)

[Compare
Source](https://togithub.com/outline/outline/compare/v0.75.0...v0.75.1)

#### What's Changed

##### Improvements

- Added flag `--no-migrate` to optionally suppress automatic migrations
on startup (the container will exit instead).
- Added option `OIDC_LOGOUT_URI` as optional post-logout redirect url by
[@&#8203;Shuttleu](https://togithub.com/Shuttleu) in
[https://github.com/outline/outline/pull/6539](https://togithub.com/outline/outline/pull/6539)
- Added option `OIDC_DISABLE_REDIRECT` to prevent automatic OIDC
redirect by [@&#8203;Shuttleu](https://togithub.com/Shuttleu) in
[https://github.com/outline/outline/pull/6544](https://togithub.com/outline/outline/pull/6544)
- `MAXIMUM_IMPORT_SIZE` was deprecated and split into
`FILE_STORAGE_IMPORT_MAX_SIZE` (for documents) and
`FILE_STORAGE_WORKSPACE_IMPORT_MAX_SIZE` (for workspace imports) in
[https://github.com/outline/outline/pull/6566](https://togithub.com/outline/outline/pull/6566)

##### Fixes

-   Fixed new paragraphs are lost in table cells imported from HTML
- Fixed an issue where tables with empty cells could fail to import from
HTML
- Fixed an issue where quoted search queries with colons could cause a
server error
-   Fixed regression in styling of search filter options
- Fixed an issue where error in OIDC login would result in infinite
redirect
- Hide image drag handles, empty captions, and selected outlines when
printing in
[https://github.com/outline/outline/pull/6550](https://togithub.com/outline/outline/pull/6550)
- Missing highlighted context on search results page in
[https://github.com/outline/outline/pull/6549](https://togithub.com/outline/outline/pull/6549)
- Error for self-host draw.io by
[@&#8203;TaoChan1005](https://togithub.com/TaoChan1005) in
[https://github.com/outline/outline/pull/6554](https://togithub.com/outline/outline/pull/6554)
- Propagate Enter key events in `SuggestionsMenu` allows pressing
`Enter` after typed url in embed input by
[@&#8203;superkelvint](https://togithub.com/superkelvint) in
[https://github.com/outline/outline/pull/6556](https://togithub.com/outline/outline/pull/6556)
- Do not load `opensearch.xml` from CDN, so it uses the correct
subdomain by [@&#8203;waf](https://togithub.com/waf) in
[https://github.com/outline/outline/pull/6567](https://togithub.com/outline/outline/pull/6567)
- `CMD+Z` now works now works when the editor component does not
technically have focus
- Served HTML `lang` attribute now reflects installation default
language

#### New Contributors

- [@&#8203;Shuttleu](https://togithub.com/Shuttleu) made their first
contribution in
[https://github.com/outline/outline/pull/6539](https://togithub.com/outline/outline/pull/6539)
- [@&#8203;TaoChan1005](https://togithub.com/TaoChan1005) made their
first contribution in
[https://github.com/outline/outline/pull/6554](https://togithub.com/outline/outline/pull/6554)
- [@&#8203;superkelvint](https://togithub.com/superkelvint) made their
first contribution in
[https://github.com/outline/outline/pull/6556](https://togithub.com/outline/outline/pull/6556)
- [@&#8203;waf](https://togithub.com/waf) made their first contribution
in
[https://github.com/outline/outline/pull/6567](https://togithub.com/outline/outline/pull/6567)

**Full Changelog**:
https://github.com/outline/outline/compare/v0.75.0...v0.75.1

###
[`v0.75.0`](https://togithub.com/outline/outline/releases/tag/v0.75.0)

[Compare
Source](https://togithub.com/outline/outline/compare/v0.74.0...v0.75.0)

#### What's Changed

<img width="618" alt="image"
src="https://github.com/outline/outline/assets/380914/ff00680a-9e8a-46a4-94fa-48622d0fcc3c">

This release brings a rebuild of the internal permissions in order to
support inviting users to individual documents, this has been several
months work and involved a complete redesign of the `Share` menu on
documents. We have also worked to clarify public sharing and will be
bringing similar enhancements to permission management in collections
for the next release.

This month we also introduced [AI
Answers](https://www.getoutline.com/changelog/ai-answers) in
cloud-hosted Outline. This integration allows searched questions to be
answered directly from the contents of your knowledge base! We're
excited to make this available on the [business
license](https://www.getoutline.com/pricing) – If you'd like to upgrade
to a paid license to access this feature [please get in
touch](https://www.getoutline.com/contact).

##### Improvements

- Document title will now be automatically used when pasting internal
doc url in
[https://github.com/outline/outline/pull/6352](https://togithub.com/outline/outline/pull/6352)
- Embeds are now rendered within HTML and PDF exports in
[https://github.com/outline/outline/pull/6290](https://togithub.com/outline/outline/pull/6290)
- Added ability to include drafts in search results by
[@&#8203;apoorv-mishra](https://togithub.com/apoorv-mishra) in
[https://github.com/outline/outline/pull/6335](https://togithub.com/outline/outline/pull/6335)
-   Added 20+ new custom icons to use for collections
- Comments in the sidebar will now show the associated highlighted text
in the document
- Installations with a single OIDC auth-provider will auto-redirect on
login
- Retina images pasted into a document are now sized as they should be
viewed in
[https://github.com/outline/outline/pull/6350](https://togithub.com/outline/outline/pull/6350)
- Improved collection creation UI in
[https://github.com/outline/outline/pull/6485](https://togithub.com/outline/outline/pull/6485)
- You can now drag a document or collection into the "Starred" section
to star in the sidebar
-   It's now possible to replace a file attachment inline
- Automatically replace (--) with emdash by
[@&#8203;L11R](https://togithub.com/L11R) in
[https://github.com/outline/outline/pull/6479](https://togithub.com/outline/outline/pull/6479)
-   Added native keyboard shortcuts for Find+Replace functionality
-   Inline code now has a "Copy" action in the toolbar
- Added "Find and replace" option to menu on mobile in
[https://github.com/outline/outline/pull/6368](https://togithub.com/outline/outline/pull/6368)
- Added a security setting to allow users to send invites in
[https://github.com/outline/outline/pull/6488](https://togithub.com/outline/outline/pull/6488)
- Added [Camunda](https://camunda.com/) embed support in
[https://github.com/outline/outline/pull/6457](https://togithub.com/outline/outline/pull/6457)
-   Added support for [SmartSuite](https://app.smartsuite.com) embeds
- Added support for embedded images in Word documents exported from
Confluence in
[https://github.com/outline/outline/pull/6361](https://togithub.com/outline/outline/pull/6361)
-   Added a "Copy as Markdown", and "Copy as Link" actions to documents
- Invite user screen now displays which collections they will be granted
access to
- In-app notifications are now instant rather than delayed like emails
in
[https://github.com/outline/outline/pull/6506](https://togithub.com/outline/outline/pull/6506)
-   API: Added missing `integrations.info` endpoint
-   API: Added missing `comments.info` endpoint
-   And lots more I've probably forgotten…

##### Fixes

- Positioning of editing toolbar on mobile devices in
[https://github.com/outline/outline/pull/6279](https://togithub.com/outline/outline/pull/6279)
- Suspended users now receive the correct error message on attempted
login by [@&#8203;ruizehung](https://togithub.com/ruizehung) in
[https://github.com/outline/outline/pull/6297](https://togithub.com/outline/outline/pull/6297)
- Fixed an issue where Mermaid diagrams are not displayed correctly next
to headings by [@&#8203;david50407](https://togithub.com/david50407) in
[https://github.com/outline/outline/pull/6299](https://togithub.com/outline/outline/pull/6299)
- Fixed theme rendering of Mermaid diagrams by
[@&#8203;david50407](https://togithub.com/david50407) in
[https://github.com/outline/outline/pull/6307](https://togithub.com/outline/outline/pull/6307)
-   Fixed Airtable embeds not working with latest url format
- Fixed an issue where Firefox would not behave correctly when resizing
a video
-   Fixed a server error when search term contains double single quotes
- Fixed an issue where pasted links from HTML could result in a double
underline formatting
- Fixed a race condition that could result in corrupt structure in the
collection sidebar
- Fixed an issue where settings could not be saved until an avatar was
uploaded
- Fixed an issue that preventing unpublishing documents with archived
children
-   It is now possible to use parentheses before an @&#8203;mention
- Fix flash on render of newly created comments
[https://github.com/outline/outline/pull/6322](https://togithub.com/outline/outline/pull/6322)
- Database relationships are now cleaned up correctly when a user is
deleted in
[https://github.com/outline/outline/pull/6343](https://togithub.com/outline/outline/pull/6343)
- Add notifications for document and collection access in
[https://github.com/outline/outline/pull/6460](https://togithub.com/outline/outline/pull/6460)
- Updates to user model are now synced between clients in
[https://github.com/outline/outline/pull/6490](https://togithub.com/outline/outline/pull/6490)
- Improved resiliency of importer in
[https://github.com/outline/outline/pull/6519](https://togithub.com/outline/outline/pull/6519),
[https://github.com/outline/outline/issues/6273](https://togithub.com/outline/outline/issues/6273)
- It is no longer possible to duplicate comment marks through copy/paste
of text
-   Pasting a markdown table will now always trigger markdown parsing

#### New Contributors

- [@&#8203;ruizehung](https://togithub.com/ruizehung) made their first
contribution in
[https://github.com/outline/outline/pull/6297](https://togithub.com/outline/outline/pull/6297)
- [@&#8203;david50407](https://togithub.com/david50407) made their first
contribution in
[https://github.com/outline/outline/pull/6299](https://togithub.com/outline/outline/pull/6299)
- [@&#8203;L11R](https://togithub.com/L11R) made their first
contribution in
[https://github.com/outline/outline/pull/6479](https://togithub.com/outline/outline/pull/6479)

**Full Changelog**:
https://github.com/outline/outline/compare/v0.74.0...v0.75.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 17:12:29 +01:00
Kjeld Schouten 828fa34de0
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 17:12:09 +01:00
TrueCharts Bot aa889714f3
chore(deps): update container image pihole/pihole to v2024.02.0@8077053 by renovate (#18430)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [pihole/pihole](https://togithub.com/pi-hole/docker-pi-hole) | minor |
`2024.01.0` -> `2024.02.0` |

---

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

---

### Release Notes

<details>
<summary>pi-hole/docker-pi-hole (pihole/pihole)</summary>

###
[`v2024.02.0`](https://togithub.com/pi-hole/docker-pi-hole/releases/tag/2024.02.0)

[Compare
Source](https://togithub.com/pi-hole/docker-pi-hole/compare/2024.01.0...2024.02.0)

Nothing Docker-specific this time around.

Tagging to include FTL v5.25

See [our recent blog
post](https://pi-hole.net/blog/2024/02/13/fixing-two-new-dnssec-vulnerabilities/)
for details concerning this release.

#### What's Changed (FTL)

- Update embedded dnsmasq to v2.90 (Pi-hole v5) by
[@&#8203;DL6ER](https://togithub.com/DL6ER) in
[https://github.com/pi-hole/FTL/pull/1881](https://togithub.com/pi-hole/FTL/pull/1881)

**Full Changelog**: https://github.com/pi-hole/FTL/compare/v5.24...v5.25

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 17:11:33 +01:00
TrueCharts Bot c0fa5cdc4e
chore(deps): update container image linuxserver/heimdall to v2.6.1@e179d8e by renovate (#18420)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/heimdall](https://togithub.com/linuxserver/docker-heimdall/packages)
([source](https://togithub.com/linuxserver/docker-heimdall)) | minor |
`2.5.8` -> `2.6.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMyIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 17:06:54 +01:00
TrueCharts Bot c7b2c53d0c
chore(deps): update container image flowiseai/flowise to v1.5.1@533a1fa by renovate (#18473)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| flowiseai/flowise | patch | `1.5.0` -> `1.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 16:58:31 +01:00
TrueCharts Bot 5a933de552
chore(deps): update container image ghcr.io/linuxserver/openvscode-server to v1.86.2@fd7307d by renovate (#18474) 2024-02-21 16:54:18 +01:00
TrueCharts Bot 566d64be72
chore(deps): update container image testdasi/simple-dns-doh to latest@8896fa6 by renovate (#18471) 2024-02-21 16:54:16 +01:00
TrueCharts Bot af947d2a9c
chore(deps): update container image nginx to v1.25.4@c26ae74 by renovate (#18396)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| nginx | patch | `1.25.3` -> `1.25.4` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 16:54:14 +01:00
TrueCharts Bot 36cb51069f
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@9145812 by renovate (#18469)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| quay.io/pussthecatorg/libremdb | digest | `0ecfa59` -> `9145812` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDMuMyIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 16:53:57 +01:00
TrueCharts Bot d105901c42
chore(deps): update container image cthulhoo/ttrss-web-nginx to latest@d77d732 by renovate (#18289)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| cthulhoo/ttrss-web-nginx | digest | `bd1ad0a` -> `d77d732` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 15:53:47 +00:00