Commit Graph

2343 Commits

Author SHA1 Message Date
Kjeld Schouten ab1ee658b1 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-22 23:34:02 +02:00
Kjeld Schouten ce6810ec84 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-22 21:25:04 +02:00
TrueCharts Bot db0a1c33c0 chore(github-action): update actions/cache digest to 6849a64 (#28161)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://redirect.github.com/actions/cache) | action |
digest | `3624ceb` -> `6849a64` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19-->
2024-10-22 20:13:20 +02:00
Kjeld Schouten dc0121ab11 fix(clustertool): Disable sbom generation on release for now 2024-10-22 17:21:46 +02:00
Kjeld Schouten 71917d7c5d Update clustertool.release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-22 17:14:51 +02:00
Kjeld Schouten 4b5048c6be fix(ci): tweak goreleaser build process some more 2024-10-22 15:38:47 +02:00
TrueCharts Bot 4ad47ce722 chore(github-action): update anchore/sbom-action action v0.17.4 → v0.17.5 (#28138)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anchore/sbom-action](https://redirect.github.com/anchore/sbom-action)
| action | patch | `8d0a650` -> `1ca97d9` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>anchore/sbom-action (anchore/sbom-action)</summary>

###
[`v0.17.5`](https://redirect.github.com/anchore/sbom-action/releases/tag/v0.17.5)

[Compare
Source](https://redirect.github.com/anchore/sbom-action/compare/v0.17.4...v0.17.5)

#### Changes in v0.17.5

- chore(deps): update Syft to v1.14.2
([#&#8203;503](https://redirect.github.com/anchore/sbom-action/issues/503))
\[[anchore-actions-token-generator](https://redirect.github.com/anchore-actions-token-generator)]

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguNiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=-->
2024-10-22 02:29:37 +02:00
Kjeld Schouten 0c4009680c feat(spegel): BREAKING CHANGE move to custom spegel chart (#28077)
**Description**
Add our own Spegel chart

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [x] ⚠️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

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

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-10-20 17:08:32 +02:00
Kjeld Schouten 97b3c76291 try to add a custom label for clustertool related stuffs. 2024-10-20 11:47:37 +02:00
TrueCharts Bot 1ccc9435c3 chore(github-action): pin actions/checkout action v2 → (#28043)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | pinDigest | -> `ee0669b` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSJdfQ==-->
2024-10-19 21:35:46 +02:00
Kjeld Schouten f934a6b7f8 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 21:35:15 +02:00
Kjeld Schouten c7cb5fd198 Update clustertool.tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 21:26:21 +02:00
Kjeld Schouten 0716810810 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 21:24:04 +02:00
Kjeld Schouten d13843323e Update charts-test.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 21:14:20 +02:00
Kjeld Schouten 0d87684b9f Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 21:13:27 +02:00
Kjeld Schouten 1a01e55b1a Update charts-test.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 21:12:57 +02:00
Kjeld Schouten f0ec9444e1 Update action.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 21:09:15 +02:00
Kjeld Schouten 239f95b920 Update action.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 21:06:26 +02:00
Kjeld Schouten b3cf09788b Update action.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 21:03:37 +02:00
Kjeld Schouten 3d7957d457 Update charts-test.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 21:02:29 +02:00
Kjeld Schouten de525cb326 Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 21:01:48 +02:00
Kjeld Schouten 37eb605382 Update common-tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 21:00:03 +02:00
Kjeld Schouten 09204a198c Update clustertool.tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:57:29 +02:00
Kjeld Schouten f5b4268879 Update common-tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:57:01 +02:00
Kjeld Schouten 402eab8be6 Update common-tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:56:28 +02:00
Kjeld Schouten 1f4589e8cd Update charts-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:55:59 +02:00
Kjeld Schouten cd9553836a Update charts-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:50:06 +02:00
Kjeld Schouten 985d01864e Update containers.build.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:43:23 +02:00
Kjeld Schouten abb0511d11 Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:40:35 +02:00
Kjeld Schouten 84a66a6f0b Update clustertool.tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:37:57 +02:00
Kjeld Schouten 175b9cbe31 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:36:46 +02:00
Kjeld Schouten d1c546147e Update charts-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:35:43 +02:00
Kjeld Schouten e6d21d25dc Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:31:57 +02:00
Kjeld Schouten 88ee6d65bf Update clustertool.tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:30:58 +02:00
Kjeld Schouten d304959608 Update clustertool.tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:30:27 +02:00
Kjeld Schouten 13e47b6add Update common-tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:29:55 +02:00
Kjeld Schouten 22884f0814 Update clustertool.tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:29:37 +02:00
Kjeld Schouten 428c464de2 Update common-tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:28:17 +02:00
Kjeld Schouten 7ee8e92c69 some common-test polish 2024-10-19 20:21:36 +02:00
Kjeld Schouten a3b6a3ca95 Update common-tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:16:26 +02:00
Kjeld Schouten 4a280c02ec Update containers.build.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:14:46 +02:00
Kjeld Schouten c7ae1480ff Update common-tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:13:37 +02:00
Kjeld Schouten 333c75bd20 Update containers.build.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:11:37 +02:00
Kjeld Schouten fb096ddb72 Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:09:11 +02:00
Kjeld Schouten 1027c811ba Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:08:21 +02:00
Kjeld Schouten 10c021c118 Update common-tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:07:28 +02:00
Kjeld Schouten 40507a3959 Update ct-install.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 20:04:03 +02:00
Kjeld Schouten 4377fa9bfa Update install_dependencies.sh
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 17:33:52 +02:00
Kjeld Schouten 315d5116ab Update install_dependencies.sh
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 17:33:32 +02:00
Kjeld Schouten d0e0dacede Update install_dependencies.sh
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-19 17:29:16 +02:00