Commit Graph

16719 Commits

Author SHA1 Message Date
Kjeld Schouten f77f88d8a2 add(kube-state-metrics): add kube-state-metrics to dependency train (#9060)
**Description**
As bitnami does not sign their helm-charts, we cannot use it as a
dependency.
Hence creating our own.

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

- [ ] ⚖️ 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>
2023-05-22 11:11:20 +02:00
TrueCharts Bot f50bb48376 chore(deps): update container image tccr.io/truecharts/outline to v0.69.2 (#8892) 2023-05-22 10:10:39 +02:00
TrueCharts Bot 6fab6b5e9d chore(deps): update container image tccr.io/truecharts/minio-console to v0.27.0 (#8905) 2023-05-22 10:10:14 +02:00
TrueCharts Bot 72ff8b406e chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#8965) 2023-05-22 10:10:05 +02:00
TrueCharts Bot 2523c8c50d chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#8943) 2023-05-22 10:09:40 +02:00
TrueCharts Bot 40f2342404 chore(deps): update container image tccr.io/truecharts/baserow to v1.17.1 (#9036)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/baserow](https://togithub.com/truecharts/containers)
| minor | `1.16.0` -> `v1.17.1` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-22 09:03:32 +02:00
TrueCharts Bot ba2e591053 chore(deps): update container image tccr.io/truecharts/prometheus to v2.44.0 (#9041)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus](https://togithub.com/truecharts/containers)
| minor | `v2.43.1` -> `v2.44.0` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzUuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-22 09:03:12 +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 8c00785c95 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.6 (#9056) 2023-05-22 07:47:36 +02:00
TrueCharts Bot c23196fc83 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.20 (#9055) 2023-05-22 07:46:48 +02:00
TrueCharts Bot 62b8708e75 chore(deps): update container image tccr.io/truecharts/n8n to v0.229.0 (#9054) 2023-05-22 03:14:02 +02:00
TrueCharts Bot c87ce78c2f chore(deps): update container image tccr.io/truecharts/putty to v23.04.1 (#9051) 2023-05-22 01:01:39 +02:00
TrueCharts Bot a613fe9bc5 chore(deps): update container image tccr.io/truecharts/ddns-go to v5.2.1 (#9049) 2023-05-22 00:40:06 +02:00
TrueCharts Bot 697629e0b6 chore(deps): update container image tccr.io/truecharts/drawio to v21.3.0 (#9050) 2023-05-22 00:39:59 +02:00
TrueCharts Bot de20889bcd chore(deps): update container image tccr.io/truecharts/ipfs to v0.20.0 (#9047) 2023-05-21 22:02:38 +02:00
TrueCharts Bot aa4e30f1b9 chore(deps): update container image tccr.io/truecharts/lidarr to v1.2.0.3183 (#9045) 2023-05-21 19:54:56 +02:00
TrueCharts Bot dc9c8c6775 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.5.0.3390 (#9046) 2023-05-21 19:53:35 +02:00
TrueCharts Bot 95253e0ef9 chore(deps): update helm chart common to 12.8.2 (#9029)
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.8.1` -> `12.8.2` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`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>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-21 15:46:15 +03:00
TrueCharts Bot 4f6dc9ae17 chore(deps): update helm chart common to 12.8.2 (#9028)
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.8.1` -> `12.8.2` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`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>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-21 15:46:06 +03:00
TrueCharts Bot d129df9ff9 chore(deps): update container image tccr.io/truecharts/esphome to v2023.5.1 (#9043) 2023-05-21 13:00:30 +02:00
TrueCharts Bot f46d6d6eca chore(deps): update container image tccr.io/truecharts/autobrr to v1.26.2 (#9042) 2023-05-21 12:57:46 +02:00
TrueCharts Bot 04a5ea5174 chore(deps): update container image tccr.io/truecharts/code-server to v4.13.0 (#9040) 2023-05-21 11:49:09 +02:00
TrueCharts Bot 514b3ccbb3 chore(deps): update container image tccr.io/truecharts/muse to v2.3.0 (#9039) 2023-05-21 10:50:14 +02:00
TrueCharts Bot 89dc0f62f9 chore(deps): update container image tccr.io/truecharts/ntfy to v2.5.0 (#9038) 2023-05-21 09:55:07 +02:00
TrueCharts Bot b976bc0404 chore(deps): update container image tccr.io/truecharts/homer to v23.05.1 (#9037) 2023-05-21 08:55:15 +02:00
TrueCharts Bot 7353f53ca1 chore(deps): update container image tccr.io/truecharts/n8n to v0.228.2 (#9035) 2023-05-21 06:59:52 +02:00
TrueCharts Bot 064d8b09a6 chore(deps): update container image tccr.io/truecharts/picoshare to v1.3.5 (#9033) 2023-05-21 05:10:31 +02:00
TrueCharts Bot 642107aca4 chore(deps): update container image tccr.io/truecharts/domoticz to v2023.1.20230518 (#9031) 2023-05-21 04:30:36 +02:00
TrueCharts Bot 29cb71dda0 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.20 (#9030) 2023-05-21 03:15:12 +02:00
Xstar97TheNoob a6049bd63b feat(romm) add romm (#8748)
**Description**
a game library manager focused in retro gaming.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

- [X] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [X] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

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-05-21 00:45:22 +03:00
TrueCharts Bot 9be04d61f8 chore(deps): update immich to v1.56.2 (minor) (#9027) 2023-05-20 23:20:40 +02:00
TrueCharts Bot 301dba9c2f chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.1 (#9022) 2023-05-20 22:51:03 +02:00
TrueCharts Bot 4690abbfcb chore(deps): update container image tccr.io/truecharts/soft-serve to v0.5.4 (#9026) 2023-05-20 21:58:05 +02:00
Stavros Kois 94be79e80c feat(wordpress): BREAKING-CHANGE migrate to new common (#9025)
**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**

- [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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

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

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [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`

---

_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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-20 22:34:47 +03:00
TrueCharts Bot 816f572f4f chore(deps): update container image tccr.io/truecharts/ztcuui-aio to v1.2.15 (#9023) 2023-05-20 20:56:21 +02:00
TrueCharts Bot ee7195798c chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.21.3 (#9021) 2023-05-20 19:57:20 +02:00
TrueCharts Bot 51edf89e97 chore(deps): update container image tccr.io/truecharts/tinymediamanager to v4.3.11 (#9020) 2023-05-20 18:49:56 +02:00
TrueCharts Bot ecc130b41a chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.14.5 (#9017) 2023-05-20 17:52:50 +02:00
TrueCharts Bot 8e79de00cb chore(deps): update container image tccr.io/truecharts/photoprism to v230514 (#9018) 2023-05-20 17:52:47 +02:00
TrueCharts Bot 7e5db986ba chore(deps): update container image tccr.io/truecharts/openhab to v3.4.4 (#9016) 2023-05-20 16:54:19 +02:00
TrueCharts Bot 499f7b4592 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.6 (#9015) 2023-05-20 16:52:30 +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 0674bd8c18 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.20 (#9014) 2023-05-20 15:50:22 +02:00
TrueCharts Bot 609a8be6bd chore(deps): update container image tccr.io/truecharts/strapi to v4.10.5 (#8842) 2023-05-20 14:58:36 +02:00
TrueCharts Bot d9abf6d1f2 chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.10 (#9012) 2023-05-20 14:54:54 +02:00
TrueCharts Bot 754172cfa1 chore(deps): update container image tccr.io/truecharts/jackett to v0.20.4145 (#9011) 2023-05-20 14:51:46 +02:00
TrueCharts Bot b0ffed823b chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.2 (#9009) 2023-05-20 03:15:13 +02:00
TrueCharts Bot 6dece7acfb chore(deps): update container image tccr.io/truecharts/nginx-proxy-manager to v2.10.3 (#8607) 2023-05-19 09:54:04 +02:00
TrueCharts Bot 38fc8f0373 chore(deps): update helm general non-major (#8994)
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.8` -> `12.8.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.26` ->
`7.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.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

</details>

<details>
<summary>truecharts/charts</summary>

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

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

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:eyJjcmVhdGVkSW5WZXIiOiIzNS44Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-19 08:57:04 +02:00
StevenMcElligott 473f25f0f8 fix(Jellyfin): Add Global Pod Options (#9008)
**Description**

Been asked a few times about this so figured I'd do this small PR
manually

⚒️ 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._
2023-05-19 08:45:04 +02:00