Commit Graph

35688 Commits

Author SHA1 Message Date
TrueCharts Bot d6f9d01f8b fix(website): update @astrojs/starlight 0.27.1 → 0.28.3 by renovate (#27911)
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.27.1` ->
`0.28.3`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.27.1/0.28.3)
|

---

> [!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.3`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0283)

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

##### Patch Changes

-
[#&#8203;2408](https://redirect.github.com/withastro/starlight/pull/2408)
[`0b4823d`](https://redirect.github.com/withastro/starlight/commit/0b4823d534abe517fac5efd97f6febb5965714fe)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a
link formatting issue when using the Astro `build.format` option set to
`file` with a `base`.

-
[#&#8203;2380](https://redirect.github.com/withastro/starlight/pull/2380)
[`7b451cf`](https://redirect.github.com/withastro/starlight/commit/7b451cff6979bef1c817f3a84392221ac884ba3d)
Thanks [@&#8203;delucis](https://redirect.github.com/delucis)! - Loosen
Starlight’s i18n schema to pass through unknown keys

-
[#&#8203;2388](https://redirect.github.com/withastro/starlight/pull/2388)
[`6bba3d8`](https://redirect.github.com/withastro/starlight/commit/6bba3d8e02b95ecee7f9c945b6ee33b4c4ba755d)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a
potential type-checking issue in Starlight projects.

-
[#&#8203;2443](https://redirect.github.com/withastro/starlight/pull/2443)
[`a0f40b3`](https://redirect.github.com/withastro/starlight/commit/a0f40b3c3c7ab0cb9f0f5f11b94e3679547f6ab4)
Thanks
[@&#8203;kevinzunigacuellar](https://redirect.github.com/kevinzunigacuellar)!
- Fixes CSS issue where bottom padding is not applied in the search
dialog.

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

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

##### Patch Changes

-
[#&#8203;2377](https://redirect.github.com/withastro/starlight/pull/2377)
[`a257b83`](https://redirect.github.com/withastro/starlight/commit/a257b83f1e5704ff41bcbe85482ac81a1a61ce1f)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with synced `<Tabs>` components containing nested `<Tabs>` causing
tab panels to not render correctly.

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

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

##### Patch Changes

-
[#&#8203;2334](https://redirect.github.com/withastro/starlight/pull/2334)
[`79b9ade`](https://redirect.github.com/withastro/starlight/commit/79b9ade194cf704dad79267715a6970e0d7a7277)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an
issue with Expressive Code UI labels not displaying correctly.

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

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

##### Minor Changes

-
[#&#8203;1923](https://redirect.github.com/withastro/starlight/pull/1923)
[`5269aad`](https://redirect.github.com/withastro/starlight/commit/5269aad928773ae08b35ba8e19c0f2832d0d2c89)
Thanks [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)! - Overhauls
the built-in localization system which is now powered by the
[`i18next`](https://www.i18next.com/) library and available to use
anywhere in your documentation website.

See the [“Using UI
translations”](https://starlight.astro.build/guides/i18n/#using-ui-translations)
guide to learn more about how to access built-in UI labels or your own
custom strings in your project. Plugin authors can also use the new
[`injectTranslations()`](https://starlight.astro.build/reference/plugins/#injecttranslations)
helper to add or update translation strings.

⚠️ **BREAKING CHANGE:** The `Astro.props.labels` props has been removed
from the props passed down to custom component overrides.

If you are relying on `Astro.props.labels` (for example to read a
built-in UI label), you will need to update your code to use the new
[`Astro.locals.t()`](https://starlight.astro.build/guides/i18n/#using-ui-translations)
helper instead.

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 13:24:03 +00:00
Kjeld Schouten be31786ba9 Update automerge.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-18 15:12:09 +02:00
Kjeld Schouten 9596d4763c Create automerge.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-18 14:49:31 +02:00
TrueCharts Bot f7e3d01c44 chore(helm): update image quay.io/pussthecatorg/rimgo → by renovate (#27951) 2024-10-18 14:48:39 +02:00
Kjeld Schouten 0e0fade093 Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-18 14:48:09 +02:00
TrueCharts Bot f16325acca chore(helm): update image pepperlabs/peppermint → by renovate (#27950)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| pepperlabs/peppermint | digest | `b495aab` -> `0466dfc` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 14:29:40 +02:00
Kjeld Schouten 7d38a4fd62 Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-18 14:25:20 +02:00
TrueCharts Bot e56ac14c44 fix(website): update starlight-links-validator 0.11.0 → 0.12.3 by renovate (#27913)
This PR contains the following updates:

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

---

> [!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.12.3`](https://redirect.github.com/HiDeoo/starlight-links-validator/releases/tag/v0.12.3)

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

#####    🐞 Bug Fixes

- Fixes validation issues with links containing query strings  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(47b38)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/47b384d)

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

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

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

#####    🐞 Bug Fixes

- Fixes validation issue with the Astro `base` option and a custom slug
 -  by [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(fe3d2)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/fe3d254)

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

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

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

#####    🐞 Bug Fixes

- Fixes a potential type-checking issue in user projects  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(09012)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/090122e)

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

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

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

#####    🚀 Features

- Adds a new `errorOnInvalidHashes` option defaulting to `true` to
disable
[hash](https://developer.mozilla.org/en-US/docs/Web/API/URL/hash)
validation  -  by [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(32a92)</samp>](https://redirect.github.com/HiDeoo/starlight-links-validator/commit/32a92f8)
    The default validation behavior remains unchanged.

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-links-validator/compare/v0.11.0...v0.12.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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 12:18:21 +00:00
TrueCharts Bot cdfbefee21 fix(website): update starlight-blog 0.12.0 → 0.14.0 by renovate (#27912)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [starlight-blog](https://redirect.github.com/HiDeoo/starlight-blog) |
dependencies | minor | [`0.12.0` ->
`0.14.0`](https://renovatebot.com/diffs/npm/starlight-blog/0.12.0/0.14.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-blog (starlight-blog)</summary>

###
[`v0.14.0`](https://redirect.github.com/HiDeoo/starlight-blog/releases/tag/v0.14.0)

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.13.0...v0.14.0)

#####    🚨 Breaking Changes

- Bumps minimum required Starlight version to 0.28.3  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(ec996)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/ec996d1)

#####    🚀 Features

- Adds support for multilingual blogs with routing and fallback content
 -  by [@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(d2d7f)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/d2d7f3b)
- Adds support for translating the blog title  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(59462)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/59462eb)
- Adds support for Starlight UI translations API  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(a9150)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/a91502e)
- Adds French UI translations  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(fa4c3)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/fa4c3a5)

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

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

[Compare
Source](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.12.0...v0.13.0)

#####    🚀 Features

- Adds author pages listing all posts by author  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(b7bab)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/b7babfe)
- Lists authors in the sidebar if there are multiple authors  -  by
[@&#8203;HiDeoo](https://redirect.github.com/HiDeoo)
[<samp>(c22d7)</samp>](https://redirect.github.com/HiDeoo/starlight-blog/commit/c22d7b0)

#####     [View changes on
GitHub](https://redirect.github.com/HiDeoo/starlight-blog/compare/v0.12.0...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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 12:17:17 +00:00
TrueCharts Bot d88fb54d1d fix(website): update @astrojs/sitemap 3.1.6 → 3.2.1 by renovate (#27910)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[@astrojs/sitemap](https://docs.astro.build/en/guides/integrations-guide/sitemap/)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap))
| dependencies | minor | [`3.1.6` ->
`3.2.1`](https://renovatebot.com/diffs/npm/@astrojs%2fsitemap/3.1.6/3.2.1)
|

---

> [!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 (@&#8203;astrojs/sitemap)</summary>

###
[`v3.2.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/sitemap/CHANGELOG.md#321)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/@astrojs/sitemap@3.2.0...@astrojs/sitemap@3.2.1)

##### Patch Changes

-
[#&#8203;12156](https://redirect.github.com/withastro/astro/pull/12156)
[`07754f5`](https://redirect.github.com/withastro/astro/commit/07754f5873b05ab4dae31ded7264fe4056c2dfc8)
Thanks [@&#8203;mingjunlu](https://redirect.github.com/mingjunlu)! -
Adds missing `xslURL` property to `SitemapOptions` type.

###
[`v3.2.0`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/sitemap/CHANGELOG.md#320)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/@astrojs/sitemap@3.1.6...@astrojs/sitemap@3.2.0)

##### Minor Changes

-
[#&#8203;11485](https://redirect.github.com/withastro/astro/pull/11485)
[`fbe1bc5`](https://redirect.github.com/withastro/astro/commit/fbe1bc51d89994c4919c12768908658604513bd3)
Thanks [@&#8203;sondr3](https://redirect.github.com/sondr3)! - Adds new
`xslURL` option to enable styling of sitemaps

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 12:16:25 +00:00
TrueCharts Bot 432961f78e chore(helm): update chart common 25.0.0 → 25.1.0 by renovate (#27939)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.0.0` ->
`25.1.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
2024-10-18 14:14:57 +02:00
Kjeld Schouten 6c76e6d714 Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-18 14:13:44 +02:00
TrueCharts Bot 37bd2b67d5 chore(helm): update chart common 25.0.0 → 25.1.0 by renovate (#27948)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [common](https://truecharts.org/charts/library/common)
([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.0.0` ->
`25.1.0` |

---

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

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2hlbG0iLCJ0eXBlL21pbm9yIl19-->
2024-10-18 14:11:39 +02:00
TrueCharts Bot 8905a64d8a chore(helm): update image naskio/strapi 4.16.2 → 4.25.11 by renovate (#27886)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| naskio/strapi | minor | `84690f6` -> `3e8d576` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjUuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 12:06:19 +00:00
TrueCharts Bot ab50fc64e6 chore(helm): update image vstavrinov/acestream-service 2.0.2.8 → 2.1.1.1 by renovate (#27879)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| vstavrinov/acestream-service | minor | `f70398e` -> `17025a0` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjUuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 12:06:17 +00:00
TrueCharts Bot 1022be4b39 chore(helm): update image koush/scrypted v0.119.3 → v0.121.0 by renovate (#27917)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| koush/scrypted | minor | `85ac7b4` -> `25d413d` |
| koush/scrypted | minor | `694a2b9` -> `e129b30` |
| koush/scrypted | minor | `71bdffc` -> `21b998e` |

---

> [!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.

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 12:06:04 +00:00
TrueCharts Bot 6eb590a439 chore(helm): update image ghostfolio/ghostfolio 2.115.0 → 2.116.0 by renovate (#27949)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghostfolio/ghostfolio](https://redirect.github.com/ghostfolio/ghostfolio)
| minor | `b77c626` -> `4d2be76` |

---

> [!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>ghostfolio/ghostfolio (ghostfolio/ghostfolio)</summary>

###
[`v2.116.0`](https://redirect.github.com/ghostfolio/ghostfolio/blob/HEAD/CHANGELOG.md#21160---2024-10-17)

[Compare
Source](https://redirect.github.com/ghostfolio/ghostfolio/compare/2.115.0...2.116.0)

##### Added

- Extended the content of the *Self-Hosting* section by the benchmarks
concept for *Compare with...* on the Frequently Asked Questions (FAQ)
page
- Extended the content of the *Self-Hosting* section by the benchmarks
concept for *Markets* on the Frequently Asked Questions (FAQ) page
- Set the permissions (`chmod 0700`) on `entrypoint.sh` in the
`Dockerfile`

##### Changed

-   Improved the empty state in the benchmarks of the markets overview
- Disabled the text hover effect in the chart of the holdings tab on the
home page (experimental)
- Improved the usability to customize the rule thresholds in the *X-ray*
section by introducing units (experimental)
- Switched to adjusted market prices (splits and dividends) in the get
historical functionality of the *EOD Historical Data* service
-   Improved the language localization for German (`de`)

##### Fixed

- Fixed the usage of the environment variable
`PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_CONCURRENCY`

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 14:06:00 +02:00
Kjeld Schouten 35a3b43704 clean-up digest update handling 2024-10-18 14:04:49 +02:00
TrueCharts Bot 022724d09f chore(helm): update image quay.io/pussthecatorg/rimgo → by renovate (#27941) 2024-10-18 13:59:01 +02:00
TrueCharts Bot 6f416d53dc chore(helm): update image redmine 5.1.3 → by renovate (#27947)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| redmine | digest | `b2b9140` -> `4f860e2` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 13:58:59 +02:00
TrueCharts Bot 9a73b7ec0b chore(helm): update image mbentley/omada-controller 5.14 → by renovate (#27946)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[mbentley/omada-controller](https://redirect.github.com/mbentley/docker-omada-controller)
| digest | `89e1d84` -> `2a1ae01` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 13:58:44 +02:00
Kjeld Schouten 3a8a8ef45c fixes 2024-10-18 13:43:54 +02:00
Kjeld Schouten 010bdbc681 some simplifications 2024-10-18 13:15:11 +02:00
Kjeld Schouten 5d89bfa73c more renovate tweaks 2024-10-18 12:58:28 +02:00
Kjeld Schouten e0c515f4d5 some renovate cleanup 2024-10-18 12:44:06 +02:00
alfi0812 d9274b847d Update 2024-10-16-news.md (#27945)
**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-10-18 10:41:55 +00:00
TrueCharts Bot 333702e098 chore(container): update image ghcr.io/linuxserver/calibre 7.19.0 → 7.20.0 by renovate (#27938)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/linuxserver/calibre](https://redirect.github.com/linuxserver/docker-calibre/packages)
([source](https://redirect.github.com/linuxserver/docker-calibre)) |
minor | `4f7c21a` -> `1c4559f` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 12:38:20 +02:00
TrueCharts Bot f3f3e52e14 chore(container): update image ghcr.io/manyfold3d/manyfold 0.81.0 → 0.84.0 by renovate (#27944)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/manyfold3d/manyfold](https://redirect.github.com/manyfold3d/manyfold)
| minor | `9c5c3d1` -> `66d0785` |

---

> [!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>manyfold3d/manyfold (ghcr.io/manyfold3d/manyfold)</summary>

###
[`v0.84.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.84.0)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.83.0...v0.84.0)

If you're on a public or shared instance, this might be helpful; now you
can mark models as "sensitive" (i.e. NSFW, or otherwise something to be
careful about). You can also choose how you want to display sensitive
items; you can show them normally, blur them in the lists, or you can
hide them completely!

There are also a couple of high-priority bugfixes for database
migrations that were causing problems in v0.83.0.

#### What's Changed

#####  New Features 

- Add "sensitive" setting for models, and user control of how they're
displayed by [@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2969](https://redirect.github.com/manyfold3d/manyfold/pull/2969)

##### 🐛 Bug Fixes 🐛

- Fix migration issue ("destination exists" Problems) by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2975](https://redirect.github.com/manyfold3d/manyfold/pull/2975)
- Fix default role name migration by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2976](https://redirect.github.com/manyfold3d/manyfold/pull/2976)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.83.0...v0.84.0

###
[`v0.83.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.83.0)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.82.1...v0.83.0)

We've all got too many passwords; so, this release adds experimental
support for single sign-on using OpenID Connect (OIDC)!

We say "experimental" because OIDC is a big world with many providers,
so it's entirely possible that there will be problems we've not found
yet; if you find that your provider doesn't work as you'd expect,
[report a
bug](https://redirect.github.com/manyfold3d/manyfold/issues/new) and
we'll get it fixed. Take a look at [the authentication config
docs](https://manyfold.app/sysadmin/configuration.html#authentication)
for details of how to set it up.

There are also new config options for [customising your
site](https://manyfold.app/sysadmin/configuration.html#customisation).
Not every site can just be called "Manyfold", that'll be confusing, so
now you can change the title, tagline, and icon to something more
personal!

We've ALSO added a few new formats;
[`FeeeCAD`](https://redirect.github.com/manyfold3d/manyfold/commit/FeeeCAD),
BRep, and Markdown. Enjoy!

#### What's Changed

#####  New Features 

- Add OIDC login support by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2946](https://redirect.github.com/manyfold3d/manyfold/pull/2946)
- Allow customisation of site name, tagline and logo by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2949](https://redirect.github.com/manyfold3d/manyfold/pull/2949)
- Add indexing for FreeCAD, BRep and Markdown files by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2956](https://redirect.github.com/manyfold3d/manyfold/pull/2956)

##### 🐛 Bug Fixes 🐛

- Fix arrows in french pagination by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2959](https://redirect.github.com/manyfold3d/manyfold/pull/2959)
- Fix display error with missing file extensions by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2961](https://redirect.github.com/manyfold3d/manyfold/pull/2961)
- Disable in-model upload form in demo mode by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2962](https://redirect.github.com/manyfold3d/manyfold/pull/2962)

##### 🛠️ Other Improvements 🛠️

- More useful omniauth error reporting by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2957](https://redirect.github.com/manyfold3d/manyfold/pull/2957)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.82.1...v0.83.0

###
[`v0.82.1`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.82.1)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.82.0...v0.82.1)

Just a couple of small bugfixes following up from the v0.82.0 release.

#### What's Changed

##### 🐛 Bug Fixes 🐛

- Fix activity backfill by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2935](https://redirect.github.com/manyfold3d/manyfold/pull/2935)
- Fix ActivityPub tag field in Note by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2938](https://redirect.github.com/manyfold3d/manyfold/pull/2938)

##### 🛠️ Other Improvements 🛠️

- Translation updates (DE, PL, ES) by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2936](https://redirect.github.com/manyfold3d/manyfold/pull/2936)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.82.0...v0.82.1

###
[`v0.82.0`](https://redirect.github.com/manyfold3d/manyfold/releases/tag/v0.82.0)

[Compare
Source](https://redirect.github.com/manyfold3d/manyfold/compare/v0.81.0...v0.82.0)

Exciting times! This release has not one, but TWO major features!

First, Manyfold will now index PDF, TXT, Markdown and video files. All
those models that come with build instructions, licenses, and so on? Now
you can see it all!

The second is another big step on something we've been building towards
for a long time; Manyfold is now social! Users of
[Fediverse](https://www.fediverse.to/) social networks, using systems
like Mastodon, can follow Manyfold creators, collections or individual
models. As of this release, if you've followed a creator, when they add
a new model, you'll see an update in your feed!

Future releases will add more update types, and will allow you to
subscribe directly to content on one Manyfold server from another, so
stay tuned for more!

![Hello Fediverse, this is
Manyfold](https://redirect.github.com/user-attachments/assets/be789621-ddc2-4b85-a979-f1147ea598d4)

#### What's Changed

#####  New Features 

- Index and display video and document files by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2890](https://redirect.github.com/manyfold3d/manyfold/pull/2890)
- Post ActivityPub message when a creator adds a new model by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2900](https://redirect.github.com/manyfold3d/manyfold/pull/2900)
- Add follow buttons for logged-out users, to follow from their home
server by [@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2928](https://redirect.github.com/manyfold3d/manyfold/pull/2928)
- Search for and follow remote accounts from home server by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2929](https://redirect.github.com/manyfold3d/manyfold/pull/2929)

##### 🐛 Bug Fixes 🐛

- Stop hashtags appearing as headings in activitypub notes by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2904](https://redirect.github.com/manyfold3d/manyfold/pull/2904)
- Make search button translatable by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2908](https://redirect.github.com/manyfold3d/manyfold/pull/2908)
- Remove incorrect hook on comment destroy by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2913](https://redirect.github.com/manyfold3d/manyfold/pull/2913)
- Don't create Federails Actors during migration by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2916](https://redirect.github.com/manyfold3d/manyfold/pull/2916)
- Fix creator/collection ownership by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2919](https://redirect.github.com/manyfold3d/manyfold/pull/2919)
- Make default activities post correct object type by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2923](https://redirect.github.com/manyfold3d/manyfold/pull/2923)
- Fix incorrect permission check when user has multiple roles by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2924](https://redirect.github.com/manyfold3d/manyfold/pull/2924)
- Stop files being accidentally deleted during merge by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2925](https://redirect.github.com/manyfold3d/manyfold/pull/2925)
- Fix translation for follow button by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2927](https://redirect.github.com/manyfold3d/manyfold/pull/2927)

##### 🛠️ Other Improvements 🛠️

- Add comment table and controller to support ActivityPub Notes by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2884](https://redirect.github.com/manyfold3d/manyfold/pull/2884)
- Post ActivityPub Notes for new, updated, and deleted comments by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2885](https://redirect.github.com/manyfold3d/manyfold/pull/2885)
- Generalised handling of outgoing activities by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2886](https://redirect.github.com/manyfold3d/manyfold/pull/2886)
- Set publication time and attribution for AP Notes by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2887](https://redirect.github.com/manyfold3d/manyfold/pull/2887)
- Set visibility on AP Notes by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2888](https://redirect.github.com/manyfold3d/manyfold/pull/2888)
- inline Note object into activity posts by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2897](https://redirect.github.com/manyfold3d/manyfold/pull/2897)
- Fix type of to_activitypub_object by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2898](https://redirect.github.com/manyfold3d/manyfold/pull/2898)
- Only post federated activities where both subject and object are
public by [@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2901](https://redirect.github.com/manyfold3d/manyfold/pull/2901)
- Enable the new activity queue by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2902](https://redirect.github.com/manyfold3d/manyfold/pull/2902)
- Improve text of model creation message by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2903](https://redirect.github.com/manyfold3d/manyfold/pull/2903)
- Link tags by [@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2912](https://redirect.github.com/manyfold3d/manyfold/pull/2912)
- Minor translation updates by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2914](https://redirect.github.com/manyfold3d/manyfold/pull/2914)
- Further improved hashtag output by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2915](https://redirect.github.com/manyfold3d/manyfold/pull/2915)
- Update federails for remote-follow fetch support by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2917](https://redirect.github.com/manyfold3d/manyfold/pull/2917)
- Restore type-specific activity posts by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2918](https://redirect.github.com/manyfold3d/manyfold/pull/2918)
- Move "new library" link into redesigned library settings area by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2930](https://redirect.github.com/manyfold3d/manyfold/pull/2930)
- Add Fediverse follow link to nav bar by
[@&#8203;Floppy](https://redirect.github.com/Floppy) in
[https://github.com/manyfold3d/manyfold/pull/2931](https://redirect.github.com/manyfold3d/manyfold/pull/2931)

**Full Changelog**:
https://github.com/manyfold3d/manyfold/compare/v0.81.0...v0.82.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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2024-10-18 12:38:00 +02:00
TrueCharts Bot 9ad2f8b5a5 chore(container): update image ghcr.io/elfhosted/jackett 0.22.809 → 0.22.812 by renovate (#27943)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/elfhosted/jackett | patch | `a81a2b3` -> `e216e30` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-10-18 12:11:06 +02:00
TrueCharts Bot f5d1c3a3d8 chore(container): update image monica 4.1.2 → by renovate (#27889) 2024-10-18 12:06:46 +02:00
TrueCharts Bot d31f1728b1 chore(container): update image thelounge/thelounge 4.4.3 → by renovate (#27942) 2024-10-18 12:06:44 +02:00
TrueCharts Bot b932241905 chore(container): update image quay.io/pussthecatorg/libremdb → by renovate (#27936) 2024-10-18 12:06:40 +02:00
TrueCharts Bot e54417c66c chore(container): update image diygod/rsshub → by renovate (#27940) 2024-10-18 12:06:10 +02:00
TrueCharts Bot 1b0d88724d chore(container): update image ghcr.io/elfhosted/readarr-develop 0.4.0.2634 → by renovate (#27878) 2024-10-18 12:06:07 +02:00
TrueCharts Bot b590bbfed0 chore(container): update image escaping/core-keeper-dedicated → by renovate (#27888)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| escaping/core-keeper-dedicated | digest | `1b3db29` -> `d8ad9b9` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 12:06:00 +02:00
TrueCharts Bot e94cf10566 chore(github-action): update actions/cache digest to 3624ceb by renovate (#27898) 2024-10-18 12:05:14 +02:00
TrueCharts Bot 0f20869424 chore(github-action): update actions/setup-node digest to 0a44ba7 by renovate (#27899)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://redirect.github.com/actions/setup-node) |
action | digest | `1e60f62` -> `0a44ba7` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 12:05:11 +02:00
Kjeld Schouten ded98a50bd oopsies 2024-10-18 11:53:39 +02:00
Kjeld Schouten 3672f6dc2d another goreleaser patch 2024-10-18 11:40:04 +02:00
Kjeld Schouten 4d4122a451 some more goreleaser fixes 2024-10-18 11:27:29 +02:00
Kjeld Schouten a160ac2617 Update .goreleaser.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-18 11:15:57 +02:00
Kjeld Schouten 8b089c8ac9 add release removal script 2024-10-18 11:06:58 +02:00
Kjeld Schouten bd487d583f try to enable helm-bumps 2024-10-18 11:03:43 +02:00
TrueCharts Bot 9846e308dc chore(container): update image pepperlabs/peppermint → by renovate (#27935)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| pepperlabs/peppermint | digest | `3e0d964` -> `b495aab` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 08:32:27 +02:00
TrueCharts Bot 2e51f61b70 chore(container): update image machines/filestash → by renovate (#27934)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| machines/filestash | digest | `3a788f2` -> `cd548b9` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 08:32:13 +02:00
TrueCharts Bot f9d83dcd80 chore(container): update image linuxserver/mylar3 version-v0.8.0 → by renovate (#27932)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[linuxserver/mylar3](https://redirect.github.com/linuxserver/docker-mylar3/packages)
([source](https://redirect.github.com/linuxserver/docker-mylar3)) |
digest | `58bbdac` -> `a137e3c` |

---

> [!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.

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2024-10-18 08:28:09 +02:00
TrueCharts Bot db94c7f235 chore(container): update image ghcr.io/elfhosted/jackett 0.22.809 → by renovate (#27929) 2024-10-18 08:27:24 +02:00
TrueCharts Bot 919bce0a19 chore(container): update image docker.io/odoo 18.0 → by renovate (#27928) 2024-10-18 08:27:23 +02:00
TrueCharts Bot 8b1bb1e25f chore(container): update image ghcr.io/mintplex-labs/anything-llm → by renovate (#27930) 2024-10-18 08:27:21 +02:00
TrueCharts Bot 808b85a629 chore(container): update image lmscommunity/lyrionmusicserver 9.0.0 → by renovate (#27933) 2024-10-18 08:27:20 +02:00