Files
truecharts/charts/premium
Boemeltrein 427f6417aa chore(blocky): update depricated values and add some more configs (#38853)
**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.
-->
In the latest versions, since this chart is made configs are changed,
hereunder some depricated examples.
Tried to match with
https://0xerr0r.github.io/blocky/latest/configuration/ and added some
more settings.

Depricated example:
```
[2025-08-27 19:09:07]  WARN Setting a duration without a unit is deprecated. Please use '0 min' instead.
[2025-08-27 19:09:07]  WARN Setting a duration without a unit is deprecated. Please use '3 min' instead.
[2025-08-27 19:09:07]  WARN config option "upstream" is deprecated, please use "upstreams.groups" instead
[2025-08-27 19:09:07]  WARN config option "upstreamTimeout" is deprecated, please use "upstreams.timeout" instead
[2025-08-27 19:09:07]  WARN config option "blocking.blackLists" is deprecated, please use "blocking.denylists" instead
[2025-08-27 19:09:07]  WARN config option "blocking.whiteLists" is deprecated, please use "blocking.allowlists" instead
[2025-08-27 19:09:07]  WARN config option "blocking.downloadTimeout" is deprecated, please use "blocking.loading.downloads.timeout" instead
[2025-08-27 19:09:07]  WARN config option "blocking.downloadAttempts" is deprecated, please use "blocking.loading.downloads.attempts" instead
[2025-08-27 19:09:07]  WARN config option "blocking.downloadCooldown" is deprecated, please use "blocking.loading.downloads.cooldown" instead
[2025-08-27 19:09:07]  WARN config option "blocking.refreshPeriod" is deprecated, please use "blocking.loading.refreshPeriod" instead
[2025-08-27 19:09:07]  WARN config option "blocking.processingConcurrency" is deprecated, please use "blocking.loading.concurrency" instead
[2025-08-27 19:09:07]  WARN config option "blocking.startStrategy" is deprecated, please use "blocking.loading.strategy" instead
```



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

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 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
-->
Open for good suggestions to test this locally. Else we need to be
ad-hoc when it releases.

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] 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: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com>
2025-08-31 20:22:47 +02:00
..