Commit Graph

122 Commits

Author SHA1 Message Date
TrueCharts Bot b95dfedd04 fix(website): update astro 4.16.12 → 4.16.13 (#29413)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.12` ->
`4.16.13`](https://renovatebot.com/diffs/npm/astro/4.16.12/4.16.13) |

---

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

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

---

### Release Notes

<details>
<summary>withastro/astro (astro)</summary>

###
[`v4.16.13`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41613)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.12...astro@4.16.13)

##### Patch Changes

-
[#&#8203;12436](https://redirect.github.com/withastro/astro/pull/12436)
[`453ec6b`](https://redirect.github.com/withastro/astro/commit/453ec6b12f8c021e0bd0fd0ea9f71c8fc280f4b1)
Thanks [@&#8203;martrapp](https://redirect.github.com/martrapp)! - Fixes
a potential null access in the clientside router

-
[#&#8203;12392](https://redirect.github.com/withastro/astro/pull/12392)
[`0462219`](https://redirect.github.com/withastro/astro/commit/0462219612183b65867aaaef9fa538d89f201999)
Thanks [@&#8203;apatel369](https://redirect.github.com/apatel369)! -
Fixes an issue where scripts were not correctly injected during the
build. The issue was triggered when there were injected routes with the
same `entrypoint` and different `pattern`

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-15 13:35:55 +01:00
TrueCharts Bot fe164010d4 fix(website): update tailwindcss 3.4.14 → 3.4.15 (#29372)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tailwindcss](https://tailwindcss.com)
([source](https://redirect.github.com/tailwindlabs/tailwindcss)) |
dependencies | patch | [`3.4.14` ->
`3.4.15`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.14/3.4.15) |

---

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

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

---

### Release Notes

<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>

###
[`v3.4.15`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.15)

[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15)

- Bump versions for security vulnerabilities
([#&#8203;14697](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14697))
- Ensure the TypeScript types for the `boxShadow` theme configuration
allows arrays
([#&#8203;14856](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14856))
- Set fallback for opacity variables to ensure setting colors with the
`selection:*` variant works in Chrome 131
([#&#8203;15003](https://redirect.github.com/tailwindlabs/tailwindcss/pull/15003))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-14 21:23:52 +01:00
Arne Klein bb95703c98 Removed references to adding an extra disk from the Talos VM in TrueNAS SCALE guide. (#29328)
**Description**
Removed all references to adding an extra disk from the Talos VM in
TrueNAS SCALE guide.

⚒️ Fixes  # 

**⚙️ 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
- [x] 📄 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._

---------

Signed-off-by: Arne Klein <13019824+kleinarne@users.noreply.github.com>
2024-11-13 22:26:16 +01:00
kqmaverick 9f280a06e0 docs(support-policy): updates support policy (#29304)
**Description**
Updates support policy documentation.

⚒️ Fixes  # 

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

**📃 Notes:**

**✔️ 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
- [X] 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-11-13 09:41:29 -07:00
TrueCharts Bot a470f8179c fix(website): update astro 4.16.11 → 4.16.12 (#29314)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.11` ->
`4.16.12`](https://renovatebot.com/diffs/npm/astro/4.16.11/4.16.12) |

---

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

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

---

### Release Notes

<details>
<summary>withastro/astro (astro)</summary>

###
[`v4.16.12`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41612)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.11...astro@4.16.12)

##### Patch Changes

-
[#&#8203;12420](https://redirect.github.com/withastro/astro/pull/12420)
[`acac0af`](https://redirect.github.com/withastro/astro/commit/acac0af53466f8a381ccdac29ed2ad735d7b4e79)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes an issue where the dev server returns a 404 status code when a
user middleware returns a valid `Response`.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-13 17:31:19 +01:00
TrueCharts Bot 053e61c275 fix(website): update astro 4.16.10 → 4.16.11 (#29260)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.10` ->
`4.16.11`](https://renovatebot.com/diffs/npm/astro/4.16.10/4.16.11) |

---

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

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

---

### Release Notes

<details>
<summary>withastro/astro (astro)</summary>

###
[`v4.16.11`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41611)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.10...astro@4.16.11)

##### Patch Changes

-
[#&#8203;12305](https://redirect.github.com/withastro/astro/pull/12305)
[`f5f7109`](https://redirect.github.com/withastro/astro/commit/f5f71094ec74961b4cca2ee451798abd830c617a)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where the error overlay would not escape the message

-
[#&#8203;12402](https://redirect.github.com/withastro/astro/pull/12402)
[`823e73b`](https://redirect.github.com/withastro/astro/commit/823e73b164eab4115af31b1de8e978f2b4e0a95d)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
Fixes a case where Astro allowed to call an action without using
`Astro.callAction`. This is now invalid, and Astro will show a proper
error.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-13 01:28:42 +01:00
Kjeld Schouten 9b713edd38 chore(website): move scale guide screenshots to clustertool shizzle temporaily and make index for third-party shizzle a tbd 2024-11-11 16:03:30 +01:00
Kjeld Schouten 67a91e4ac7 headers headers headers 2024-11-11 15:42:06 +01:00
Kjeld Schouten 36ae6e41b5 chore(website): Completetely remove SCALE deprecated section from website 2024-11-11 15:13:42 +01:00
Kjeld Schouten dc8b42c612 upload License Report 2024-11-11 15:02:54 +01:00
Kjeld Schouten 9a9f08e6d0 add all the fucking fossa scan licenses. Fuck licenses. 2024-11-11 14:42:27 +01:00
Kjeld Schouten 616bef1689 chore(website): clearify third-party licenses from TrueCharts licenses 2024-11-11 14:24:32 +01:00
TrueCharts Bot 4b6ad23914 fix(website): update starlight-links-validator 0.13.0 → 0.13.2 (#29098)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-links-validator](https://redirect.github.com/HiDeoo/starlight-links-validator)
| dependencies | patch | [`0.13.0` ->
`0.13.2`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.13.0/0.13.2)
|

---

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

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

---

### Release Notes

<details>
<summary>HiDeoo/starlight-links-validator
(starlight-links-validator)</summary>

###
[`v0.13.2`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.13.2)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.1...v0.13.2)

#####    🐞 Bug Fixes

- Fixes a potential type-checking issue in some Starlight projects  - 
by [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(1e33b)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/1e33b07)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.1...v0.13.2)

###
[`v0.13.1`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.13.1)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.0...v0.13.1)

#####    🐞 Bug Fixes

- Refactors some internal types to prevent type issues with future
Starlight versions  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(11518)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/1151857)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.13.0...v0.13.1)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-10 17:41:17 +01:00
Kjeld Schouten 737b8bc5c3 fix(clustertool): use reachable schema for helmrelease files 2024-11-09 13:17:43 +01:00
TrueCharts Bot a2df1931eb fix(website): update @astrojs/starlight 0.28.6 → 0.29.0 (#29023)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | minor | [`0.28.6` ->
`0.29.0`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.28.6/0.29.0)
|

---

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

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

---

### Release Notes

<details>
<summary>withastro/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.29.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0290)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.6...@astrojs/starlight@0.29.0)

##### Minor Changes

-
[#&#8203;2551](https://redirect.github.com/withastro/starlight/pull/2551)
[`154c8e3`](https://redirect.github.com/withastro/starlight/commit/154c8e337819c7d7ebf4ff4dd55db0d10607620b)
Thanks [@&#8203;hippotastic](https://redirect.github.com/hippotastic)! -
Updates the `astro-expressive-code` dependency to the latest version
(0.38).

The new version allows using `ec.config.mjs` to selectively override
individual Expressive Code styles and settings provided by Starlight
themes and plugins, speeds up Shiki language loading, and adds the
config option `expressiveCode.shiki.injectLangsIntoNestedCodeBlocks`.
See the [Expressive Code release
notes](https://expressive-code.com/releases/#&#8203;0380) for full
details.

-
[#&#8203;2252](https://redirect.github.com/withastro/starlight/pull/2252)
[`6116db0`](https://redirect.github.com/withastro/starlight/commit/6116db03a4157c0f0caa210690ef0dcdd001a287)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Improves
build performance for sites with large sidebars

This release adds a caching layer to Starlight’s sidebar generation
logic, reducing the number of times sidebars need to be regenerated
while building a site. Some benchmarks for projects with a complex
sidebar saw builds complete more than 35% faster with this change.

-
[#&#8203;2503](https://redirect.github.com/withastro/starlight/pull/2503)
[`a4c8edd`](https://redirect.github.com/withastro/starlight/commit/a4c8eddc53993068c0f60159fecc123013827ef0)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Improves
the accessibility of asides and tabs by removing some unnecessary HTML
landmarks.

##### Patch Changes

-
[#&#8203;2579](https://redirect.github.com/withastro/starlight/pull/2579)
[`241966b`](https://redirect.github.com/withastro/starlight/commit/241966bd0523a2e82891d622b2a97b2f3646bc41)
Thanks [@&#8203;RafidMuhymin](https://redirect.github.com/RafidMuhymin)!
- Adds social link icon for Nostr

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-08 21:50:56 +01:00
alfi0812 a29e3a8df7 Update scale.md (#28962)
**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
- [ ] 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._

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-11-07 19:34:28 +00:00
Kjeld Schouten c0168f6d38 fix(website): correct some clustertool docs 2024-11-07 19:52:36 +01:00
Max Bachhuber 5c1b5604be docs(clustertool) Add hint about removing the ISO after installation on TrueNAS (#28961)
**Description**

Not removing the Talos ISO after installation causes DHCP errors on
restarts of the VM.

So i have added "Post installation steps" documentation to the TrueNAS
VM setup documentation.

Signed-off-by: Max Bachhuber <max.bachhuber@bahuma.io>
2024-11-07 18:03:27 +01:00
TrueCharts Bot dbe187d134 fix(website): update astro 4.16.9 → 4.16.10 (#28916)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.9` ->
`4.16.10`](https://renovatebot.com/diffs/npm/astro/4.16.9/4.16.10) |

---

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

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

---

### Release Notes

<details>
<summary>withastro/astro (astro)</summary>

###
[`v4.16.10`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#41610)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.9...astro@4.16.10)

##### Patch Changes

-
[#&#8203;12311](https://redirect.github.com/withastro/astro/pull/12311)
[`bf2723e`](https://redirect.github.com/withastro/astro/commit/bf2723e83140099914b29c6d51eb147a065be460)
Thanks [@&#8203;dinesh-58](https://redirect.github.com/dinesh-58)! -
Adds `checked` to the list of boolean attributes.

-
[#&#8203;12363](https://redirect.github.com/withastro/astro/pull/12363)
[`222f718`](https://redirect.github.com/withastro/astro/commit/222f71894cc7118319ce83b3b29fa61a9dbebb75)
Thanks [@&#8203;Fryuni](https://redirect.github.com/Fryuni)! - Fixes
code generated by `astro add` command when adding a version of an
integration other than the default `latest`.

-
[#&#8203;12368](https://redirect.github.com/withastro/astro/pull/12368)
[`493fe43`](https://redirect.github.com/withastro/astro/commit/493fe43cd3ef94b087b8958031ecc964ae73463b)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Improves
error logs when executing commands

-
[#&#8203;12355](https://redirect.github.com/withastro/astro/pull/12355)
[`c4726d7`](https://redirect.github.com/withastro/astro/commit/c4726d7ba8cc93157390ce64d5c8b718ed5cac29)
Thanks [@&#8203;apatel369](https://redirect.github.com/apatel369)! -
Improves error reporting for invalid frontmatter in MDX files during the
`astro build` command. The error message now includes the file path
where the frontmatter parsing failed.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-06 17:30:10 +01:00
TrueCharts Bot ecc26158fb fix(website): update starlight-image-zoom 0.8.0 → 0.9.0 (#28919)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-image-zoom](https://redirect.github.com/HiDeoo/starlight-image-zoom)
| dependencies | minor | [`0.8.0` ->
`0.9.0`](https://renovatebot.com/diffs/npm/starlight-image-zoom/0.8.0/0.9.0)
|

---

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

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

---

### Release Notes

<details>
<summary>HiDeoo/starlight-image-zoom (starlight-image-zoom)</summary>

###
[`v0.9.0`](https://redirect.github.com/HiDeoo/starlight-image-zoom/releases/tag/v0.9.0)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-image-zoom/compare/v0.8.0...v0.9.0)

#####    🐞 Bug Fixes

- Rewrites the zooming logic to avoid blurry images on some
devices/browsers (especially visible on images with text)  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(72a5a)</samp>](https://redirect.github.com/HiDeoo/starlight-image-zoom/commit/72a5af2)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-image-zoom/compare/v0.8.0...v0.9.0)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-06 17:24:59 +01:00
alfi0812 cc0fea904c fix(broken-link): Update 2024-10-16-news.md (#28909)
**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
- [ ] 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._

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-11-06 16:37:58 +01:00
Kjeld Schouten 5f593d92cf feat(website): make announcement for the new support policy 2024-11-06 16:27:51 +01:00
Kjeld Schouten b7beb4ecda chore(website): generate new clustertool docs 2024-11-05 22:05:48 +01:00
trueberryless b6396cdaac Make StarlightBlog work with StarlightImageZoom (#28866)
**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  images on blog sites cannot be zoomed

I think there is a problem with Images on Blog Pages (I have not found
any, but if there is one, it would not be possible to zoom the
image...).

This is because the MarkdownContent.astro cannot be overridden by the
Image plugin because the Blog already overrid it...
This is also probably the reason, why there is a comment in your code,
which says, that the Image Zoom plugin should not be before the Blog
plugin, because otherwise, the blog page would be scuffed, because the
author and all other metadata cannot be overriden anymore, because the
Image Zoom plugin already overrid the MarkdownContent.astro

I hope this helps.

Have a nice day, bye!

**⚙️ Type of change**

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

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

On my own project (https://blog.trueberryless.org)

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

I have created around 10 PRs in different repositories where all of them
have the same issue, my own repo from one week ago included...

**✔️ 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):`
- [x] I have edited all files on GitHub web performed no tests and
didn't even try to run the code :) I'm just here to help and give a hint
how it could work.

** 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._

---------

Signed-off-by: trueberryless <99918022+trueberryless@users.noreply.github.com>
2024-11-05 19:19:32 +01:00
alfi0812 2d5e17584b feat(generic-device-plugin): Add generic device plugin to repository (#28863)
**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
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

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

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

**✔️ Checklist:**

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

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

---

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

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
2024-11-05 13:27:25 +01:00
Kjeld Schouten 908dd1cf1f fix(website): fix general menu order 2024-11-05 10:26:45 +01:00
kqmaverick 0021c5d2f1 docs(support-policy): New Support Policy (#28812)
**Description**
Initial Support Policy changes.

⚒️ Fixes  # 

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

**📃 Notes:**

**✔️ 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
- [X] 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._

Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-04 18:35:55 -07:00
TrueCharts Bot 0974c2c611 chore(website): lock file maintenance (#28783)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

---

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

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
Automerge - At any time (no schedule defined).

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2024-11-04 23:34:37 +01:00
Kjeld Schouten 19daf17028 website oopsies 2024-11-04 23:33:50 +01:00
Kjeld Schouten 0833eb19bc restructure website general stuffs 2024-11-04 23:11:03 +01:00
Kjeld Schouten 8d7ae7ce1c handle some fixes 2024-11-04 23:06:10 +01:00
Kjeld Schouten 7dffdcd38c fix(website): fix a few links 2024-11-04 22:58:44 +01:00
Kjeld Schouten 4853c4aa5f chore(website): remove unsupported platforms from homepage 2024-11-04 22:15:30 +01:00
Kjeld Schouten 304f19c8bf feat(website): create legal section 2024-11-04 22:04:02 +01:00
Kjeld Schouten a5c0642f9a feat(website): delete scopecrap 2024-11-04 22:00:44 +01:00
Kjeld Schouten a20c884667 split helm basics away form the rest of the stuff. 2024-11-04 21:51:16 +01:00
Kjeld Schouten 4755279ec0 feat(website): add at least *something* to talos basic page 2024-11-04 21:48:28 +01:00
Kjeld Schouten 49bb0f37f1 chore(website): Add Talos Basics page 2024-11-04 21:47:08 +01:00
Kjeld Schouten 52d1261715 Delete website/src/content/docs/clustertool/FAQ.md
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-04 21:17:33 +01:00
Kjeld Schouten 3c21c03a67 Update FAQ.md
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-04 21:17:15 +01:00
TrueCharts Bot efc50b9566 fix(website): update astro 4.16.8 → 4.16.9 (#28808)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| dependencies | patch | [`4.16.8` ->
`4.16.9`](https://renovatebot.com/diffs/npm/astro/4.16.8/4.16.9) |

---

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

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

---

### Release Notes

<details>
<summary>withastro/astro (astro)</summary>

###
[`v4.16.9`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4169)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.8...astro@4.16.9)

##### Patch Changes

-
[#&#8203;12333](https://redirect.github.com/withastro/astro/pull/12333)
[`836cd91`](https://redirect.github.com/withastro/astro/commit/836cd91c37cea8ae58dd04a326435fcb2c88f358)
Thanks [@&#8203;imattacus](https://redirect.github.com/imattacus)! -
Destroy the server response stream if async error is thrown

-
[#&#8203;12358](https://redirect.github.com/withastro/astro/pull/12358)
[`7680349`](https://redirect.github.com/withastro/astro/commit/76803498738f9e86e7948ce81e01e63607e03549)
Thanks [@&#8203;spacedawwwg](https://redirect.github.com/spacedawwwg)! -
Honors `inlineAstroConfig` parameter in `getViteConfig` when creating a
logger

-
[#&#8203;12353](https://redirect.github.com/withastro/astro/pull/12353)
[`35795a1`](https://redirect.github.com/withastro/astro/commit/35795a1a54b2bfaf331c58ca91b47e5672e08c4e)
Thanks [@&#8203;hippotastic](https://redirect.github.com/hippotastic)! -
Fixes an issue in dev server watch file handling that could cause
multiple restarts for a single file change.

-
[#&#8203;12351](https://redirect.github.com/withastro/astro/pull/12351)
[`5751488`](https://redirect.github.com/withastro/astro/commit/57514881655b62a0bc39ace1e1ed4b89b96f74ca)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Reverts a change made in `4.16.6` that prevented usage of `astro:env`
secrets inside middleware in SSR

-
[#&#8203;12346](https://redirect.github.com/withastro/astro/pull/12346)
[`20e5a84`](https://redirect.github.com/withastro/astro/commit/20e5a843c86e9328814615edf3e8a6fb5e4696cc)
Thanks [@&#8203;bluwy](https://redirect.github.com/bluwy)! - Fixes
sourcemap generation when prefetch is enabled

-
[#&#8203;12349](https://redirect.github.com/withastro/astro/pull/12349)
[`1fc83d3`](https://redirect.github.com/withastro/astro/commit/1fc83d3ba8315c31b2a3aadc77b20b1615d261a0)
Thanks [@&#8203;norskeld](https://redirect.github.com/norskeld)! - Fixes
the `getImage` options type so it properly extends `ImageTransform`

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNiIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-04 17:23:41 +01:00
TrueCharts Bot 714860666f fix(website): update @astrojs/starlight 0.28.5 → 0.28.6 (#28801)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@astrojs/starlight](https://starlight.astro.build)
([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight))
| dependencies | patch | [`0.28.5` ->
`0.28.6`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.28.5/0.28.6)
|

---

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

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

---

### Release Notes

<details>
<summary>withastro/starlight (@&#8203;astrojs/starlight)</summary>

###
[`v0.28.6`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0286)

[Compare
Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.28.5...@astrojs/starlight@0.28.6)

##### Patch Changes

-
[#&#8203;2565](https://redirect.github.com/withastro/starlight/pull/2565)
[`236467b`](https://redirect.github.com/withastro/starlight/commit/236467bb745cea7a284ae3d398874d3edbcd846e)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with custom UI strings defined in YAML files not being loaded in
some contexts.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNSIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-04 13:22:06 +01:00
Kjeld Schouten 5c4a68f175 Update astro.config.mjs
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-04 12:08:57 +01:00
Kjeld Schouten aa3257f4ec Update astro.config.mjs
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-04 12:07:34 +01:00
TrueCharts-Bot b70a504cf2 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-11-03 23:50:11 +00:00
Kjeld Schouten d25d00b9c2 fix(website): remove references to deprecated guides 2024-11-04 00:42:33 +01:00
Kjeld Schouten a34ff7645e chore(website): archive most SCALE content 2024-11-04 00:36:32 +01:00
TrueCharts Bot 4496c424c5 fix(website): update starlight-links-validator 0.12.4 → 0.13.0 (#28760)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[starlight-links-validator](https://redirect.github.com/HiDeoo/starlight-links-validator)
| dependencies | minor | [`0.12.4` ->
`0.13.0`](https://renovatebot.com/diffs/npm/starlight-links-validator/0.12.4/0.13.0)
|

---

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

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

---

### Release Notes

<details>
<summary>HiDeoo/starlight-links-validator
(starlight-links-validator)</summary>

###
[`v0.13.0`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.13.0)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.4...v0.13.0)

#####    🚨 Breaking Changes

- Adds errors for local links, e.g. URLs with a hostname of `localhost`
or `127.0.0.1`  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(80636)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/806366c)

In previous versions, such links were silently ignored. They are now
considered as invalid links as they are usually used for development
purposes and should not be present in production.
If you want to preserve the previous behaviour, you can set the
`errorOnLocalLinks` option to `false` in your `astro.config.mjs` file:

    ```ts
    export default defineConfig({
      integrations: [
        starlight({
          plugins: [
            starlightLinksValidator({
              errorOnLocalLinks: false,
            }),
          ],
        }),
      ],
    });
    ```

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.12.4...v0.13.0)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuMyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-11-03 13:23:39 +01:00
TrueCharts Bot 529f8ce9fb chore(website): lock file maintenance (#28383)
This PR contains the following updates:

| Update | Change |
|---|---|
| lockFileMaintenance | All locks refreshed |

---

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

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" (UTC),
Automerge - At any time (no schedule defined).

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzEuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2024-11-02 10:29:06 +01:00
alfi0812 2aa9d934cb fix vpn-proxy section (#28707)
**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
- [ ] 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._

---------

Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: kqmaverick <121722567+kqmaverick@users.noreply.github.com>
2024-11-01 17:06:08 +00:00