Commit Graph

985 Commits

Author SHA1 Message Date
Stavros Kois 1e0dbf15e9
chore(questions): remove non-existent template refs (#16738)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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-01-01 21:28:20 +02:00
TrueCharts Bot 026bebde2d
chore(deps): update container image common to v17.2.19@4ebb688 by renovate (#16733)
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 | `17.2.18` ->
`17.2.19` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-01 18:57:58 +01:00
Kjeld Schouten aee418953a chore: bump all charts for OCI test push 2024-01-01 17:40:52 +01:00
TrueCharts Bot f368d57f85
chore(deps): update container image common to v17.2.18@085ba3c by renovate (#16732)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| common | patch | `17.2.2` -> `17.2.18` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-01 17:24:42 +01:00
Kjeld Schouten 0eae972794 chore: move everything to consume OCI-hosted common-chart dependency 2024-01-01 17:11:47 +01:00
TrueCharts-Bot 92663fd205 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-01 00:10:30 +00:00
Stavros Kois 698622495c
chore(docs): standardize ./img references (#16704)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-31 22:39:31 +02:00
TrueCharts Bot c4b0370f92
chore(deps): update container image homeassistant/home-assistant to v2023.12.4@8d00033 by renovate (#16663)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://togithub.com/home-assistant/core)) | patch |
`2023.12.3` -> `2023.12.4` |

---

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

---

### Release Notes

<details>
<summary>home-assistant/core (homeassistant/home-assistant)</summary>

###
[`v2023.12.4`](https://togithub.com/home-assistant/core/releases/tag/2023.12.4)

[Compare
Source](https://togithub.com/home-assistant/core/compare/2023.12.3...2023.12.4)

- Pass timeout to httpx in RESTful Switch ([@&#8203;vexofp] -
[#&#8203;105364]) ([rest docs])
- Add Raspberry Pi 5 specific container image ([@&#8203;agners] -
[#&#8203;105488])
- Set todo item status in intent ([@&#8203;synesthesiam] -
[#&#8203;105743]) ([todo docs])
- Bump aioairzone to v0.7.0 ([@&#8203;Noltari] - [#&#8203;105807])
([airzone docs]) (dependency)
- Update aioairzone to v0.7.2 ([@&#8203;Noltari] - [#&#8203;105811])
([airzone docs]) (dependency)
- Fix HVAC mode duplication for Shelly Gen2 climate platform
([@&#8203;bieniu] - [#&#8203;105812]) ([shelly docs])
- Fix Airzone temperature range on new climate card ([@&#8203;Noltari] -
[#&#8203;105830]) ([airzone docs])
- Bump pyunifiprotect to 4.22.3 ([@&#8203;bdraco] - [#&#8203;105833])
([unifiprotect docs]) (dependency)
- Address late review comments on AVM FRITZ!SmartHome ([@&#8203;mib1185]
- [#&#8203;105860]) ([fritzbox docs])
- Set WiFi QR code entity to unknown when Fritzbox is not available
([@&#8203;mib1185] - [#&#8203;105870]) ([fritz docs])
- Bump reolink_aio to 0.8.3 ([@&#8203;starkillerOG] - [#&#8203;105489])
([reolink docs]) (dependency)
- Bump reolink_aio to 0.8.4 ([@&#8203;starkillerOG] - [#&#8203;105946])
([reolink docs]) (dependency)
- Bump motionblinds to 0.6.19 ([@&#8203;starkillerOG] -
[#&#8203;105951]) ([motion_blinds docs]) (dependency)
- Fix unreachable Netatmo sensor returning false values
([@&#8203;cgtobi] - [#&#8203;105954]) ([netatmo docs])
- Add Raspberry Pi 5 to version and hardware integration
([@&#8203;agners] - [#&#8203;105992]) ([hassio docs]) ([version docs])
([raspberry_pi docs])
- Bump blinkpy 0.22.4 ([@&#8203;mkmer] - [#&#8203;105993]) ([blink
docs])
- Don't fetch unchanged OurGroceries lists ([@&#8203;OnFreund] -
[#&#8203;105998]) ([ourgroceries docs])
- Bump pyatmo to 8.0.1 ([@&#8203;cgtobi] - [#&#8203;106094]) ([netatmo
docs])
- Bump surepy to 0.9.0 ([@&#8203;benleb] - [#&#8203;106101])
([surepetcare docs]) (dependency)
- Bump pyenphase to 1.15.2 ([@&#8203;bdraco] - [#&#8203;106134])
([enphase_envoy docs]) (dependency)
- Bump ZHA dependencies ([@&#8203;puddly] - [#&#8203;106147]) ([zha
docs]) (dependency)
- Bump life360 to 6.0.1 ([@&#8203;pnbruckner] - [#&#8203;106149])
([life360 docs])
- Fix bug with non-existent Notion bridge IDs ([@&#8203;bachya] -
[#&#8203;106152]) ([notion docs])
- Fix Netatmo light switching states by assuming state until next update
([@&#8203;cgtobi] - [#&#8203;106162]) ([netatmo docs])
- Bump Devialet to 1.4.4 ([@&#8203;fwestenberg] - [#&#8203;106171])
([devialet docs])
- Bump ring-doorbell to 0.8.5 ([@&#8203;sdb9696] - [#&#8203;106178])
([ring docs]) (dependency)
- Bump Devialet to 1.4.5 ([@&#8203;fwestenberg] - [#&#8203;106184])
([devialet docs])
- Bump aiopulse to 0.4.4 ([@&#8203;atmurray] - [#&#8203;106239])
([acmeda docs]) (dependency)
- Fix Shelly consumption_types ([@&#8203;emontnemery] -
[#&#8203;106273]) ([shelly docs])
- Missing exception on relogin in Honeywell ([@&#8203;mkmer] -
[#&#8203;106324]) ([honeywell docs])
- Redact unique id from diagnostics in blink ([@&#8203;mkmer] -
[#&#8203;106413]) ([blink docs])

[#&#8203;105135]: https://togithub.com/home-assistant/core/pull/105135

[#&#8203;105324]: https://togithub.com/home-assistant/core/pull/105324

[#&#8203;105364]: https://togithub.com/home-assistant/core/pull/105364

[#&#8203;105488]: https://togithub.com/home-assistant/core/pull/105488

[#&#8203;105489]: https://togithub.com/home-assistant/core/pull/105489

[#&#8203;105655]: https://togithub.com/home-assistant/core/pull/105655

[#&#8203;105743]: https://togithub.com/home-assistant/core/pull/105743

[#&#8203;105757]: https://togithub.com/home-assistant/core/pull/105757

[#&#8203;105807]: https://togithub.com/home-assistant/core/pull/105807

[#&#8203;105811]: https://togithub.com/home-assistant/core/pull/105811

[#&#8203;105812]: https://togithub.com/home-assistant/core/pull/105812

[#&#8203;105830]: https://togithub.com/home-assistant/core/pull/105830

[#&#8203;105833]: https://togithub.com/home-assistant/core/pull/105833

[#&#8203;105860]: https://togithub.com/home-assistant/core/pull/105860

[#&#8203;105870]: https://togithub.com/home-assistant/core/pull/105870

[#&#8203;105946]: https://togithub.com/home-assistant/core/pull/105946

[#&#8203;105951]: https://togithub.com/home-assistant/core/pull/105951

[#&#8203;105954]: https://togithub.com/home-assistant/core/pull/105954

[#&#8203;105992]: https://togithub.com/home-assistant/core/pull/105992

[#&#8203;105993]: https://togithub.com/home-assistant/core/pull/105993

[#&#8203;105998]: https://togithub.com/home-assistant/core/pull/105998

[#&#8203;106094]: https://togithub.com/home-assistant/core/pull/106094

[#&#8203;106101]: https://togithub.com/home-assistant/core/pull/106101

[#&#8203;106134]: https://togithub.com/home-assistant/core/pull/106134

[#&#8203;106147]: https://togithub.com/home-assistant/core/pull/106147

[#&#8203;106149]: https://togithub.com/home-assistant/core/pull/106149

[#&#8203;106152]: https://togithub.com/home-assistant/core/pull/106152

[#&#8203;106162]: https://togithub.com/home-assistant/core/pull/106162

[#&#8203;106171]: https://togithub.com/home-assistant/core/pull/106171

[#&#8203;106178]: https://togithub.com/home-assistant/core/pull/106178

[#&#8203;106184]: https://togithub.com/home-assistant/core/pull/106184

[#&#8203;106239]: https://togithub.com/home-assistant/core/pull/106239

[#&#8203;106273]: https://togithub.com/home-assistant/core/pull/106273

[#&#8203;106324]: https://togithub.com/home-assistant/core/pull/106324

[#&#8203;106413]: https://togithub.com/home-assistant/core/pull/106413

[@&#8203;Noltari]: https://togithub.com/Noltari

[@&#8203;OnFreund]: https://togithub.com/OnFreund

[@&#8203;agners]: https://togithub.com/agners

[@&#8203;atmurray]: https://togithub.com/atmurray

[@&#8203;bachya]: https://togithub.com/bachya

[@&#8203;bdraco]: https://togithub.com/bdraco

[@&#8203;benleb]: https://togithub.com/benleb

[@&#8203;bieniu]: https://togithub.com/bieniu

[@&#8203;cgtobi]: https://togithub.com/cgtobi

[@&#8203;emontnemery]: https://togithub.com/emontnemery

[@&#8203;frenck]: https://togithub.com/frenck

[@&#8203;fwestenberg]: https://togithub.com/fwestenberg

[@&#8203;mib1185]: https://togithub.com/mib1185

[@&#8203;mkmer]: https://togithub.com/mkmer

[@&#8203;pnbruckner]: https://togithub.com/pnbruckner

[@&#8203;puddly]: https://togithub.com/puddly

[@&#8203;sdb9696]: https://togithub.com/sdb9696

[@&#8203;starkillerOG]: https://togithub.com/starkillerOG

[@&#8203;synesthesiam]: https://togithub.com/synesthesiam

[@&#8203;vexofp]: https://togithub.com/vexofp

[accuweather docs]:
https://www.home-assistant.io/integrations/accuweather/

[acmeda docs]: https://www.home-assistant.io/integrations/acmeda/

[adax docs]: https://www.home-assistant.io/integrations/adax/

[adguard docs]: https://www.home-assistant.io/integrations/adguard/

[airzone docs]: https://www.home-assistant.io/integrations/airzone/

[blink docs]: https://www.home-assistant.io/integrations/blink/

[devialet docs]: https://www.home-assistant.io/integrations/devialet/

[enphase_envoy docs]:
https://www.home-assistant.io/integrations/enphase_envoy/

[fritz docs]: https://www.home-assistant.io/integrations/fritz/

[fritzbox docs]: https://www.home-assistant.io/integrations/fritzbox/

[hassio docs]: https://www.home-assistant.io/integrations/hassio/

[honeywell docs]: https://www.home-assistant.io/integrations/honeywell/

[life360 docs]: https://www.home-assistant.io/integrations/life360/

[motion_blinds docs]:
https://www.home-assistant.io/integrations/motion_blinds/

[netatmo docs]: https://www.home-assistant.io/integrations/netatmo/

[notion docs]: https://www.home-assistant.io/integrations/notion/

[ourgroceries docs]:
https://www.home-assistant.io/integrations/ourgroceries/

[raspberry_pi docs]:
https://www.home-assistant.io/integrations/raspberry_pi/

[reolink docs]: https://www.home-assistant.io/integrations/reolink/

[rest docs]: https://www.home-assistant.io/integrations/rest/

[ring docs]: https://www.home-assistant.io/integrations/ring/

[shelly docs]: https://www.home-assistant.io/integrations/shelly/

[surepetcare docs]:
https://www.home-assistant.io/integrations/surepetcare/

[todo docs]: https://www.home-assistant.io/integrations/todo/

[unifiprotect docs]:
https://www.home-assistant.io/integrations/unifiprotect/

[version docs]: https://www.home-assistant.io/integrations/version/

[zha docs]: https://www.home-assistant.io/integrations/zha/

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-31 15:55:02 +01:00
Stavros Kois 12b5c56b24
chore(docs): lints some docs, uses front-matter instead of # h1, and fix list items in changelog (#16589)
**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)-->

front matter is supported by all doc sites (including github markdown
rendering
and is easier to add extra metadata later on, if we want to.

```
---
title: sometitle
---
```

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-12-31 16:24:05 +02:00
TrueCharts-Bot bf535bc529 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-31 00:10:39 +00:00
TrueCharts Bot 9eddcd99d3
chore(deps): update helm general minor by renovate (#16579)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | minor | `10.0.3` ->
`10.1.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`17.1.4` -> `17.2.2` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | minor | `6.0.3` ->
`6.1.0` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | minor | `12.0.3` ->
`12.1.0` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` ->
`11.1.0` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` ->
`11.1.0` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | minor | `6.0.3` ->
`6.1.0` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | minor | `11.0.3` ->
`11.1.0` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v10.1.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.1.0)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.0.3...clickhouse-10.1.0)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.1...common-17.2.2)

Function library for TrueCharts

###
[`v17.2.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.2.0...common-17.2.1)

Function library for TrueCharts

###
[`v17.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.2.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.5...common-17.2.0)

Function library for TrueCharts

###
[`v17.1.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.5)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.4...common-17.1.5)

Function library for TrueCharts

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjExMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-30 01:53:16 +01:00
TrueCharts-Bot 2abaa1a6de Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-30 00:08:42 +00:00
TrueCharts-Bot eab3a2a380 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-29 00:08:05 +00:00
TrueCharts-Bot d8703ad51d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-28 00:08:46 +00:00
TrueCharts-Bot 3ab15f5086 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-27 00:08:39 +00:00
TrueCharts Bot 2fde8d4e5c
chore(deps): update helm general non-major by renovate (#16545)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.1` ->
`10.0.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`17.1.0` -> `17.1.4` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.1` ->
`6.0.2` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `12.0.1` ->
`12.0.2` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.1` ->
`11.0.2` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.1` ->
`11.0.2` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.1` ->
`6.0.2` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.1` ->
`11.0.2` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v10.0.2`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-10.0.2)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-10.0.1...clickhouse-10.0.2)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.1.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.3...common-17.1.4)

Function library for TrueCharts

###
[`v17.1.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.2...common-17.1.3)

Function library for TrueCharts

###
[`v17.1.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.1...common-17.1.2)

Function library for TrueCharts

###
[`v17.1.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.1.0...common-17.1.1)

Function library for TrueCharts

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-26 23:37:47 +02:00
TrueCharts Bot 6a2ea11999
chore(deps): update helm chart common to 17.1.0 by renovate (#16532)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`16.2.21` -> `17.1.0` |

---

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

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v17.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.1.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.0.2...common-17.1.0)

Function library for TrueCharts

###
[`v17.0.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.0.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.0.1...common-17.0.2)

Function library for TrueCharts

###
[`v17.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.0.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-17.0.0...common-17.0.1)

Function library for TrueCharts

###
[`v17.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-17.0.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.24...common-17.0.0)

Function library for TrueCharts

###
[`v16.2.24`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.24)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.23...common-16.2.24)

Function library for TrueCharts

###
[`v16.2.23`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.23)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.22...common-16.2.23)

Function library for TrueCharts

###
[`v16.2.22`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.22)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.21...common-16.2.22)

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-25 17:59:06 +01:00
TrueCharts Bot 702b146d12
chore(deps): update helm general non-major by renovate (#16384)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.16` ->
`9.0.17` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.20` -> `16.2.21` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.15` ->
`5.0.16` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.16`
-> `11.0.17` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.16`
-> `10.0.17` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.15`
-> `10.0.16` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.15` ->
`5.0.16` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.16`
-> `10.0.17` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v9.0.17`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.17)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.16...clickhouse-9.0.17)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v16.2.21`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.21)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.20...common-16.2.21)

Function library for TrueCharts

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-24 16:57:27 +01:00
TrueCharts Bot af2c9bee81
chore(deps): update helm general non-major by renovate (#16376)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.15` ->
`9.0.16` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.17` -> `16.2.20` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.14` ->
`5.0.15` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.15`
-> `11.0.16` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.15`
-> `10.0.16` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.14`
-> `10.0.15` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.14` ->
`5.0.15` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.15`
-> `10.0.16` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v9.0.16`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.16)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.15...clickhouse-9.0.16)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v16.2.20`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.20)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.19...common-16.2.20)

Function library for TrueCharts

###
[`v16.2.19`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.19)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.18...common-16.2.19)

Function library for TrueCharts

###
[`v16.2.18`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.18)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.17...common-16.2.18)

Function library for TrueCharts

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

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

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-24 14:01:40 +01:00
TrueCharts-Bot 40b9ad4519 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-24 00:09:56 +00:00
TrueCharts Bot 7a9e19fed7
chore(deps): update helm general non-major by renovate (#16373)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.13` ->
`9.0.15` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.15` -> `16.2.17` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.12` ->
`5.0.14` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.13`
-> `11.0.15` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.13`
-> `10.0.15` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.12`
-> `10.0.14` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.12` ->
`5.0.14` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.13`
-> `10.0.15` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v9.0.15`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.15)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.14...clickhouse-9.0.15)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v9.0.14`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.14)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.13...clickhouse-9.0.14)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v16.2.17`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.17)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.16...common-16.2.17)

Function library for TrueCharts

###
[`v16.2.16`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.16)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.15...common-16.2.16)

Function library for TrueCharts

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-23 21:52:32 +01:00
TrueCharts Bot 712d425846
chore(deps): update helm general non-major by renovate (#16369)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.12` ->
`9.0.13` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.13` -> `16.2.15` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.11` ->
`5.0.12` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.12`
-> `11.0.13` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.12`
-> `10.0.13` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.11`
-> `10.0.12` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.11` ->
`5.0.12` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.12`
-> `10.0.13` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v9.0.13`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.13)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.12...clickhouse-9.0.13)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v16.2.15`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.15)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.14...common-16.2.15)

Function library for TrueCharts

###
[`v16.2.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.14)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.13...common-16.2.14)

Function library for TrueCharts

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-23 18:55:38 +01:00
TrueCharts Bot 93a7988815
chore(deps): update helm general non-major by renovate (#16361)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.10` ->
`9.0.12` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.12` -> `16.2.13` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.9` ->
`5.0.11` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.10`
-> `11.0.12` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.10`
-> `10.0.12` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.9` ->
`10.0.11` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.9` ->
`5.0.11` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.10`
-> `10.0.12` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v9.0.12`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.12)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.11...clickhouse-9.0.12)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v9.0.11`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.11)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.10...clickhouse-9.0.11)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v16.2.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.13)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.12...common-16.2.13)

Function library for TrueCharts

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-23 09:08:00 +02:00
TrueCharts-Bot 2f00f14103 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-23 00:09:08 +00:00
TrueCharts Bot 38ea5f1c8e
chore(deps): update helm general non-major by renovate (#16359) 2023-12-22 21:16:27 +02:00
Kjeld Schouten 257c24ed26 fix(ingress): expose custom options for homepage integration 2023-12-22 11:18:53 +01:00
TrueCharts-Bot 726c4327b8 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-22 00:09:32 +00:00
Kjeld Schouten b3058e799e fix: bump to release middleware fix 2023-12-21 17:52:24 +01:00
Kjeld Schouten fd610994c1 chore: bump everything to ensure patches are applied globally 2023-12-21 14:22:19 +01:00
Kjeld Schouten 79d3af05dc fix(cnpg): ensure the cnpg GUI is included on CNPG apps 2023-12-21 14:20:12 +01:00
TrueCharts Bot 8d456c3bcf
chore(deps): update helm general non-major by renovate (#16341)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.4` ->
`9.0.5` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.7` -> `16.2.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.5` -> `16.2.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.4` -> `16.2.9` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.3` ->
`5.0.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.4` ->
`11.0.5` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.4` ->
`10.0.5` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.3` ->
`10.0.4` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.3` ->
`5.0.4` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.3` ->
`10.0.4` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v9.0.5`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.5)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.4...clickhouse-9.0.5)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v16.2.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.9)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.8...common-16.2.9)

Function library for TrueCharts

###
[`v16.2.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.8)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.7...common-16.2.8)

Function library for TrueCharts

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-21 13:23:49 +01:00
TrueCharts-Bot 4001f85191 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-21 00:11:53 +00:00
Kjeld Schouten 5385fd4cbe chore: bump patch versions on all charts for new GUI release 2023-12-20 20:59:09 +01:00
TrueCharts-Bot 1b4ce58b07 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-20 19:51:11 +00:00
TrueCharts Bot 49e418b488
chore(deps): update helm general major by renovate (major) (#14631)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | major | `7.0.30` ->
`9.0.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`14.5.0` -> `16.2.7` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`13.2.2` -> `16.2.7` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`15.3.4` -> `16.2.7` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | major | `3.0.41` ->
`5.0.3` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | major | `7.0.70` ->
`11.0.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | major | `9.0.43` ->
`11.0.4` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | major | `6.0.77` ->
`10.0.4` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | major | `6.0.67` ->
`10.0.3` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | major | `3.0.43` ->
`5.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | major | `6.0.66` ->
`10.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | major | `7.0.6` ->
`10.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | major | `8.0.47` ->
`10.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | major | `9.0.3` ->
`10.0.3` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v9.0.4`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.4)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.3...clickhouse-9.0.4)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v9.0.3`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.3)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.2...clickhouse-9.0.3)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v9.0.2`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.2)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.0...clickhouse-9.0.2)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v9.0.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.0)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-8.1.0...clickhouse-9.0.0)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v8.1.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-8.1.0)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-8.0.2...clickhouse-8.1.0)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v8.0.2`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-8.0.2)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-8.0.1...clickhouse-8.0.2)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v8.0.1`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-8.0.1)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-8.0.0...clickhouse-8.0.1)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v8.0.0`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-8.0.0)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.30...clickhouse-8.0.0)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v16.2.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.7)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.6...common-16.2.7)

Function library for TrueCharts

###
[`v16.2.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.6)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.5...common-16.2.6)

Function library for TrueCharts

###
[`v16.2.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.5)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.4...common-16.2.5)

Function library for TrueCharts

###
[`v16.2.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.3...common-16.2.4)

Function library for TrueCharts

###
[`v16.2.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.1.0...common-16.2.3)

Function library for TrueCharts

###
[`v16.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.1.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.0.0...common-16.1.0)

Function library for TrueCharts

###
[`v16.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.0.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.3.4...common-16.0.0)

Function library for TrueCharts

###
[`v15.3.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.3.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.3.3...common-15.3.4)

Function library for TrueCharts

###
[`v15.3.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.3.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.3.2...common-15.3.3)

Function library for TrueCharts

###
[`v15.3.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.3.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.3.1...common-15.3.2)

Function library for TrueCharts

###
[`v15.3.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.3.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.3.0...common-15.3.1)

Function library for TrueCharts

###
[`v15.3.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.3.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.2.0...common-15.3.0)

Function library for TrueCharts

###
[`v15.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.2.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.1.1...common-15.2.0)

Function library for TrueCharts

###
[`v15.1.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.1.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.1.0...common-15.1.1)

Function library for TrueCharts

###
[`v15.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.1.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.0.2...common-15.1.0)

Function library for TrueCharts

###
[`v15.0.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.0.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.0.1...common-15.0.2)

Function library for TrueCharts

###
[`v15.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.0.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-15.0.0...common-15.0.1)

Function library for TrueCharts

###
[`v15.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-15.0.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.5.0...common-15.0.0)

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTA1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-12-20 19:30:50 +01:00
Kjeld Schouten 3f74856193 chore: Bump everything to force min/max scale version update 2023-12-20 14:15:47 +01:00
TrueCharts-Bot dc6307df6c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-20 13:11:56 +00:00
TrueCharts-Bot 4fceb64003 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-17 00:09:15 +00:00
TrueCharts Bot 45f50c7fcc
chore(deps): update helm general non-major (#14784)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | patch
| `v1.13.2` -> `v1.13.3` |
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.25` ->
`7.0.30` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.3.5` -> `14.5.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`15.0.1` -> `15.3.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`16.0.0` -> `16.2.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`15.2.0` -> `15.3.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.3.3` -> `14.5.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`15.3.1` -> `15.3.4` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.38` ->
`3.0.41` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.40` ->
`9.0.43` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.40` ->
`3.0.43` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.44` ->
`8.0.47` |
| [velero](https://togithub.com/vmware-tanzu/velero)
([source](https://togithub.com/vmware-tanzu/helm-charts)) | minor |
`5.1.4` -> `5.2.0` |

---

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

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.13.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.3)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.2...v1.13.3)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

> ⚠️ Read about the [**breaking changes in cert-manager
1.13**](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.0)
before you upgrade from a < v1.13 version!

This patch release contains fixes for the following security
vulnerabilities in the cert-manager-controller:

- [`GO-2023-2334`](https://pkg.go.dev/vuln/GO-2023-2334): Decryption of
malicious PBES2 JWE objects can consume unbounded system resources.

If you use [ArtifactHub Security
report](https://artifacthub.io/packages/helm/cert-manager/cert-manager/1.13.2?modal=security-report)
or [trivy](https://trivy.dev/), this patch will also silence the
following warning about a vulnerability in code which is imported but
**not used** by the cert-manager-controller:

-
[`CVE-2023-47108`](https://access.redhat.com/security/cve/CVE-2023-47108):
DoS vulnerability in `otelgrpc` due to unbound cardinality metrics.

An ongoing security audit of cert-manager suggested some changes to the
webhook code to mitigate DoS attacks, and these are included in this
patch release.

##### Changes

##### Bug or Regression

- The webhook server now returns HTTP error 413 (Content Too Large) for
requests with body size `>= 3MiB`. This is to mitigate DoS attacks that
attempt to crash the webhook process by sending large requests that
exceed the available memory.
([#&#8203;6507](https://togithub.com/cert-manager/cert-manager/pull/6507),
[@&#8203;inteon](https://togithub.com/inteon))
- The webhook server now returns HTTP error 400 (Bad Request) if the
request contains an empty body.
([#&#8203;6507](https://togithub.com/cert-manager/cert-manager/pull/6507),
[@&#8203;inteon](https://togithub.com/inteon))
- The webhook server now returns HTTP error 500 (Internal Server Error)
rather than crashing, if the code panics while handling a request.
([#&#8203;6507](https://togithub.com/cert-manager/cert-manager/pull/6507),
[@&#8203;inteon](https://togithub.com/inteon))
- Mitigate potential "Slowloris" attacks by setting `ReadHeaderTimeout`
in all `http.Server` instances.
([#&#8203;6538](https://togithub.com/cert-manager/cert-manager/pull/6538),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Upgrade Go modules: `otel`, `docker`, and `jose` to fix CVE alerts.
See https://github.com/advisories/GHSA-8pgv-569h-w5rw,
https://github.com/advisories/GHSA-jq35-85cj-fj4p, and
https://github.com/advisories/GHSA-2c7c-3mj9-8fqh.
([#&#8203;6514](https://togithub.com/cert-manager/cert-manager/pull/6514),
[@&#8203;inteon](https://togithub.com/inteon))

##### Dependencies

##### Added

*Nothing has changed.*

##### Changed

-   `cloud.google.com/go/firestore`: `v1.11.0 → v1.12.0`
-   `cloud.google.com/go`: `v0.110.6 → v0.110.7`
- `github.com/felixge/httpsnoop`: [`v1.0.3 →
v1.0.4`](https://togithub.com/felixge/httpsnoop/compare/v1.0.3...v1.0.4)
- `github.com/go-jose/go-jose/v3`: [`v3.0.0 →
v3.0.1`](https://togithub.com/go-jose/go-jose/v3/compare/v3.0.0...v3.0.1)
- `github.com/go-logr/logr`: [`v1.2.4 →
v1.3.0`](https://togithub.com/go-logr/logr/compare/v1.2.4...v1.3.0)
- `github.com/golang/glog`: [`v1.1.0 →
v1.1.2`](https://togithub.com/golang/glog/compare/v1.1.0...v1.1.2)
- `github.com/google/go-cmp`: [`v0.5.9 →
v0.6.0`](https://togithub.com/google/go-cmp/compare/v0.5.9...v0.6.0)
-
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`:
`v0.45.0 → v0.46.0`
- `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`:
`v0.44.0 → v0.46.0`
- `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc`:
`v1.19.0 → v1.20.0`
- `go.opentelemetry.io/otel/exporters/otlp/otlptrace`: `v1.19.0 →
v1.20.0`
-   `go.opentelemetry.io/otel/metric`: `v1.19.0 → v1.20.0`
-   `go.opentelemetry.io/otel/sdk`: `v1.19.0 → v1.20.0`
-   `go.opentelemetry.io/otel/trace`: `v1.19.0 → v1.20.0`
-   `go.opentelemetry.io/otel`: `v1.19.0 → v1.20.0`
-   `go.uber.org/goleak`: `v1.2.1 → v1.3.0`
-   `golang.org/x/sys`: `v0.13.0 → v0.14.0`
-   `google.golang.org/genproto/googleapis/api`: `f966b18 → b8732ec`
-   `google.golang.org/genproto`: `f966b18 → b8732ec`
-   `google.golang.org/grpc`: `v1.58.3 → v1.59.0`

##### Removed

*Nothing has changed.*

</details>

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.30`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.30)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.29...clickhouse-7.0.30)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.29`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.29)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.28...clickhouse-7.0.29)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.28`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.28)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.27...clickhouse-7.0.28)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.27`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.27)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.26...clickhouse-7.0.27)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.26`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.26)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.25...clickhouse-7.0.26)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.5.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.5.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.4.0...common-14.5.0)

Function library for TrueCharts

###
[`v14.4.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.4.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.5...common-14.4.0)

Function library for TrueCharts

</details>

<details>
<summary>vmware-tanzu/helm-charts (velero)</summary>

###
[`v5.2.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.2.0)

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.7...velero-5.2.0)

A Helm chart for velero

#### What's Changed

- \[velero] Pass config trough tpl and implement reload trigger by
[@&#8203;jkroepke](https://togithub.com/jkroepke) in
[https://github.com/vmware-tanzu/helm-charts/pull/525](https://togithub.com/vmware-tanzu/helm-charts/pull/525)

**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.7...velero-5.2.0

###
[`v5.1.7`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.7)

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.6...velero-5.1.7)

A Helm chart for velero

#### What's Changed

- \[velero]: Feature push new charts to GHCR OCI registry as well by
[@&#8203;ishuar](https://togithub.com/ishuar) in
[https://github.com/vmware-tanzu/helm-charts/pull/523](https://togithub.com/vmware-tanzu/helm-charts/pull/523)
- \[velero] feat: Add additional templating options for Velero upgrade
CRDs job by [@&#8203;cbuto](https://togithub.com/cbuto) in
[https://github.com/vmware-tanzu/helm-charts/pull/528](https://togithub.com/vmware-tanzu/helm-charts/pull/528)

#### New Contributors

- [@&#8203;cbuto](https://togithub.com/cbuto) made their first
contribution in
[https://github.com/vmware-tanzu/helm-charts/pull/528](https://togithub.com/vmware-tanzu/helm-charts/pull/528)

**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.6...velero-5.1.7

###
[`v5.1.6`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.6)

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.5...velero-5.1.6)

A Helm chart for velero

#### What's Changed

- \[velero]: Disable default values for upgradeJobResources by
[@&#8203;ishuar](https://togithub.com/ishuar) in
[https://github.com/vmware-tanzu/helm-charts/pull/524](https://togithub.com/vmware-tanzu/helm-charts/pull/524)

**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.5...velero-5.1.6

###
[`v5.1.5`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.5)

[Compare
Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.4...velero-5.1.5)

A Helm chart for velero

#### What's Changed

- Bump velero/velero from 1.12.1 to v1.12.2 in /charts/velero by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/vmware-tanzu/helm-charts/pull/522](https://togithub.com/vmware-tanzu/helm-charts/pull/522)

**Full Changelog**:
https://github.com/vmware-tanzu/helm-charts/compare/velero-5.1.4...velero-5.1.5

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-16 13:45:50 +01:00
Kjeld Schouten b3cff36b48 chore: fix move mistake and cleanup metadata 2023-12-16 13:04:04 +01:00
TrueCharts-Bot 5c47316bce Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-16 00:13:05 +00:00
TrueCharts Bot 50249ac651
chore(deps): update container image homeassistant/home-assistant to v2023.12.3@128abdf (#16084)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://togithub.com/home-assistant/core)) | patch |
`2023.12.2` -> `2023.12.3` |

---

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

---

### Release Notes

<details>
<summary>home-assistant/core (homeassistant/home-assistant)</summary>

###
[`v2023.12.3`](https://togithub.com/home-assistant/core/releases/tag/2023.12.3)

[Compare
Source](https://togithub.com/home-assistant/core/compare/2023.12.2...2023.12.3)

- Ensure platform setup for all AVM FRITZ!SmartHome devices
([@&#8203;mib1185] - [#&#8203;105515]) ([fritzbox docs])
- Update AEMET-OpenData to v0.4.7 ([@&#8203;Noltari] - [#&#8203;105676])
([aemet docs]) (dependency)
- Fix restoring UniFi clients with old unique id ([@&#8203;Kane610] -
[#&#8203;105691]) ([unifi docs])
- Bump zeroconf to 0.128.5 ([@&#8203;bdraco] - [#&#8203;105694])
([zeroconf docs]) (dependency)
- Add missing rest_command reload service to services.yaml
([@&#8203;jpbede] - [#&#8203;105714]) ([rest_command docs])
- Fix issue clearing renault schedules ([@&#8203;epenet] -
[#&#8203;105719]) ([renault docs]) (dependency)
- Fix Fully Kiosk Browser MQTT event callbacks with non-standard event
topics ([@&#8203;cgarwood] - [#&#8203;105735]) ([fully_kiosk docs])
- Disable user profiles on login screen ([@&#8203;frenck] -
[#&#8203;105749]) ([auth docs]) ([person docs]) (breaking-change)

[#&#8203;105135]: https://togithub.com/home-assistant/core/pull/105135

[#&#8203;105324]: https://togithub.com/home-assistant/core/pull/105324

[#&#8203;105515]: https://togithub.com/home-assistant/core/pull/105515

[#&#8203;105655]: https://togithub.com/home-assistant/core/pull/105655

[#&#8203;105676]: https://togithub.com/home-assistant/core/pull/105676

[#&#8203;105691]: https://togithub.com/home-assistant/core/pull/105691

[#&#8203;105694]: https://togithub.com/home-assistant/core/pull/105694

[#&#8203;105714]: https://togithub.com/home-assistant/core/pull/105714

[#&#8203;105719]: https://togithub.com/home-assistant/core/pull/105719

[#&#8203;105735]: https://togithub.com/home-assistant/core/pull/105735

[#&#8203;105749]: https://togithub.com/home-assistant/core/pull/105749

[@&#8203;Kane610]: https://togithub.com/Kane610

[@&#8203;Noltari]: https://togithub.com/Noltari

[@&#8203;bdraco]: https://togithub.com/bdraco

[@&#8203;cgarwood]: https://togithub.com/cgarwood

[@&#8203;epenet]: https://togithub.com/epenet

[@&#8203;frenck]: https://togithub.com/frenck

[@&#8203;jpbede]: https://togithub.com/jpbede

[@&#8203;mib1185]: https://togithub.com/mib1185

[accuweather docs]:
https://www.home-assistant.io/integrations/accuweather/

[adax docs]: https://www.home-assistant.io/integrations/adax/

[adguard docs]: https://www.home-assistant.io/integrations/adguard/

[aemet docs]: https://www.home-assistant.io/integrations/aemet/

[auth docs]: https://www.home-assistant.io/integrations/auth/

[fritzbox docs]: https://www.home-assistant.io/integrations/fritzbox/

[fully_kiosk docs]:
https://www.home-assistant.io/integrations/fully_kiosk/

[person docs]: https://www.home-assistant.io/integrations/person/

[renault docs]: https://www.home-assistant.io/integrations/renault/

[rest_command docs]:
https://www.home-assistant.io/integrations/rest_command/

[unifi docs]: https://www.home-assistant.io/integrations/unifi/

[zeroconf docs]: https://www.home-assistant.io/integrations/zeroconf/

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy45OC4wIiwidXBkYXRlZEluVmVyIjoiMzcuOTguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-15 01:47:00 +01:00
TrueCharts-Bot a75ade9cec Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-15 00:09:14 +00:00
TrueCharts-Bot 836a202222 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-14 12:05:19 +00:00
TrueCharts Bot 52ce76408a
chore(deps): update container image homeassistant/home-assistant to v2023.12.2@639e779 (#16056)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://togithub.com/home-assistant/core)) | patch |
`2023.12.1` -> `2023.12.2` |

---

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

---

### Release Notes

<details>
<summary>home-assistant/core (homeassistant/home-assistant)</summary>

###
[`v2023.12.2`](https://togithub.com/home-assistant/core/releases/tag/2023.12.2)

[Compare
Source](https://togithub.com/home-assistant/core/compare/2023.12.1...2023.12.2)

- Fix Lyric LCC thermostats auto mode ([@&#8203;apt-itude] -
[#&#8203;104853]) ([lyric docs])
- Bump zeroconf to 0.128.0 ([@&#8203;bdraco] - [#&#8203;104936])
([zeroconf docs]) (dependency)
- Fix CI test_invalid_rrule_fix test by freezing the time
([@&#8203;jbouwh] - [#&#8203;105294]) ([google docs])
- Add missing configuration for services.yaml in blink ([@&#8203;mkmer]
- [#&#8203;105310]) ([blink docs])
- Bump pyschlage to 2023.12.0 ([@&#8203;dknowles2] - [#&#8203;105349])
([schlage docs]) (dependency)
- Fix preset modes error in Smartthings ([@&#8203;gjohansson-ST] -
[#&#8203;105375]) ([smartthings docs])
- Fix service missing key in Blink ([@&#8203;mkmer] - [#&#8203;105387])
([blink docs])
- Fix adding/updating todo items with due date in CalDAV integration
([@&#8203;DerFlob] - [#&#8203;105435]) ([caldav docs])
- Check if heat area exists when setting up valve opening and battery
sensors in moehlenhoff alpha2 ([@&#8203;j-a-n] - [#&#8203;105437])
([moehlenhoff_alpha2 docs])
- Bump hatasmota to 0.8.0 ([@&#8203;emontnemery] - [#&#8203;105440])
([tasmota docs])
- Bump plugwise to v0.35.3 ([@&#8203;bouwew] - [#&#8203;105442])
([plugwise docs]) (dependency)
- Fix alexa calling not featured cover services ([@&#8203;jbouwh] -
[#&#8203;105444]) ([alexa docs])
- Fix fitbit oauth reauth debug logging ([@&#8203;allenporter] -
[#&#8203;105450]) ([fitbit docs])
- Write Enphase Envoy data to log when in debug mode
([@&#8203;catsmanac] - [#&#8203;105456]) ([enphase_envoy docs])
- Bump ical to 6.1.1 ([@&#8203;allenporter] - [#&#8203;105462])
([local_calendar docs]) ([local_todo docs]) (dependency)
- Bump zeroconf to 0.128.4 ([@&#8203;bdraco] - [#&#8203;105465])
([zeroconf docs]) (dependency)
- Remove Aftership import issue when entry already exists
([@&#8203;joostlek] - [#&#8203;105476]) ([aftership docs])
- Disconnect before reconnecting to satellite ([@&#8203;synesthesiam] -
[#&#8203;105500]) ([wyoming docs])
- Bump caldav to 1.3.8 ([@&#8203;FrnchFrgg] - [#&#8203;105508]) ([caldav
docs])
- Bump pyhiveapi to v0.5.16 ([@&#8203;KJonline] - [#&#8203;105513])
([hive docs]) (dependency)
- Fix setup Fast.com ([@&#8203;gjohansson-ST] - [#&#8203;105580])
([fastdotcom docs])
- Add name slot to HassClimateGetTemperature intent
([@&#8203;synesthesiam] - [#&#8203;105585]) ([climate docs])
- Skip TTS events entirely with empty text ([@&#8203;synesthesiam] -
[#&#8203;105617]) ([assist_pipeline docs])
- Rename "satellite enabled" to "mute" ([@&#8203;synesthesiam] -
[#&#8203;105619]) ([wyoming docs])
- Fix timing issue in Withings ([@&#8203;joostlek] - [#&#8203;105203])
([withings docs])
- Update pylint to 3.0.3 ([@&#8203;cdce8p] - [#&#8203;105491]) ([mqtt
docs]) ([zha docs]) ([improv_ble docs]) (dependency)
- Reload ZHA integration on any error, not just recoverable ones
([@&#8203;puddly] - [#&#8203;105659]) ([zha docs])
- Bump ZHA dependencies ([@&#8203;puddly] - [#&#8203;105661]) ([zha
docs]) (dependency)

[#&#8203;104853]: https://togithub.com/home-assistant/core/pull/104853

[#&#8203;104936]: https://togithub.com/home-assistant/core/pull/104936

[#&#8203;105135]: https://togithub.com/home-assistant/core/pull/105135

[#&#8203;105203]: https://togithub.com/home-assistant/core/pull/105203

[#&#8203;105294]: https://togithub.com/home-assistant/core/pull/105294

[#&#8203;105310]: https://togithub.com/home-assistant/core/pull/105310

[#&#8203;105324]: https://togithub.com/home-assistant/core/pull/105324

[#&#8203;105349]: https://togithub.com/home-assistant/core/pull/105349

[#&#8203;105375]: https://togithub.com/home-assistant/core/pull/105375

[#&#8203;105387]: https://togithub.com/home-assistant/core/pull/105387

[#&#8203;105435]: https://togithub.com/home-assistant/core/pull/105435

[#&#8203;105437]: https://togithub.com/home-assistant/core/pull/105437

[#&#8203;105440]: https://togithub.com/home-assistant/core/pull/105440

[#&#8203;105442]: https://togithub.com/home-assistant/core/pull/105442

[#&#8203;105444]: https://togithub.com/home-assistant/core/pull/105444

[#&#8203;105450]: https://togithub.com/home-assistant/core/pull/105450

[#&#8203;105456]: https://togithub.com/home-assistant/core/pull/105456

[#&#8203;105462]: https://togithub.com/home-assistant/core/pull/105462

[#&#8203;105465]: https://togithub.com/home-assistant/core/pull/105465

[#&#8203;105476]: https://togithub.com/home-assistant/core/pull/105476

[#&#8203;105491]: https://togithub.com/home-assistant/core/pull/105491

[#&#8203;105500]: https://togithub.com/home-assistant/core/pull/105500

[#&#8203;105508]: https://togithub.com/home-assistant/core/pull/105508

[#&#8203;105513]: https://togithub.com/home-assistant/core/pull/105513

[#&#8203;105580]: https://togithub.com/home-assistant/core/pull/105580

[#&#8203;105585]: https://togithub.com/home-assistant/core/pull/105585

[#&#8203;105617]: https://togithub.com/home-assistant/core/pull/105617

[#&#8203;105619]: https://togithub.com/home-assistant/core/pull/105619

[#&#8203;105659]: https://togithub.com/home-assistant/core/pull/105659

[#&#8203;105661]: https://togithub.com/home-assistant/core/pull/105661

[@&#8203;DerFlob]: https://togithub.com/DerFlob

[@&#8203;FrnchFrgg]: https://togithub.com/FrnchFrgg

[@&#8203;KJonline]: https://togithub.com/KJonline

[@&#8203;allenporter]: https://togithub.com/allenporter

[@&#8203;apt-itude]: https://togithub.com/apt-itude

[@&#8203;bdraco]: https://togithub.com/bdraco

[@&#8203;bouwew]: https://togithub.com/bouwew

[@&#8203;catsmanac]: https://togithub.com/catsmanac

[@&#8203;cdce8p]: https://togithub.com/cdce8p

[@&#8203;dknowles2]: https://togithub.com/dknowles2

[@&#8203;emontnemery]: https://togithub.com/emontnemery

[@&#8203;frenck]: https://togithub.com/frenck

[@&#8203;gjohansson-ST]: https://togithub.com/gjohansson-ST

[@&#8203;j-a-n]: https://togithub.com/j-a-n

[@&#8203;jbouwh]: https://togithub.com/jbouwh

[@&#8203;joostlek]: https://togithub.com/joostlek

[@&#8203;mkmer]: https://togithub.com/mkmer

[@&#8203;puddly]: https://togithub.com/puddly

[@&#8203;synesthesiam]: https://togithub.com/synesthesiam

[accuweather docs]:
https://www.home-assistant.io/integrations/accuweather/

[adax docs]: https://www.home-assistant.io/integrations/adax/

[adguard docs]: https://www.home-assistant.io/integrations/adguard/

[aftership docs]: https://www.home-assistant.io/integrations/aftership/

[alexa docs]: https://www.home-assistant.io/integrations/alexa/

[assist_pipeline docs]:
https://www.home-assistant.io/integrations/assist_pipeline/

[blink docs]: https://www.home-assistant.io/integrations/blink/

[caldav docs]: https://www.home-assistant.io/integrations/caldav/

[climate docs]: https://www.home-assistant.io/integrations/climate/

[enphase_envoy docs]:
https://www.home-assistant.io/integrations/enphase_envoy/

[fastdotcom docs]:
https://www.home-assistant.io/integrations/fastdotcom/

[fitbit docs]: https://www.home-assistant.io/integrations/fitbit/

[google docs]: https://www.home-assistant.io/integrations/google/

[hive docs]: https://www.home-assistant.io/integrations/hive/

[improv_ble docs]:
https://www.home-assistant.io/integrations/improv_ble/

[local_calendar docs]:
https://www.home-assistant.io/integrations/local_calendar/

[local_todo docs]:
https://www.home-assistant.io/integrations/local_todo/

[lyric docs]: https://www.home-assistant.io/integrations/lyric/

[moehlenhoff_alpha2 docs]:
https://www.home-assistant.io/integrations/moehlenhoff_alpha2/

[mqtt docs]: https://www.home-assistant.io/integrations/mqtt/

[plugwise docs]: https://www.home-assistant.io/integrations/plugwise/

[schlage docs]: https://www.home-assistant.io/integrations/schlage/

[smartthings docs]:
https://www.home-assistant.io/integrations/smartthings/

[tasmota docs]: https://www.home-assistant.io/integrations/tasmota/

[withings docs]: https://www.home-assistant.io/integrations/withings/

[wyoming docs]: https://www.home-assistant.io/integrations/wyoming/

[zeroconf docs]: https://www.home-assistant.io/integrations/zeroconf/

[zha docs]: https://www.home-assistant.io/integrations/zha/

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-14 01:49:18 +01:00
TrueCharts-Bot 61f5b6aca3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-13 12:03:05 +00:00
TrueCharts-Bot 0389064d49 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-13 00:08:48 +00:00
TrueCharts-Bot 8600090269 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-12 15:59:06 +00:00
TrueCharts-Bot b9f4ccaee6 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-12 12:02:26 +00:00
TrueCharts-Bot 3ac7442c25 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-12 00:09:22 +00:00
TrueCharts-Bot 84eca1fd32 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-11 00:09:01 +00:00
TrueCharts-Bot c43b0458e7 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-10 00:09:20 +00:00
TrueCharts Bot e737864b07
chore(deps): update container image homeassistant/home-assistant to v2023.12.1@93b9ebc (#15907)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://togithub.com/home-assistant/core)) | patch |
`2023.12.0` -> `2023.12.1` |

---

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

---

### Release Notes

<details>
<summary>home-assistant/core (homeassistant/home-assistant)</summary>

###
[`v2023.12.1`](https://togithub.com/home-assistant/core/releases/tag/2023.12.1)

[Compare
Source](https://togithub.com/home-assistant/core/compare/2023.12.0...2023.12.1)

- Initialize energy_state without price ([@&#8203;Excentyl] -
[#&#8203;97031]) ([energy docs])
- Bump yolink-api to 0.3.4 ([@&#8203;matrixd2] - [#&#8203;105124])
([yolink docs]) (dependency)
- Bump apple_weatherkit to 1.1.2 ([@&#8203;tjhorner] - [#&#8203;105140])
([weatherkit docs]) (dependency)
- Correct smtp error message string ([@&#8203;jbouwh] -
[#&#8203;105148]) ([smtp docs])
- Expose todo entities to Assist by default ([@&#8203;synesthesiam] -
[#&#8203;105150]) ([homeassistant docs])
- Disable scenarios (scenes) for local API in Overkiz ([@&#8203;iMicknl]
- [#&#8203;105153]) ([overkiz docs])
- Improve LIDL christmas light detection in deCONZ ([@&#8203;Kane610] -
[#&#8203;105155]) ([deconz docs])
- Bump reolink_aio to 0.8.2 ([@&#8203;starkillerOG] - [#&#8203;105157])
([reolink docs]) (dependency)
- Don't return TTS URL in Assist pipeline ([@&#8203;synesthesiam] -
[#&#8203;105164]) ([assist_pipeline docs])
- Bump Météo-France to 1.3.0 ([@&#8203;Quentame] - [#&#8203;105170])
([meteo_france docs]) (dependency)
- Fix ZHA quirk ID custom entities matching all devices
([@&#8203;TheJulianJES] - [#&#8203;105184]) ([zha docs])
- Fix missing apostrophe in smtp ([@&#8203;lunmay] - [#&#8203;105189])
([smtp docs])
- Set ping interval to 15 seconds instead of 5 minutes ([@&#8203;nohn] -
[#&#8203;105191]) ([ping docs])
- Increase ping update interval to 30 seconds ([@&#8203;jpbede] -
[#&#8203;105199]) ([ping docs])
- Fix bug in roon incremental volume control. ([@&#8203;pavoni] -
[#&#8203;105201]) ([roon docs])
- fix supportedFanOscillationModes is null ([@&#8203;haimn] -
[#&#8203;105205]) ([smartthings docs])
- Disable config flow progress in peco config flow
([@&#8203;emontnemery] - [#&#8203;105222]) ([peco docs])
- Fix Fritzbox light setup ([@&#8203;flabbamann] - [#&#8203;105232])
([fritzbox docs])
- Fix check_date service in workday ([@&#8203;gjohansson-ST] -
[#&#8203;105241]) ([workday docs])
- Fix AsusWrt invalid data type with tuple type ([@&#8203;ollo69] -
[#&#8203;105247]) ([asuswrt docs])
- Explicit check for None in Discovergy entity if condition
([@&#8203;jpbede] - [#&#8203;105248]) ([discovergy docs])
- Add migration for old HomeWizard sensors ([@&#8203;DCSBL] -
[#&#8203;105251]) ([homewizard docs])
- Fix update of uncategorized OurGroceries items ([@&#8203;OnFreund] -
[#&#8203;105255]) ([ourgroceries docs])
- Bump pyunifiprotect to 4.22.0 ([@&#8203;bdraco] - [#&#8203;105265])
([unifiprotect docs]) (dependency)
- Set device id and forward errors to Wyoming satellites
([@&#8203;synesthesiam] - [#&#8203;105266]) ([wyoming docs])
- Fix mqtt json light state updates using deprecated color handling
([@&#8203;jbouwh] - [#&#8203;105283]) ([mqtt docs])
- Always set \_attr_current_option in Nobø Hub select entities
([@&#8203;oyvindwe] - [#&#8203;105289]) ([nobo_hub docs])
- Update frontend to
[`2023120`](https://togithub.com/home-assistant/core/commit/20231208).2
([@&#8203;piitaya] - [#&#8203;105299]) ([frontend docs])
- Add test for energy cost sensor for late price sensor
([@&#8203;emontnemery] - [#&#8203;105312]) ([energy docs])
- Use area id for context instead of name ([@&#8203;synesthesiam] -
[#&#8203;105313]) ([conversation docs])
- Add workaround for orjson not handling subclasses of str
([@&#8203;emontnemery] - [#&#8203;105314])
- Add rollback on exception that needs rollback in SQL
([@&#8203;gjohansson-ST] - [#&#8203;104948]) ([sql docs])
- Workaround `to_json` template filter in parsing dict key
([@&#8203;jbouwh] - [#&#8203;105327])
- Bump plugwise to v0.34.5 ([@&#8203;bouwew] - [#&#8203;105330])
([plugwise docs]) (dependency)

[#&#8203;104948]: https://togithub.com/home-assistant/core/pull/104948

[#&#8203;105124]: https://togithub.com/home-assistant/core/pull/105124

[#&#8203;105135]: https://togithub.com/home-assistant/core/pull/105135

[#&#8203;105140]: https://togithub.com/home-assistant/core/pull/105140

[#&#8203;105148]: https://togithub.com/home-assistant/core/pull/105148

[#&#8203;105150]: https://togithub.com/home-assistant/core/pull/105150

[#&#8203;105153]: https://togithub.com/home-assistant/core/pull/105153

[#&#8203;105155]: https://togithub.com/home-assistant/core/pull/105155

[#&#8203;105157]: https://togithub.com/home-assistant/core/pull/105157

[#&#8203;105164]: https://togithub.com/home-assistant/core/pull/105164

[#&#8203;105170]: https://togithub.com/home-assistant/core/pull/105170

[#&#8203;105184]: https://togithub.com/home-assistant/core/pull/105184

[#&#8203;105189]: https://togithub.com/home-assistant/core/pull/105189

[#&#8203;105191]: https://togithub.com/home-assistant/core/pull/105191

[#&#8203;105199]: https://togithub.com/home-assistant/core/pull/105199

[#&#8203;105201]: https://togithub.com/home-assistant/core/pull/105201

[#&#8203;105205]: https://togithub.com/home-assistant/core/pull/105205

[#&#8203;105222]: https://togithub.com/home-assistant/core/pull/105222

[#&#8203;105232]: https://togithub.com/home-assistant/core/pull/105232

[#&#8203;105241]: https://togithub.com/home-assistant/core/pull/105241

[#&#8203;105247]: https://togithub.com/home-assistant/core/pull/105247

[#&#8203;105248]: https://togithub.com/home-assistant/core/pull/105248

[#&#8203;105251]: https://togithub.com/home-assistant/core/pull/105251

[#&#8203;105255]: https://togithub.com/home-assistant/core/pull/105255

[#&#8203;105265]: https://togithub.com/home-assistant/core/pull/105265

[#&#8203;105266]: https://togithub.com/home-assistant/core/pull/105266

[#&#8203;105283]: https://togithub.com/home-assistant/core/pull/105283

[#&#8203;105289]: https://togithub.com/home-assistant/core/pull/105289

[#&#8203;105299]: https://togithub.com/home-assistant/core/pull/105299

[#&#8203;105312]: https://togithub.com/home-assistant/core/pull/105312

[#&#8203;105313]: https://togithub.com/home-assistant/core/pull/105313

[#&#8203;105314]: https://togithub.com/home-assistant/core/pull/105314

[#&#8203;105327]: https://togithub.com/home-assistant/core/pull/105327

[#&#8203;105330]: https://togithub.com/home-assistant/core/pull/105330

[#&#8203;97031]: https://togithub.com/home-assistant/core/pull/97031

[@&#8203;DCSBL]: https://togithub.com/DCSBL

[@&#8203;Excentyl]: https://togithub.com/Excentyl

[@&#8203;Kane610]: https://togithub.com/Kane610

[@&#8203;OnFreund]: https://togithub.com/OnFreund

[@&#8203;Quentame]: https://togithub.com/Quentame

[@&#8203;TheJulianJES]: https://togithub.com/TheJulianJES

[@&#8203;bdraco]: https://togithub.com/bdraco

[@&#8203;bouwew]: https://togithub.com/bouwew

[@&#8203;emontnemery]: https://togithub.com/emontnemery

[@&#8203;flabbamann]: https://togithub.com/flabbamann

[@&#8203;frenck]: https://togithub.com/frenck

[@&#8203;gjohansson-ST]: https://togithub.com/gjohansson-ST

[@&#8203;haimn]: https://togithub.com/haimn

[@&#8203;iMicknl]: https://togithub.com/iMicknl

[@&#8203;jbouwh]: https://togithub.com/jbouwh

[@&#8203;jpbede]: https://togithub.com/jpbede

[@&#8203;lunmay]: https://togithub.com/lunmay

[@&#8203;matrixd2]: https://togithub.com/matrixd2

[@&#8203;nohn]: https://togithub.com/nohn

[@&#8203;ollo69]: https://togithub.com/ollo69

[@&#8203;oyvindwe]: https://togithub.com/oyvindwe

[@&#8203;pavoni]: https://togithub.com/pavoni

[@&#8203;piitaya]: https://togithub.com/piitaya

[@&#8203;starkillerOG]: https://togithub.com/starkillerOG

[@&#8203;synesthesiam]: https://togithub.com/synesthesiam

[@&#8203;tjhorner]: https://togithub.com/tjhorner

[accuweather docs]:
https://www.home-assistant.io/integrations/accuweather/

[adax docs]: https://www.home-assistant.io/integrations/adax/

[adguard docs]: https://www.home-assistant.io/integrations/adguard/

[assist_pipeline docs]:
https://www.home-assistant.io/integrations/assist_pipeline/

[asuswrt docs]: https://www.home-assistant.io/integrations/asuswrt/

[conversation docs]:
https://www.home-assistant.io/integrations/conversation/

[deconz docs]: https://www.home-assistant.io/integrations/deconz/

[discovergy docs]:
https://www.home-assistant.io/integrations/discovergy/

[energy docs]: https://www.home-assistant.io/integrations/energy/

[fritzbox docs]: https://www.home-assistant.io/integrations/fritzbox/

[frontend docs]: https://www.home-assistant.io/integrations/frontend/

[homeassistant docs]:
https://www.home-assistant.io/integrations/homeassistant/

[homewizard docs]:
https://www.home-assistant.io/integrations/homewizard/

[meteo_france docs]:
https://www.home-assistant.io/integrations/meteo_france/

[mqtt docs]: https://www.home-assistant.io/integrations/mqtt/

[nobo_hub docs]: https://www.home-assistant.io/integrations/nobo_hub/

[ourgroceries docs]:
https://www.home-assistant.io/integrations/ourgroceries/

[overkiz docs]: https://www.home-assistant.io/integrations/overkiz/

[peco docs]: https://www.home-assistant.io/integrations/peco/

[ping docs]: https://www.home-assistant.io/integrations/ping/

[plugwise docs]: https://www.home-assistant.io/integrations/plugwise/

[reolink docs]: https://www.home-assistant.io/integrations/reolink/

[roon docs]: https://www.home-assistant.io/integrations/roon/

[smartthings docs]:
https://www.home-assistant.io/integrations/smartthings/

[smtp docs]: https://www.home-assistant.io/integrations/smtp/

[sql docs]: https://www.home-assistant.io/integrations/sql/

[unifiprotect docs]:
https://www.home-assistant.io/integrations/unifiprotect/

[weatherkit docs]:
https://www.home-assistant.io/integrations/weatherkit/

[workday docs]: https://www.home-assistant.io/integrations/workday/

[wyoming docs]: https://www.home-assistant.io/integrations/wyoming/

[yolink docs]: https://www.home-assistant.io/integrations/yolink/

[zha docs]: https://www.home-assistant.io/integrations/zha/

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy44OS41IiwidXBkYXRlZEluVmVyIjoiMzcuODkuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-09 01:34:30 +01:00
TrueCharts-Bot 22527b3c61 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-08 00:08:52 +00:00
TrueCharts Bot 411caf410a
chore(deps): update container image homeassistant/home-assistant to v2023.12.0@f173ad0 (#15824)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://togithub.com/home-assistant/core)) | minor |
`2023.11.3` -> `2023.12.0` |

---

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

---

### Release Notes

<details>
<summary>home-assistant/core (homeassistant/home-assistant)</summary>

###
[`v2023.12.0`](https://togithub.com/home-assistant/core/releases/tag/2023.12.0)

[Compare
Source](https://togithub.com/home-assistant/core/compare/2023.11.3...2023.12.0)

⚠️ Home Assistant 2023.12.0 is not out yet! This GitHub release is made
to start the pre-building process prior to the actual release later
today.

Please watch our blog for the release announcement on
https://www.home-assistant.io later today.

This message will be updated once the release is generally available.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy44OS4wIiwidXBkYXRlZEluVmVyIjoiMzcuODkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-07 01:40:40 +01:00
TrueCharts-Bot fbb022673b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-07 00:09:07 +00:00
TrueCharts-Bot 66867723d6 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-05 00:10:24 +00:00
TrueCharts-Bot 72316cbc65 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-04 00:00:58 +00:00
TrueCharts-Bot c5c271cb7e Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-03 23:55:02 +00:00
TrueCharts-Bot 1805e0a25a Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-03 23:43:13 +00:00
Kjeld Schouten 02d153a62c chore: bump everything to ensure catalog has latest versions 2023-12-03 23:19:50 +01:00
TrueCharts-Bot 8f14f125ff Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-03 11:26:32 +00:00
TrueCharts-Bot a39b2b8d19 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-03 00:08:48 +00:00
TrueCharts-Bot 57a03f8731 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-02 12:55:57 +00:00
Kjeld Schouten 968da8ed45 chore: fix annotations again 2023-12-02 13:45:18 +01:00
TrueCharts-Bot a0cab80135 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-02 12:12:50 +00:00
Kjeld Schouten 5e194fb0bb chore: update annotations 2023-12-02 13:06:17 +01:00
TrueCharts-Bot 4029aea090 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-02 11:49:35 +00:00
TrueCharts-Bot e75af597d0 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-01 20:51:42 +00:00
Kjeld Schouten 286f68aed0 chore: cleanup chart.yaml and add min-max scale version 2023-11-30 15:16:41 +01:00
TrueCharts-Bot 0027f3756f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-28 15:42:58 +00:00
TrueCharts-Bot d1c22138f9 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-28 15:22:53 +00:00
TrueCharts-Bot bbbde0cf1b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-24 22:07:25 +00:00
TrueCharts Bot 52bfaa1f7d
chore(deps): update container image homeassistant/home-assistant to v2023.11.3@feffc0b (#15266)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [homeassistant/home-assistant](https://www.home-assistant.io/)
([source](https://togithub.com/home-assistant/core)) | patch |
`2023.11.2` -> `2023.11.3` |

---

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

---

### Release Notes

<details>
<summary>home-assistant/core (homeassistant/home-assistant)</summary>

###
[`v2023.11.3`](https://togithub.com/home-assistant/core/releases/tag/2023.11.3)

[Compare
Source](https://togithub.com/home-assistant/core/compare/2023.11.2...2023.11.3)

- Bump accuweather to version 2.0.1 ([@&#8203;bieniu] -
[#&#8203;103532]) ([accuweather docs]) (dependency)
- Remove rainbird yaml config test fixtures ([@&#8203;allenporter] -
[#&#8203;103607]) ([rainbird docs])
- Lock Withings token refresh ([@&#8203;joostlek] - [#&#8203;103688])
([withings docs])
- Bump accuweather to version 2.1.0 ([@&#8203;bieniu] -
[#&#8203;103744]) ([accuweather docs]) (dependency)
- Bump python-matter-server to 4.0.2 ([@&#8203;bdraco] -
[#&#8203;103760]) ([matter docs]) (dependency)
- Bump subarulink to 0.7.9 ([@&#8203;G-Two] - [#&#8203;103761]) ([subaru
docs]) (dependency)
- Fix discovery schema for Matter switches ([@&#8203;marcelveldt] -
[#&#8203;103762]) ([matter docs])
- Fix raising vol.Invalid during mqtt config validation instead of
ValueError ([@&#8203;jbouwh] - [#&#8203;103764]) ([mqtt docs])
- Fix race condition in Matter unsubscribe method ([@&#8203;marcelveldt]
- [#&#8203;103770]) ([matter docs])
- Fix typo in calendar translation ([@&#8203;jrieger] -
[#&#8203;103789]) ([calendar docs])
- Fix Rainbird unique to use a more reliable source (mac address)
([@&#8203;allenporter] - [#&#8203;101603]) ([rainbird docs])
- Bump pyOverkiz to 1.13.0 ([@&#8203;iMicknl] - [#&#8203;103582])
([overkiz docs]) (dependency)
- Bump pyOverkiz to 1.13.2 ([@&#8203;iMicknl] - [#&#8203;103790])
([overkiz docs]) (dependency)
- Bump aiocomelit to 0.5.2 ([@&#8203;chemelli74] - [#&#8203;103791])
([comelit docs]) (dependency)
- Bump velbusaio to 2023.11.0 ([@&#8203;Cereal2nd] - [#&#8203;103798])
([velbus docs]) (dependency)
- Bump pyunifiprotect to 4.21.0 ([@&#8203;bdraco] - [#&#8203;103832])
([unifiprotect docs]) (dependency)
- Bump lupupy to 0.3.1 ([@&#8203;suaveolent] - [#&#8203;103835])
([lupusec docs]) (dependency)
- Bump gcal_sync to 6.0.1 ([@&#8203;allenporter] - [#&#8203;103861])
([google docs]) (dependency)
- Fix bug in Fitbit config flow, and switch to prefer display name
([@&#8203;allenporter] - [#&#8203;103869]) ([fitbit docs])
- Fix for Google Calendar API returning invalid RRULE:DATE rules
([@&#8203;allenporter] - [#&#8203;103870]) ([google docs])
- Update Fitbit to avoid a KeyError when `restingHeartRate` is not
present ([@&#8203;allenporter] - [#&#8203;103872]) ([fitbit docs])
- fix Comelit cover stop ([@&#8203;chemelli74] - [#&#8203;103911])
([comelit docs])
- Fix Coinbase for new API Structure ([@&#8203;TomBrien] -
[#&#8203;103930]) ([coinbase docs])
- Bump zwave-js-server-python to 0.54.0 ([@&#8203;raman325] -
[#&#8203;103943]) ([zwave_js docs]) (dependency)
- Update smarttub to 0.0.36 ([@&#8203;mdz] - [#&#8203;103948])
([smarttub docs])
- Fix duplicate Ban file entries ([@&#8203;fosterchuck] -
[#&#8203;103953]) ([http docs])
- Fix openexchangerates form data description ([@&#8203;MartinHjelmare]
- [#&#8203;103974]) ([openexchangerates docs])
- Fix emulated_hue with None values ([@&#8203;bdraco] -
[#&#8203;104020]) ([emulated_hue docs])
- Fix netatmo authentication when using cloud authentication credentials
([@&#8203;deosrc] - [#&#8203;104021]) ([netatmo docs])
- Fix device tracker see gps accuracy selector ([@&#8203;MartinHjelmare]
- [#&#8203;104022]) ([device_tracker docs])
- Bump pyenphase to 1.14.3 ([@&#8203;catsmanac] - [#&#8203;104101])
([enphase_envoy docs]) (dependency)
- Fix ESPHome BLE client raising confusing error when not connected
([@&#8203;bdraco] - [#&#8203;104146]) ([esphome docs])
- Fix memory leak in ESPHome disconnect callbacks ([@&#8203;bdraco] -
[#&#8203;104149]) ([esphome docs])
- Add debug logging for which adapter is used to connect bluetooth
devices ([@&#8203;bdraco] - [#&#8203;103264]) ([bluetooth docs])
- Prevent Bluetooth reconnects from blocking shutdown ([@&#8203;bdraco]
- [#&#8203;104150]) ([bluetooth docs])
- Bump boschshcpy to 0.2.75 ([@&#8203;tschamm] - [#&#8203;104159])
([bosch_shc docs])
- Fix Local To-do list bug renaming items ([@&#8203;allenporter] -
[#&#8203;104182]) ([local_todo docs])
- Bump aiosomecomfort to 0.0.22 ([@&#8203;mkmer] - [#&#8203;104202])
([honeywell docs])
- Increase Tomato request timeout ([@&#8203;ertechdesign] -
[#&#8203;104203]) ([tomato docs])
- Fix imap does not decode text body correctly ([@&#8203;jbouwh] -
[#&#8203;104217]) ([imap docs])
- Fix mqtt json light allows to set brightness value >255
([@&#8203;jbouwh] - [#&#8203;104220]) ([mqtt docs])
- Handle attributes set to None in prometheus ([@&#8203;knyar] -
[#&#8203;104247]) ([prometheus docs])
- Catch ClientOSError in renault integration ([@&#8203;epenet] -
[#&#8203;104248]) ([renault docs])
- Restore removed guard for non-string inputs in Alexa ([@&#8203;jbouwh]
- [#&#8203;104263]) ([alexa docs])
- Bump bimmer_connected to 0.14.3 ([@&#8203;rikroe] - [#&#8203;104282])
([bmw_connected_drive docs]) (dependency)
- Bump pyrainbird to 4.0.1 ([@&#8203;allenporter] - [#&#8203;104293])
([rainbird docs]) (dependency)
- Bump pychromecast to 13.0.8 ([@&#8203;emontnemery] - [#&#8203;104320])
([cast docs])
- Bump ical to 6.0.0 ([@&#8203;allenporter] - [#&#8203;103482])
([local_calendar docs]) ([local_todo docs]) (dependency)
- Bump ical to 6.1.0 ([@&#8203;allenporter] - [#&#8203;103759])
([local_calendar docs]) ([local_todo docs]) (dependency)

[#&#8203;101603]: https://togithub.com/home-assistant/core/pull/101603

[#&#8203;103164]: https://togithub.com/home-assistant/core/pull/103164

[#&#8203;103264]: https://togithub.com/home-assistant/core/pull/103264

[#&#8203;103301]: https://togithub.com/home-assistant/core/pull/103301

[#&#8203;103482]: https://togithub.com/home-assistant/core/pull/103482

[#&#8203;103532]: https://togithub.com/home-assistant/core/pull/103532

[#&#8203;103582]: https://togithub.com/home-assistant/core/pull/103582

[#&#8203;103607]: https://togithub.com/home-assistant/core/pull/103607

[#&#8203;103688]: https://togithub.com/home-assistant/core/pull/103688

[#&#8203;103737]: https://togithub.com/home-assistant/core/pull/103737

[#&#8203;103744]: https://togithub.com/home-assistant/core/pull/103744

[#&#8203;103759]: https://togithub.com/home-assistant/core/pull/103759

[#&#8203;103760]: https://togithub.com/home-assistant/core/pull/103760

[#&#8203;103761]: https://togithub.com/home-assistant/core/pull/103761

[#&#8203;103762]: https://togithub.com/home-assistant/core/pull/103762

[#&#8203;103764]: https://togithub.com/home-assistant/core/pull/103764

[#&#8203;103770]: https://togithub.com/home-assistant/core/pull/103770

[#&#8203;103789]: https://togithub.com/home-assistant/core/pull/103789

[#&#8203;103790]: https://togithub.com/home-assistant/core/pull/103790

[#&#8203;103791]: https://togithub.com/home-assistant/core/pull/103791

[#&#8203;103798]: https://togithub.com/home-assistant/core/pull/103798

[#&#8203;103832]: https://togithub.com/home-assistant/core/pull/103832

[#&#8203;103835]: https://togithub.com/home-assistant/core/pull/103835

[#&#8203;103861]: https://togithub.com/home-assistant/core/pull/103861

[#&#8203;103869]: https://togithub.com/home-assistant/core/pull/103869

[#&#8203;103870]: https://togithub.com/home-assistant/core/pull/103870

[#&#8203;103872]: https://togithub.com/home-assistant/core/pull/103872

[#&#8203;103911]: https://togithub.com/home-assistant/core/pull/103911

[#&#8203;103930]: https://togithub.com/home-assistant/core/pull/103930

[#&#8203;103943]: https://togithub.com/home-assistant/core/pull/103943

[#&#8203;103948]: https://togithub.com/home-assistant/core/pull/103948

[#&#8203;103953]: https://togithub.com/home-assistant/core/pull/103953

[#&#8203;103974]: https://togithub.com/home-assistant/core/pull/103974

[#&#8203;104020]: https://togithub.com/home-assistant/core/pull/104020

[#&#8203;104021]: https://togithub.com/home-assistant/core/pull/104021

[#&#8203;104022]: https://togithub.com/home-assistant/core/pull/104022

[#&#8203;104101]: https://togithub.com/home-assistant/core/pull/104101

[#&#8203;104146]: https://togithub.com/home-assistant/core/pull/104146

[#&#8203;104149]: https://togithub.com/home-assistant/core/pull/104149

[#&#8203;104150]: https://togithub.com/home-assistant/core/pull/104150

[#&#8203;104159]: https://togithub.com/home-assistant/core/pull/104159

[#&#8203;104182]: https://togithub.com/home-assistant/core/pull/104182

[#&#8203;104202]: https://togithub.com/home-assistant/core/pull/104202

[#&#8203;104203]: https://togithub.com/home-assistant/core/pull/104203

[#&#8203;104217]: https://togithub.com/home-assistant/core/pull/104217

[#&#8203;104220]: https://togithub.com/home-assistant/core/pull/104220

[#&#8203;104247]: https://togithub.com/home-assistant/core/pull/104247

[#&#8203;104248]: https://togithub.com/home-assistant/core/pull/104248

[#&#8203;104263]: https://togithub.com/home-assistant/core/pull/104263

[#&#8203;104282]: https://togithub.com/home-assistant/core/pull/104282

[#&#8203;104293]: https://togithub.com/home-assistant/core/pull/104293

[#&#8203;104320]: https://togithub.com/home-assistant/core/pull/104320

[@&#8203;Cereal2nd]: https://togithub.com/Cereal2nd

[@&#8203;G-Two]: https://togithub.com/G-Two

[@&#8203;MartinHjelmare]: https://togithub.com/MartinHjelmare

[@&#8203;TomBrien]: https://togithub.com/TomBrien

[@&#8203;allenporter]: https://togithub.com/allenporter

[@&#8203;bdraco]: https://togithub.com/bdraco

[@&#8203;bieniu]: https://togithub.com/bieniu

[@&#8203;catsmanac]: https://togithub.com/catsmanac

[@&#8203;chemelli74]: https://togithub.com/chemelli74

[@&#8203;deosrc]: https://togithub.com/deosrc

[@&#8203;emontnemery]: https://togithub.com/emontnemery

[@&#8203;epenet]: https://togithub.com/epenet

[@&#8203;ertechdesign]: https://togithub.com/ertechdesign

[@&#8203;fosterchuck]: https://togithub.com/fosterchuck

[@&#8203;frenck]: https://togithub.com/frenck

[@&#8203;iMicknl]: https://togithub.com/iMicknl

[@&#8203;jbouwh]: https://togithub.com/jbouwh

[@&#8203;joostlek]: https://togithub.com/joostlek

[@&#8203;jrieger]: https://togithub.com/jrieger

[@&#8203;knyar]: https://togithub.com/knyar

[@&#8203;marcelveldt]: https://togithub.com/marcelveldt

[@&#8203;mdz]: https://togithub.com/mdz

[@&#8203;mkmer]: https://togithub.com/mkmer

[@&#8203;raman325]: https://togithub.com/raman325

[@&#8203;rikroe]: https://togithub.com/rikroe

[@&#8203;suaveolent]: https://togithub.com/suaveolent

[@&#8203;tschamm]: https://togithub.com/tschamm

[accuweather docs]:
https://www.home-assistant.io/integrations/accuweather/

[alexa docs]: https://www.home-assistant.io/integrations/alexa/

[bluetooth docs]: https://www.home-assistant.io/integrations/bluetooth/

[bmw_connected_drive docs]:
https://www.home-assistant.io/integrations/bmw_connected_drive/

[bosch_shc docs]: https://www.home-assistant.io/integrations/bosch_shc/

[calendar docs]: https://www.home-assistant.io/integrations/calendar/

[cast docs]: https://www.home-assistant.io/integrations/cast/

[coinbase docs]: https://www.home-assistant.io/integrations/coinbase/

[comelit docs]: https://www.home-assistant.io/integrations/comelit/

[device_tracker docs]:
https://www.home-assistant.io/integrations/device_tracker/

[emulated_hue docs]:
https://www.home-assistant.io/integrations/emulated_hue/

[enphase_envoy docs]:
https://www.home-assistant.io/integrations/enphase_envoy/

[esphome docs]: https://www.home-assistant.io/integrations/esphome/

[fitbit docs]: https://www.home-assistant.io/integrations/fitbit/

[google docs]: https://www.home-assistant.io/integrations/google/

[honeywell docs]: https://www.home-assistant.io/integrations/honeywell/

[http docs]: https://www.home-assistant.io/integrations/http/

[imap docs]: https://www.home-assistant.io/integrations/imap/

[local_calendar docs]:
https://www.home-assistant.io/integrations/local_calendar/

[local_todo docs]:
https://www.home-assistant.io/integrations/local_todo/

[lupusec docs]: https://www.home-assistant.io/integrations/lupusec/

[matter docs]: https://www.home-assistant.io/integrations/matter/

[mqtt docs]: https://www.home-assistant.io/integrations/mqtt/

[netatmo docs]: https://www.home-assistant.io/integrations/netatmo/

[openexchangerates docs]:
https://www.home-assistant.io/integrations/openexchangerates/

[overkiz docs]: https://www.home-assistant.io/integrations/overkiz/

[prometheus docs]:
https://www.home-assistant.io/integrations/prometheus/

[rainbird docs]: https://www.home-assistant.io/integrations/rainbird/

[renault docs]: https://www.home-assistant.io/integrations/renault/

[smarttub docs]: https://www.home-assistant.io/integrations/smarttub/

[subaru docs]: https://www.home-assistant.io/integrations/subaru/

[tomato docs]: https://www.home-assistant.io/integrations/tomato/

[unifiprotect docs]:
https://www.home-assistant.io/integrations/unifiprotect/

[velbus docs]: https://www.home-assistant.io/integrations/velbus/

[withings docs]: https://www.home-assistant.io/integrations/withings/

[zwave_js docs]: https://www.home-assistant.io/integrations/zwave_js/

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy42NS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNjUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-24 19:57:29 +01:00
Xstar97TheNoob 613fd90a4c
chore(repo) change stable charts to the upstream images (#14739)
**Description**
Update the stable train charts to their direct upstream image.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 11:22:57 +01:00
TrueCharts Bot 837763d27c
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.11.2 (#14531) 2023-11-10 16:38:35 +01:00
TrueCharts Bot 63cbcae35a
chore(deps): update helm general non-major (#14465)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.22` ->
`7.0.24` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.3.3` -> `14.3.5` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.35` ->
`3.0.36` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.38` ->
`9.0.39` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.37` ->
`3.0.38` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.42` ->
`8.0.43` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.24`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.24)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.23...clickhouse-7.0.24)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.23`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.23)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.22...clickhouse-7.0.23)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.3.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.5)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.4...common-14.3.5)

Function library for TrueCharts

###
[`v14.3.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.3...common-14.3.4)

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuNTEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-08 23:23:35 +01:00
TrueCharts Bot 1baf16be9b
chore(deps): update helm general non-major (#14454)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.21` ->
`7.0.22` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.2.3` -> `14.3.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.34` ->
`3.0.35` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.37` ->
`9.0.38` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.36` ->
`3.0.37` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.41` ->
`8.0.42` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.22`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.22)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.21...clickhouse-7.0.22)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.3.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.2...common-14.3.3)

Function library for TrueCharts

###
[`v14.3.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.1...common-14.3.2)

Function library for TrueCharts

###
[`v14.3.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.0...common-14.3.1)

Function library for TrueCharts

###
[`v14.3.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.3.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.2.3...common-14.3.0)

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNTEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-08 18:13:07 +01:00
TrueCharts Bot 3d6e6bfdbd
chore(deps): update helm general non-major (#14365)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.19` ->
`7.0.21` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.2.2` -> `14.2.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.33` ->
`3.0.34` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.36` ->
`9.0.37` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.35` ->
`3.0.36` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.40` ->
`8.0.41` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.21`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.21)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.20...clickhouse-7.0.21)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.20`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.20)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.19...clickhouse-7.0.20)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.2.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.2.2...common-14.2.3)

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-05 16:16:09 +01:00
TrueCharts Bot c777c8cdf8
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.11.1 (#14343) 2023-11-04 19:40:15 +01:00
TrueCharts Bot 4f3a7d8442
chore(deps): update helm general non-major (#14287)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.16` ->
`7.0.19` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.2.0` -> `14.2.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.2.1` -> `14.2.2` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.31` ->
`3.0.33` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.34` ->
`9.0.36` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.33` ->
`3.0.35` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.37` ->
`8.0.40` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.19`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.19)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.18...clickhouse-7.0.19)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.18`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.18)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.17...clickhouse-7.0.18)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.17`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.17)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.16...clickhouse-7.0.17)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.2.1...common-14.2.2)

Function library for TrueCharts

###
[`v14.2.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.2.0...common-14.2.1)

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40My4zIiwidXBkYXRlZEluVmVyIjoiMzcuNDMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-03 10:14:57 +01:00
TrueCharts Bot 45f0a681cd
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.11.0 (#14227) 2023-11-01 23:37:22 +01:00
TrueCharts Bot 374557a246
chore(deps): update helm general non-major (#14094)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.9` ->
`7.0.16` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.0.9` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.0.14` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.0.12` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.0.10` -> `14.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`14.1.0` -> `14.2.0` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.23` ->
`3.0.31` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.27` ->
`9.0.34` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.26` ->
`9.0.34` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.25` ->
`3.0.33` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.29` ->
`8.0.37` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.16`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.16)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.15...clickhouse-7.0.16)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.15`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.15)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.14...clickhouse-7.0.15)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.14`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.14)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.13...clickhouse-7.0.14)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.13`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.13)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.12...clickhouse-7.0.13)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.12`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.12)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.11...clickhouse-7.0.12)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.11`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.11)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.10...clickhouse-7.0.11)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.10`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.10)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.9...clickhouse-7.0.10)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.2.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.1.1...common-14.2.0)

Function library for TrueCharts

###
[`v14.1.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.1.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.1.0...common-14.1.1)

Function library for TrueCharts

###
[`v14.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.1.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.15...common-14.1.0)

Function library for TrueCharts

###
[`v14.0.15`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.15)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.14...common-14.0.15)

Function library for TrueCharts

###
[`v14.0.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.14)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.13...common-14.0.14)

Function library for TrueCharts

###
[`v14.0.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.13)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.12...common-14.0.13)

Function library for TrueCharts

###
[`v14.0.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.12)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.11...common-14.0.12)

Function library for TrueCharts

###
[`v14.0.11`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.11)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.10...common-14.0.11)

Function library for TrueCharts

###
[`v14.0.10`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.10)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.9...common-14.0.10)

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNS4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-10-29 18:01:50 +01:00
Jon S. Stumpf 6895cfde2a
chore(categories): Fix typo in categories and make them singular (#13693)
**Description**
While researching how to create a chart for [graylog
open](https://graylog.org/products/source-available/), I noticed that
there was a typo in the annotation: **truecharts.org/categories**. I
fixed all instances of this typo in the repo. In addition, I addressed
all other instances of the word category and categories (case
insensitive) for all code (shell scripts), comments, markdowns, and
filenames.

**⚙️ Type of change**

- [ ] ⚙️ 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?**
I have tested that the syntax is correct in the following files:
- .github/scripts/build-catalog.sh
- tools/gen-cat.sh
- tools/build-release.sh

**📃 Notes:**
n/a

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-28 15:07:52 +03:00
TrueCharts Bot 995b67da01
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.10.5 (#13890) 2023-10-22 18:38:36 +02:00
TrueCharts Bot f1e479e6bd
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.10.4 (#13863) 2023-10-21 23:34:58 +02:00
TrueCharts Bot d4bac37559
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.10.3 (#13645) 2023-10-15 13:37:11 +02:00
TrueCharts Bot aedf77b4b8
chore(deps): update helm general non-major (#13386)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | minor
| `v1.12.3` -> `v1.13.1` |
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.1` ->
`7.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.1` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.6` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.3` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.4` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`13.2.1` -> `13.2.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.2` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`14.0.8` -> `14.0.9` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.22` ->
`3.0.23` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.25` ->
`9.0.26` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `3.0.24` ->
`3.0.25` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.0` ->
`8.0.29` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `8.0.28` ->
`8.0.29` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.13.1`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.1)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.0...v1.13.1)

v1.13.1 contains a bugfix for a name collision bug in the
StableCertificateRequestName feature that was enabled by default in
v1.13.0.

##### ⚠️ READ
https://github.com/cert-manager/cert-manager/releases/tag/v1.13.0 before
you upgrade from a < v1.13 version!

#### Changes since v1.13.0

##### Bug or Regression

- BUGFIX: fix CertificateRequest name collision bug in
StableCertificateRequestName feature.
([#&#8203;6358](https://togithub.com/cert-manager/cert-manager/issues/6358),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

##### Other (Cleanup or Flake)

- Upgrade `github.com/emicklei/go-restful/v3` to `v3.11.0` because
`v3.10.2` is labeled as "DO NOT USE".
([#&#8203;6368](https://togithub.com/cert-manager/cert-manager/issues/6368),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade Go from 1.20.7 to 1.20.8.
([#&#8203;6370](https://togithub.com/cert-manager/cert-manager/issues/6370),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

###
[`v1.13.0`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.0)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.5...v1.13.0)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

This is the 1.13 release of cert-manager!

cert-manager 1.13 brings support for DNS over HTTPS, support for loading
options from a versioned
config file for the cert-manager controller, and more. This release also
includes the promotion of
the StableCertificateRequestName and SecretsFilteredCaching feature
gates to Beta.

#### Known issues

The `StableCertificateRequestName` that was promoted to Beta contains a
"name collision" bug:
[https://github.com/cert-manager/cert-manager/issues/6342](https://togithub.com/cert-manager/cert-manager/issues/6342)
This will be fixed in v1.13.1.

#### Breaking Changes (You MUST read this before you upgrade!)

1. **BREAKING** : If you deploy cert-manager using helm and have
`.featureGates` value set, the features defined there will no longer be
passed to cert-manager webhook, only to cert-manager controller. Use
`webhook.featureGates` field instead to define features to be enabled on
webhook.
([#&#8203;6093](https://togithub.com/cert-manager/cert-manager/issues/6093),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
2. **Potentially breaking**: If you were, for some reason, passing
cert-manager controller's features to webhook's `--feature-gates` flag,
this will now break (unless the webhook actually has a feature by that
name).
([#&#8203;6093](https://togithub.com/cert-manager/cert-manager/issues/6093),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
3. **Potentially breaking**: Webhook validation of CertificateRequest
resources is stricter now: all KeyUsages and ExtendedKeyUsages must be
defined directly in the CertificateRequest resource, the encoded CSR can
never contain more usages that defined there.
([#&#8203;6182](https://togithub.com/cert-manager/cert-manager/issues/6182),
[@&#8203;inteon](https://togithub.com/inteon))

#### Community

Welcome to these new cert-manager members (more info -
[https://github.com/cert-manager/cert-manager/pull/6260](https://togithub.com/cert-manager/cert-manager/pull/6260)):
[@&#8203;jsoref](https://togithub.com/jsoref)
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart)
[@&#8203;hawksight](https://togithub.com/hawksight)
[@&#8203;erikgb](https://togithub.com/erikgb)

Thanks again to all open-source contributors with commits in this
release, including:
[@&#8203;AcidLeroy](https://togithub.com/AcidLeroy)
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart)
[@&#8203;lucacome](https://togithub.com/lucacome)
[@&#8203;cypres](https://togithub.com/cypres)
[@&#8203;erikgb](https://togithub.com/erikgb)
[@&#8203;ubergesundheit](https://togithub.com/ubergesundheit)
[@&#8203;jkroepke](https://togithub.com/jkroepke)
[@&#8203;jsoref](https://togithub.com/jsoref)
[@&#8203;gdvalle](https://togithub.com/gdvalle)
[@&#8203;rouke-broersma](https://togithub.com/rouke-broersma)
[@&#8203;schrodit](https://togithub.com/schrodit)
[@&#8203;zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs)
[@&#8203;arukiidou](https://togithub.com/arukiidou)
[@&#8203;hawksight](https://togithub.com/hawksight)
[@&#8203;Richardds](https://togithub.com/Richardds)
[@&#8203;kahirokunn](https://togithub.com/kahirokunn)

Thanks also to the following cert-manager maintainers for their
contributions during this release:
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish)
[@&#8203;maelvls](https://togithub.com/maelvls)
[@&#8203;irbekrm](https://togithub.com/irbekrm)
[@&#8203;inteon](https://togithub.com/inteon)

Equally thanks to everyone who provided feedback, helped users and
raised issues on Github and Slack and joined our meetings!

Special thanks to [@&#8203;AcidLeroy](https://togithub.com/AcidLeroy)
for adding "load options from a versioned config file" support for the
cert-manager controller! This has been on our wishlist for a very long
time. (see
[https://github.com/cert-manager/cert-manager/pull/5337](https://togithub.com/cert-manager/cert-manager/pull/5337))

Also, thanks a lot to
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart) for
adding support for DNS over HTTPS for the ACME DNS self-check. This is
very useful in case all traffic must be HTTP(S) trafic, eg. when using a
HTTPS_PROXY. (see
[https://github.com/cert-manager/cert-manager/pull/5003](https://togithub.com/cert-manager/cert-manager/pull/5003))

Thanks also to the [CNCF](https://www.cncf.io/), which provides
resources and support, and to the AWS open source team for being good
community members and for their maintenance of the [PrivateCA
Issuer](https://togithub.com/cert-manager/aws-privateca-issuer).

In addition, massive thanks to [Venafi](https://www.venafi.com/) for
contributing developer time and resources towards the continued
maintenance of cert-manager projects.

#### Changes since v1.12.0

##### Feature

- Add support for logging options to webhook config file.
([#&#8203;6243](https://togithub.com/cert-manager/cert-manager/issues/6243),
[@&#8203;inteon](https://togithub.com/inteon))
- Add view permissions to the well-known (Openshift) user-facing
`cluster-reader` aggregated cluster role
([#&#8203;6241](https://togithub.com/cert-manager/cert-manager/issues/6241),
[@&#8203;erikgb](https://togithub.com/erikgb))
- Certificate Shim: distinguish dns names and ip address in certificate
([#&#8203;6267](https://togithub.com/cert-manager/cert-manager/issues/6267),
[@&#8203;zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs))
- Cmctl can now be imported by third parties.
([#&#8203;6049](https://togithub.com/cert-manager/cert-manager/issues/6049),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Make `enableServiceLinks` configurable for all Deployments and
`startupapicheck` Job in Helm chart.
([#&#8203;6292](https://togithub.com/cert-manager/cert-manager/issues/6292),
[@&#8203;ubergesundheit](https://togithub.com/ubergesundheit))
- Promoted the StableCertificateRequestName and SecretsFilteredCaching
feature gates to Beta (enabled by default).
([#&#8203;6298](https://togithub.com/cert-manager/cert-manager/issues/6298),
[@&#8203;inteon](https://togithub.com/inteon))
- The cert-manager controller options are now configurable using a
configuration file.
([#&#8203;5337](https://togithub.com/cert-manager/cert-manager/issues/5337),
[@&#8203;AcidLeroy](https://togithub.com/AcidLeroy))
- The pki CertificateTemplate functions now perform validation of the
CSR blob, making sure we sign a Certificate that matches the IsCA and
(Extended)KeyUsages that are defined in the CertificateRequest resource.
([#&#8203;6199](https://togithub.com/cert-manager/cert-manager/issues/6199),
[@&#8203;inteon](https://togithub.com/inteon))
- \[helm] Add prometheus.servicemonitor.endpointAdditionalProperties to
define additional properties on a ServiceMonitor endpoint, e.g.
relabelings
([#&#8203;6110](https://togithub.com/cert-manager/cert-manager/issues/6110),
[@&#8203;jkroepke](https://togithub.com/jkroepke))

##### Design

- DNS over HTTPS (DoH) is now possible for doing the self-checks during
the ACME verification.
The DNS check method to be used is controlled through the command line
flag: `--dns01-recursive-nameservers-only=true` in combination with
`--dns01-recursive-nameservers=https://<DoH-endpoint>` (e.g.
`https://8.8.8.8/dns-query`). It keeps using DNS lookup as a default
method.
([#&#8203;5003](https://togithub.com/cert-manager/cert-manager/issues/5003),
[@&#8203;FlorianLiebhart](https://togithub.com/FlorianLiebhart))

##### Bug or Regression

- Allow overriding default pdb .minAvailable with .maxUnavailable
without setting .minAvailable to null
([#&#8203;6087](https://togithub.com/cert-manager/cert-manager/issues/6087),
[@&#8203;rouke-broersma](https://togithub.com/rouke-broersma))
- BUGFIX: `cmctl check api --wait 0` exited without output and exit code
1; we now make sure we perform the API check at least once and return
with the correct error code
([#&#8203;6109](https://togithub.com/cert-manager/cert-manager/issues/6109),
[@&#8203;inteon](https://togithub.com/inteon))
- BUGFIX: the issuer and certificate-name annotations on a Secret were
incorrectly updated when other fields are changed.
([#&#8203;6147](https://togithub.com/cert-manager/cert-manager/issues/6147),
[@&#8203;inteon](https://togithub.com/inteon))
- BUGFIX\[cainjector]: 1-character bug was causing invalid log messages
and a memory leak
([#&#8203;6232](https://togithub.com/cert-manager/cert-manager/issues/6232),
[@&#8203;inteon](https://togithub.com/inteon))
- Fix CloudDNS issuers stuck in propagation check, when multiple
instances are issuing for the same FQDN
([#&#8203;6088](https://togithub.com/cert-manager/cert-manager/issues/6088),
[@&#8203;cypres](https://togithub.com/cypres))
- Fix indentation of Webhook NetworkPolicy matchLabels in helm chart.
([#&#8203;6220](https://togithub.com/cert-manager/cert-manager/issues/6220),
[@&#8203;ubergesundheit](https://togithub.com/ubergesundheit))
- Fixed Cloudflare DNS01 challenge provider race condition when
validating multiple domains
([#&#8203;6191](https://togithub.com/cert-manager/cert-manager/issues/6191),
[@&#8203;Richardds](https://togithub.com/Richardds))
-   Fixes a bug where webhook was pulling in controller's feature gates.
**⚠️ ⚠️ BREAKING ⚠️ ⚠️** : If you deploy cert-manager using helm and
have `.featureGates` value set, the features defined there will no
longer be passed to cert-manager webhook, only to cert-manager
controller. Use `webhook.featureGates` field instead to define features
to be enabled on webhook.
**⚠️Potentially breaking**: If you were, for some reason, passing
cert-manager controller's features to webhook's `--feature-gates` flag,
this will now break (unless the webhook actually has a feature by that
name).
([#&#8203;6093](https://togithub.com/cert-manager/cert-manager/issues/6093),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
- Fixes an issue where cert-manager would incorrectly reject two IP
addresses as being unequal when they should have compared equal. This
would be most noticeable when using an IPv6 address which doesn't match
how Go's `net.IP.String()` function would have printed that address.
([#&#8203;6293](https://togithub.com/cert-manager/cert-manager/issues/6293),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- We disabled the `enableServiceLinks` option for our ACME http solver
pods, because the option caused the pod to be in a crash loop in a
cluster with lot of services.
([#&#8203;6143](https://togithub.com/cert-manager/cert-manager/issues/6143),
[@&#8203;schrodit](https://togithub.com/schrodit))
- **⚠️Potentially breaking**: Webhook validation of CertificateRequest
resources is stricter now: all KeyUsages and ExtendedKeyUsages must be
defined directly in the CertificateRequest resource, the encoded CSR can
never contain more usages that defined there.
([#&#8203;6182](https://togithub.com/cert-manager/cert-manager/issues/6182),
[@&#8203;inteon](https://togithub.com/inteon))

##### Other (Cleanup or Flake)

- A subset of the klogs flags have been deprecated and will be removed
in the future.
([#&#8203;5879](https://togithub.com/cert-manager/cert-manager/issues/5879),
[@&#8203;maelvls](https://togithub.com/maelvls))
- All service links in helm chart deployments have been disabled.
([#&#8203;6144](https://togithub.com/cert-manager/cert-manager/issues/6144),
[@&#8203;schrodit](https://togithub.com/schrodit))
- Cert-manager will now re-issue a certificate if the public key in the
latest CertificateRequest resource linked to a Certificate resource does
not match the public key of the key encoded in the Secret linked to that
Certificate resource
([#&#8203;6168](https://togithub.com/cert-manager/cert-manager/issues/6168),
[@&#8203;inteon](https://togithub.com/inteon))
- Chore: When hostNetwork is enabled, dnsPolicy is now set to
ClusterFirstWithHostNet.
([#&#8203;6156](https://togithub.com/cert-manager/cert-manager/issues/6156),
[@&#8203;kahirokunn](https://togithub.com/kahirokunn))
- Cleanup the controller configfile structure by introducing
sub-structs.
([#&#8203;6242](https://togithub.com/cert-manager/cert-manager/issues/6242),
[@&#8203;inteon](https://togithub.com/inteon))
- Don't run API Priority and Fairness controller in webhook's extension
apiserver
([#&#8203;6085](https://togithub.com/cert-manager/cert-manager/issues/6085),
[@&#8203;irbekrm](https://togithub.com/irbekrm))
- Helm: Add apache 2.0 license annotation
([#&#8203;6225](https://togithub.com/cert-manager/cert-manager/issues/6225),
[@&#8203;arukiidou](https://togithub.com/arukiidou))
- Make apis/acme/v1/ACMEIssuer.PreferredChain optional in JSON
serialization.
([#&#8203;6034](https://togithub.com/cert-manager/cert-manager/issues/6034),
[@&#8203;gdvalle](https://togithub.com/gdvalle))
- The SecretPostIssuancePolicyChain now also makes sure that the
`cert-manager.io/common-name`, `cert-manager.io/alt-names`, ...
annotations on Secrets are kept at their correct value.
([#&#8203;6176](https://togithub.com/cert-manager/cert-manager/issues/6176),
[@&#8203;inteon](https://togithub.com/inteon))
- The cmctl logging has been improved and support for json logging has
been added.
([#&#8203;6247](https://togithub.com/cert-manager/cert-manager/issues/6247),
[@&#8203;inteon](https://togithub.com/inteon))
- Updates Kubernetes libraries to `v0.27.2`.
([#&#8203;6077](https://togithub.com/cert-manager/cert-manager/issues/6077),
[@&#8203;lucacome](https://togithub.com/lucacome))
- Updates Kubernetes libraries to `v0.27.4`.
([#&#8203;6227](https://togithub.com/cert-manager/cert-manager/issues/6227),
[@&#8203;lucacome](https://togithub.com/lucacome))
- We now only check that the issuer name, kind and group annotations on
a Secret match in case those annotations are set.
([#&#8203;6152](https://togithub.com/cert-manager/cert-manager/issues/6152),
[@&#8203;inteon](https://togithub.com/inteon))

###
[`v1.12.5`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.5)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.4...v1.12.5)

v1.12.5 contains a backport for a name collision bug that was found in
v1.13.0

#### Changes since v1.12.4

##### Bug or Regression

- BUGFIX: fix CertificateRequest name collision bug in
StableCertificateRequestName feature.
([#&#8203;6359](https://togithub.com/cert-manager/cert-manager/issues/6359),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

##### Other (Cleanup or Flake)

- Updated base images to the latest version.
([#&#8203;6372](https://togithub.com/cert-manager/cert-manager/issues/6372),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade Go from 1.20.7 to 1.20.8.
([#&#8203;6371](https://togithub.com/cert-manager/cert-manager/issues/6371),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

###
[`v1.12.4`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.4)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.3...v1.12.4)

v1.12.4 contains an important security fix that
addresses [CVE-2023-29409](https://cve.report/CVE-2023-29409).

#### Changes since v1.12.3

- Fixes an issue where cert-manager would incorrectly reject two IP
addresses as being unequal when they should have compared equal. This
would be most noticeable when using an IPv6 address which doesn't match
how Go's `net.IP.String()` function would have printed that address.
([#&#8203;6297](https://togithub.com/cert-manager/cert-manager/issues/6297),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Use Go 1.20.7 to fix a security issue in Go's `crypto/tls` library.
([#&#8203;6318](https://togithub.com/cert-manager/cert-manager/issues/6318),
[@&#8203;maelvls](https://togithub.com/maelvls))

</details>

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v7.0.9`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.9)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.8...clickhouse-7.0.9)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.8`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.8)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.7...clickhouse-7.0.8)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.7`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.7)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.6...clickhouse-7.0.7)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.6`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.6)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.5...clickhouse-7.0.6)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.5`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.5)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.4...clickhouse-7.0.5)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.4`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.4)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.3...clickhouse-7.0.4)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.3`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.3)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.2...clickhouse-7.0.3)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v7.0.2`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.2)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.1...clickhouse-7.0.2)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v14.0.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.9)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.8...common-14.0.9)

Function library for TrueCharts

###
[`v14.0.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.8)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.7...common-14.0.8)

Function library for TrueCharts

###
[`v14.0.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.7)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.6...common-14.0.7)

Function library for TrueCharts

###
[`v14.0.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.6)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.5...common-14.0.6)

Function library for TrueCharts

###
[`v14.0.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.5)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.4...common-14.0.5)

Function library for TrueCharts

###
[`v14.0.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.3...common-14.0.4)

Function library for TrueCharts

###
[`v14.0.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.2...common-14.0.3)

Function library for TrueCharts

###
[`v14.0.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.1...common-14.0.2)

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-08 01:47:09 +03:00
TrueCharts Bot c26ca1327c
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.10.1 (#13328) 2023-10-07 03:58:08 +02:00
TrueCharts Bot c709535ba6
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.10.0 (#13260) 2023-10-05 04:48:43 +02:00
TrueCharts Bot 9e0f4ed374
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.9.3 (#12956) 2023-09-26 04:44:38 +02:00
TrueCharts Bot 35a46bef11
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.9.2 (#12551) 2023-09-13 11:35:46 +02:00
TrueCharts Bot 2ebadc0092
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.9.1 (#12428) 2023-09-09 18:38:25 +02:00
TrueCharts Bot 2382d5b8b6
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.9.0 (#12323) 2023-09-07 05:36:27 +02:00
TrueCharts Bot 1dcd11a372
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.8.4 (#11887) 2023-08-26 06:30:56 +02:00
TrueCharts Bot 517afd7474
chore(deps): update helm general non-major (#11103) 2023-08-12 17:40:29 +02:00
TrueCharts Bot de997da40b
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.8.2 (#11471) 2023-08-12 16:34:50 +02:00
TrueCharts Bot e4df147876
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.8.1 (#11276) 2023-08-07 03:01:07 +02:00
Kjeld Schouten 34bd9b147b revert bumps on incubator (+2 squashed commit)
Squashed commit:

[7e168fa0eb] chore(deps): update container image tccr.io/truecharts/valheim-server to latest (#9633)

[c21e8fb9d8] bump everything to common 14.0.1 (will need to fix inherently failing CI)
2023-07-31 19:23:26 +02:00
TrueCharts Bot 72313a0816
chore(deps): update helm general non-major (#10955)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | patch
| `v1.12.2` -> `v1.12.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.6` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.2` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.8` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.7` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`13.2.0` -> `13.2.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.3` ->
`2.0.5` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.62` ->
`7.0.70` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.50` ->
`7.0.70` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.69` ->
`6.0.77` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.59` ->
`6.0.67` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.3` ->
`2.0.6` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.62` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.64` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.1` ->
`7.0.5` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.3` ->
`7.0.5` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.12.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.3)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.2...v1.12.3)

#### Changes by Kind

##### Bugfixes

- BUGFIX\[cainjector]: 1-character bug was causing invalid log messages
and a memory leak
([#&#8203;6235](https://togithub.com/cert-manager/cert-manager/issues/6235),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v12.15.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.15.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.8...common-12.15.0)

Function library for TrueCharts

###
[`v12.14.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.8)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.7...common-12.14.8)

Function library for TrueCharts

###
[`v12.14.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.7)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.6...common-12.14.7)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts (kube-state-metrics)</summary>

###
[`v2.0.5`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.5)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.4...kube-state-metrics-2.0.5)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v2.0.4`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.4)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.3...kube-state-metrics-2.0.4)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjUuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-29 09:58:25 +02:00
TrueCharts Bot 97f9b89917
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.7.3 (#10742) 2023-07-22 14:37:26 +02:00
TrueCharts Bot fcff689a0c
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.7.2 (#10581) 2023-07-18 19:32:48 +02:00
TrueCharts Bot df5a352e8c
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.7.1 (#10279) 2023-07-07 22:47:23 +02:00
TrueCharts Bot 3df97af1eb
chore(deps): update helm general non-major (#10069)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.2` -> `12.14.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.3` -> `12.14.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.1` -> `12.14.6` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.20` ->
`1.0.31` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.50` ->
`7.0.61` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.59` ->
`6.0.68` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.59` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.22` ->
`1.0.34` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.58` ->
`6.0.62` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.62` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v12.14.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.6)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.5...common-12.14.6)

Function library for TrueCharts

###
[`v12.14.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.5)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.4...common-12.14.5)

Function library for TrueCharts

###
[`v12.14.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.3...common-12.14.4)

Function library for TrueCharts

###
[`v12.14.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.2...common-12.14.3)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts (kube-state-metrics)</summary>

###
[`v1.0.31`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.31)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.30...kube-state-metrics-1.0.31)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.30`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.30)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.29...kube-state-metrics-1.0.30)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.29`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.29)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.28...kube-state-metrics-1.0.29)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.28`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.28)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.27...kube-state-metrics-1.0.28)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.27`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.27)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.26...kube-state-metrics-1.0.27)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.26`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.26)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.25...kube-state-metrics-1.0.26)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.25`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.25)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.24...kube-state-metrics-1.0.25)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.24`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.24)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.20...kube-state-metrics-1.0.24)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-01 20:34:40 +03:00
TrueCharts Bot 63bd677998
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.6.3 (#9924) 2023-06-26 09:34:47 +02:00
nautilus7 ae24d09406
Update some links in the docs (#9839)
**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
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

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

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

**✔️ Checklist:**

- [ ] ⚖️ 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
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-06-23 08:53:11 +02:00
TrueCharts Bot 57adcd4763
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.6.2 (#9676) 2023-06-16 01:39:56 +02:00
TrueCharts Bot 7997d11510
chore(deps): update helm chart common to 12.14.2 (#9599)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.14.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.1...common-12.14.2)

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-13 09:55:08 +02:00
TrueCharts Bot 8002e877b7
chore(deps): update helm general non-major (#9558)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.13.0` -> `12.14.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.13.1` -> `12.14.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.10.4` -> `12.14.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.15` ->
`1.0.20` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.45` ->
`7.0.50` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.55` ->
`6.0.59` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.44` ->
`6.0.48` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.18` ->
`1.0.22` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.54` ->
`6.0.58` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.46` ->
`6.0.58` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.14.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.0...common-12.14.1)

Function library for TrueCharts

###
[`v12.14.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.13.2...common-12.14.0)

Function library for TrueCharts

###
[`v12.13.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.13.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.13.1...common-12.13.2)

Function library for TrueCharts

###
[`v12.13.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.13.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.13.0...common-12.13.1)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v1.0.20`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.20)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.19...kube-state-metrics-1.0.20)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.19`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.19)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.18...kube-state-metrics-1.0.19)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.18`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.18)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.17...kube-state-metrics-1.0.18)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.17`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.17)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.16...kube-state-metrics-1.0.17)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.16`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.16)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.15...kube-state-metrics-1.0.16)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-11 09:32:38 +02:00
TrueCharts Bot 8701cfe1c7
chore(deps): update helm general non-major (#9457)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.12.3` -> `12.13.0` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.13` ->
`1.0.14` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.43` ->
`7.0.44` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.53` ->
`6.0.54` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.42` ->
`6.0.43` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.16` ->
`1.0.17` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.52` ->
`6.0.53` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.13.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.13.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.12.4...common-12.13.0)

Function library for TrueCharts

###
[`v12.12.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.12.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.12.3...common-12.12.4)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v1.0.14`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.14)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.13...kube-state-metrics-1.0.14)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTMuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-07 12:07:49 +02:00
TrueCharts Bot 530ee15b0f
chore(deps): update helm general non-major (#9423)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.12.1` -> `12.12.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.10.4` -> `12.12.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.11` ->
`1.0.13` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.39` ->
`7.0.43` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.49` ->
`6.0.53` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.38` ->
`6.0.42` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.13` ->
`1.0.16` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.50` ->
`6.0.52` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.12.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.12.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.12.2...common-12.12.3)

Function library for TrueCharts

###
[`v12.12.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.12.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.12.1...common-12.12.2)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v1.0.13`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.13)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.12...kube-state-metrics-1.0.13)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.12`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.12)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.11...kube-state-metrics-1.0.12)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

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

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-06-07 09:23:24 +02:00
TrueCharts Bot 432a8cd439
chore(deps): update helm general non-major (#9393)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.10.4` -> `12.12.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.10.10` -> `12.12.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.9.5` -> `12.12.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.9.2` -> `12.12.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.10.2` -> `12.12.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.7` ->
`1.0.11` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.34` ->
`7.0.39` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.29` ->
`7.0.39` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.44` ->
`6.0.49` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.33` ->
`6.0.38` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.6` ->
`1.0.13` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.46` ->
`6.0.50` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.50` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.12.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.12.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.12.0...common-12.12.1)

Function library for TrueCharts

###
[`v12.12.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.12.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.11.1...common-12.12.0)

Function library for TrueCharts

###
[`v12.11.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.11.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.14...common-12.11.1)

Function library for TrueCharts

###
[`v12.10.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.14)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.13...common-12.10.14)

Function library for TrueCharts

###
[`v12.10.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.13)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.12...common-12.10.13)

Function library for TrueCharts

###
[`v12.10.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.12)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.11...common-12.10.12)

Function library for TrueCharts

###
[`v12.10.11`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.11)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.10...common-12.10.11)

Function library for TrueCharts

###
[`v12.10.10`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.10)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.9...common-12.10.10)

Function library for TrueCharts

###
[`v12.10.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.9)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.8...common-12.10.9)

Function library for TrueCharts

###
[`v12.10.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.8)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.7...common-12.10.8)

Function library for TrueCharts

###
[`v12.10.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.7)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.6...common-12.10.7)

Function library for TrueCharts

###
[`v12.10.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.6)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.5...common-12.10.6)

Function library for TrueCharts

###
[`v12.10.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.5)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.4...common-12.10.5)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v1.0.11`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.11)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.10...kube-state-metrics-1.0.11)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.10`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.10)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.9...kube-state-metrics-1.0.10)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.9`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.9)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.8...kube-state-metrics-1.0.9)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.8`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.8)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.7...kube-state-metrics-1.0.8)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-04 11:18:02 +02:00
TrueCharts Bot 87c9063e91
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.5.4 (#9239) 2023-05-29 01:44:40 +02:00
Kjeld Schouten de12a7e49a
feat: hide advanced ingress options behind checbox (#9203)
**Description**
The `ingressclassname` `entrypoint` and `tls` sections should only be
used in very specific usecases.

IngressClass: Only when having multiple ingress providers
Entrypoint: only when having multiple traefik entrypoints
tls: only when not using the clusterissuer setting on ingresslevel or
using scale certs which are deprecated.

fixes: #9142

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [x] ⚠️ 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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-05-28 12:32:51 +02:00
TrueCharts Bot 949787d0f9
chore(deps): update helm general non-major (#9197)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.10.2` -> `12.10.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.33` ->
`7.0.34` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.10.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.2...common-12.10.4)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.34`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.34)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.33...mariadb-7.0.34)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-27 18:17:59 +02:00
TrueCharts Bot 3ed5e03204
chore(deps): update helm general non-major (#9156)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.9.5` -> `12.10.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.9.2` -> `12.10.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`10.2.0` -> `10.9.7` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.4` ->
`1.0.7` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.30` ->
`7.0.33` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.41` ->
`6.0.44` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.30` ->
`6.0.33` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.3` ->
`1.0.6` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.44` ->
`6.0.46` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.43` ->
`6.0.46` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.10.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.1...common-12.10.2)

Function library for TrueCharts

###
[`v12.10.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.0...common-12.10.1)

Function library for TrueCharts

###
[`v12.10.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.9.5...common-12.10.0)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v1.0.7`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.7)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.4...kube-state-metrics-1.0.7)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-26 09:39:42 +02:00
TrueCharts Bot eb5e234437
chore(deps): update helm general non-major (#9125)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.9.2` -> `12.9.5` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.3` ->
`1.0.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.29` ->
`7.0.30` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.40` ->
`6.0.41` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.29` ->
`6.0.30` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.2` ->
`1.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.43` ->
`6.0.44` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.9.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.9.5)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.9.2...common-12.9.5)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v1.0.4`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.4)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.3...kube-state-metrics-1.0.4)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC43IiwidXBkYXRlZEluVmVyIjoiMzUuOTguNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-24 11:23:49 +02:00
TrueCharts Bot c171d00a1c
chore(deps): update helm general non-major (#9089)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.8.1` -> `12.9.2` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.27` ->
`7.0.29` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.36` ->
`6.0.40` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.25` ->
`6.0.29` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.41` ->
`6.0.43` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.9.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.9.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.8.2...common-12.9.2)

Function library for TrueCharts

###
[`v12.8.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.8.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.8.1...common-12.8.2)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.29`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.29)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.28...mariadb-7.0.29)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.28`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.28)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.27...mariadb-7.0.28)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC4xIiwidXBkYXRlZEluVmVyIjoiMzUuOTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-22 16:22:23 +02:00
StevenMcElligott 001551be7e
feat(Stable): Add Global Pod Options (#9007)
**Description**

Figured I'll manually add them to the initial batch of ported charts to
the new common that are missing the option
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

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

---------

Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-22 09:02:18 +02:00
TrueCharts Bot 986927b101
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.5.3 (#9013) 2023-05-20 16:00:12 +02:00
TrueCharts Bot ab1b18a8ab
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.5.2 (#8855) 2023-05-16 12:04:22 +02:00
Kjeld Schouten dfedd1aeb9
fix(home-assistant): fix dhcp component (#8980)
**Description**
It seems the dhcp component of home-assistant (which is enabled by
default) needs some more permissions

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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>
2023-05-16 10:43:41 +02:00
TrueCharts Bot b856e93d2a
chore(deps): update helm general non-major (#8979)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.6.6` -> `12.8.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.6.8` -> `12.8.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.22` ->
`7.0.26` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.34` ->
`6.0.36` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.23` ->
`6.0.25` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.39` ->
`6.0.41` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.8.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.8.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.7.0...common-12.8.1)

Function library for TrueCharts

###
[`v12.7.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.7.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.8...common-12.7.0)

Function library for TrueCharts

###
[`v12.6.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.8)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.6...common-12.6.8)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.26`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.26)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.25...mariadb-7.0.26)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.25`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.25)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.24...mariadb-7.0.25)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.24`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.24)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.23...mariadb-7.0.24)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.23`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.23)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.22...mariadb-7.0.23)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44Ni4yIiwidXBkYXRlZEluVmVyIjoiMzUuODYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-16 09:42:00 +02:00
Daniel Riedl b97f780179
fix(homeassistant): Ensure appended config files start on new line. (#8784)
**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
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
Used this as fix on my home-assistant chart.
Here's the initial problem:
```sh
$ cat recorder.txt
  recorder:
    purge_keep_days: 30
    commit_interval: 3
    db_url: xyz

$ cat config.yaml
  test: 123
  nest:
    x: 1
    y: 2

$ cat recorder.txt >> config.yaml
$ cat config.yaml
  test: 123
  nest:
    x: 1
    y: 2recorder:
    purge_keep_days: 30
    commit_interval: 3
    db_url: xyz
```

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: Daniel Riedl <107212962+danriedl@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-06 21:51:13 +03:00
StevenMcElligott 9123bdc090
feat(apps): Add podOptions in questions.yaml (#8792)
**Description**

Properly add Global Pod Options to a couple of charts that were
requested since I think anything in the initial common PR doesn't have
it in questions.yaml and I can't automate this

⚒️ 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:**

- [X] ⚖️ 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-05-06 08:46:23 +02:00
TrueCharts Bot 9b1fa6d1bf
chore(deps): update helm general non-major (#8782)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.6.4` -> `12.6.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.6.1` -> `12.6.6` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.19` ->
`7.0.22` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.31` ->
`6.0.34` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.20` ->
`6.0.23` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.37` ->
`6.0.39` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.6.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.6)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.5...common-12.6.6)

Function library for TrueCharts

###
[`v12.6.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.5)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.4...common-12.6.5)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.22`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.22)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.21...mariadb-7.0.22)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.21`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.21)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.19...mariadb-7.0.21)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-06 00:41:12 +02:00
TrueCharts Bot f80463fa8c
chore(deps): update helm general non-major (#8739)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.6.1` -> `12.6.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.6.3` -> `12.6.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.4.21` -> `12.6.4` |
|
[kube-state-metrics](https://togithub.com/bitnami/charts/tree/main/bitnami/kube-state-metrics)
([source](https://togithub.com/bitnami/charts)) | patch | `3.4.0` ->
`3.4.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.16` ->
`7.0.19` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.5` ->
`7.0.19` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.15` ->
`6.0.31` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.15` ->
`6.0.20` |
|
[node-exporter](https://togithub.com/bitnami/charts/tree/main/bitnami/node-exporter)
([source](https://togithub.com/bitnami/charts)) | minor | `3.3.4` ->
`3.4.1` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.32` ->
`6.0.37` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.21` ->
`6.0.37` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.6.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.3...common-12.6.4)

Function library for TrueCharts

###
[`v12.6.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.1...common-12.6.3)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.19`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.19)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.18...mariadb-7.0.19)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.18`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.18)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.17...mariadb-7.0.18)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.17`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.17)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.16...mariadb-7.0.17)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-03 11:27:54 +02:00
TrueCharts Bot 7c9a45c088
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.4.6 (#8581) 2023-04-30 15:53:04 +02:00
TrueCharts Bot bf79ab855d
chore(deps): update helm general non-major (#8153)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.5.1` -> `12.6.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.15` ->
`7.0.16` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.14` ->
`6.0.15` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.31` ->
`6.0.32` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.6.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.5.1...common-12.6.1)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.16`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.16)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.15...mariadb-7.0.16)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMiJ9-->
2023-04-25 20:22:11 +03:00
TrueCharts Bot 0812c73e51
chore(deps): update helm general non-major (#8145)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.4.21` -> `12.5.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.13` ->
`7.0.15` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.12` ->
`6.0.14` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.29` ->
`6.0.31` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.5.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.5.1)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.5.0...common-12.5.1)

Function library for TrueCharts

###
[`v12.5.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.5.0)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.21...common-12.5.0)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.15`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.15)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.14...mariadb-7.0.15)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.14`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.14)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.13...mariadb-7.0.14)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMiJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-25 12:34:49 +02:00
TrueCharts Bot 2c87f0a3d6
chore(deps): update helm general non-major (#8087)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.20` -> `12.4.21` |
|
[kube-state-metrics](https://togithub.com/bitnami/charts/tree/main/bitnami/kube-state-metrics)
([source](https://togithub.com/bitnami/charts)) | minor | `3.3.5` ->
`3.4.0` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.12` ->
`7.0.13` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.11` ->
`6.0.12` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.28` ->
`6.0.29` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.21`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.21)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.20...common-12.4.21)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.13`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.13)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.12...mariadb-7.0.13)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41Mi4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-20 15:33:33 +02:00
TrueCharts Bot d1f4df36ea
chore(deps): update helm general non-major (#8071)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.15` -> `12.4.20` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.11` ->
`7.0.12` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.10` ->
`6.0.11` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.27` ->
`6.0.28` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.20`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.20)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.19...common-12.4.20)

Function library for TrueCharts

###
[`v12.4.19`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.19)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.18...common-12.4.19)

Function library for TrueCharts

###
[`v12.4.18`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.18)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.15...common-12.4.18)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.12`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.12)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.11...mariadb-7.0.12)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-16 22:32:07 +02:00
TrueCharts Bot c5ba79f3c4
chore(deps): update helm general non-major (#8061)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.13` -> `12.4.15` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.8` ->
`7.0.11` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.7` ->
`6.0.10` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.3` ->
`6.0.10` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.24` ->
`6.0.27` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.15`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.15)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.14...common-12.4.15)

Function library for TrueCharts

###
[`v12.4.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.14)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.13...common-12.4.14)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.11`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.11)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.10...mariadb-7.0.11)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.10`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.10)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.9...mariadb-7.0.10)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.9`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.9)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.8...mariadb-7.0.9)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4xIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMSJ9-->

---------

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-16 13:22:58 +02:00
TrueCharts Bot 06adda67eb
chore(deps): update helm general non-major (#7998)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.10` -> `12.4.13` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.6` ->
`7.0.8` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.5` ->
`6.0.7` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.3` ->
`6.0.7` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.22` ->
`6.0.24` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.13)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.12...common-12.4.13)

Function library for TrueCharts

###
[`v12.4.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.12)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.10...common-12.4.12)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.8`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.8)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.7...mariadb-7.0.8)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.7`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.7)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.6...mariadb-7.0.7)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-15 21:58:47 +02:00
TrueCharts-Admin 005b72823c fixes (+2 squashed commit)
Squashed commit:

[8e6584dc55] Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

[524c9955c5] chore(deps): update helm general non-major
2023-04-15 00:40:17 +02:00
TrueCharts Bot 58d55421d7
chore(deps): update helm general non-major (#7994)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.4.6` -> `12.4.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.2.0` -> `12.4.9` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.5` ->
`7.0.6` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.4` ->
`6.0.5` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.3` ->
`6.0.5` |
| [postgresql](https://truecharts.org/charts/dependency/postgresql)
([source](https://togithub.com/truecharts/helm-staging)) | patch |
`11.0.18` -> `11.0.31` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.21` ->
`6.0.22` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.20` ->
`6.0.22` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.4.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.9)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.8...common-12.4.9)

Function library for TrueCharts

###
[`v12.4.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.8)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.6...common-12.4.8)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.6`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.6)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.5...mariadb-7.0.6)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

<details>
<summary>truecharts/helm-staging</summary>

###
[`v11.0.31`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.31)

[Compare
Source](https://togithub.com/truecharts/helm-staging/compare/postgresql-11.0.30...postgresql-11.0.31)

PostgresSQL

###
[`v11.0.30`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.30)

[Compare
Source](https://togithub.com/truecharts/helm-staging/compare/postgresql-11.0.29...postgresql-11.0.30)

PostgresSQL

###
[`v11.0.29`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.29)

[Compare
Source](https://togithub.com/truecharts/helm-staging/compare/postgresql-11.0.28...postgresql-11.0.29)

PostgresSQL

###
[`v11.0.28`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.28)

[Compare
Source](https://togithub.com/truecharts/helm-staging/compare/postgresql-11.0.27...postgresql-11.0.28)

PostgresSQL

###
[`v11.0.27`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.27)

[Compare
Source](https://togithub.com/truecharts/helm-staging/compare/postgresql-11.0.26...postgresql-11.0.27)

PostgresSQL

###
[`v11.0.26`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.26)

[Compare
Source](https://togithub.com/truecharts/helm-staging/compare/postgresql-11.0.25...postgresql-11.0.26)

PostgresSQL

###
[`v11.0.25`](https://togithub.com/truecharts/helm-staging/releases/tag/postgresql-11.0.25)

PostgresSQL

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDcuMiJ9-->
2023-04-14 21:14:32 +02:00
Stavros Kois 953b912f26
fix(home-assistant): put new lines everywhere... (#7993)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-04-14 20:39:01 +03:00
TrueCharts-Bot d346fec6cb Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-13 00:23:24 +00:00
Kjeld Schouten-Lebbing 7e1b0be447
chore(stable): bump common on the 222 (#7959)
**Description**
Bump common on the already migrated 222 Apps in the stable train to fix
a multitude of issues

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-04-13 00:39:51 +02:00
Stavros Kois ee4036f841
fix(home-assistant): add an empty line after each concat (#7957)
**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  #7948

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-04-12 23:41:02 +02:00
TrueCharts-Bot 443f19df2b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-12 00:23:00 +00:00
Kjeld Schouten-Lebbing 9ec6cd69dc
fix(stable): bump common on the 222 (#7927)
**Description**
There where some things not correctly setup in common.
This bumps common on the 222 stable charts ported to new common, to
ensure things list persistence list keep working.

Fixes: #7924

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-04-11 20:00:48 +02:00
Kjeld Schouten-Lebbing 0b726419d4
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900)
**Description**
Part 1 of the migration to new common on the stable train.
This basically breaks most/all charts requiring a reinstall on SCALE as
well.

Helm users shouldn't need a reinstall but could migrate their
values.yaml modification manually besides backing-up and porting the
databases.

There be Dragons basically, as we obviously cannot 100% go over
each-and-every single app in the stable train like we did in the
enterprise train.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ 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?**
Via CI and manually validation in a lot of cases where the CI did not
correctly check things.
Additional catalog item creation tooling for local testing has been
added as well.

**📃 Notes:**
There will be issues in the future but we should get as much working
well as we can.

**✔️ Checklist:**

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-04-11 12:07:17 +02:00
TrueCharts-Bot 94c00b8c6f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-24 00:24:32 +00:00
Kjeld Schouten-Lebbing 893b55dc56 update security context questions 2023-03-01 09:30:36 +01:00
Kjeld Schouten-Lebbing 3c471071cc adapt workload and container questions for all apps 2023-03-01 08:55:51 +01:00
TrueCharts Bot 91222b3ffa
chore(deps): update helm general non-major (#7725) 2023-02-27 22:10:41 +01:00
TrueCharts-Bot 1d2d422e68 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-20 08:29:08 +00:00
TrueCharts-Admin 2b22b0cf81 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.2.5 2023-02-20 08:25:03 +00:00
TrueCharts-Admin 86f2ec21c4 chore(deps): update helm general non-major 2023-02-19 23:24:52 +01:00