Commit Graph

1124 Commits

Author SHA1 Message Date
Kjeld Schouten c585c2c364 remove non-oci truecharts repos from repo adds 2024-01-01 17:04:27 +01:00
Stavros kois 726cfed505
chore(scripts): fix more 2023-12-31 21:11:54 +02:00
Stavros kois f88f4ec5ea
chore(scripts): clean 2023-12-31 21:07:50 +02:00
Stavros kois 9037a6a4cd
chore(scripts): fix more 2023-12-31 21:07:19 +02:00
Stavros kois 51e54f3d88
chore(scripts): fix more 2023-12-31 20:59:42 +02:00
Stavros kois 6b2d77f8d0
chore(scripts): fix more 2023-12-31 20:55:32 +02:00
Stavros kois 005244ee5c
chore(scripts): fix more 2023-12-31 20:47:10 +02:00
Stavros kois 5384582590
chore(scripts): fix more 2023-12-31 20:25:13 +02:00
Stavros kois 1b16a00558
chore(scripts): correct lists 2023-12-31 20:04:24 +02:00
Stavros kois e0ff5d7702
chore(scripts): fix titles 2023-12-31 20:04:24 +02:00
Stavros kois 9a750178eb
chore(scripts): print title 2023-12-31 19:47:46 +02:00
Stavros kois a6eee59aa6
chore(sonarr): bump 2023-12-31 19:36:49 +02:00
Stavros kois d9283f4828
chore(sonarr): bump 2023-12-31 19:29:04 +02:00
Stavros kois 87d557cee7
chore(sonarr): bump 2023-12-31 18:32:55 +02:00
Stavros kois 2c59322f39
chore(sonarr): bump 2023-12-31 18:26:56 +02:00
Stavros kois 730a2488a4
chore(scripts): fix script 2023-12-31 18:22:29 +02:00
Stavros kois 53b813a306
chore(docs): fix script 2023-12-31 18:14:30 +02:00
Stavros kois e5c3b879fb
chore(docs): fix links generation 2023-12-31 18:04:07 +02:00
Stavros Kois 56ae722ec7
fix(script): typo
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-31 17:22:34 +02:00
Stavros Kois a65bc62a56
chore(script): say why it failed
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-31 17:16:24 +02:00
Stavros Kois b0d7808b72
chore(scripts): more logging
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-12-31 16:58:52 +02:00
Stavros Kois 90973235aa
Docs (#16682)
**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 16:51:16 +02: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
Kjeld Schouten 58e6a166ae
Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 13:59:32 +01:00
Kjeld Schouten d518508468
Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 12:59:25 +01:00
Kjeld Schouten 83a5ad8ae2
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 00:33:05 +01:00
Kjeld Schouten a8da18fb12
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 00:32:15 +01:00
Kjeld Schouten ec342424b5
Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-15 19:12:52 +01:00
Kjeld Schouten 4c71892fe9
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-14 19:52:00 +01:00
Kjeld Schouten 6be41fa0f6 feat: switch to charttool based dependency fetching 2023-12-14 16:38:58 +01:00
TrueCharts Bot 4bec21bf97
chore(deps): update actions/stale action to v9 (#15858)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/stale](https://togithub.com/actions/stale) | action | major |
`v8` -> `v9` |

---

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

---

### Release Notes

<details>
<summary>actions/stale (actions/stale)</summary>

### [`v9`](https://togithub.com/actions/stale/compare/v8...v9)

[Compare Source](https://togithub.com/actions/stale/compare/v8...v9)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy44OS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODkuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-08 01:30:18 +01:00
TrueCharts Bot 81f7edef55
chore(deps): update actions/setup-python action to v5 (#15805)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | major | `v4` -> `v5` |

---

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

---

### Release Notes

<details>
<summary>actions/setup-python (actions/setup-python)</summary>

### [`v5`](https://togithub.com/actions/setup-python/compare/v4...v5)

[Compare
Source](https://togithub.com/actions/setup-python/compare/v4...v5)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-06 19:23:29 +01:00
Kjeld Schouten c6c873d265
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-05 19:50:03 +01:00
Kjeld Schouten 13ee5e145b
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-05 19:48:52 +01:00
Kjeld Schouten cf9fbd65ac
Delete .github/workflows/daily.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-30 23:09:25 +01:00
Kjeld Schouten 574021b5a4 chore: cleanup with precommon, fix chmod and shebang 2023-11-30 11:56:37 +01:00
Kjeld Schouten e1ce7069e5
Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-24 20:20:55 +01:00
Max c4640fe1ae
Handle containers tag values between quotes in daily workflow (#15326)
**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:**

This follows https://github.com/truecharts/charts/pull/15325 issue,
which is from daily workflow not properly handling tag between quotes
and keeping the first quote leading to this quote being inserted between
quotes in the Chart.yaml later on.

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made 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-11-24 15:46:31 +01:00
TrueCharts Bot 2e1063528c
chore(deps): update dessant/lock-threads digest to 1bf7ec2 (#15259)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [dessant/lock-threads](https://togithub.com/dessant/lock-threads) |
action | digest | `d42e5f4` -> `1bf7ec2` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42NS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNjUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-24 07:21:56 +01:00
Stavros Kois f1ee39bac0
chore(ci): lint files (#15238)
**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.
-->

Run-ed pre-commit on all files

⚒️ 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-11-22 10:24:05 +02:00
Kjeld Schouten 726d7e4eaa
Update daily.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-22 00:37:14 +01:00
Kjeld Schouten a23b3baf97
Update daily.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-22 00:35:05 +01:00
Kjeld Schouten cee01021d0
Delete .github/workflows/renovate-bump.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-18 19:27:13 +01:00
Kjeld Schouten 3b2a694ba8
Delete .github/workflows/renovate.yml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-18 18:18:29 +01:00
Kjeld Schouten 78d71a8b3f
Update renovate.yml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-18 11:29:22 +01:00
TrueCharts Bot f38539cf19
chore(deps): update renovatebot/github-action action to v39.1.3 (#14743)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.1.2` -> `v39.1.3` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.1.3`](https://togithub.com/renovatebot/github-action/releases/tag/v39.1.3)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.1.2...v39.1.3)

##### Build System

- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v9.2.3
([7806c80](7806c80e99))

##### Continuous Integration

- **deps:** update renovate docker tag to v37.59.7
([a2ec2c2](a2ec2c2beb))
- **deps:** update renovate docker tag to v37.59.8
([5269779](5269779231))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-17 04:28:32 +01:00
TrueCharts Bot d76818d20a
chore(deps): update renovatebot/github-action action to v39.1.2 (#14690)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.1.1` -> `v39.1.2` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.1.2`](https://togithub.com/renovatebot/github-action/releases/tag/v39.1.2)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.1.1...v39.1.2)

##### Documentation

- update references to renovatebot/github-action to v39.1.1
([fd6366e](fd6366e5db))

##### Miscellaneous Chores

- **deps:** lock file maintenance
([3419607](3419607a0f))
- **deps:** lock file maintenance
([4c2bcca](4c2bcca58c))
- **deps:** lock file maintenance
([425cf68](425cf68d08))
- **deps:** update commitlint monorepo to v17.8.1
([5932441](5932441de7))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.60
([7325ba3](7325ba3083))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.61
([02fb7f3](02fb7f32ec))
- **deps:** update dependency eslint to v8.52.0
([abe185f](abe185fe98))
- **deps:** update dependency eslint to v8.53.0
([079e4bc](079e4bcf4e))
- **deps:** update linters to v6.10.0
([7525032](7525032863))
- **deps:** update linters to v6.9.0
([be5bc9f](be5bc9ff2e))
- **deps:** update linters to v6.9.1
([882775c](882775c585))

##### Build System

- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v9.2.2
([5c4d0ee](5c4d0ee1af))

##### Continuous Integration

- **deps:** update renovate docker tag to v37.33.2
([a3908d9](a3908d9af6))
- **deps:** update renovate docker tag to v37.33.6
([cc72291](cc72291c3a))
- **deps:** update renovate docker tag to v37.34.1
([28dd403](28dd403a23))
- **deps:** update renovate docker tag to v37.34.2
([2b588cc](2b588cc2d3))
- **deps:** update renovate docker tag to v37.34.3
([ca982b0](ca982b0b0a))
- **deps:** update renovate docker tag to v37.35.0
([b8e6f24](b8e6f24250))
- **deps:** update renovate docker tag to v37.35.1
([4611acc](4611accbea))
- **deps:** update renovate docker tag to v37.35.2
([fd838f2](fd838f220b))
- **deps:** update renovate docker tag to v37.36.2
([fee607a](fee607a30c))
- **deps:** update renovate docker tag to v37.36.3
([9cc97ac](9cc97aceb1))
- **deps:** update renovate docker tag to v37.37.2
([52e3520](52e3520ea7))
- **deps:** update renovate docker tag to v37.40.0
([23e6eeb](23e6eebf54))
- **deps:** update renovate docker tag to v37.42.0
([b312e42](b312e42097))
- **deps:** update renovate docker tag to v37.43.1
([637a2b1](637a2b1c3f))
- **deps:** update renovate docker tag to v37.43.2
([8660e7c](8660e7ca22))
- **deps:** update renovate docker tag to v37.43.4
([d915308](d915308160))
- **deps:** update renovate docker tag to v37.44.0
([16207c0](16207c0ef0))
- **deps:** update renovate docker tag to v37.45.0
([3197fb5](3197fb5d0d))
- **deps:** update renovate docker tag to v37.46.0
([e596968](e596968804))
- **deps:** update renovate docker tag to v37.48.0
([e48895f](e48895f655))
- **deps:** update renovate docker tag to v37.49.1
([88da062](88da0627b6))
- **deps:** update renovate docker tag to v37.49.3
([d657100](d6571008c0))
- **deps:** update renovate docker tag to v37.50.1
([5b6ffb3](5b6ffb30ab))
- **deps:** update renovate docker tag to v37.50.2
([e596dad](e596dadc54))
- **deps:** update renovate docker tag to v37.51.3
([9d71175](9d7117516b))
- **deps:** update renovate docker tag to v37.52.0
([e7f230a](e7f230ac0b))
- **deps:** update renovate docker tag to v37.53.1
([de43a67](de43a67294))
- **deps:** update renovate docker tag to v37.54.3
([902401f](902401fa2c))
- **deps:** update renovate docker tag to v37.55.0
([ae3928b](ae3928baa3))
- **deps:** update renovate docker tag to v37.56.0
([02952f7](02952f7fa7))
- **deps:** update renovate docker tag to v37.56.3
([ed3870d](ed3870db2b))
- **deps:** update renovate docker tag to v37.57.1
([6c9c87a](6c9c87a93f))
- **deps:** update renovate docker tag to v37.57.2
([3eefb00](3eefb0043a))
- **deps:** update renovate docker tag to v37.59.2
([069d6dd](069d6dd10e))
- **deps:** update renovate docker tag to v37.59.4
([ed5e194](ed5e194bd0))
- **deps:** update renovate docker tag to v37.59.6
([fae403e](fae403ea7e))
- **deps:** update wagoid/commitlint-github-action action to v5.4.4
([cb2c912](cb2c9124cb))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-15 21:26:32 +01:00
Kjeld Schouten 27664e7ff3
feat(metallb/cloudnative-pg/CI): BREAKING CHANGE move to consume upstream helm charts (#14681)
**Description**

To ensure stability, we've decided to directly use upstream helm-charts
from their respective projects for operators specifically.
Mostly because they heavily rely on rbac, crds and crs, which could
cause conflicts between shipped rbac/crd and container versions.

also patches the ci for a few other operators to exclude them from
signing requirements

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

**⚙️ Type of change**

- [ ] ⚙️ 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.

- [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._
2023-11-15 15:39:03 +01:00
Kjeld Schouten dc55c9a77d
feat(velero): add velero (#14648)
**Description**
This adds a Velero helm chart.
This time we've chosen to directly use the upstream operator helm chart,
as it does not contain many problematic bits and would offer more
stability.

⚒️ Fixes  #14524

**⚙️ 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:**
This does not contain any custom resources references backed by common
yet.
However, those can also be added using velero cli for testing for the
time being.

It also does not contain any GUI sections for SCALE yet, just like
cert-manager it would likely be added on-demand.

**✔️ 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.

- [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._
2023-11-14 14:12:27 +01:00
TrueCharts Bot 4c9f16fc7a
chore(deps): update dessant/lock-threads action to v5 (#14644)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [dessant/lock-threads](https://togithub.com/dessant/lock-threads) |
action | major | `v4` -> `v5` |

---

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

---

### Release Notes

<details>
<summary>dessant/lock-threads (dessant/lock-threads)</summary>

### [`v5`](https://togithub.com/dessant/lock-threads/compare/v4...v5)

[Compare
Source](https://togithub.com/dessant/lock-threads/compare/v4...v5)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy41Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuNTcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-14 11:29:59 +01:00