Commit Graph

775 Commits

Author SHA1 Message Date
TrueCharts-Bot 617cb4ab93 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-23 00:15:53 +00:00
Kjeld Schouten d45f7fe497
fix(scale-gui): replace serviceexpert with externalinterfaces/networking-group in the SCALE GUI (#21154)
**Description**
Seems this was missing in the gui by accident

**⚙️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** 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-04-22 14:11:52 +02:00
TrueCharts-Bot 54d88732dc Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-22 00:16:09 +00:00
Kjeld Schouten b4f0331ba8 chore: bump everything to release new doc pages 2024-04-21 20:11:39 +02:00
Kjeld Schouten b5036ed2aa
chore: update groups html (#21121)
**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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** 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-04-21 19:45:29 +02:00
Kjeld Schouten 2e05d3ccd8 chore: bump charts to release new docs to fix broken links 2024-04-21 18:51:34 +02:00
Kjeld Schouten c850d0cfb3 chore: bump everything to regenerate readme's and site index 2024-04-21 16:13:02 +02:00
Kjeld Schouten a66fd3357b
Chore: rework SCALE catagories/groups to match helm and remove deprecated charts (#21111)
**Description**
We want to improve the meager-at-best descriptions for the option
groups/catagories on SCALE.
They should also match the naming scheme of Helm/Kubernetes.

With those things combined, we can then link users to the actual common
docs for more indepth info on each available option.
Saving us needlessly duplicated docs that need to be maintained and
giving more indepth information to users.

Having naming schemes that match *actual* kubernetes, also makes it
easier for users to migrate to a true kubernetes platform in the future.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** 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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-21 14:31:23 +02:00
TrueCharts-Bot 9cb7bb6e6f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-21 00:16:24 +00:00
kqmaverick ef9315820f
docs(multiple charts): fix asides (#21073)
**Description**
Fixes asides and restores nextcloud migration guide images.

⚒️ Fixes  # 

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

**📃 Notes:**

**✔️ 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
- [X] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** 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-04-20 20:03:07 +02:00
TrueCharts Bot 53e2bed79f
chore(deps): update container image common to v20.3.11@dae6129 by renovate (#20875)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.7` ->
`20.3.11` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-20 12:01:18 +02:00
TrueCharts-Bot 3bbe62084f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-17 12:46:24 +00:00
Kjeld Schouten 72404e0fca reset to png 2024-04-17 14:31:04 +02:00
Kjeld Schouten 328900e438 Revert "Commit daily changes"
This reverts commit 26af685659.
2024-04-17 14:28:41 +02:00
TrueCharts-Bot 26af685659 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-17 12:10:06 +00:00
Kjeld Schouten 9828a1ef02 chore: bump charts to ensure new icons are released 2024-04-16 19:12:53 +02:00
TrueCharts Bot 4413ae4d1c
chore(deps): update container image common to v20.3.7@8cf9fc9 by renovate (#20819)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.6` ->
`20.3.7` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-16 18:46:33 +02:00
Kjeld Schouten 8b489f48bb
Webp icons2 (#20851)
**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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** 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-04-16 17:08:41 +02:00
TrueCharts-Bot 94c6bd8875 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-15 01:16:25 +00:00
TrueCharts Bot 7d7eb4dc2b
chore(deps): update container image ghcr.io/onedr0p/sonarr to 4.0.4.1491@3689961 by renovate (#20770)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/sonarr](https://ghcr.io/onedr0p/sonarr)
([source](https://togithub.com/Sonarr/Sonarr)) | digest | `b487a98` ->
`3689961` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-14 23:12:43 +02:00
TrueCharts-Bot 37d2fb846d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-14 00:13:55 +00:00
TrueCharts Bot 42bbd07ede
chore(deps): update container image ghcr.io/onedr0p/sonarr to v4.0.4.1491@b487a98 by renovate (#20717)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/sonarr](https://ghcr.io/onedr0p/sonarr)
([source](https://togithub.com/Sonarr/Sonarr)) | patch | `4.0.3.1413` ->
`4.0.4.1491` |

---

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

---

### Release Notes

<details>
<summary>Sonarr/Sonarr (ghcr.io/onedr0p/sonarr)</summary>

###
[`v4.0.4.1491`](https://togithub.com/Sonarr/Sonarr/releases/tag/v4.0.4.1491):
4.0.4.1491

[Compare
Source](https://togithub.com/Sonarr/Sonarr/compare/v4.0.3.1413...v4.0.4.1491)

<!-- Release notes generated using configuration in .github/release.yml
at 941985f65b0c5c810294a6462028698e4972b170 -->

#### What's Changed

##### Changes

- Fixed: Cleanse BHD RSS key in log files by
[@&#8203;markus101](https://togithub.com/markus101) in
[https://github.com/Sonarr/Sonarr/pull/6673](https://togithub.com/Sonarr/Sonarr/pull/6673)
- Fixed: Path parsing incorrectly treating series title as episode
number by [@&#8203;markus101](https://togithub.com/markus101) in
[https://github.com/Sonarr/Sonarr/pull/6682](https://togithub.com/Sonarr/Sonarr/pull/6682)
- Fixed: Deleted episodes not being unmonitored when series folder has
been deleted by [@&#8203;markus101](https://togithub.com/markus101) in
[https://github.com/Sonarr/Sonarr/pull/6683](https://togithub.com/Sonarr/Sonarr/pull/6683)
- Fix incorrect subtitle copy regex and extra file script import by
[@&#8203;JeWe37](https://togithub.com/JeWe37) in
[https://github.com/Sonarr/Sonarr/pull/6640](https://togithub.com/Sonarr/Sonarr/pull/6640)
- Specify widely supported display mode for PWA by
[@&#8203;cuki](https://togithub.com/cuki) in
[https://github.com/Sonarr/Sonarr/pull/6674](https://togithub.com/Sonarr/Sonarr/pull/6674)
- Add info box to custom formats modal by
[@&#8203;stevietv](https://togithub.com/stevietv) in
[https://github.com/Sonarr/Sonarr/pull/6675](https://togithub.com/Sonarr/Sonarr/pull/6675)
- Fix typo by [@&#8203;tillkruss](https://togithub.com/tillkruss) in
[https://github.com/Sonarr/Sonarr/pull/6670](https://togithub.com/Sonarr/Sonarr/pull/6670)
- UI change to show a footnote to indicate episode title/series
title/release group truncation is supported by
[@&#8203;fireph](https://togithub.com/fireph) in
[https://github.com/Sonarr/Sonarr/pull/6647](https://togithub.com/Sonarr/Sonarr/pull/6647)
- Fixed: Sending ntfy.sh notifications with unicode characters by
[@&#8203;markus101](https://togithub.com/markus101) in
[https://github.com/Sonarr/Sonarr/pull/6684](https://togithub.com/Sonarr/Sonarr/pull/6684)
- New: Set 'Release Type' during Manual Import by
[@&#8203;markus101](https://togithub.com/markus101) in
[https://github.com/Sonarr/Sonarr/pull/6685](https://togithub.com/Sonarr/Sonarr/pull/6685)
- Fixed: Skip move when source and destination are the same by
[@&#8203;mynameisbogdan](https://togithub.com/mynameisbogdan) in
[https://github.com/Sonarr/Sonarr/pull/6687](https://togithub.com/Sonarr/Sonarr/pull/6687)
- Translations update from Servarr Weblate by
[@&#8203;ServarrAdmin](https://togithub.com/ServarrAdmin) in
[https://github.com/Sonarr/Sonarr/pull/6676](https://togithub.com/Sonarr/Sonarr/pull/6676)
- Fixed: Improve AniList testing with Media filters by
[@&#8203;markus101](https://togithub.com/markus101) in
[https://github.com/Sonarr/Sonarr/pull/6690](https://togithub.com/Sonarr/Sonarr/pull/6690)
- New: Option to prefix app name on Telegram notification titles by
[@&#8203;markus101](https://togithub.com/markus101) in
[https://github.com/Sonarr/Sonarr/pull/6691](https://togithub.com/Sonarr/Sonarr/pull/6691)
- Add DevContainer and VSCode config by
[@&#8203;joshka](https://togithub.com/joshka) in
[https://github.com/Sonarr/Sonarr/pull/6695](https://togithub.com/Sonarr/Sonarr/pull/6695)
- New: Auto tag series based on tags present/absent on series by
[@&#8203;markus101](https://togithub.com/markus101) in
[https://github.com/Sonarr/Sonarr/pull/6696](https://togithub.com/Sonarr/Sonarr/pull/6696)
- Fixed: Renaming episodes for a series by
[@&#8203;mynameisbogdan](https://togithub.com/mynameisbogdan) in
[https://github.com/Sonarr/Sonarr/pull/6697](https://togithub.com/Sonarr/Sonarr/pull/6697)
- New: Detect shfs mounts in disk space by
[@&#8203;mynameisbogdan](https://togithub.com/mynameisbogdan) in
[https://github.com/Sonarr/Sonarr/pull/6700](https://togithub.com/Sonarr/Sonarr/pull/6700)
- Prevent multiple enumerations in Custom Formats token by
[@&#8203;mynameisbogdan](https://togithub.com/mynameisbogdan) in
[https://github.com/Sonarr/Sonarr/pull/6702](https://togithub.com/Sonarr/Sonarr/pull/6702)
- Fixed: Changing Release Type in Manage Episodes by
[@&#8203;mynameisbogdan](https://togithub.com/mynameisbogdan) in
[https://github.com/Sonarr/Sonarr/pull/6707](https://togithub.com/Sonarr/Sonarr/pull/6707)
- Translations update from Servarr Weblate by
[@&#8203;ServarrAdmin](https://togithub.com/ServarrAdmin) in
[https://github.com/Sonarr/Sonarr/pull/6698](https://togithub.com/Sonarr/Sonarr/pull/6698)
- New: Parse absolute episode numbers within square brackets by
[@&#8203;markus101](https://togithub.com/markus101) in
[https://github.com/Sonarr/Sonarr/pull/6708](https://togithub.com/Sonarr/Sonarr/pull/6708)
- Translations update from Servarr Weblate by
[@&#8203;ServarrAdmin](https://togithub.com/ServarrAdmin) in
[https://github.com/Sonarr/Sonarr/pull/6713](https://togithub.com/Sonarr/Sonarr/pull/6713)
- Improve release notes for main releases by
[@&#8203;markus101](https://togithub.com/markus101) in
[https://github.com/Sonarr/Sonarr/pull/6712](https://togithub.com/Sonarr/Sonarr/pull/6712)
- Bump version to 4.0.4 by
[@&#8203;markus101](https://togithub.com/markus101) in
[https://github.com/Sonarr/Sonarr/pull/6720](https://togithub.com/Sonarr/Sonarr/pull/6720)

#### New Contributors

- [@&#8203;cuki](https://togithub.com/cuki) made their first
contribution in
[https://github.com/Sonarr/Sonarr/pull/6674](https://togithub.com/Sonarr/Sonarr/pull/6674)
- [@&#8203;tillkruss](https://togithub.com/tillkruss) made their first
contribution in
[https://github.com/Sonarr/Sonarr/pull/6670](https://togithub.com/Sonarr/Sonarr/pull/6670)
- [@&#8203;fireph](https://togithub.com/fireph) made their first
contribution in
[https://github.com/Sonarr/Sonarr/pull/6647](https://togithub.com/Sonarr/Sonarr/pull/6647)
- [@&#8203;joshka](https://togithub.com/joshka) made their first
contribution in
[https://github.com/Sonarr/Sonarr/pull/6695](https://togithub.com/Sonarr/Sonarr/pull/6695)

**Full Changelog**:
https://github.com/Sonarr/Sonarr/compare/v4.0.3.1413...v4.0.4.1491

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI5Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-13 20:17:57 +02:00
TrueCharts Bot 6c807c1f97
chore(deps): update container image common to v20.3.6@27edfed by renovate (#20599)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.5` ->
`20.3.6` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-11 11:07:02 +02:00
TrueCharts Bot 8ee51f80fa
chore(deps): update container image common to v20.3.5@aedd88a by renovate (#20535)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.4` ->
`20.3.5` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-10 17:42:53 +02:00
TrueCharts Bot 5a02b410bd
chore(deps): update container image common to v20.3.4@d7e1b23 by renovate (#20527)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.3` ->
`20.3.4` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-10 13:41:30 +02:00
TrueCharts Bot 204bb166ae
chore(deps): update container image common to v20.3.3@3876ba5 by renovate (#20478)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.3.2` ->
`20.3.3` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-09 19:46:10 +02:00
TrueCharts-Bot 4a388954e5 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-09 00:09:25 +00:00
TrueCharts Bot f3f6569e00
chore(deps): update container image ghcr.io/onedr0p/sonarr to 4.0.3.1413@4284def by renovate (#20430)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/sonarr](https://ghcr.io/onedr0p/sonarr)
([source](https://togithub.com/Sonarr/Sonarr)) | digest | `04d8e19` ->
`4284def` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-08 20:20:27 +02:00
TrueCharts Bot 36a83081e8
chore(deps): update container image common to v20.3.2@0722ebb by renovate (#20334)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `20.2.10` ->
`20.3.2` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-08 07:17:58 +02:00
TrueCharts-Bot 73df046d6c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-08 00:09:47 +00:00
TrueCharts-Bot 27a72a3788 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-07 00:10:32 +00:00
TrueCharts-Bot 0e9ee0ff73 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-06 00:09:17 +00:00
TrueCharts Bot 49a7315e95
chore(deps): update container image ghcr.io/onedr0p/exportarr to v2.0.1@727e7bc by renovate (#20284)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/exportarr](https://togithub.com/onedr0p/exportarr) |
patch | `v2.0.0` -> `v2.0.1` |

---

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

---

### Release Notes

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

###
[`v2.0.1`](https://togithub.com/onedr0p/exportarr/releases/tag/v2.0.1)

[Compare
Source](https://togithub.com/onedr0p/exportarr/compare/v2.0.0...v2.0.1)

##### What's Changed

- chore(deps): update golang docker tag to v1.22.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/277](https://togithub.com/onedr0p/exportarr/pull/277)
- Minor fixes by [@&#8203;tronyx](https://togithub.com/tronyx) in
[https://github.com/onedr0p/exportarr/pull/280](https://togithub.com/onedr0p/exportarr/pull/280)
- fix(deps): update golang.org/x/exp digest to
[`a85f2c6`](https://togithub.com/onedr0p/exportarr/commit/a85f2c6) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/281](https://togithub.com/onedr0p/exportarr/pull/281)
- fix(deps): update golang.org/x/exp digest to
[`a685a6e`](https://togithub.com/onedr0p/exportarr/commit/a685a6e) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/282](https://togithub.com/onedr0p/exportarr/pull/282)
- chore(deps): update golang docker tag to v1.22.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/285](https://togithub.com/onedr0p/exportarr/pull/285)
- fix(deps): update module github.com/knadh/koanf/v2 to v2.1.1 -
autoclosed by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/284](https://togithub.com/onedr0p/exportarr/pull/284)
- fix(deps): update module golang.org/x/sync to v0.7.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/286](https://togithub.com/onedr0p/exportarr/pull/286)
- fix(deps): update golang.org/x/exp digest to
[`c0f41cb`](https://togithub.com/onedr0p/exportarr/commit/c0f41cb) by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/onedr0p/exportarr/pull/287](https://togithub.com/onedr0p/exportarr/pull/287)

##### New Contributors

- [@&#8203;tronyx](https://togithub.com/tronyx) made their first
contribution in
[https://github.com/onedr0p/exportarr/pull/280](https://togithub.com/onedr0p/exportarr/pull/280)

**Full Changelog**:
https://github.com/onedr0p/exportarr/compare/v2.0.0...v2.0.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-05 20:34:39 +02:00
TrueCharts-Bot cace6e978b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-05 00:09:28 +00:00
TrueCharts-Bot 8bbd1f2f67 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-04 00:10:20 +00:00
TrueCharts-Bot c10f6a1c6f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-02 00:09:47 +00:00
TrueCharts Bot c134604646
chore(deps): update container image ghcr.io/onedr0p/sonarr to v4.0.3.1413@04d8e19 by renovate (#20083)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/sonarr](https://ghcr.io/onedr0p/sonarr) | patch |
`4.0.2.1183` -> `4.0.3.1413` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMSIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-01 08:23:20 +02:00
TrueCharts Bot 07e4ebfedd
chore(deps): update container image ghcr.io/onedr0p/sonarr to 4.0.2.1183@42ba5af by renovate (#20068)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/onedr0p/sonarr](https://ghcr.io/onedr0p/sonarr) | digest |
`bbfcda0` -> `42ba5af` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-04-01 02:32:55 +02:00
TrueCharts-Bot 393f6f47c5 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-01 00:10:11 +00:00
TrueCharts Bot 80c956e5bf
chore(deps): update container image common to v20.2.10@6f99c97 by renovate (#19876)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.2.9` ->
`20.2.10` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-30 14:20:50 +02:00
TrueCharts-Bot 7231aaba3e Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-03-30 00:08:51 +00:00
TrueCharts-Bot e4760e0929 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-03-29 00:09:33 +00:00
TrueCharts Bot 604ffe1d5f
chore(deps): update container image common to v20.2.9@10fd6c5 by renovate (#19817)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.2.4` ->
`20.2.9` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-27 10:17:30 +01:00
TrueCharts-Bot fd2b8171a4 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-03-26 00:08:56 +00:00
TrueCharts Bot 3e362efda8
chore(deps): update container image common to v20.2.4@f245f5c by renovate (#19731)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.2.3` ->
`20.2.4` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-03-25 02:45:01 +02:00
TrueCharts-Bot 9d4e480362 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-03-25 00:09:44 +00:00
TrueCharts Bot 042c249a9c
chore(deps): update container image common to v20.2.3@06e462e by renovate (#19673)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `20.2.2` ->
`20.2.3` |

---

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

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2Ny4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-03-23 18:31:03 +02:00
TrueCharts-Bot 89edcbff88 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-03-23 00:08:37 +00:00
TrueCharts-Bot df3a2e3d8b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-03-22 00:09:12 +00:00
TrueCharts-Bot b1cc4764c1 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-03-19 00:09:59 +00:00