Commit Graph

1186 Commits

Author SHA1 Message Date
TrueCharts Bot 449843fa90
chore(deps): update renovatebot/github-action action to v38.1.13 (#10417)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v38.1.11` -> `v38.1.13` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v38.1.12...v38.1.13)

##### Build System

- **deps:** update dependency semantic-release to v21.0.7
([15c9444](15c94446ef))

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v38.1.11...v38.1.12)

##### Bug Fixes

- use full image again by default
([#&#8203;781](https://togithub.com/renovatebot/github-action/issues/781))
([523965f](523965fe24))

##### Documentation

- mention that Fine-grained PATs are not supported
([#&#8203;778](https://togithub.com/renovatebot/github-action/issues/778))
([8a25544](8a25544ae4))

##### Miscellaneous Chores

- **config:** migrate renovate config
([#&#8203;779](https://togithub.com/renovatebot/github-action/issues/779))
([252e47a](252e47ae93))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.38
([996d881](996d881921))
- **deps:** update dependency eslint to v8.44.0
([28ff2ef](28ff2ef928))
- **deps:** update linters to v5.61.0
([d3b8a98](d3b8a98375))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.159.7
([cf29b1d](cf29b1d7c3))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi43LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi43LjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-12 11:25:51 +02:00
Ben Kochie 6a043c651c
chore(deps): Update prometheus-operator to v0.66.0 (#10172)
**Description**
* Update prometheus-operator image to v0.66.0
* Update prometheus-config-reloader image to v0.66.0
* Update CI tests to match.
* Add script to help updating CRDs.
* Update CRDs to v0.66.0.

⚒️ 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: SuperQ <superq@gmail.com>
2023-07-08 10:54:56 +02:00
TrueCharts Bot fa404ff4cb
chore(deps): update actions/setup-node digest to e33196f (#10193)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://togithub.com/actions/setup-node) | action
| digest | `64ed1c7` -> `e33196f` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xLjciLCJ1cGRhdGVkSW5WZXIiOiIzNi4xLjciLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-06 09:22:23 +02:00
TrueCharts Bot 5cea6000ca
chore(deps): update renovatebot/github-action action to v38.1.11 (#10188)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v38.1.9` -> `v38.1.11` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v38.1.10...v38.1.11)

##### Build System

- **deps:** update dependency typescript to v5.1.6
([b8d2871](b8d28711d2))

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v38.1.9...v38.1.10)

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;tsconfig/node16](https://togithub.com/tsconfig/node16) to v16
([#&#8203;776](https://togithub.com/renovatebot/github-action/issues/776))
([1da123a](1da123aa75))
- **deps:** update dependency lint-staged to v13.2.3
([e093539](e093539887))

##### Build System

- **deps:** update dependency semantic-release to v21.0.6
([4ab927d](4ab927d8a5))

##### Continuous Integration

- **deps:** update actions/setup-node action to v3.7.0
([9038e41](9038e41d7c))
- **deps:** update renovate docker tag to v35.159.6
([0cf0a94](0cf0a94e5f))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xLjUiLCJ1cGRhdGVkSW5WZXIiOiIzNi4xLjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-06 04:51:43 +02:00
TrueCharts Bot 3a70defc4d
chore(deps): update renovatebot/github-action action to v38.1.9 (#10166)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v38.1.8` -> `v38.1.9` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v38.1.8...v38.1.9)

##### Documentation

- update references to actions/checkout to v3.5.3
([ce294bf](ce294bf4b8))

##### Miscellaneous Chores

- **deps:** update commitlint monorepo to v17.6.6
([a8e4d64](a8e4d643f4))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.37
([9952b36](9952b36be6))
- **deps:** update dependency prettier-plugin-package to v1.3.1
([087c455](087c455eb5))
- **deps:** update linters to v5.60.0
([b057bb5](b057bb580d))
- **deps:** update linters to v5.60.1
([5c09708](5c0970863b))

##### Build System

- **deps:** update dependency typescript to v5.1.5
([9143c4e](9143c4ec78))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.143.0
([e466248](e466248506))
- **deps:** update renovate docker tag to v35.144.0
([78dd8c4](78dd8c4855))
- **deps:** update renovate docker tag to v35.144.2
([72da75e](72da75e0d3))
- **deps:** update renovate docker tag to v35.144.3
([9cc209c](9cc209ca3f))
- **deps:** update renovate docker tag to v35.146.1
([7486463](7486463809))
- **deps:** update renovate docker tag to v35.147.0
([c5be64d](c5be64d2b4))
- **deps:** update renovate docker tag to v35.150.0
([f60632d](f60632d7fe))
- **deps:** update renovate docker tag to v35.151.1
([5656713](5656713e8e))
- **deps:** update renovate docker tag to v35.154.0
([b4eab58](b4eab58fb2))
- **deps:** update renovate docker tag to v35.155.0
([b481ba1](b481ba13db))
- **deps:** update renovate docker tag to v35.156.0
([8e1d99d](8e1d99dfa0))
- **deps:** update renovate docker tag to v35.157.1
([a0fd369](a0fd36975e))
- **deps:** update renovate docker tag to v35.158.0
([c6313ab](c6313abbc3))
- **deps:** update renovate docker tag to v35.159.1
([8e991b6](8e991b655a))
- **deps:** update renovate docker tag to v35.159.4
([88c3789](88c3789bd2))
- **deps:** update renovate docker tag to v35.159.5
([a57504f](a57504f685))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNi4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-05 07:26:54 +02:00
TrueCharts Bot 33daff5aae
chore(deps): update renovatebot/github-action action to v38.1.8 (#9885)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v38.1.7` -> `v38.1.8` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v38.1.7...v38.1.8)

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.35
([22fc01c](22fc01c452))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.36
([513423e](513423ee3f))
- **deps:** update dependency eslint to v8.43.0
([5b35c1d](5b35c1d19d))
- **deps:** update linters to v5.59.11
([c70b63b](c70b63bb98))

##### Build System

- **deps:** update dependency conventional-changelog-conventionalcommits
to v6.1.0
([0ba327f](0ba327f41f))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.124.1
([ffae6be](ffae6be70b))
- **deps:** update renovate docker tag to v35.124.4
([1e033ab](1e033ab3ee))
- **deps:** update renovate docker tag to v35.125.0
([ffdd4ae](ffdd4aeaa0))
- **deps:** update renovate docker tag to v35.126.0
([a9f1a5f](a9f1a5f46b))
- **deps:** update renovate docker tag to v35.127.1
([a2a9f36](a2a9f36fd8))
- **deps:** update renovate docker tag to v35.129.0
([dacd43d](dacd43df71))
- **deps:** update renovate docker tag to v35.131.0
([58de755](58de755a2d))
- **deps:** update renovate docker tag to v35.133.2
([cc54f66](cc54f66272))
- **deps:** update renovate docker tag to v35.135.0
([f33cc65](f33cc65d83))
- **deps:** update renovate docker tag to v35.138.1
([37e9ff5](37e9ff51ee))
- **deps:** update renovate docker tag to v35.140.0
([b03f7ca](b03f7caec4))
- **deps:** update renovate docker tag to v35.140.1
([544d670](544d670e97))
- **deps:** update renovate docker tag to v35.140.2
([c4688b4](c4688b47ae))
- **deps:** update renovate docker tag to v35.140.3
([189691f](189691fb96))
- **deps:** update renovate docker tag to v35.141.2
([2f20ded](2f20ded8ea))
- **deps:** update renovate docker tag to v35.141.3
([4272c25](4272c251d2))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-25 02:49:13 +02:00
TrueCharts Bot 88eadef767
chore(deps): update renovatebot/github-action action to v38.1.7 (#9715)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v38.1.6` -> `v38.1.7` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v38.1.6...v38.1.7)

##### Documentation

- update references to renovatebot/github-action to v38
([#&#8203;773](https://togithub.com/renovatebot/github-action/issues/773))
([fc58615](fc58615496))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.120.0
([#&#8203;769](https://togithub.com/renovatebot/github-action/issues/769))
([790abb8](790abb8b05))
- **deps:** update renovate docker tag to v35.122.0
([2d0ab32](2d0ab324d6))
- **deps:** update renovate docker tag to v35.124.0
([4a5d2f6](4a5d2f6e53))

##### Build System

- **deps:** update semantic-release monorepo
([3105287](3105287c13))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM1LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-17 08:22:01 +02:00
Stavros Kois 8dfaee1c9b
feat(nextcloud): BREAKING CHANGE - rework fully (#9169)
**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
- [x] #️⃣ 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>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-06-17 00:10:56 +03:00
TrueCharts Bot 3982bbe0a2
chore(deps): update renovatebot/github-action action to v38.1.6 (#9688)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v38.1.4` -> `v38.1.6` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v38.1.5...v38.1.6)

##### Build System

- **deps:** update dependency conventional-changelog-conventionalcommits
to v6
([#&#8203;772](https://togithub.com/renovatebot/github-action/issues/772))
([4e623b6](4e623b6e95))

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v38.1.4...v38.1.5)

##### Continuous Integration

- **deps:** update renovate docker tag to v35.117.3
([98f87cc](98f87ccc01))
- **deps:** update renovate docker tag to v35.118.0
([fe109c7](fe109c785b))

##### Miscellaneous Chores

- **deps:** update linters
([#&#8203;768](https://togithub.com/renovatebot/github-action/issues/768))
([aa8361b](aa8361b8e4))
- **renovate:** use slim image for updates
([#&#8203;770](https://togithub.com/renovatebot/github-action/issues/770))
([1e89526](1e89526051))

##### Build System

- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v9
([#&#8203;771](https://togithub.com/renovatebot/github-action/issues/771))
([628faf8](628faf8cfc))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMjAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-16 10:24:40 +02:00
TrueCharts Bot 4d4619c540
chore(deps): update renovatebot/github-action action to v38.1.4 (#9643)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

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

##### Continuous Integration

- **deps:** update actions/checkout action to v3.5.3
([fe7a737](fe7a737022))
- **deps:** update renovate docker tag to v35.115.2
([b0d9ad1](b0d9ad1118))

##### Build System

- **deps:** update dependency semantic-release to v21.0.3
([ae6d595](ae6d595ace))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTguMCIsInVwZGF0ZWRJblZlciI6IjM1LjExOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-14 23:20:42 +02:00
Stavros Kois a2dbca0ed4
chore(ci): add screenshots generation (#9582)
**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-06-13 09:56:52 +02:00
TrueCharts Bot 38517560aa
chore(deps): update dessant/lock-threads digest to be8aa5b (#9595)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-12 21:27:33 +02:00
TrueCharts Bot a316a513a4
chore(deps): update thollander/actions-comment-pull-request digest to dadb766 (#9561)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[thollander/actions-comment-pull-request](https://togithub.com/thollander/actions-comment-pull-request)
| action | digest | `632cf9c` -> `dadb766` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-10 16:29:07 +02:00
TrueCharts Bot ceeea75e26
chore(deps): update actions/checkout action to v3.5.3 (#9543)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
patch | `v3.5.2` -> `v3.5.3` |

---

### Release Notes

<details>
<summary>actions/checkout</summary>

###
[`v3.5.3`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v353)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.5.2...v3.5.3)

- [Fix: Checkout fail in self-hosted runners when faulty submodule are
checked-in](https://togithub.com/actions/checkout/pull/1196)
- [Fix typos found by
codespell](https://togithub.com/actions/checkout/pull/1287)
- [Add support for sparse
checkouts](https://togithub.com/actions/checkout/pull/1369)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-09 18:23:24 +02:00
TrueCharts Bot feba705c86
chore(deps): update actions/checkout digest to c85c95e (#9542)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
digest | `8e5e7e5` -> `c85c95e` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-09 18:22:14 +02:00
Kjeld Schouten 7a5d8d4cf2
Update charts-test.yaml (#9539)
**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._

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-06-09 15:56:28 +02:00
Kjeld Schouten-Lebbing b1bf590ac6 add echo and make fetching manifest non-failing 2023-06-09 10:38:13 +02:00
Kjeld Schouten-Lebbing 93a0ad0fd6 different serverside apply order 2023-06-09 10:36:21 +02:00
Kjeld Schouten-Lebbing 00e2365625 fix(ci): correctly load prometheus-operator manifest 2023-06-09 09:39:06 +02:00
Kjeld Schouten ce7e050dd7
fix(ci): add prometheus operator manifest fetching
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-06-09 09:25:15 +02:00
TrueCharts Bot 93d4a9d211
chore(deps): update renovatebot/github-action action to v38.1.3 (#9479)
This PR contains the following updates:

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

---

### Release Notes

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

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

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

##### Build System

- **deps:** update dependency typescript to v5.1.3
([3d4bb3c](3d4bb3c0bd))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.110.2
([4a7f1bf](4a7f1bf558))
- **deps:** update renovate docker tag to v35.111.0
([2a35715](2a357150d5))
- **deps:** update renovate docker tag to v35.113.1
([#&#8203;764](https://togithub.com/renovatebot/github-action/issues/764))
([e383b5f](e383b5f697))
- **deps:** update renovate docker tag to v35.113.2
([d22669a](d22669a25c))
- **deps:** update renovate docker tag to v35.114.2
([5b40045](5b40045bc1))
- **deps:** update renovate docker tag to v35.115.0
([#&#8203;766](https://togithub.com/renovatebot/github-action/issues/766))
([df2ce27](df2ce270d3))

##### Miscellaneous Chores

- **deps:** update commitlint monorepo to v17.6.5
([41c7dac](41c7dac9b5))
- **deps:** update linters to v5.59.8
([0075894](00758942ee))
- **release:** 38.1.3 \[skip ci]
([b65c00b](b65c00b9dc))
- update link to changelog on release branch
([#&#8203;762](https://togithub.com/renovatebot/github-action/issues/762))
([9022df2](9022df2c32))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-09 04:56:55 +02:00
Kjeld Schouten 4ce0590fac
feat(ci): install operators before testing (#9455)
**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._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-06-07 12:44:38 +02:00
TrueCharts Bot 34ad8e47db
chore(deps): update renovatebot/github-action action to v38.1.2 (#9401)
This PR contains the following updates:

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

---

### Release Notes

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

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

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

##### Build System

- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v8.1.0
([98bd9ae](98bd9ae0c5))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.110.1
([#&#8203;763](https://togithub.com/renovatebot/github-action/issues/763))
([70e3ccd](70e3ccd635))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMSIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-05 01:28:07 +02:00
TrueCharts Bot 9812159b01
chore(deps): update renovatebot/github-action action to v38.1.1 (#9356)
This PR contains the following updates:

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

---

### Release Notes

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

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

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

##### Documentation

- fix wrong image name in action description
([#&#8203;760](https://togithub.com/renovatebot/github-action/issues/760))
([c64d589](c64d589a04))
- rewrite readme
([#&#8203;722](https://togithub.com/renovatebot/github-action/issues/722))
([b3ab89c](b3ab89c14b))
- update references to ghcr.io/renovatebot/renovate to v35.103.0
([1cdcea2](1cdcea2f8b))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.102.4
([#&#8203;757](https://togithub.com/renovatebot/github-action/issues/757))
([299e606](299e606259))
- **deps:** update renovate docker tag to v35.102.7
([8d99b3f](8d99b3f8e5))
- **deps:** update renovate docker tag to v35.103.0
([#&#8203;758](https://togithub.com/renovatebot/github-action/issues/758))
([d2a5dff](d2a5dff249))
- **deps:** update renovate docker tag to v35.104.0
([#&#8203;759](https://togithub.com/renovatebot/github-action/issues/759))
([2fbe967](2fbe9677f9))
- **deps:** update renovate docker tag to v35.105.0
([688c604](688c6047e6))
- **deps:** update renovate docker tag to v35.105.1
([6d591bf](6d591bf74c))
- **deps:** update renovate docker tag to v35.105.5
([#&#8203;761](https://togithub.com/renovatebot/github-action/issues/761))
([58a0a45](58a0a45663))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.32
([95d7569](95d75696d0))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.33
([6b64622](6b64622055))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.34
([a506cfd](a506cfd975))
- **deps:** update dependency eslint to v8.41.0
([c36e2e1](c36e2e1183))
- **deps:** update linters to v5.59.7
([a3381cf](a3381cfba7))

##### Build System

- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v8.0.8
([f2c26f0](f2c26f06cc))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-04 08:30:52 +02:00
Xstar97TheNoob 72ee00ca06
migrate(snippet-box) snippet-box to new common. (#9297)
**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
- [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
- [ ] ⚠️ 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>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-30 18:31:22 +00:00
Stavros Kois 8b91e1e0de
chore(ci): Add some checks to tc-lint.sh and update chart-tests to GITHUB_OUTPUT (#9289)
**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)
- [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-30 12:54:44 +02:00
Kjeld Schouten f9b44d282b
chore(ci): improve CI performance (#9257)
**Description**
The CI was using an old devcontainer for things where this wasn't
technically 100% needed.
By removing it we can cut it down by another 50-70% for single-chart
runs, such as container updates.

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 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?**
<!--
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-29 11:20:59 +02:00
Kjeld Schouten fbe18e1668
feat(metallb): add our own metallb operator (#9099)
**Description**
This adds our first chart for the `operators` train: metallb.
It also includes some fixes to get said train to work.

**⚙️ 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:**
This should not be used yet by end users.

**✔️ 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-05-29 10:44:38 +02:00
Kjeld Schouten 6ba3790ecc
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-29 10:31:53 +02:00
Kjeld Schouten 732b7f09be
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-29 10:08:45 +02:00
Kjeld Schouten 70c5d4f185
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-29 10:05:34 +02:00
Kjeld Schouten b58069c54c
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-29 09:54:21 +02:00
Kjeld Schouten 285b540d93
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-29 09:47:37 +02:00
Kjeld Schouten ed05a638db
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-29 09:41:06 +02:00
Kjeld Schouten 15155512ba
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-28 23:55:02 +02:00
Kjeld Schouten 6ab16bdb3e
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-28 23:46:12 +02:00
Kjeld Schouten 7efa149670
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-28 23:38:21 +02:00
Kjeld Schouten 8d4549c1cf
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-28 23:29:52 +02:00
Kjeld Schouten fe6dac87af
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-28 23:20:01 +02:00
Stavros Kois 421a2f5896
fix(ci): quote modified charts list (#9228)
**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-05-28 22:36:35 +03:00
Kjeld Schouten e77a030051
fix(ci): find way to detect changed once (#9220)
**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._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-28 19:28:55 +02:00
TrueCharts Bot dac4beb220
chore(deps): update renovatebot/github-action action to v38.1.0 (#9184)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | minor | `v38.0.0` -> `v38.1.0` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v38.0.0...v38.1.0)

##### Features

- add mount-docker-socket option
([#&#8203;749](https://togithub.com/renovatebot/github-action/issues/749))
([7c65b94](7c65b94442))

##### Documentation

- fix typo in readme "table of contents"
([#&#8203;754](https://togithub.com/renovatebot/github-action/issues/754))
([110eebd](110eebdddc))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.102.0
([da15a1b](da15a1bb63))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-26 21:24:53 +02:00
StevenMcElligott eeb7a6acca
feat(etesync): Move to new common (#9095)
**Description**

Attempting to move a complicated app, let's see how it goes

⚒️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-05-25 20:46:40 +03:00
Stavros Kois 8225f68504
Update charts-lint.yaml (#9166)
**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._

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-25 20:28:12 +03:00
Stavros Kois b825f60638
Update charts-lint.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-25 20:13:14 +03:00
Stavros Kois e219bd4190
Update charts-lint.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-25 19:51:59 +03:00
TrueCharts Bot f4e091db36
chore(deps): update renovatebot/github-action action to v38.0.0 (#9161)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | major | `v37.1.0` -> `v38.0.0` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v37.1.0...v38.0.0)

##### ⚠ BREAKING CHANGES

- By default the renovate image is now pulled from
`ghcr.io/renovatebot/renovate`

##### Features

- use ghcr renovate image
([#&#8203;753](https://togithub.com/renovatebot/github-action/issues/753))
([cc52092](cc52092d4f))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-25 15:30:12 +02:00
TrueCharts Bot 02ac8ccbeb
chore(deps): update renovatebot/github-action action to v37.1.0 (#9160)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | minor | `v37.0.0` -> `v37.1.0` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v37.0.0...v37.1.0)

##### Features

- allow override renovate image
([#&#8203;739](https://togithub.com/renovatebot/github-action/issues/739))
([53fd09b](53fd09be22))

##### Documentation

- add github enterprise example
([#&#8203;732](https://togithub.com/renovatebot/github-action/issues/732))
([03f0628](03f0628420))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;tsconfig/node16](https://togithub.com/tsconfig/node16) to
v1.0.4
([a0b6326](a0b63262a9))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.26
([5f87f1b](5f87f1bd59))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.27
([30cf8ba](30cf8ba362))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.28
([36012e3](36012e3e9f))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.29
([4b7dada](4b7dadac33))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.30
([0468c62](0468c62338))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.31
([36edfff](36edfff125))
- **deps:** update dependency eslint to v8.40.0
([441910f](441910f4cd))
- **deps:** update dependency rimraf to v5.0.1
([67ba940](67ba9403a1))
- **deps:** update linters to v5.59.5
([9461668](9461668662))
- **deps:** update linters to v5.59.6
([25a474e](25a474eb3f))
- fix linting
([#&#8203;751](https://togithub.com/renovatebot/github-action/issues/751))
([7e087b0](7e087b03e0))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.100.0
([fd3e2a8](fd3e2a8ccb))
- **deps:** update renovate docker tag to v35.100.3
([#&#8203;752](https://togithub.com/renovatebot/github-action/issues/752))
([bba1483](bba1483352))
- **deps:** update renovate docker tag to v35.80.1
([6e620b5](6e620b5fe9))
- **deps:** update renovate docker tag to v35.81.0
([00fae05](00fae057e3))
- **deps:** update renovate docker tag to v35.82.0
([7dddaac](7dddaac2f3))
- **deps:** update renovate docker tag to v35.87.0
([b1ada6d](b1ada6df90))
- **deps:** update renovate docker tag to v35.89.1
([#&#8203;740](https://togithub.com/renovatebot/github-action/issues/740))
([8006394](80063940ab))
- **deps:** update renovate docker tag to v35.93.0
([#&#8203;741](https://togithub.com/renovatebot/github-action/issues/741))
([277fb1e](277fb1eebc))
- **deps:** update renovate docker tag to v35.94.1
([7d17b82](7d17b82ce8))
- **deps:** update renovate docker tag to v35.95.1
([80896e8](80896e8391))
- **deps:** update renovate docker tag to v35.96.1
([303e01e](303e01e8e8))
- **deps:** update renovate docker tag to v35.96.3
([#&#8203;745](https://togithub.com/renovatebot/github-action/issues/745))
([f32ec46](f32ec46661))
- **deps:** update renovate docker tag to v35.97.0
([d9d5494](d9d5494b9e))
- **deps:** update renovate docker tag to v35.97.1
([13e8e08](13e8e08306))
- **deps:** update renovate docker tag to v35.98.0
([91c814a](91c814a09e))
- **deps:** update renovate docker tag to v35.98.1
([cc7c045](cc7c045174))
- **deps:** update renovate docker tag to v35.98.4
([f53180c](f53180c2c2))
- **deps:** update renovate docker tag to v35.99.0
([#&#8203;748](https://togithub.com/renovatebot/github-action/issues/748))
([a140638](a140638fbb))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-25 13:41:20 +02:00
Kjeld Schouten d31d6e89f6
Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-25 10:56:29 +02:00
Kjeld Schouten 9d31a83bd6
Delete pr-metadata.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-25 10:56:21 +02:00
Kjeld Schouten 990f01e243
Delete charts-changelog.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-25 10:53:44 +02:00
Kjeld Schouten 00f7fc0fa3
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 20:36:24 +02:00
Kjeld Schouten 294f3b2253
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 20:35:19 +02:00
Kjeld Schouten edf70abb44
Update daily.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 20:06:03 +02:00
Kjeld Schouten d6cbc4282a
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 20:04:47 +02:00
Kjeld Schouten 5d0d745e5d
Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 20:03:31 +02:00
Kjeld Schouten 5218fcd9eb
Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 20:02:40 +02:00
Kjeld Schouten df2f74d983
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 20:01:18 +02:00
Kjeld Schouten 342047df7b
Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 20:00:57 +02:00
Kjeld Schouten 129a3f51c8
Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 20:00:46 +02:00
TrueCharts Bot b1ca2131d9
chore(deps): update actions/setup-python digest to bd6b4b6 (#9134)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | digest | `57ded4d` -> `bd6b4b6` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-24 19:23:44 +02:00
Kjeld Schouten-Lebbing 0fcf0da235 chore: add some patches to prepare for operators train 2023-05-23 14:14:16 +02:00
Stavros Kois 702a0c3aba
chore(ci): Improved lint speed (#8809)
**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)-->

TODO: Switch to scripted checks (To replace ct-list's tasks):
- [x] Helm Lint
- [x] Version Checking
- [x] Run the lint inside the devcontainer (so it have the below tools
available)
- [x] YAML Schema check on Chart.yaml
- [ ] Maintener check on Chart.yaml (Moved to another PR in the future)
- [x] YAML Lint on Chart.yaml
- [x] YAML Lint on values.yaml
- [x] Sort output of lint results (failed on the bottom)
- [x] Combine verify deps in the lint job, since the verification runs
inside the fetch dep (which runs on lint job too)
- [x] Remove one of the 2 "get changed" functions (one based on tags
other on commit)
After that, move linting to single step 


https://github.com/helm/chart-testing/blob/main/pkg/tool/linter.go
https://github.com/helm/chart-testing/blob/main/pkg/tool/account.go

**⚙️ 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?**
<!--
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._
2023-05-23 10:26:41 +02:00
Kjeld Schouten 736f8eefc3
Delete metadata-label-pr.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-15 11:56:10 +02:00
Kjeld Schouten c1a1fc9724
Delete meta-label-pr-ci-status.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-15 11:56:02 +02:00
Kjeld Schouten 8fc74b20fb
Delete metadata-label-commenter.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-15 11:55:23 +02:00
Kjeld Schouten 9bd54ed011
Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-15 11:36:00 +02:00
Kjeld Schouten 302238dca2
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-15 11:35:23 +02:00
Kjeld Schouten 80c86e3f1a
Update daily.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-15 11:34:44 +02:00
TrueCharts Bot 310fca8d8a
chore(deps): update renovatebot/github-action action to v37.0.0 (#8913)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | major | `v36.1.1` -> `v37.0.0` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v36.1.1...v37.0.0)

##### ⚠ BREAKING CHANGES

-   The action now uses the default docker user again.

##### Features

- use default docker user
([#&#8203;737](https://togithub.com/renovatebot/github-action/issues/737))
([2b734bc](2b734bc8d8))

##### Miscellaneous Chores

- **deps:** update commitlint monorepo to v17.6.3
([70bcd3a](70bcd3af02))
- **deps:** update linters to v5.59.2
([779f1d8](779f1d8708))
- fix typos in Renovate configuration
([#&#8203;734](https://togithub.com/renovatebot/github-action/issues/734))
([5ad2b2e](5ad2b2e023))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.71.7
([#&#8203;733](https://togithub.com/renovatebot/github-action/issues/733))
([aea141a](aea141a645))
- **deps:** update renovate docker tag to v35.72.1
([4f06731](4f067314b6))
- **deps:** update renovate docker tag to v35.73.0
([be066a1](be066a1700))
- **deps:** update renovate docker tag to v35.74.1
([#&#8203;735](https://togithub.com/renovatebot/github-action/issues/735))
([cc2659c](cc2659c36e))
- **deps:** update renovate docker tag to v35.75.0
([2ea35a6](2ea35a6207))
- **deps:** update renovate docker tag to v35.77.0
([4fdca9f](4fdca9f972))
- **deps:** update renovate docker tag to v35.80.0
([e2c7972](e2c797264f))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS44MC4xIiwidXBkYXRlZEluVmVyIjoiMzUuODAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-12 12:25:08 +02:00
Stavros Kois fbf8a36902
fix(ci): don't fail if directory exists (#8810)
**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)-->
Fixes:

https://github.com/truecharts/charts/actions/runs/4907026867/jobs/8761876861

**⚙️ 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-05-07 18:42:53 +03:00
Kjeld Schouten 6497f63244
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-07 13:24:08 +02:00
Kjeld Schouten febda82bb2
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-07 13:02:51 +02:00
TrueCharts Bot 92f40431d8
chore(deps): update renovatebot/github-action action to v36.1.1 (#8795)
This PR contains the following updates:

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

---

### Release Notes

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

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

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

##### Miscellaneous Chores

- **deps:** update dependency lint-staged to v13.2.2
([92c2872](92c28725eb))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.69.5
([dbbfbde](dbbfbdef10))
- **deps:** update renovate docker tag to v35.71.0
([37b1457](37b1457cfc))
- **deps:** update renovate docker tag to v35.71.1
([d8a2b0d](d8a2b0d09b))
- **deps:** update renovate docker tag to v35.71.4
([fd6f94e](fd6f94e5f5))
- **deps:** update renovate docker tag to v35.71.6
([bca5ebf](bca5ebf388))

##### Build System

- **deps:** update dependency semantic-release to v21.0.2
([5ee53bc](5ee53bcbad))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS42IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-06 07:26:55 +02:00
Kjeld Schouten 1417763415
Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-05 23:02:07 +02:00
Kjeld Schouten 9b1606e775
Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-05 22:53:55 +02:00
Kjeld Schouten b6b8387a0c
Update ct-lint.yaml (#8789)
**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._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-05 22:36:14 +02:00
Kjeld Schouten 45b347fd71
Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-05 19:52:55 +02:00
TrueCharts Bot d22e94b808
chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.10 (#8787)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ghcr.io/truecharts/devcontainer](https://togithub.com/truecharts/containers)
| container | patch | `3.1.2` -> `3.1.10` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS41IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-05 16:32:00 +02:00
Kjeld Schouten-Lebbing 6bd50888d6
Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-05-05 12:42:30 +02:00
TrueCharts Bot ef78ef17e1
chore(deps): update renovatebot/github-action action to v36.1.0 (#8743)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | minor | `v36.0.4` -> `v36.1.0` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v36.0.4...v36.1.0)

##### Features

- pass http proxy env to container
([#&#8203;731](https://togithub.com/renovatebot/github-action/issues/731))
([1c8f93f](1c8f93fe54))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.25
([a74624e](a74624ecb2))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.69.1
([49aa4b7](49aa4b7bb0))
- **deps:** update renovate docker tag to v35.69.3
([281a5bf](281a5bf404))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS41IiwidXBkYXRlZEluVmVyIjoiMzUuNjkuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-03 17:29:54 +02:00
TrueCharts Bot 0124572e7f
chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.2 (#8741)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ghcr.io/truecharts/devcontainer](https://togithub.com/truecharts/containers)
| container | patch | `v3.1.1` -> `3.1.2` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-03 13:31:12 +02:00
TrueCharts Bot 7949913636
chore(deps): update renovatebot/github-action action to v36.0.4 (#8711)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v36.0.3` -> `v36.0.4` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v36.0.3...v36.0.4)

##### Code Refactoring

- use `@tsconfig/node16`
([#&#8203;721](https://togithub.com/renovatebot/github-action/issues/721))
([1bf6b3a](1bf6b3ad0a))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.57.0
([#&#8203;726](https://togithub.com/renovatebot/github-action/issues/726))
([d62c72a](d62c72acdd))
- **deps:** update renovate docker tag to v35.57.1
([e5566e1](e5566e1b9b))
- **deps:** update renovate docker tag to v35.57.3
([2db4c6e](2db4c6ed5c))
- **deps:** update renovate docker tag to v35.58.0
([b206c99](b206c994b3))
- **deps:** update renovate docker tag to v35.58.2
([d36b96c](d36b96cff0))
- **deps:** update renovate docker tag to v35.60.0
([123d6af](123d6afec7))
- **deps:** update renovate docker tag to v35.61.0
([a770e25](a770e25022))
- **deps:** update renovate docker tag to v35.64.0
([6003f6d](6003f6d4de))
- **deps:** update renovate docker tag to v35.66.1
([5d838c6](5d838c66a1))
- **deps:** update renovate docker tag to v35.66.2
([94c89d0](94c89d0951))
- **deps:** update renovate docker tag to v35.66.3
([4bf6d6c](4bf6d6c6a3))

##### Miscellaneous Chores

- **deps:** lock file maintenance
([87d79aa](87d79aa768))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.24
([51893b5](51893b5e6d))
- **deps:** update dependency eslint to v8.39.0
([e9dc0ad](e9dc0ad1ef))
- **deps:** update dependency prettier to v2.8.8
([d96d94e](d96d94ef10))
- **deps:** update dependency rimraf to v5
([#&#8203;728](https://togithub.com/renovatebot/github-action/issues/728))
([d8f78ff](d8f78ff1ba))
- **deps:** update linters to v5.59.0
([5fcc920](5fcc920667))
- **deps:** update linters to v5.59.1
([c8ff5c1](c8ff5c15ce))

##### Build System

- **deps:** update semantic-release monorepo (major)
([#&#8203;727](https://togithub.com/renovatebot/github-action/issues/727))
([f1b76c1](f1b76c1b69))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ny4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-02 14:35:22 +02:00
TrueCharts Bot 2d8c57d99c
chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.1 (#8162)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ghcr.io/truecharts/devcontainer](https://togithub.com/truecharts/containers)
| container | digest | `1d1f3ec` -> `819c4d1` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-04-30 13:00:00 +02:00
Kjeld Schouten-Lebbing f4cbb8e463
Update pr-validate.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-29 15:25:22 +02:00
TrueCharts Bot 6dd9e5e471
chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.1 (#7876)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ghcr.io/truecharts/devcontainer](https://togithub.com/truecharts/containers)
| container | digest | `4404790` -> `1d1f3ec` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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**: 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.

---

- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-22 15:27:00 +03:00
TrueCharts Bot a4cc4baa35
chore(deps): update helm/chart-testing-action action to v2.4.0 (#7889)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-testing-action](https://togithub.com/helm/chart-testing-action)
| action | minor | `v2.3.1` -> `v2.4.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>helm/chart-testing-action</summary>

###
[`v2.4.0`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.4.0)

[Compare
Source](https://togithub.com/helm/chart-testing-action/compare/v2.3.1...v2.4.0)

##### What's Changed

- Retry artifact downloads by
[@&#8203;steven-sheehy](https://togithub.com/steven-sheehy) in
[https://github.com/helm/chart-testing-action/pull/111](https://togithub.com/helm/chart-testing-action/pull/111)
- fix example workflow by
[@&#8203;CrowdSalat](https://togithub.com/CrowdSalat) in
[https://github.com/helm/chart-testing-action/pull/115](https://togithub.com/helm/chart-testing-action/pull/115)
- docs: only run chart lint if changed by
[@&#8203;fty4](https://togithub.com/fty4) in
[https://github.com/helm/chart-testing-action/pull/106](https://togithub.com/helm/chart-testing-action/pull/106)
- docs: use GITHUB_OUTPUT in example workflow by
[@&#8203;fty4](https://togithub.com/fty4) in
[https://github.com/helm/chart-testing-action/pull/107](https://togithub.com/helm/chart-testing-action/pull/107)
- Use cosign to verify the release and update chart-testing to v3.8.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[https://github.com/helm/chart-testing-action/pull/116](https://togithub.com/helm/chart-testing-action/pull/116)

##### New Contributors

- [@&#8203;steven-sheehy](https://togithub.com/steven-sheehy) made their
first contribution in
[https://github.com/helm/chart-testing-action/pull/111](https://togithub.com/helm/chart-testing-action/pull/111)
- [@&#8203;CrowdSalat](https://togithub.com/CrowdSalat) made their first
contribution in
[https://github.com/helm/chart-testing-action/pull/115](https://togithub.com/helm/chart-testing-action/pull/115)
- [@&#8203;fty4](https://togithub.com/fty4) made their first
contribution in
[https://github.com/helm/chart-testing-action/pull/106](https://togithub.com/helm/chart-testing-action/pull/106)

**Full Changelog**:
https://github.com/helm/chart-testing-action/compare/v2...v2.4.0

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-22 15:17:02 +03:00
TrueCharts Bot 9afe8959de
chore(deps): update actions/github-script digest to d7906e4 (#8001)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/github-script](https://togithub.com/actions/github-script) |
action | digest | `98814c5` -> `d7906e4` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDcuMiJ9-->
2023-04-22 15:16:47 +03:00
TrueCharts Bot b1b8c5fc60
chore(deps): update renovatebot/github-action action to v36.0.3 (#8116)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v36.0.2` -> `v36.0.3` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v36.0.2...v36.0.3)

##### Continuous Integration

- **deps:** update actions/checkout action to v3.5.1
([57c9554](57c9554280))
- **deps:** update actions/checkout action to v3.5.2
([597a2f2](597a2f2923))
- **deps:** update renovate docker tag to v35.20.1
([#&#8203;714](https://togithub.com/renovatebot/github-action/issues/714))
([997704d](997704da85))
- **deps:** update renovate docker tag to v35.22.1
([8629c87](8629c87da1))
- **deps:** update renovate docker tag to v35.22.2
([cc4cff0](cc4cff0e0d))
- **deps:** update renovate docker tag to v35.23.3
([3ef1dcb](3ef1dcb772))
- **deps:** update renovate docker tag to v35.24.3
([b2b319c](b2b319cc88))
- **deps:** update renovate docker tag to v35.24.6
([dc733e8](dc733e8e76))
- **deps:** update renovate docker tag to v35.25.0
([604bbbf](604bbbf627))
- **deps:** update renovate docker tag to v35.25.1
([4d0cbce](4d0cbce1f0))
- **deps:** update renovate docker tag to v35.27.0
([ed6658f](ed6658ff35))
- **deps:** update renovate docker tag to v35.28.0
([f2fcdef](f2fcdef9e9))
- **deps:** update renovate docker tag to v35.31.1
([721b324](721b3243d7))
- **deps:** update renovate docker tag to v35.31.4
([e3374dd](e3374dd2dd))
- **deps:** update renovate docker tag to v35.31.5
([#&#8203;716](https://togithub.com/renovatebot/github-action/issues/716))
([7eb8296](7eb8296fb4))
- **deps:** update renovate docker tag to v35.32.2
([fc3fed4](fc3fed40ae))
- **deps:** update renovate docker tag to v35.35.0
([e839a16](e839a16281))
- **deps:** update renovate docker tag to v35.35.1
([3393467](3393467d6c))
- **deps:** update renovate docker tag to v35.36.0
([dbc5d16](dbc5d16395))
- **deps:** update renovate docker tag to v35.37.0
([2595826](2595826137))
- **deps:** update renovate docker tag to v35.37.1
([0b8fe04](0b8fe047de))
- **deps:** update renovate docker tag to v35.38.0
([e00aca5](e00aca552a))
- **deps:** update renovate docker tag to v35.39.0
([dd24270](dd2427030c))
- **deps:** update renovate docker tag to v35.40.0
([895699f](895699f103))
- **deps:** update renovate docker tag to v35.40.3
([769e823](769e82363a))
- **deps:** update renovate docker tag to v35.41.0
([161d96e](161d96e4cb))
- **deps:** update renovate docker tag to v35.41.1
([c6d6409](c6d6409f2f))
- **deps:** update renovate docker tag to v35.46.0
([1e98f08](1e98f081e0))
- **deps:** update renovate docker tag to v35.47.0
([9a1298c](9a1298c077))
- **deps:** update renovate docker tag to v35.47.2
([#&#8203;717](https://togithub.com/renovatebot/github-action/issues/717))
([4f8b826](4f8b826c68))
- **deps:** update renovate docker tag to v35.48.0
([2ff1900](2ff1900bd5))
- **deps:** update renovate docker tag to v35.48.1
([b1d494e](b1d494eb8d))
- **deps:** update renovate docker tag to v35.48.2
([#&#8203;718](https://togithub.com/renovatebot/github-action/issues/718))
([c47e35d](c47e35db42))
- **deps:** update renovate docker tag to v35.50.0
([d89f56a](d89f56a809))
- **deps:** update renovate docker tag to v35.50.1
([afd1c70](afd1c7083d))
- **deps:** update renovate docker tag to v35.50.2
([90e83b7](90e83b7945))
- **deps:** update renovate docker tag to v35.53.0
([#&#8203;720](https://togithub.com/renovatebot/github-action/issues/720))
([e603f7c](e603f7c5d5))
- **deps:** update renovate docker tag to v35.54.0
([d1dfbeb](d1dfbebb6e))
- **deps:** update renovate docker tag to v35.55.1
([07be1db](07be1dbc9e))
- **deps:** update wagoid/commitlint-github-action action to v5.4.0
([bf2fe77](bf2fe77443))
- **deps:** update wagoid/commitlint-github-action action to v5.4.1
([2d8504d](2d8504d396))

##### Miscellaneous Chores

- **config:** migrate renovate config
([#&#8203;719](https://togithub.com/renovatebot/github-action/issues/719))
([86aa68f](86aa68ffbc))
- **deps:** update commitlint monorepo to v17.6.0
([0024085](0024085d72))
- **deps:** update commitlint monorepo to v17.6.1
([ad9f26a](ad9f26aa86))
- **deps:** update dependency
[@&#8203;commitlint/cli](https://togithub.com/commitlint/cli) to v17.5.0
([19bdf97](19bdf97194))
- **deps:** update dependency
[@&#8203;commitlint/cli](https://togithub.com/commitlint/cli) to v17.5.1
([cfc468a](cfc468a492))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.18
([2a42ab6](2a42ab66a0))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.19
([e0d9274](e0d9274e5b))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.20
([f8738fd](f8738fde52))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.21
([fee68bf](fee68bfc0c))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.22
([3ef41fc](3ef41fc92e))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.23
([d1eff3c](d1eff3cda9))
- **deps:** update dependency eslint to v8.37.0
([a50369f](a50369f788))
- **deps:** update dependency eslint to v8.38.0
([618b029](618b029646))
- **deps:** update dependency lint-staged to v13.2.1
([bad83cb](bad83cb87c))
- **deps:** update dependency prettier to v2.8.5
([a17212b](a17212bfe8))
- **deps:** update dependency prettier to v2.8.6
([aa2a3a0](aa2a3a0aca))
- **deps:** update dependency prettier to v2.8.7
([2244c37](2244c37380))
- **deps:** update dependency rimraf to v4.4.1
([79c12a0](79c12a0931))
- **deps:** update linters
([1403af7](1403af72d2))
- **deps:** update linters to v5.57.0
([d1819e0](d1819e0f19))
- **deps:** update linters to v5.57.1
([b18ec02](b18ec02f3f))
- **deps:** update linters to v5.58.0
([0e1a6bd](0e1a6bd276))
- run Prettier on all files
([#&#8203;724](https://togithub.com/renovatebot/github-action/issues/724))
([c67ebc4](c67ebc422f))
- use Prettier's cache feature
([#&#8203;723](https://togithub.com/renovatebot/github-action/issues/723))
([70a44dc](70a44dc3e9))

##### Build System

- **deps:** update dependency typescript to v5
([#&#8203;725](https://togithub.com/renovatebot/github-action/issues/725))
([5c58ff9](5c58ff952f))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9-->
2023-04-22 15:16:29 +03:00
TrueCharts Bot 2ff34233a3
chore(deps): update actions/setup-python digest to 57ded4d (#8102)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | digest | `d27e3f3` -> `57ded4d` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNS41NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->
2023-04-22 15:16:19 +03:00
TrueCharts Bot 4fb2212e98
chore(deps): update actions/checkout digest to 8e5e7e5 (#7952)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
digest | `8f4b7f8` -> `8e5e7e5` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDYuMSJ9-->
2023-04-14 21:59:14 +02:00
TrueCharts Bot 9d66f9e437
chore(deps): update dawidd6/action-download-artifact action to v2.27.0 (#7986)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[dawidd6/action-download-artifact](https://togithub.com/dawidd6/action-download-artifact)
| action | minor | `v2.26.1` -> `v2.27.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>dawidd6/action-download-artifact</summary>

###
[`v2.27.0`](https://togithub.com/dawidd6/action-download-artifact/compare/v2.26.1...v2.27.0)

[Compare
Source](https://togithub.com/dawidd6/action-download-artifact/compare/v2.26.1...v2.27.0)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDcuMCJ9-->
2023-04-14 21:58:57 +02:00
TrueCharts Bot 236412d1de
chore(deps): update actions/checkout action to v3.5.2 (#7953)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
patch | `v3.5.0` -> `v3.5.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/checkout</summary>

###
[`v3.5.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v352)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.5.1...v3.5.2)

- [Fix api endpoint for
GHES](https://togithub.com/actions/checkout/pull/1289)

###
[`v3.5.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v351)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.5.0...v3.5.1)

- [Fix slow checkout on
Windows](https://togithub.com/actions/checkout/pull/1246)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDYuMSJ9-->
2023-04-14 21:58:43 +02:00
TrueCharts Bot 532f37ab4b
chore(deps): pin dependencies (#7873)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://togithub.com/actions/setup-node) | action
| pinDigest | -> `64ed1c7` |
| [borales/actions-yarn](https://togithub.com/borales/actions-yarn) |
action | pinDigest | -> `97ba8be` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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**: 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 these
updates again.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 11:40:48 +02:00
TrueCharts Bot ee15e61292
chore(deps): update actions/checkout digest to 8f4b7f8 (#7874)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
digest | `ac59398` -> `8f4b7f8` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 11:40:21 +02:00
TrueCharts Bot 0b232b9375
chore(deps): update actions/delete-package-versions digest to 0d39a63 (#7875)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/delete-package-versions](https://togithub.com/actions/delete-package-versions)
| action | digest | `ba4d22f` -> `0d39a63` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 11:40:08 +02:00
TrueCharts Bot 2fad01b6c5
chore(deps): update dawidd6/action-download-artifact action to v2.26.1 (#7884)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[dawidd6/action-download-artifact](https://togithub.com/dawidd6/action-download-artifact)
| action | patch | `v2.26.0` -> `v2.26.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>dawidd6/action-download-artifact</summary>

###
[`v2.26.1`](https://togithub.com/dawidd6/action-download-artifact/compare/v2.26.0...v2.26.1)

[Compare
Source](https://togithub.com/dawidd6/action-download-artifact/compare/v2.26.0...v2.26.1)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 11:38:55 +02:00
TrueCharts Bot 0c4116db1d
chore(deps): update actions/checkout action to v3.5.0 (#7885)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
minor | `v3.3.0` -> `v3.5.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/checkout</summary>

###
[`v3.5.0`](https://togithub.com/actions/checkout/releases/tag/v3.5.0)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.4.0...v3.5.0)

#### What's Changed

- Add new public key for known_hosts by
[@&#8203;cdb](https://togithub.com/cdb) in
[https://github.com/actions/checkout/pull/1237](https://togithub.com/actions/checkout/pull/1237)

#### New Contributors

- [@&#8203;cdb](https://togithub.com/cdb) made their first contribution
in
[https://github.com/actions/checkout/pull/1237](https://togithub.com/actions/checkout/pull/1237)

**Full Changelog**:
https://github.com/actions/checkout/compare/v3.4.0...v3.5.0

###
[`v3.4.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v340)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.3.0...v3.4.0)

- [Upgrade codeql actions to
v2](https://togithub.com/actions/checkout/pull/1209)
- [Upgrade
dependencies](https://togithub.com/actions/checkout/pull/1210)
- [Upgrade
@&#8203;actions/io](https://togithub.com/actions/checkout/pull/1225)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 10:06:42 +02:00
TrueCharts Bot 03c6b2d1e0
chore(deps): update tj-actions/branch-names action to v6.5 (#7891)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[tj-actions/branch-names](https://togithub.com/tj-actions/branch-names)
| action | minor | `v6.4` -> `v6.5` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>tj-actions/branch-names</summary>

###
[`v6.5`](https://togithub.com/tj-actions/branch-names/releases/tag/v6.5)

[Compare
Source](https://togithub.com/tj-actions/branch-names/compare/v6.4...v6.5)

#### What's Changed

- Upgraded to v6.4 by [@&#8203;jackton1](https://togithub.com/jackton1)
in
[https://github.com/tj-actions/branch-names/pull/205](https://togithub.com/tj-actions/branch-names/pull/205)
- Update tj-actions/github-changelog-generator action to v1.17 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/206](https://togithub.com/tj-actions/branch-names/pull/206)
- Update tj-actions/auto-doc action to v1.7.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/207](https://togithub.com/tj-actions/branch-names/pull/207)
- Update tj-actions/auto-doc action to v1.7.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/209](https://togithub.com/tj-actions/branch-names/pull/209)
- Updated README.md by [@&#8203;jackton1](https://togithub.com/jackton1)
in
[https://github.com/tj-actions/branch-names/pull/208](https://togithub.com/tj-actions/branch-names/pull/208)
- Bump tj-actions/auto-doc from 1.7.1 to 1.7.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tj-actions/branch-names/pull/210](https://togithub.com/tj-actions/branch-names/pull/210)
- Update tj-actions/auto-doc action to v1.7.3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/211](https://togithub.com/tj-actions/branch-names/pull/211)
- Update actions/checkout action to v3.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/212](https://togithub.com/tj-actions/branch-names/pull/212)
- Updated README.md by [@&#8203;jackton1](https://togithub.com/jackton1)
in
[https://github.com/tj-actions/branch-names/pull/213](https://togithub.com/tj-actions/branch-names/pull/213)
- Update pascalgn/automerge-action action to v0.15.6 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/214](https://togithub.com/tj-actions/branch-names/pull/214)
- Update codacy/codacy-analysis-cli-action action to v4.3.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/215](https://togithub.com/tj-actions/branch-names/pull/215)
- Update tj-actions/github-changelog-generator action to v1.18 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/217](https://togithub.com/tj-actions/branch-names/pull/217)
- Updated README.md by [@&#8203;jackton1](https://togithub.com/jackton1)
in
[https://github.com/tj-actions/branch-names/pull/218](https://togithub.com/tj-actions/branch-names/pull/218)
- Update tj-actions/release-tagger action to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/219](https://togithub.com/tj-actions/branch-names/pull/219)
- Update peter-evans/create-pull-request action to v4.2.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/220](https://togithub.com/tj-actions/branch-names/pull/220)
- Update actions/checkout action to v3.4.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/221](https://togithub.com/tj-actions/branch-names/pull/221)
- Update tj-actions/verify-changed-files action to v14 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/222](https://togithub.com/tj-actions/branch-names/pull/222)
- Update actions/checkout action to v3.5.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/tj-actions/branch-names/pull/223](https://togithub.com/tj-actions/branch-names/pull/223)
- feat: Update sync-release-version.yml to use git-cliff by
[@&#8203;jackton1](https://togithub.com/jackton1) in
[https://github.com/tj-actions/branch-names/pull/225](https://togithub.com/tj-actions/branch-names/pull/225)

**Full Changelog**:
https://github.com/tj-actions/branch-names/compare/v6...v6.5

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 10:06:18 +02:00
TrueCharts Bot 5e7e884ae0
chore(deps): update actions/stale action to v8 (#7892)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/stale</summary>

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 10:06:09 +02:00
TrueCharts Bot ecc3a74c5c
chore(deps): update renovatebot/github-action action to v36.0.2 (#7894)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | major | `v34.153.1` -> `v36.0.2` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v36.0.1...v36.0.2)

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.15
([aa87bcc](aa87bcccd0))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.16
([410fbb5](410fbb5c24))
- **deps:** update dependency eslint to v8.36.0
([ee2eba1](ee2eba1511))
- **deps:** update dependency lint-staged to v13.2.0
([0729a6d](0729a6d675))
- **deps:** update linters to v5.55.0
([8251b81](8251b81309))

##### Continuous Integration

- **deps:** update actions/checkout action to v3.5.0
([93298f3](93298f3204))
- **deps:** update renovate docker tag to v35.10.0
([#&#8203;710](https://togithub.com/renovatebot/github-action/issues/710))
([192a10f](192a10fb87))
- **deps:** update renovate docker tag to v35.10.2
([384026d](384026d972))
- **deps:** update renovate docker tag to v35.12.0
([#&#8203;712](https://togithub.com/renovatebot/github-action/issues/712))
([d93bd6f](d93bd6fccd))
- **deps:** update renovate docker tag to v35.14.1
([fac115f](fac115fcc9))
- **deps:** update renovate docker tag to v35.14.2
([8237d9f](8237d9f25a))
- **deps:** update renovate docker tag to v35.14.3
([8bfabde](8bfabde4a7))
- **deps:** update renovate docker tag to v35.14.4
([0385e6b](0385e6b18f))
- **deps:** update renovate docker tag to v35.15.0
([329c90c](329c90c7e3))
- **deps:** update renovate docker tag to v35.17.0
([24a46e0](24a46e076a))
- **deps:** update renovate docker tag to v35.17.1
([614616f](614616f429))
- **deps:** update renovate docker tag to v35.18.0
([ed6a466](ed6a46643a))
- **deps:** update renovate docker tag to v35.18.1
([9988a47](9988a47f8a))
- **deps:** update renovate docker tag to v35.19.0
([d9993dd](d9993ddb1d))

##### Build System

- **deps:** update dependency semantic-release to v20.1.3
([d368e24](d368e24579))

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v36.0.0...v36.0.1)

##### Miscellaneous Chores

- **deps:** update dependency lint-staged to v13.1.4
([8bd8232](8bd8232df3))
- **deps:** update dependency rimraf to v4.3.1
([94ca5a1](94ca5a1a9b))
- **deps:** update dependency rimraf to v4.4.0
([1b93897](1b93897a3e))
- **deps:** update linters to v5.54.1
([634aa04](634aa04eb5))
- **deps:** update renovate docker tag to v35.6.0
([c65e90f](c65e90f58b))
- reconfigure renovate
([#&#8203;708](https://togithub.com/renovatebot/github-action/issues/708))
([4f9981c](4f9981c915))

##### Continuous Integration

- **deps:** update actions/checkout action to v3.4.0
([d222b70](d222b7093d))
- **deps:** update renovate docker tag to v35.8.3
([a1313ca](a1313cafd8))
- simplify
([#&#8203;705](https://togithub.com/renovatebot/github-action/issues/705))
([78e2234](78e2234730))

##### Documentation

- update references to renovatebot/github-action to v36
([189eb78](189eb7887a))
- update toc
([#&#8203;706](https://togithub.com/renovatebot/github-action/issues/706))
([9caf6e5](9caf6e5c72))

##### Build System

- **deps:** update dependency semantic-release to v20
([#&#8203;709](https://togithub.com/renovatebot/github-action/issues/709))
([5948ea8](5948ea8a22))

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v35.2.0...v36.0.0)

##### ⚠ BREAKING CHANGES

- use semantic release
([#&#8203;704](https://togithub.com/renovatebot/github-action/issues/704))
- This action no longer follows renovate versions, use
[`renovate-version`](https://togithub.com/renovatebot/github-action#renovate-version)
to pin the renovate version.

##### Features

- use semantic release
([#&#8203;704](https://togithub.com/renovatebot/github-action/issues/704))
([94faa7d](94faa7df1e))

##### Miscellaneous Chores

- **deps:** update dependency eslint-config-prettier to v8.7.0
([8463758](8463758e93))

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

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

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

####
[35.2.0](https://togithub.com/renovatebot/github-action/compare/v35.1.2...v35.2.0)
(2023-03-12)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v35.2.0
([a5b3387](a5b3387ae2))%0A%0A

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

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

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[35.1.2](https://togithub.com/renovatebot/github-action/compare/v35.1.1...v35.1.2)
(2023-03-12)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v35.1.2
([1d090c3](1d090c35f9))%0A%0A

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

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

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[35.1.1](https://togithub.com/renovatebot/github-action/compare/v35.0.0...v35.1.1)
(2023-03-11)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v35.1.1
([1124b56](1124b567ef))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.159.2...v35.0.0)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

####
[35.0.0](https://togithub.com/renovatebot/github-action/compare/v34.159.2...v35.0.0)
(2023-03-10)

##### ⚠ BREAKING CHANGES

- **deps:** update renovate/renovate docker tag to v35
([#&#8203;702](https://togithub.com/renovatebot/github-action/issues/702))
- remove docker socket and change to current user
([#&#8203;700](https://togithub.com/renovatebot/github-action/issues/700))

##### Features

- remove docker socket and change to current user
([#&#8203;700](https://togithub.com/renovatebot/github-action/issues/700))
([827e518](827e51874a))

##### Bug Fixes

- **deps:** update renovate/renovate docker tag to v35
([#&#8203;702](https://togithub.com/renovatebot/github-action/issues/702))
([fedfacb](fedfacb882))

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.159.1...v34.159.2)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.159.2](https://togithub.com/renovatebot/github-action/compare/v34.159.1...v34.159.2)
(2023-03-09)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.159.2
([78d73da](78d73dafcc))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.158.2...v34.159.1)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.159.1](https://togithub.com/renovatebot/github-action/compare/v34.158.2...v34.159.1)
(2023-03-08)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.159.1
([dd4cd50](dd4cd50d80))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.158.1...v34.158.2)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.158.2](https://togithub.com/renovatebot/github-action/compare/v34.158.1...v34.158.2)
(2023-03-07)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.158.2
([bfc1984](bfc1984004))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.157.1...v34.158.1)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.158.1](https://togithub.com/renovatebot/github-action/compare/v34.157.1...v34.158.1)
(2023-03-07)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.158.1
([f0d285e](f0d285ed5e))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.157.0...v34.157.1)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.157.1](https://togithub.com/renovatebot/github-action/compare/v34.157.0...v34.157.1)
(2023-03-06)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.157.1
([7462b97](7462b97a1f))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.154.4...v34.157.0)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

####
[34.157.0](https://togithub.com/renovatebot/github-action/compare/v34.154.4...v34.157.0)
(2023-03-04)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.157.0
([330fcf4](330fcf4aa8))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.154.2...v34.154.4)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.154.4](https://togithub.com/renovatebot/github-action/compare/v34.154.2...v34.154.4)
(2023-03-03)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.154.4
([75e7fde](75e7fded7d))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.154.1...v34.154.2)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.154.2](https://togithub.com/renovatebot/github-action/compare/v34.154.1...v34.154.2)
(2023-03-01)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.154.2
([21912fe](21912fee12))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.154.0...v34.154.1)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.154.1](https://togithub.com/renovatebot/github-action/compare/v34.154.0...v34.154.1)
(2023-03-01)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.154.1
([c062279](c06227937f))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.153.2...v34.154.0)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

####
[34.154.0](https://togithub.com/renovatebot/github-action/compare/v34.153.2...v34.154.0)
(2023-02-28)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.154.0
([e13cf70](e13cf70861))%0A%0A

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v34.153.1...v34.153.2)

*See the the
[changelog](https://togithub.com/renovatebot/github-action/blob/release/CHANGELOG.md)
for changes in all releases.*

#####
[34.153.2](https://togithub.com/renovatebot/github-action/compare/v34.153.1...v34.153.2)
(2023-02-28)%0A%0A%0A### Bug Fixes%0A%0A\* **deps:** update
renovate/renovate docker tag to v34.153.2
([c3fdbd3](c3fdbd3fb5))%0A%0A

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTMuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1My4xIn0=-->
2023-04-07 10:05:47 +02:00
Kjeld Schouten-Lebbing cece30586d
Update renovate.yml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-07 10:05:03 +02:00
Kjeld Schouten-Lebbing cf321461bd add bot token (+2 squashed commit)
Squashed commit:

[24644ccb39] docs: add @xstar97 as a contributor

[ad0e20e145] docs: add @xstar97 as a contributor
2023-03-16 11:23:34 +01:00
Kjeld Schouten-Lebbing 4bad36b69a fix 2023-03-16 11:11:00 +01:00
Kjeld Schouten-Lebbing 0194f60621 Run all-contributor check daily 2023-03-16 11:10:29 +01:00
Kjeld Schouten-Lebbing 2a21a8f6da Run all-contributor check daily 2023-03-16 11:09:35 +01:00
Kjeld Schouten-Lebbing ca75aa2628 disable upgrade tests for now 2023-03-01 16:59:26 +01:00
TrueCharts Bot 62af7f69b3
chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.1 (#6616) 2023-02-28 09:11:08 +01:00
TrueCharts Bot fa53189f0c
chore(deps): update renovatebot/github-action action to v34.153.1 (#7529) 2023-02-28 00:37:04 +02:00
Kjeld Schouten-Lebbing c297549fec
temporarily disable schedule for renovate
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-27 22:11:37 +01:00
TrueCharts Bot ceeac644b7
chore(deps): update dawidd6/action-download-artifact action to v2.26.0 (#7486) 2023-02-24 02:55:56 +02:00
TrueCharts Bot 8e8655e015
chore(deps): update renovatebot/github-action action to v34.152.2 (#7490) 2023-02-24 02:55:40 +02:00
TrueCharts Bot 353dd4a67b
chore(deps): update actions/stale action to v7 (#5593) 2023-02-22 10:15:38 +01:00
TrueCharts Bot da4ab9a95e
chore(deps): update actions/delete-package-versions action to v4 (#6135) 2023-02-22 10:15:17 +01:00
TrueCharts Bot 9f144bb500
chore(deps): update pascalgn/automerge-action action to v0.15.6 (#7429) 2023-02-22 00:11:08 +02:00
TrueCharts Bot d299534434
chore(deps): update yokawasa/action-setup-kube-tools action to v0.9.3 (#7430) 2023-02-22 00:10:54 +02:00
TrueCharts Bot c7354d6bac
chore(deps): update renovatebot/github-action action to v34.146.1 (#7259) 2023-02-20 23:04:10 +02:00
TrueCharts Bot e422ecb025
chore(deps): update actions/github-script digest to 98814c5 (#7254) 2023-02-15 10:02:38 +02:00
TrueCharts Bot 3f1a64c991
chore(deps): update dawidd6/action-download-artifact action to v2.25.0 (#7219) 2023-02-14 12:31:55 +02:00
TrueCharts Bot 0e2f0e6ca1
chore(deps): update renovatebot/github-action action to v34.136.0 (#7087) 2023-02-14 12:31:38 +02:00
Kjeld Schouten-Lebbing 5d31385a70
Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-10 10:44:48 +01:00
Kjeld Schouten-Lebbing dded9730cf
Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-09 20:19:56 +01:00
Kjeld Schouten-Lebbing 79819d9501
Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-09 15:42:36 +01:00
Kjeld Schouten-Lebbing 0e111d237d
Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-09 14:00:28 +01:00
Dan Christensen 0d4e9d03b9
fix: Build links to Docker images for Chart.yaml (#6963)
* style: Split long lines, follow .editorconfig

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: Clarify why some sources are being excluded

The explanation is also meant to remind anyone that sees it that the
code could inadvertently remove a sources sequence entry that was
intentionally added, because it can not tell.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: Comment the image-to-URL code

Signed-off-by: Dan Christensen <opello@opello.org>

* refactor: Use case instead of if-ladder

This is a faithful move from the if-ladder to a case statement that
preserves the existing behavior, with optimization to follow.  The
behavior of the function before and after this change is the same.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: Remove dead code

No "container source" entry from description_list.md has a scheme.  The
values are parsed from the Dockerfiles and would not have one there
either.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: tccr.io image links

Parse the tccr.io prefix specifically instead of just checking for the
substring tccr which could result in a false positive.

The generated link was also going to point to a truecharts subdirectory
under mirror in the containers repository that does not exist.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: lscr.io image links

Parse the lscr.io prefix specifically instead of just checking for the
substring lscr which could result in a false positive.

The generated link would also return a 404 because the web interface
requires the image name to be passed in the query string.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: gcr.io image links

Parse the gcr.io prefix specifically instead of just checking for the
substring gcr which could result in a false positive.

Signed-off-by: Dan Christensen <opello@opello.org>

* feat: Do not add sources if no prefix is created

The intent of this code is to generate URLs to be included in
documentation to attribute inputs to the chart.  If a publicly
accessible URL can not be generated from the image name it makes sense
to not add anything and instead rely on a manual edit to the Chart.yaml.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: Disable azurecr.io image links

There does not seem to be a general purpose web index to the azurecr.io
hosted images.

Signed-off-by: Dan Christensen <opello@opello.org>

* feat: Disable mcr.microsoft.com image links

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: public.ecr.aws image links

Parse the public.ecr.aws prefix specifically instead of just checking
for the substring public.ecr.aws which could result in a false positive.

Signed-off-by: Dan Christensen <opello@opello.org>

* fix: Disable ocir.io image links

There does not seem to be a general purpose web index to the ocir.io
hosted images.

Signed-off-by: Dan Christensen <opello@opello.org>

* refactor: Add Docker Hub hosted image links

From the perspective of linking to image details on the Docker Hub web
interface, there are two types of images:

  1. Docker Official Images
  2. all of the other images, regardless of their trustworthiness

The Docker Official Images can be referenced several ways, either on the
command line when passed to docker pull, or in the FROM instruction of a
Dockerfile:

  * busybox
  * library/busybox
  * docker.io/busybox
  * docker.io/library/busybox

Furthermore, over the years there have been several domains used for the
official Docker Hub registry:

  * docker.io
  * index.docker.io
  * registry-1.docker.io
  * registry.hub.docker.com

The goal here is handling each possible case, which makes Docker Hub
images more complex than the handling for other registries.

It also makes the case block's '*' (default) case harder to find in the
sequence of glob expressions, but this is necessary to avoid repeating
the parsing or adding another helper function.

Reference:
https://github.com/docker/hub-feedback/issues/2113
https://github.com/docker/cli/issues/3793

Signed-off-by: Dan Christensen <opello@opello.org>

* feat: ghcr.io image links

Signed-off-by: Dan Christensen <opello@opello.org>

* feat: quay.io image links

Signed-off-by: Dan Christensen <opello@opello.org>

* feat: Do not generate likely-bad links

By assuming image names that are not handled by other cases are Docker
Hub images there is a risk of generating bad links.  Minimize this risk
by not generating a link if the image name for a Docker Hub link has two
slashes.  This is a case that should not happen and would likely mean an
unsupported registry is being used.

There is still a risk of an unsupported registry being treated as Docker
Hub and an invalid link being generated.  That case is if the domain and
image name is example.com/busybox where there is only one slash.

Signed-off-by: Dan Christensen <opello@opello.org>

* refactor: Sort cases

Sort the cases from longest to shortest prioritizing any case with a
suffix only glob over any case with a prefix glob.  The intention is to
avoid having a case that can not be reached.

The combined Docker Hub and default case is last.  It might make sense
to split the default case handling off but it does not seem to be a
problem right now.

Signed-off-by: Dan Christensen <opello@opello.org>

---------

Signed-off-by: Dan Christensen <opello@opello.org>
2023-02-09 13:08:53 +01:00
TrueCharts Bot d106354b20
chore(deps): update renovatebot/github-action action to v34.125.1 (#7014) 2023-02-08 09:26:41 +02:00
TrueCharts Bot 3cb889f0d6
chore(deps): pin dessant/lock-threads action to (#7015) 2023-02-08 09:26:25 +02:00
Kjeld Schouten-Lebbing 19ca7eb014
Update pr-validate.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-06 18:42:27 +01:00
Kjeld Schouten-Lebbing dddf4c258b
Update pr-validate.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-06 18:29:56 +01:00
TrueCharts Bot d21bd95e72
chore(deps): update renovatebot/github-action action to v34.124.3 (#6985) 2023-02-05 22:13:36 +02:00
TrueCharts Bot 148e93b07e
chore(deps): update renovatebot/github-action action to v34.124.1 (#6969) 2023-02-05 11:57:25 +02:00
TrueCharts Bot 1f1d5af088
chore(deps): update renovatebot/github-action action to v34.122.0 (#6962) 2023-02-04 12:38:24 +02:00
Kjeld Schouten-Lebbing e8b027bee6
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 22:35:58 +01:00
Kjeld Schouten-Lebbing 0eea98acc9
Create daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 22:20:48 +01:00
TrueCharts Bot f28b233436
chore(deps): pin dessant/lock-threads action to (#6952) 2023-02-03 23:18:37 +02:00
Kjeld Schouten-Lebbing 3dd4d64d5b
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 15:19:13 +01:00
Kjeld Schouten-Lebbing 1cca23fcba
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 15:16:29 +01:00
Kjeld Schouten-Lebbing 7c18db5eff
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 15:08:51 +01:00
Kjeld Schouten-Lebbing d42f6c94f5
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 15:02:17 +01:00
Kjeld Schouten-Lebbing 79ebef60f4
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 14:55:24 +01:00
Kjeld Schouten-Lebbing 7896e56df5
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 14:44:34 +01:00
Kjeld Schouten-Lebbing b5e395c597
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 14:14:17 +01:00
Kjeld Schouten-Lebbing e707bf17c4 Revert "Revert "Update daily.yaml""
This reverts commit 7cb1f60a18.
2023-02-03 14:04:57 +01:00
Kjeld Schouten-Lebbing 7cb1f60a18 Revert "Update daily.yaml"
This reverts commit 99dbf87bc5.
2023-02-03 14:00:04 +01:00
Kjeld Schouten-Lebbing 99dbf87bc5
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 13:59:30 +01:00
Kjeld Schouten-Lebbing dfb5320691
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 13:42:32 +01:00
Kjeld Schouten-Lebbing 3fdd23f5f8
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-03 12:21:10 +01:00
Kjeld Schouten-Lebbing 15536d4095
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-01 18:33:21 +01:00
Kjeld Schouten-Lebbing 8e6f9fa49d
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-01 18:30:45 +01:00
Kjeld Schouten-Lebbing c095243be6
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-01 18:26:30 +01:00
Kjeld Schouten-Lebbing 32ad91d075
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-01 18:25:54 +01:00
Kjeld Schouten-Lebbing 527ba39df1
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-01 18:18:54 +01:00
Dan Christensen b87f6893ad
fix(ci): Chart.yaml update bugs (#6808)
* fix(ci): Do not duplicate sources

Signed-off-by: Dan Christensen <opello@opello.org>

* fix(ci): Match chart against Markdown link text

More specifically match the chart to the container in the website's
description_list.md.  Since multiple charts contain the term "plex" and
not all of them are even Plex related, extraneous sources were being put
in the plex Chart.yaml.

Signed-off-by: Dan Christensen <opello@opello.org>

---------

Signed-off-by: Dan Christensen <opello@opello.org>
2023-02-01 09:03:45 +01:00
Kjeld Schouten-Lebbing 05adde2be9
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-01 00:01:50 +01:00
Kjeld Schouten-Lebbing a127aab095
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 23:55:14 +01:00
Kjeld Schouten-Lebbing b8ebdd5845
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 23:37:19 +01:00
Kjeld Schouten-Lebbing 891d197b86
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 22:29:59 +01:00
Stavros Kois e649085d24
Don't fail when there is no text in desclist
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-01-31 23:10:40 +02:00
Kjeld Schouten-Lebbing 9e002de8fc
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 21:04:29 +01:00
Kjeld Schouten-Lebbing c1487d5a57
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 20:59:37 +01:00
Kjeld Schouten-Lebbing c6c28d7853
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 20:59:12 +01:00
Kjeld Schouten-Lebbing 96bcd4ef57
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 20:57:52 +01:00
Kjeld Schouten-Lebbing 4f0f330345
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-31 20:53:40 +01:00
TrueCharts Bot 701bb49f92
chore(deps): update renovatebot/github-action action to v34.109.1 (#6605) 2023-01-30 22:23:23 +02:00
TrueCharts Bot 431a57869a
chore(deps): update renovatebot/github-action action to v34.108.4 (#6595) 2023-01-22 10:24:32 +02:00
TrueCharts Bot 7c6b480e1c
chore(deps): update renovatebot/github-action action to v34.108.2 (#6571) 2023-01-21 13:51:44 +02:00
TrueCharts Bot 91c0a318fa
chore(deps): update renovatebot/github-action action to v34.105.6 (#6543) 2023-01-19 22:09:12 +02:00
TrueCharts Bot e58992e6b5
chore(deps): update renovatebot/github-action action to v34.105.5 (#6526) 2023-01-19 10:40:03 +02:00
TrueCharts Bot 6643ae1e20
chore(deps): update renovatebot/github-action action to v34.105.3 (#6446) 2023-01-18 13:42:01 +02:00
Kjeld Schouten-Lebbing 2d97bc9b9b
feat(cert-manager): add Cert-Manager configuration App (#6378)
* feat(cert-manager): add Cert-Manager configuration App

* eof

* pre-commit cleanup

* add temp crds folder

* patch mistake

* restructure

* add route53 support

* add some fails

* fixes and add route53 to GUI

* end

* add experimental HTTP01 support

* fix bug

* add buypass acme to dropdown

* add akamai support

* add Digitalocean

* add rfc2136 support

* fix some issues and add self-signed issuer

* add metrics and fix selfsigned

* whoops

* Add CA certificate system

* whoops

* benc stuff

* actually load CA

* fix

* fix ca

* bool -> boolean

* also test CA

* wait for pod to be ready

* sleep more agressively on cert-Manger itself

* some more fixes

* whoops

* fix mistakes

* all waits test

* add cmctl

* increase scope for now and some fixes

* simplify

* dont wait on non-existing pods

* make it non-failing

* fix typo
2023-01-18 00:06:10 +01:00
TrueCharts Bot 91857fd6cf
chore(deps): update renovatebot/github-action action to v34.104.0 (#6431) 2023-01-18 00:26:39 +02:00
TrueCharts Bot 9c4c9e2a95
chore(deps): update renovatebot/github-action action to v34.102.8 (#6414) 2023-01-16 10:03:35 +02:00
TrueCharts Bot 64315d7b48
chore(deps): update container image ghcr.io/truecharts/devcontainer to v3.1.1 (#5568) 2023-01-15 19:38:51 +02:00
Kjeld Schouten-Lebbing 1153508c46
Update charts-test.yaml (#6391)
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-15 18:25:23 +01:00
TrueCharts Bot 1edb4079b8
chore(deps): update renovatebot/github-action action to v34.102.7 (#6389) 2023-01-15 18:59:16 +02:00
TrueCharts Bot 7a4689d0bf
chore(deps): update renovatebot/github-action action to v34.102.2 (#6377) 2023-01-14 23:45:01 +02:00
TrueCharts Bot ddd3fac17f
chore(deps): update renovatebot/github-action action to v34.102.1 (#6370) 2023-01-14 16:47:02 +02:00
TrueCharts Bot 2b18beff02
chore(deps): update actions/setup-python digest to d27e3f3 (#6266) 2023-01-14 12:45:10 +02:00
TrueCharts Bot 4dace04061
chore(deps): update renovatebot/github-action action to v34.102.0 (#6262) 2023-01-14 12:24:20 +02:00
TrueCharts Bot 244081cd73
chore(deps): update renovatebot/github-action action to v34.97.5 (#6250) 2023-01-11 09:39:14 +02:00
Kjeld Schouten-Lebbing 396e47bb52
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-09 17:28:10 +01:00
Kjeld Schouten-Lebbing 26977b80ce
Update charts-test.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-09 17:20:37 +01:00
Kjeld Schouten-Lebbing 52cb34fd46
Update charts-test.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-09 16:44:38 +01:00
Kjeld Schouten-Lebbing 4e8e4f71ac
Update charts-test.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-01-09 14:53:34 +01:00
TrueCharts Bot 5cf29bb1dc
chore(deps): update renovatebot/github-action action to v34.94.0 (#6162) 2023-01-08 19:41:41 +02:00
TrueCharts Bot 662aef3de3
chore(deps): update renovatebot/github-action action to v34.93.0 (#6157) 2023-01-08 15:19:44 +02:00
TrueCharts Bot f38039ec21
chore(deps): update renovatebot/github-action action to v34.92.1 (#6153) 2023-01-08 00:50:38 +02:00
TrueCharts Bot 48f211d9de
chore(deps): update actions/checkout action to v3.3.0 (#6122) 2023-01-07 19:43:40 +02:00
TrueCharts Bot 99a194f4ce
chore(deps): update helm/chart-releaser-action action to v1.5.0 (#6133) 2023-01-07 19:43:15 +02:00
TrueCharts Bot fa997772ca
chore(deps): update renovatebot/github-action action to v34.92.0 (#6134) 2023-01-07 19:42:53 +02:00
TrueCharts Bot e2d98b1d74
chore(deps): update dawidd6/action-download-artifact action to v2.24.3 (#6120) 2023-01-07 19:32:53 +02:00
TrueCharts Bot c8629182db
chore(deps): update actions/upload-artifact digest to 0b7f8ab (#6007) 2023-01-07 17:29:56 +02:00
TrueCharts Bot 296995ae90
chore(deps): update actions/checkout digest to ac59398 (#6006) 2023-01-07 17:29:51 +02:00
TrueCharts Bot 89412e1396
chore(deps): update renovatebot/github-action action to v34.83.1 (#5992) 2023-01-05 10:02:32 +02:00
TrueCharts Bot f0d845f2b3
chore(deps): update renovatebot/github-action action to v34.77.1 (#5924) 2023-01-01 18:56:33 +02:00
TrueCharts Bot 2488791ca7
chore(deps): update renovatebot/github-action action to v34.77.0 (#5916) 2022-12-31 15:51:47 +02:00
TrueCharts Bot a0f51910de
chore(deps): update renovatebot/github-action action to v34.76.2 (#5905) 2022-12-31 10:51:58 +02:00
TrueCharts Bot 8a496ea924
chore(deps): update renovatebot/github-action action to v34.76.0 (#5881) 2022-12-30 10:15:17 +02:00
TrueCharts Bot 9ae8756a78
chore(deps): update renovatebot/github-action action to v34.74.2 (#5860) 2022-12-28 10:50:11 +02:00
Kjeld Schouten-Lebbing 6c2430bd32
Update daily.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-12-27 21:06:25 +01:00