Commit Graph

943 Commits

Author SHA1 Message Date
TrueCharts Bot 65a190535d chore(helm): update rdesktop (#34344)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `d09d242` -> `f737678` |
| lscr.io/linuxserver/rdesktop | digest | `8a9bb3d` -> `6408803` |
| lscr.io/linuxserver/rdesktop | digest | `7f7f68d` -> `d7e5c86` |
| lscr.io/linuxserver/rdesktop | digest | `5ee84a7` -> `6957dc0` |
| lscr.io/linuxserver/rdesktop | digest | `79e0197` -> `66fab8a` |
| lscr.io/linuxserver/rdesktop | digest | `1ad31f9` -> `c5e720d` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-13 20:22:23 +02:00
TrueCharts Bot dd6fd47a97 chore(helm): update rdesktop (#34114)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `8165e04` -> `150046b` |
| lscr.io/linuxserver/rdesktop | digest | `1c793fd` -> `d4740c6` |
| lscr.io/linuxserver/rdesktop | digest | `a8226ff` -> `c888d49` |
| lscr.io/linuxserver/rdesktop | digest | `c8358e8` -> `d4bddc1` |
| lscr.io/linuxserver/rdesktop | digest | `99709ab` -> `e436d08` |
| lscr.io/linuxserver/rdesktop | digest | `e452966` -> `7b80434` |
| lscr.io/linuxserver/rdesktop | digest | `2f51309` -> `37b0cd8` |
| lscr.io/linuxserver/rdesktop | digest | `172c73f` -> `3dace96` |
| lscr.io/linuxserver/rdesktop | digest | `069c135` -> `69b3dcf` |
| lscr.io/linuxserver/rdesktop | digest | `9e0e9ca` -> `db9a593` |
| lscr.io/linuxserver/rdesktop | digest | `ebe9345` -> `a2f9429` |
| lscr.io/linuxserver/rdesktop | digest | `3baf7ed` -> `19934bb` |
| lscr.io/linuxserver/rdesktop | digest | `f8248a6` -> `9077d85` |
| lscr.io/linuxserver/rdesktop | digest | `b51cb50` -> `ea890a3` |
| lscr.io/linuxserver/rdesktop | digest | `ee99181` -> `9c7dc7d` |
| lscr.io/linuxserver/rdesktop | digest | `1afa1d5` -> `d9a4a78` |
| lscr.io/linuxserver/rdesktop | digest | `593a1bf` -> `133c9f9` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-09 16:52:11 +00:00
Kjeld Schouten b3c027f0c8 fix(clustertool): new round of indent fixes 2025-04-09 15:15:50 +02:00
Kjeld Schouten d5e6babdf8 chore: manual genmeta 2025-04-09 15:05:44 +02:00
Kjeld Schouten f8e33766bf feat(common): remove portal and ensure appUrl is used for notes.txt (#34047)
**Description**

This removes old portal references (from truenas times) from common and
notes.txt
Also ensures chartContext is used for notes.txt

Technically breaking in case any down-stream users use portal
configmap/data

⚒️ Fixes  #31880

**⚙️ 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
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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 <info@kjeldschouten.nl>
2025-04-07 22:04:57 +02:00
TrueCharts-Bot 2fce051aaa Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-07 18:59:06 +00:00
TrueCharts-Bot 76732478b2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-04-07 18:08:30 +00:00
TrueCharts Bot 91cf144859 chore(helm): update rdesktop (#33964)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `2451182` -> `d09d242` |
| lscr.io/linuxserver/rdesktop | digest | `be21c90` -> `8a9bb3d` |
| lscr.io/linuxserver/rdesktop | digest | `608b93e` -> `7f7f68d` |
| lscr.io/linuxserver/rdesktop | digest | `fc363c8` -> `5ee84a7` |
| lscr.io/linuxserver/rdesktop | digest | `4e4717f` -> `79e0197` |
| lscr.io/linuxserver/rdesktop | digest | `d50ca6c` -> `1ad31f9` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-07 07:10:08 +00:00
TrueCharts Bot 16c835d9b6 chore(helm): update rdesktop (#33831)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `5dabad0` -> `8165e04` |
| lscr.io/linuxserver/rdesktop | digest | `561f4c1` -> `1c793fd` |
| lscr.io/linuxserver/rdesktop | digest | `d590e45` -> `c8358e8` |
| lscr.io/linuxserver/rdesktop | digest | `daeef30` -> `99709ab` |
| lscr.io/linuxserver/rdesktop | digest | `43bd012` -> `2f51309` |
| lscr.io/linuxserver/rdesktop | digest | `7dbf4ee` -> `172c73f` |
| lscr.io/linuxserver/rdesktop | digest | `83f07d3` -> `9e0e9ca` |
| lscr.io/linuxserver/rdesktop | digest | `f65ddda` -> `f67b8f0` |
| lscr.io/linuxserver/rdesktop | digest | `8da3aa0` -> `3baf7ed` |
| lscr.io/linuxserver/rdesktop | digest | `b577e17` -> `f8248a6` |
| lscr.io/linuxserver/rdesktop | digest | `c902503` -> `ee99181` |
| lscr.io/linuxserver/rdesktop | digest | `5d8dc9e` -> `1afa1d5` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-02 08:23:01 +02:00
TrueCharts Bot d9d644f792 chore(helm): update rdesktop (#33730) 2025-03-30 01:37:44 +01:00
TrueCharts Bot a6468bac1f chore(helm): update rdesktop (#33536)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `254ba20` -> `f8ac65e` |
| lscr.io/linuxserver/rdesktop | digest | `2bc539f` -> `5dabad0` |
| lscr.io/linuxserver/rdesktop | digest | `606c74b` -> `561f4c1` |
| lscr.io/linuxserver/rdesktop | digest | `596b6a2` -> `a8226ff` |
| lscr.io/linuxserver/rdesktop | digest | `69ed3ef` -> `51a3112` |
| lscr.io/linuxserver/rdesktop | digest | `2ac6efc` -> `d590e45` |
| lscr.io/linuxserver/rdesktop | digest | `5ee0770` -> `daeef30` |
| lscr.io/linuxserver/rdesktop | digest | `bae7bbf` -> `e452966` |
| lscr.io/linuxserver/rdesktop | digest | `033ea42` -> `f550a26` |
| lscr.io/linuxserver/rdesktop | digest | `6f9cefa` -> `43bd012` |
| lscr.io/linuxserver/rdesktop | digest | `1ee00c7` -> `7dbf4ee` |
| lscr.io/linuxserver/rdesktop | digest | `e9473ba` -> `069c135` |
| lscr.io/linuxserver/rdesktop | digest | `c0e68f1` -> `41a81a1` |
| lscr.io/linuxserver/rdesktop | digest | `3393042` -> `83f07d3` |
| lscr.io/linuxserver/rdesktop | digest | `4e1617c` -> `f65ddda` |
| lscr.io/linuxserver/rdesktop | digest | `f7af1ba` -> `ebe9345` |
| lscr.io/linuxserver/rdesktop | digest | `626eabc` -> `694aa86` |
| lscr.io/linuxserver/rdesktop | digest | `3117d3e` -> `8da3aa0` |
| lscr.io/linuxserver/rdesktop | digest | `9c8c406` -> `b577e17` |
| lscr.io/linuxserver/rdesktop | digest | `df32a44` -> `b51cb50` |
| lscr.io/linuxserver/rdesktop | digest | `1690021` -> `8c79566` |
| lscr.io/linuxserver/rdesktop | digest | `f0580d3` -> `c902503` |
| lscr.io/linuxserver/rdesktop | digest | `bdb5022` -> `5d8dc9e` |
| lscr.io/linuxserver/rdesktop | digest | `407235f` -> `593a1bf` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 19:45:32 +00:00
TrueCharts Bot ff47dd6ee6 chore(helm): update rdesktop (#33428) 2025-03-19 14:23:17 +01:00
TrueCharts Bot 1b9dc7c440 chore(helm): update rdesktop (#33333) 2025-03-17 07:51:13 +01:00
TrueCharts Bot fabe05eda6 chore(helm): update rdesktop (#33310)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `547e630` -> `254ba20` |
| lscr.io/linuxserver/rdesktop | digest | `e5199b2` -> `69ed3ef` |
| lscr.io/linuxserver/rdesktop | digest | `23e2e0b` -> `033ea42` |
| lscr.io/linuxserver/rdesktop | digest | `35ce967` -> `c0e68f1` |
| lscr.io/linuxserver/rdesktop | digest | `f0f00f9` -> `1690021` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-16 14:18:49 +01:00
TrueCharts Bot bf9e356d7b chore(helm): update rdesktop (#33088) 2025-03-10 07:40:45 +01:00
TrueCharts Bot 7d4cddfd6c chore(helm): update rdesktop (#33080)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `bd82da9` -> `547e630` |
| lscr.io/linuxserver/rdesktop | digest | `cdf2350` -> `e5199b2` |
| lscr.io/linuxserver/rdesktop | digest | `3ba7825` -> `23e2e0b` |
| lscr.io/linuxserver/rdesktop | digest | `7eb7e3b` -> `d4f3a6b` |
| lscr.io/linuxserver/rdesktop | digest | `e26767c` -> `2c6cf02` |
| lscr.io/linuxserver/rdesktop | digest | `cea2e34` -> `35ce967` |
| lscr.io/linuxserver/rdesktop | digest | `c7db69e` -> `a552580` |
| lscr.io/linuxserver/rdesktop | digest | `60b60b4` -> `6d54328` |
| lscr.io/linuxserver/rdesktop | digest | `9aa24df` -> `59293d4` |
| lscr.io/linuxserver/rdesktop | digest | `9b7defd` -> `84a3c79` |
| lscr.io/linuxserver/rdesktop | digest | `db75d3b` -> `0d5ac76` |
| lscr.io/linuxserver/rdesktop | digest | `500665b` -> `c7c6928` |
| lscr.io/linuxserver/rdesktop | digest | `9d697b5` -> `f0f00f9` |
| lscr.io/linuxserver/rdesktop | digest | `fe305b4` -> `4535f94` |
| lscr.io/linuxserver/rdesktop | digest | `78d087e` -> `4833903` |
| lscr.io/linuxserver/rdesktop | digest | `99a69ba` -> `52f1e48` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODguMyIsInVwZGF0ZWRJblZlciI6IjM5LjE4OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-10 01:47:07 +01:00
TrueCharts Bot 8da0623e43 chore(helm): update rdesktop (#32850) 2025-03-04 01:40:03 +01:00
TrueCharts Bot 6829b1b2fa chore(helm): update rdesktop (#32825)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `d1cd9f7` -> `7eb7e3b` |
| lscr.io/linuxserver/rdesktop | digest | `623adfd` -> `e26767c` |
| lscr.io/linuxserver/rdesktop | digest | `34ec0d7` -> `c7db69e` |
| lscr.io/linuxserver/rdesktop | digest | `12b6872` -> `60b60b4` |
| lscr.io/linuxserver/rdesktop | digest | `8cdd78a` -> `9aa24df` |
| lscr.io/linuxserver/rdesktop | digest | `fb3a038` -> `9b7defd` |
| lscr.io/linuxserver/rdesktop | digest | `bc15d37` -> `db75d3b` |
| lscr.io/linuxserver/rdesktop | digest | `e7a1038` -> `500665b` |
| lscr.io/linuxserver/rdesktop | digest | `21e232d` -> `78d087e` |
| lscr.io/linuxserver/rdesktop | digest | `361a5f6` -> `99a69ba` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-03 19:25:48 +01:00
TrueCharts Bot 18dcf4f249 chore(helm): update image lscr.io/linuxserver/rdesktop digest to fe305b4 (#32811)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `2c0d107` -> `fe305b4` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-03 12:57:11 +00:00
TrueCharts Bot ea71737abd chore(helm): update rdesktop (#32716)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `44fb3f7` -> `bd82da9` |
| lscr.io/linuxserver/rdesktop | digest | `ee41dcf` -> `cdf2350` |
| lscr.io/linuxserver/rdesktop | digest | `30c1cfa` -> `3ba7825` |
| lscr.io/linuxserver/rdesktop | digest | `b8ec6bc` -> `cea2e34` |
| lscr.io/linuxserver/rdesktop | digest | `995cb4c` -> `9d697b5` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-28 20:33:20 +01:00
TrueCharts Bot cfe78a7f43 chore(helm): update rdesktop (#32538)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `fec82ba` -> `2650fc9` |
| lscr.io/linuxserver/rdesktop | digest | `a50dffd` -> `046d63f` |
| lscr.io/linuxserver/rdesktop | digest | `189dc46` -> `98a6223` |
| lscr.io/linuxserver/rdesktop | digest | `03ab958` -> `bcb5f7a` |
| lscr.io/linuxserver/rdesktop | digest | `62cd8dc` -> `f10e4c7` |
| lscr.io/linuxserver/rdesktop | digest | `b606402` -> `4aa3a55` |
| lscr.io/linuxserver/rdesktop | digest | `07ec8d6` -> `e909b12` |
| lscr.io/linuxserver/rdesktop | digest | `356dff3` -> `d1cd9f7` |
| lscr.io/linuxserver/rdesktop | digest | `e815745` -> `623adfd` |
| lscr.io/linuxserver/rdesktop | digest | `234db79` -> `34ec0d7` |
| lscr.io/linuxserver/rdesktop | digest | `42c259d` -> `12b6872` |
| lscr.io/linuxserver/rdesktop | digest | `b39ab8e` -> `8cdd78a` |
| lscr.io/linuxserver/rdesktop | digest | `0ffa71a` -> `fb3a038` |
| lscr.io/linuxserver/rdesktop | digest | `5fe51f3` -> `bc15d37` |
| lscr.io/linuxserver/rdesktop | digest | `4e2e684` -> `e7a1038` |
| lscr.io/linuxserver/rdesktop | digest | `7805483` -> `21e232d` |
| lscr.io/linuxserver/rdesktop | digest | `e8afe8c` -> `361a5f6` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-25 10:09:18 +00:00
TrueCharts Bot 5d0c4c12e8 chore(helm): update rdesktop (#32425)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `b6acda2` -> `44fb3f7` |
| lscr.io/linuxserver/rdesktop | digest | `d2d90a3` -> `ee41dcf` |
| lscr.io/linuxserver/rdesktop | digest | `7fba33e` -> `30c1cfa` |
| lscr.io/linuxserver/rdesktop | digest | `e81d771` -> `b8ec6bc` |
| lscr.io/linuxserver/rdesktop | digest | `f508b97` -> `4db4a5a` |
| lscr.io/linuxserver/rdesktop | digest | `357e673` -> `995cb4c` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-22 07:30:03 +01:00
TrueCharts Bot 58fe6bd8c2 chore(helm): update rdesktop (#32204)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `1bcd93c` -> `fec82ba` |
| lscr.io/linuxserver/rdesktop | digest | `261db2c` -> `a50dffd` |
| lscr.io/linuxserver/rdesktop | digest | `134afc0` -> `189dc46` |
| lscr.io/linuxserver/rdesktop | digest | `c84dc46` -> `03ab958` |
| lscr.io/linuxserver/rdesktop | digest | `792906c` -> `62cd8dc` |
| lscr.io/linuxserver/rdesktop | digest | `fed108f` -> `b606402` |
| lscr.io/linuxserver/rdesktop | digest | `eb4122d` -> `07ec8d6` |
| lscr.io/linuxserver/rdesktop | digest | `547c5f6` -> `356dff3` |
| lscr.io/linuxserver/rdesktop | digest | `c93de16` -> `e815745` |
| lscr.io/linuxserver/rdesktop | digest | `398602f` -> `234db79` |
| lscr.io/linuxserver/rdesktop | digest | `8d44380` -> `42c259d` |
| lscr.io/linuxserver/rdesktop | digest | `ce2e0f5` -> `b39ab8e` |
| lscr.io/linuxserver/rdesktop | digest | `efa7b9b` -> `0ffa71a` |
| lscr.io/linuxserver/rdesktop | digest | `d7482cf` -> `5fe51f3` |
| lscr.io/linuxserver/rdesktop | digest | `c1441d7` -> `4e2e684` |
| lscr.io/linuxserver/rdesktop | digest | `39639b6` -> `2c0d107` |
| lscr.io/linuxserver/rdesktop | digest | `4c92e74` -> `7805483` |
| lscr.io/linuxserver/rdesktop | digest | `3dbbc22` -> `e8afe8c` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-18 14:45:07 +00:00
TrueCharts Bot 9a61354511 chore(helm): update rdesktop (#32088) 2025-02-15 20:26:22 +01:00
TrueCharts Bot 4d5cc3ebeb chore(helm): update rdesktop (#31958)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `160bcd9` -> `1bcd93c` |
| lscr.io/linuxserver/rdesktop | digest | `c0e5b79` -> `261db2c` |
| lscr.io/linuxserver/rdesktop | digest | `902af89` -> `134afc0` |
| lscr.io/linuxserver/rdesktop | digest | `99dda09` -> `c84dc46` |
| lscr.io/linuxserver/rdesktop | digest | `dfc32fb` -> `792906c` |
| lscr.io/linuxserver/rdesktop | digest | `ffa0eb8` -> `fed108f` |
| lscr.io/linuxserver/rdesktop | digest | `75d614d` -> `eb4122d` |
| lscr.io/linuxserver/rdesktop | digest | `de9deef` -> `547c5f6` |
| lscr.io/linuxserver/rdesktop | digest | `00c5994` -> `c93de16` |
| lscr.io/linuxserver/rdesktop | digest | `d8d917e` -> `398602f` |
| lscr.io/linuxserver/rdesktop | digest | `43849f5` -> `8d44380` |
| lscr.io/linuxserver/rdesktop | digest | `f4e8b97` -> `ce2e0f5` |
| lscr.io/linuxserver/rdesktop | digest | `a4c325a` -> `efa7b9b` |
| lscr.io/linuxserver/rdesktop | digest | `683ba51` -> `d7482cf` |
| lscr.io/linuxserver/rdesktop | digest | `42170d0` -> `c1441d7` |
| lscr.io/linuxserver/rdesktop | digest | `9118720` -> `39639b6` |
| lscr.io/linuxserver/rdesktop | digest | `c10d723` -> `4c92e74` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-12 03:23:09 +01:00
TrueCharts Bot 87481e1749 chore(helm): update rdesktop (#31768)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `d04fa16` -> `9f90b1a` |
| lscr.io/linuxserver/rdesktop | digest | `c884415` -> `c679c0c` |
| lscr.io/linuxserver/rdesktop | digest | `df8d44c` -> `16cbbc2` |
| lscr.io/linuxserver/rdesktop | digest | `640308d` -> `abb8fce` |
| lscr.io/linuxserver/rdesktop | digest | `6358ee8` -> `348b0cc` |
| lscr.io/linuxserver/rdesktop | digest | `c42531e` -> `31434ca` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjIuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-08 14:19:51 +01:00
TrueCharts Bot 061b2c8e63 chore(helm): update rdesktop (#31636) 2025-02-05 02:57:33 +01:00
TrueCharts Bot 917c3d46fc chore(helm): update rdesktop (#31562)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `e781c85` -> `902af89` |
| lscr.io/linuxserver/rdesktop | digest | `a9ce2f7` -> `ffa0eb8` |
| lscr.io/linuxserver/rdesktop | digest | `3a19436` -> `00c5994` |
| lscr.io/linuxserver/rdesktop | digest | `3f96880` -> `f4e8b97` |
| lscr.io/linuxserver/rdesktop | digest | `2ae10a2` -> `3dbbc22` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-02-03 16:59:25 +00:00
TrueCharts Bot 5908cf0aba chore(helm): update rdesktop (#31291)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `a7e6be1` -> `28a2b08` |
| lscr.io/linuxserver/rdesktop | digest | `c895120` -> `9d5be28` |
| lscr.io/linuxserver/rdesktop | digest | `583c5cb` -> `501ef36` |
| lscr.io/linuxserver/rdesktop | digest | `126b5a2` -> `480648c` |
| lscr.io/linuxserver/rdesktop | digest | `8606c70` -> `0eae61b` |
| lscr.io/linuxserver/rdesktop | digest | `f3f232b` -> `aa9701d` |
| lscr.io/linuxserver/rdesktop | digest | `628a890` -> `bb27463` |
| lscr.io/linuxserver/rdesktop | digest | `5afd5f0` -> `fd90645` |
| lscr.io/linuxserver/rdesktop | digest | `161c027` -> `a031c6f` |
| lscr.io/linuxserver/rdesktop | digest | `f4f9e3c` -> `feb1db2` |
| lscr.io/linuxserver/rdesktop | digest | `db7bfd8` -> `e492582` |
| lscr.io/linuxserver/rdesktop | digest | `f2081a8` -> `efb9466` |
| lscr.io/linuxserver/rdesktop | digest | `368feb2` -> `2689bef` |
| lscr.io/linuxserver/rdesktop | digest | `49170e4` -> `cf15884` |
| lscr.io/linuxserver/rdesktop | digest | `f1bb241` -> `36ef10c` |
| lscr.io/linuxserver/rdesktop | digest | `56614d7` -> `93abb48` |
| lscr.io/linuxserver/rdesktop | digest | `8c7a6e0` -> `f71d940` |
| lscr.io/linuxserver/rdesktop | digest | `3a04e06` -> `de5d36b` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-01-28 02:54:19 +01:00
TrueCharts Bot f9718aaf9e chore(helm): update chart common to v25.4.10 (#31268)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.4.4` ->
`25.4.10` |
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.3.1` ->
`25.4.10` |
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.2.6` ->
`25.4.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 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://redirect.github.com/renovatebot/renovate).

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

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-27 12:38:18 +01:00
TrueCharts Bot 836c4134f2 chore(helm): update chart common 25.3.1 → 25.4.4 (#30594)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.3.1` ->
`25.4.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://redirect.github.com/renovatebot/renovate).

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

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-25 11:07:55 +01:00
TrueCharts Bot a6be549dc3 chore(helm): update rdesktop (#30895)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `d6b8b58` -> `a7e6be1` |
| lscr.io/linuxserver/rdesktop | digest | `767ee05` -> `c895120` |
| lscr.io/linuxserver/rdesktop | digest | `ad4a614` -> `583c5cb` |
| lscr.io/linuxserver/rdesktop | digest | `7fb0283` -> `e781c85` |
| lscr.io/linuxserver/rdesktop | digest | `81acb16` -> `126b5a2` |
| lscr.io/linuxserver/rdesktop | digest | `c964f16` -> `8606c70` |
| lscr.io/linuxserver/rdesktop | digest | `65faf16` -> `f3f232b` |
| lscr.io/linuxserver/rdesktop | digest | `2da5d3e` -> `a9ce2f7` |
| lscr.io/linuxserver/rdesktop | digest | `5aa24f3` -> `628a890` |
| lscr.io/linuxserver/rdesktop | digest | `89633c7` -> `5afd5f0` |
| lscr.io/linuxserver/rdesktop | digest | `39b67b0` -> `161c027` |
| lscr.io/linuxserver/rdesktop | digest | `873383a` -> `3a19436` |
| lscr.io/linuxserver/rdesktop | digest | `37f268a` -> `f4f9e3c` |
| lscr.io/linuxserver/rdesktop | digest | `180d16c` -> `db7bfd8` |
| lscr.io/linuxserver/rdesktop | digest | `a3c92dd` -> `f2081a8` |
| lscr.io/linuxserver/rdesktop | digest | `c861484` -> `3f96880` |
| lscr.io/linuxserver/rdesktop | digest | `2a46958` -> `368feb2` |
| lscr.io/linuxserver/rdesktop | digest | `c2352da` -> `a4c325a` |
| lscr.io/linuxserver/rdesktop | digest | `f6ab1dd` -> `49170e4` |
| lscr.io/linuxserver/rdesktop | digest | `e617e17` -> `f1bb241` |
| lscr.io/linuxserver/rdesktop | digest | `6af5b2d` -> `56614d7` |
| lscr.io/linuxserver/rdesktop | digest | `f4c7743` -> `8c7a6e0` |
| lscr.io/linuxserver/rdesktop | digest | `df61499` -> `3a04e06` |
| lscr.io/linuxserver/rdesktop | digest | `95406eb` -> `2ae10a2` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-01-24 02:28:46 +00:00
TrueCharts Bot 5438db9df3 chore(helm): update rdesktop (#30627)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `6dc9e50` -> `d6b8b58` |
| lscr.io/linuxserver/rdesktop | digest | `35daaf2` -> `767ee05` |
| lscr.io/linuxserver/rdesktop | digest | `69f67d2` -> `7fb0283` |
| lscr.io/linuxserver/rdesktop | digest | `296e13a` -> `81acb16` |
| lscr.io/linuxserver/rdesktop | digest | `a138142` -> `c964f16` |
| lscr.io/linuxserver/rdesktop | digest | `dde7db3` -> `2da5d3e` |
| lscr.io/linuxserver/rdesktop | digest | `2fd3a85` -> `5aa24f3` |
| lscr.io/linuxserver/rdesktop | digest | `ddcc623` -> `89633c7` |
| lscr.io/linuxserver/rdesktop | digest | `321a361` -> `873383a` |
| lscr.io/linuxserver/rdesktop | digest | `4dad7b7` -> `37f268a` |
| lscr.io/linuxserver/rdesktop | digest | `1afc940` -> `180d16c` |
| lscr.io/linuxserver/rdesktop | digest | `669ec41` -> `c861484` |
| lscr.io/linuxserver/rdesktop | digest | `42f2ebb` -> `2a46958` |
| lscr.io/linuxserver/rdesktop | digest | `7c8aa3c` -> `c2352da` |
| lscr.io/linuxserver/rdesktop | digest | `42925be` -> `e617e17` |
| lscr.io/linuxserver/rdesktop | digest | `e4f94df` -> `6af5b2d` |
| lscr.io/linuxserver/rdesktop | digest | `fc12739` -> `f4c7743` |
| lscr.io/linuxserver/rdesktop | digest | `19f2e71` -> `95406eb` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-01-10 02:54:12 +00:00
TrueCharts Bot fc390462b1 chore(helm): update rdesktop (#30494) 2024-12-31 03:18:00 +01:00
TrueCharts Bot 29122ab3d0 chore(helm): update chart common 25.2.5 → 25.3.1 (#30462)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.2.5` ->
`25.3.1` |

---

> [!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://redirect.github.com/renovatebot/renovate).

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

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-12-30 15:44:04 +02:00
TrueCharts Bot 36b91b5aa4 chore(helm): update chart common 25.2.4 → 25.2.5 (#30408)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.4` ->
`25.2.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://redirect.github.com/renovatebot/renovate).

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

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-12-29 14:20:05 +01:00
TrueCharts Bot 9dd3627c8b chore(helm): update chart common 25.2.2 → 25.2.4 (#30345)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.2` ->
`25.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->
2024-12-28 12:33:04 +02:00
TrueCharts Bot 5d3ff8ed26 chore(helm): update chart common to v25.2.2 (#29971)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.1.7` ->
`25.2.2` |
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.2.0` ->
`25.2.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 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciIsInR5cGUvcGF0Y2giXX0=-->
2024-12-27 20:37:58 +02:00
TrueCharts Bot 394acd21c0 chore(helm): update rdesktop (#30058) 2024-12-27 12:36:39 +01:00
TrueCharts Bot 9660a5f4f7 chore(helm): update rdesktop (#29728) 2024-11-23 03:06:17 +01:00
TrueCharts Bot 2e3781b63b chore(helm): update rdesktop (#29516)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `1d7179a` -> `0d40125` |
| lscr.io/linuxserver/rdesktop | digest | `15db6a7` -> `bdee490` |
| lscr.io/linuxserver/rdesktop | digest | `b4e94e4` -> `75a3052` |
| lscr.io/linuxserver/rdesktop | digest | `2634424` -> `a401823` |
| lscr.io/linuxserver/rdesktop | digest | `d468a56` -> `f0ff49f` |
| lscr.io/linuxserver/rdesktop | digest | `2e4da19` -> `17240ba` |
| lscr.io/linuxserver/rdesktop | digest | `42d3e19` -> `9ca038d` |
| lscr.io/linuxserver/rdesktop | digest | `e52ad07` -> `3c71826` |
| lscr.io/linuxserver/rdesktop | digest | `b0c55ad` -> `d1e6ea6` |
| lscr.io/linuxserver/rdesktop | digest | `d92e0da` -> `bc5e7b3` |
| lscr.io/linuxserver/rdesktop | digest | `6a9bccb` -> `3a2fd09` |
| lscr.io/linuxserver/rdesktop | digest | `72b92d3` -> `7f664a4` |
| lscr.io/linuxserver/rdesktop | digest | `dae8650` -> `bd1c865` |
| lscr.io/linuxserver/rdesktop | digest | `f53a9be` -> `a62abda` |
| lscr.io/linuxserver/rdesktop | digest | `cae4ea5` -> `575bdc1` |
| lscr.io/linuxserver/rdesktop | digest | `0f16d61` -> `65b0744` |
| lscr.io/linuxserver/rdesktop | digest | `da2316c` -> `b0c7676` |
| lscr.io/linuxserver/rdesktop | digest | `8520bfc` -> `600f68e` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-18 02:57:00 +01:00
TrueCharts Bot 30aa86cf1d chore(helm): update rdesktop (#29424) 2024-11-15 21:37:35 +01:00
TrueCharts Bot 218212f2cc chore(helm): update chart common 25.1.5 → 25.1.7 (#29017)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | patch | `25.1.5` ->
`25.1.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**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL3BhdGNoIl19-->

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-12 10:37:04 +01:00
TrueCharts Bot fc08b7cf68 chore(helm): update rdesktop (#29117) 2024-11-11 05:27:25 +01:00
TrueCharts Bot a23b4a9494 chore(helm): update rdesktop (#29107)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `e56335e` -> `1d7179a` |
| lscr.io/linuxserver/rdesktop | digest | `ea0cae6` -> `15db6a7` |
| lscr.io/linuxserver/rdesktop | digest | `d788d55` -> `b4e94e4` |
| lscr.io/linuxserver/rdesktop | digest | `13e1a4c` -> `2634424` |
| lscr.io/linuxserver/rdesktop | digest | `1961c6d` -> `d468a56` |
| lscr.io/linuxserver/rdesktop | digest | `8b31e97` -> `2e4da19` |
| lscr.io/linuxserver/rdesktop | digest | `e663c43` -> `42d3e19` |
| lscr.io/linuxserver/rdesktop | digest | `51413a1` -> `e52ad07` |
| lscr.io/linuxserver/rdesktop | digest | `8ed7d3d` -> `b0c55ad` |
| lscr.io/linuxserver/rdesktop | digest | `42f69aa` -> `d92e0da` |
| lscr.io/linuxserver/rdesktop | digest | `2972184` -> `6a9bccb` |
| lscr.io/linuxserver/rdesktop | digest | `86ccf70` -> `72b92d3` |
| lscr.io/linuxserver/rdesktop | digest | `722cc38` -> `cae4ea5` |
| lscr.io/linuxserver/rdesktop | digest | `69cb0f1` -> `0f16d61` |
| lscr.io/linuxserver/rdesktop | digest | `8e0fa3c` -> `da2316c` |
| lscr.io/linuxserver/rdesktop | digest | `a186637` -> `8520bfc` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-11 01:28:56 +01:00
TrueCharts Bot aef1671a87 chore(helm): update rdesktop (#29015)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `0c2ad1e` -> `67a106b` |
| lscr.io/linuxserver/rdesktop | digest | `aa3fdb0` -> `272f3f6` |
| lscr.io/linuxserver/rdesktop | digest | `bf4c030` -> `9256ded` |
| lscr.io/linuxserver/rdesktop | digest | `6e418b7` -> `2d328cc` |
| lscr.io/linuxserver/rdesktop | digest | `9d91794` -> `fa54c31` |
| lscr.io/linuxserver/rdesktop | digest | `dbb5a98` -> `aa478fa` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-08 21:23:17 +01:00
TrueCharts Bot 76e8de46b7 chore(helm): update rdesktop (#28780)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `887b134` -> `e56335e` |
| lscr.io/linuxserver/rdesktop | digest | `f9e3e6c` -> `ea0cae6` |
| lscr.io/linuxserver/rdesktop | digest | `fdcc162` -> `d788d55` |
| lscr.io/linuxserver/rdesktop | digest | `7b75ffa` -> `13e1a4c` |
| lscr.io/linuxserver/rdesktop | digest | `ebee771` -> `1961c6d` |
| lscr.io/linuxserver/rdesktop | digest | `2111243` -> `8b31e97` |
| lscr.io/linuxserver/rdesktop | digest | `c95462a` -> `e663c43` |
| lscr.io/linuxserver/rdesktop | digest | `04e8648` -> `51413a1` |
| lscr.io/linuxserver/rdesktop | digest | `ec5031d` -> `8ed7d3d` |
| lscr.io/linuxserver/rdesktop | digest | `cc4ab9f` -> `42f69aa` |
| lscr.io/linuxserver/rdesktop | digest | `d610b7f` -> `2972184` |
| lscr.io/linuxserver/rdesktop | digest | `bcd9633` -> `86ccf70` |
| lscr.io/linuxserver/rdesktop | digest | `74e4857` -> `f239568` |
| lscr.io/linuxserver/rdesktop | digest | `bd056b7` -> `afcef6c` |
| lscr.io/linuxserver/rdesktop | digest | `48d2f67` -> `722cc38` |
| lscr.io/linuxserver/rdesktop | digest | `0093533` -> `69cb0f1` |
| lscr.io/linuxserver/rdesktop | digest | `f869e08` -> `8e0fa3c` |
| lscr.io/linuxserver/rdesktop | digest | `65ed179` -> `a186637` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-04 01:33:55 +01:00
TrueCharts-Bot b70a504cf2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-11-03 23:50:11 +00:00
Kjeld Schouten d25d00b9c2 fix(website): remove references to deprecated guides 2024-11-04 00:42:33 +01:00
TrueCharts Bot 15760ed062 chore(helm): update rdesktop (#28712)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| lscr.io/linuxserver/rdesktop | digest | `7c22781` -> `0c2ad1e` |
| lscr.io/linuxserver/rdesktop | digest | `a7b5977` -> `aa3fdb0` |
| lscr.io/linuxserver/rdesktop | digest | `e5543e7` -> `bf4c030` |
| lscr.io/linuxserver/rdesktop | digest | `23d464d` -> `6e418b7` |
| lscr.io/linuxserver/rdesktop | digest | `88c4480` -> `9d91794` |
| lscr.io/linuxserver/rdesktop | digest | `fd0602b` -> `dbb5a98` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-11-01 20:29:52 +00:00