Commit Graph

334 Commits

Author SHA1 Message Date
Kjeld Schouten bfa0e23468 chore(ci): use BETA 17 for CI 2025-04-10 19:10:20 +02:00
TrueCharts Bot 3d62147852 chore(container): update docker.io/codercom/code-server docker tag to v4.99.1 (#34201)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| docker.io/codercom/code-server | final | minor | `4.98.2` -> `4.99.1`
|

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-10 08:15:24 +02:00
TrueCharts Bot b86fb311be chore(container): update golang:1.24.2 docker digest to 18a1f2d (#34192)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | final | digest | `991aa6a` -> `18a1f2d` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-10 08:12:10 +02:00
TrueCharts Bot 329e590424 chore(deps): update go 1.23.8 → 1.24.2 (#34189)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [go](https://go.dev/)
([source](https://redirect.github.com/golang/go)) | toolchain | minor |
`1.23.8` -> `1.24.2` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-10 02:18:50 +02:00
TrueCharts Bot 238449e8b5 fix(deps): update module github.com/fsnotify/fsnotify v1.8.0 → v1.9.0 (#33949)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/fsnotify/fsnotify](https://redirect.github.com/fsnotify/fsnotify)
| require | minor | `v1.8.0` -> `v1.9.0` |

---

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

---

### Release Notes

<details>
<summary>fsnotify/fsnotify (github.com/fsnotify/fsnotify)</summary>

###
[`v1.9.0`](https://redirect.github.com/fsnotify/fsnotify/releases/tag/v1.9.0)

[Compare
Source](https://redirect.github.com/fsnotify/fsnotify/compare/v1.8.0...v1.9.0)

##### Changes and fixes

-   all: make BufferedWatcher buffered again ([#&#8203;657])

- inotify: fix race when adding/removing watches while a watched path is
being deleted ([#&#8203;678], [#&#8203;686])

- inotify: don't send empty event if a watched path is unmounted
([#&#8203;655])

- inotify: don't register duplicate watches when watching both a symlink
and its target; previously that would get "half-added" and removing the
second would panic ([#&#8203;679])

-   kqueue: fix watching relative symlinks ([#&#8203;681])

- kqueue: correctly mark pre-existing entries when watching a link to a
dir on kqueue ([#&#8203;682])

- illumos: don't send error if changed file is deleted while processing
the event ([#&#8203;678])

[#&#8203;657]: https://redirect.github.com/fsnotify/fsnotify/pull/657

[#&#8203;678]: https://redirect.github.com/fsnotify/fsnotify/pull/678

[#&#8203;686]: https://redirect.github.com/fsnotify/fsnotify/pull/686

[#&#8203;655]: https://redirect.github.com/fsnotify/fsnotify/pull/655

[#&#8203;681]: https://redirect.github.com/fsnotify/fsnotify/pull/681

[#&#8203;679]: https://redirect.github.com/fsnotify/fsnotify/pull/679

[#&#8203;682]: https://redirect.github.com/fsnotify/fsnotify/pull/682

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->

---------

Co-authored-by: alfi0812 <admin@alfi0812.de>
2025-04-09 20:13:14 +00:00
Kjeld Schouten 432122817b chore: repo cleanup 2025-04-09 18:03:21 +02:00
Kjeld Schouten 6bc3319d20 Update Dockerfile
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-04-09 16:52:43 +02:00
TrueCharts Bot 5752f3df4d chore(container): update docker.io/renovate/renovate docker tag to v39.238.0 (#34167)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/renovate/renovate](https://renovatebot.com)
([source](https://redirect.github.com/renovatebot/renovate)) | final |
minor | `39.234.0-full` -> `39.238.0-full` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/renovate (docker.io/renovate/renovate)</summary>

###
[`v39.238.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.238.0)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.237.0...39.238.0)

##### Features

- **datasource/github-runners:** mark Windows Server 2025 as stable
([#&#8203;35284](https://redirect.github.com/renovatebot/renovate/issues/35284))
([ad5c45f](https://redirect.github.com/renovatebot/renovate/commit/ad5c45f43770e8d422c3e93b1c7e805848aa8dc9))

###
[`v39.237.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.237.0)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.236.2...39.237.0)

##### Features

- **bitbucket-server:** add support for changelogs
([#&#8203;34569](https://redirect.github.com/renovatebot/renovate/issues/34569))
([68a66a0](https://redirect.github.com/renovatebot/renovate/commit/68a66a05a98ae2ed77ec2f1e203fac553383b081))

###
[`v39.236.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.236.2)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.236.1...39.236.2)

##### Bug Fixes

- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.12
(main)
([#&#8203;35279](https://redirect.github.com/renovatebot/renovate/issues/35279))
([702f18f](https://redirect.github.com/renovatebot/renovate/commit/702f18f6a58de64966eaebbb6c816097bcc19e5c))

###
[`v39.236.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.236.1)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.236.0...39.236.1)

##### Bug Fixes

- **tool/pixi:** remove `v` prefix from raw version
([#&#8203;35277](https://redirect.github.com/renovatebot/renovate/issues/35277))
([e938454](https://redirect.github.com/renovatebot/renovate/commit/e9384549037e2937a7a8ce4a0f736c9990b9702f))

##### Miscellaneous Chores

- **deps:** update dependency pdm to v2.23.1 (main)
([#&#8203;35275](https://redirect.github.com/renovatebot/renovate/issues/35275))
([78ecd13](https://redirect.github.com/renovatebot/renovate/commit/78ecd13a8c65623a6b52caecfe1e13e14cb58014))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.8.12 (main)
([#&#8203;35278](https://redirect.github.com/renovatebot/renovate/issues/35278))
([84454cf](https://redirect.github.com/renovatebot/renovate/commit/84454cfd62fa1f6955f45ca5954af8e2cbe060d7))

###
[`v39.236.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.236.0)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.235.3...39.236.0)

##### Features

- **conan:** Add support for lockfile maintenance
([#&#8203;28174](https://redirect.github.com/renovatebot/renovate/issues/28174))
([564ee83](https://redirect.github.com/renovatebot/renovate/commit/564ee83fb7c690ed2b0e5bbe4ee2b513fdf2415d))

###
[`v39.235.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.235.3)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.235.2...39.235.3)

##### Bug Fixes

- **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.8.11
(main)
([#&#8203;35260](https://redirect.github.com/renovatebot/renovate/issues/35260))
([e4eefde](https://redirect.github.com/renovatebot/renovate/commit/e4eefde273d0da10271d3401e5b23d9dc6aecc31))

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/luxon](https://redirect.github.com/types/luxon) to v3.6.0
(main)
([#&#8203;35236](https://redirect.github.com/renovatebot/renovate/issues/35236))
([3619702](https://redirect.github.com/renovatebot/renovate/commit/361970298b21221fda2ae7fe316462416697a63b))
- **deps:** update dependency
[@&#8203;types/node](https://redirect.github.com/types/node) to
v22.13.15 (main)
([#&#8203;35237](https://redirect.github.com/renovatebot/renovate/issues/35237))
([6fbcdb3](https://redirect.github.com/renovatebot/renovate/commit/6fbcdb3c093fc6778d84a4c5111fc91da52fdf85))
- **deps:** update dependency
[@&#8203;types/node](https://redirect.github.com/types/node) to
v22.13.16 (main)
([#&#8203;35246](https://redirect.github.com/renovatebot/renovate/issues/35246))
([781a9cf](https://redirect.github.com/renovatebot/renovate/commit/781a9cf33133354372c177bb4dbde691d9ef7311))
- **deps:** update dependency pnpm to v10.7.1 (main)
([#&#8203;35249](https://redirect.github.com/renovatebot/renovate/issues/35249))
([b88a306](https://redirect.github.com/renovatebot/renovate/commit/b88a3068a342037b33c7285e8517bad79d0dac71))
- **deps:** update dependency type-fest to v4.39.0 (main)
([#&#8203;35250](https://redirect.github.com/renovatebot/renovate/issues/35250))
([d4da4a1](https://redirect.github.com/renovatebot/renovate/commit/d4da4a10554ad5d2a4dc91980eb71176276de3b1))
- **deps:** update ghcr.io/containerbase/devcontainer docker tag to
v13.8.11 (main)
([#&#8203;35259](https://redirect.github.com/renovatebot/renovate/issues/35259))
([f6f5f4e](https://redirect.github.com/renovatebot/renovate/commit/f6f5f4e912f152e5ffd4e3048c6439c5e2c16f09))
- **deps:** update github/codeql-action action to v3.28.15 (main)
([#&#8203;35235](https://redirect.github.com/renovatebot/renovate/issues/35235))
([1de6ec9](https://redirect.github.com/renovatebot/renovate/commit/1de6ec9a39948a0c00742ef9745fee0d46070e3c))
- **deps:** update python:3.13 docker digest to
[`18ecbd0`](https://redirect.github.com/renovatebot/renovate/commit/18ecbd0)
(main)
([#&#8203;35243](https://redirect.github.com/renovatebot/renovate/issues/35243))
([1b6f9df](https://redirect.github.com/renovatebot/renovate/commit/1b6f9dfa5aacc464f02d0d097d864d12db3ef07d))
- **deps:** update python:3.13 docker digest to
[`aaf6d3c`](https://redirect.github.com/renovatebot/renovate/commit/aaf6d3c)
(main)
([#&#8203;35247](https://redirect.github.com/renovatebot/renovate/issues/35247))
([e9ba9fc](https://redirect.github.com/renovatebot/renovate/commit/e9ba9fc2e30c64ae80ce9d3d526546d647abc0f3))
- **deps:** update vitest monorepo to v3.1.1 (main)
([#&#8203;35221](https://redirect.github.com/renovatebot/renovate/issues/35221))
([558809f](https://redirect.github.com/renovatebot/renovate/commit/558809f1aababdd55a200fa746fe77c0c760fc16))

##### Code Refactoring

- **circleci:** Simplify CircleCI extraction
([#&#8203;35233](https://redirect.github.com/renovatebot/renovate/issues/35233))
([8c00b15](https://redirect.github.com/renovatebot/renovate/commit/8c00b15ffcccafd52de4075f88cb1a7215636373))

###
[`v39.235.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.235.2)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.235.1...39.235.2)

##### Build System

- **deps:** update dependency
[@&#8203;renovatebot/osv-offline](https://redirect.github.com/renovatebot/osv-offline)
to v1.6.5 (main)
([#&#8203;35232](https://redirect.github.com/renovatebot/renovate/issues/35232))
([fcc9b47](https://redirect.github.com/renovatebot/renovate/commit/fcc9b47101d6f1805fd63c1867d07827b0e99edd))

###
[`v39.235.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.235.1)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.235.0...39.235.1)

##### Build System

- **deps:** update dependency luxon to v3.6.1 (main)
([#&#8203;35230](https://redirect.github.com/renovatebot/renovate/issues/35230))
([c91c875](https://redirect.github.com/renovatebot/renovate/commit/c91c87594b57af006d1a3f32f0048f24b1127a05))

###
[`v39.235.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.235.0)

[Compare
Source](https://redirect.github.com/renovatebot/renovate/compare/39.234.0...39.235.0)

##### Features

- **schema:** Add utility for detecting circular data
([#&#8203;35223](https://redirect.github.com/renovatebot/renovate/issues/35223))
([5ad8030](https://redirect.github.com/renovatebot/renovate/commit/5ad8030a8e5f8c05eabef27c895f1e02177764cf))

##### Miscellaneous Chores

- **deps:** update github/codeql-action action to v3.28.14 (main)
([#&#8203;35220](https://redirect.github.com/renovatebot/renovate/issues/35220))
([a13f5da](https://redirect.github.com/renovatebot/renovate/commit/a13f5daca93faaf213047ea26c36135b74c2c732))
- **label-actions:** capitalize Renovate brandname
([#&#8203;35222](https://redirect.github.com/renovatebot/renovate/issues/35222))
([b53f2a9](https://redirect.github.com/renovatebot/renovate/commit/b53f2a9ffecf5127814cf39db2ffd8ff65bffeba))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-04-09 14:43:39 +00:00
Kjeld Schouten b3c027f0c8 fix(clustertool): new round of indent fixes 2025-04-09 15:15:50 +02:00
Kjeld Schouten 2ec6932556 hmm 2025-04-09 15:00:46 +02:00
Kjeld Schouten bb991743f2 chore: update clustertool version everywhere 2025-04-09 14:15:45 +02:00
Kjeld Schouten ef2eb161a4 chore(removate): dont add pre-commit for now 2025-04-09 14:11:23 +02:00
Kjeld Schouten ee80a770b1 fix(renovate): correct oopsie 2025-04-09 14:06:07 +02:00
Kjeld Schouten f2cfe79e70 fix(renovate): add pre-commit to renovate 2025-04-09 14:03:41 +02:00
TrueCharts Bot 037f4ea64f chore(container): update ubuntu:latest docker digest to 1e622c5 (#34136)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| ubuntu | final | digest | `4524361` -> `1e622c5` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-09 13:42:40 +02:00
Kjeld Schouten f39ee0a99b fix(ci): ensure sbom failure doesn't brick container creation 2025-04-09 12:59:53 +02:00
Kjeld Schouten ae234ca50f feat(renovate): Make custom renovate container including clustertool for chart-handling 2025-04-09 12:48:28 +02:00
TrueCharts Bot 6183a6a72b chore(container): update ubuntu:latest docker digest to 4524361 (#34122)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| ubuntu | final | digest | `7229784` -> `4524361` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-09 08:14:23 +02:00
TrueCharts Bot ca7827e0ff chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.2-fpm docker digest to e904d95 (#34119)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud)
([source](https://redirect.github.com/nextcloud/docker)) | final |
digest | `fa85299` -> `e904d95` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-09 02:15:26 +02:00
TrueCharts Bot 3e415543f8 chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.2-fpm docker digest to fa85299 (#34091)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud)
([source](https://redirect.github.com/nextcloud/docker)) | final |
digest | `e9470fa` -> `fa85299` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-04-08 20:13:49 +02:00
TrueCharts Bot 75a115d39d chore(container): update docker.io/tailscale/tailscale docker tag to v1.82.0 (#33923) 2025-04-04 02:27:47 +02:00
TrueCharts Bot bac4702694 chore(container): update traefik docker tag to v3.3.5 (#33911)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [traefik](https://redirect.github.com/containous/traefik) | final |
patch | `v3.3.4` -> `v3.3.5` |

---

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

---

### Release Notes

<details>
<summary>containous/traefik (traefik)</summary>

###
[`v3.3.5`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v335-2025-03-31)

[Compare
Source](https://redirect.github.com/containous/traefik/compare/v3.3.5...v3.3.5)

[All
Commits](https://redirect.github.com/traefik/traefik/compare/v3.3.4...v3.3.5)

**Bug fixes:**

- **\[k8s/gatewayapi]** Set scheme to https with BackendTLSPolicy
([#&#8203;11586](https://redirect.github.com/traefik/traefik/pull/11586)
by [rtribotte](https://redirect.github.com/rtribotte))
- **\[middleware]** Revert compress middleware algorithms priority to v2
behavior
([#&#8203;11641](https://redirect.github.com/traefik/traefik/pull/11641)
by [rtribotte](https://redirect.github.com/rtribotte))
- **\[middleware]** Do not abort request when response content-type is
malformed
([#&#8203;11628](https://redirect.github.com/traefik/traefik/pull/11628)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[middleware]** Compress data on flush when compression is not
started
([#&#8203;11583](https://redirect.github.com/traefik/traefik/pull/11583)
by [kevinpollet](https://redirect.github.com/kevinpollet))

**Documentation:**

- **\[middleware]** Add back forwarded headers section in FAQ
([#&#8203;11606](https://redirect.github.com/traefik/traefik/pull/11606)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- New Routing Reference Documentation
([#&#8203;11330](https://redirect.github.com/traefik/traefik/pull/11330)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))

**Misc:**

- Merge branch v2.11 into v3.3
([#&#8203;11644](https://redirect.github.com/traefik/traefik/pull/11644)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- Merge branch v2.11 into v3.3
([#&#8203;11594](https://redirect.github.com/traefik/traefik/pull/11594)
by [rtribotte](https://redirect.github.com/rtribotte))

###
[`v3.3.5`](https://redirect.github.com/containous/traefik/blob/HEAD/CHANGELOG.md#v335-2025-03-31)

[Compare
Source](https://redirect.github.com/containous/traefik/compare/v3.3.4...v3.3.5)

[All
Commits](https://redirect.github.com/traefik/traefik/compare/v3.3.4...v3.3.5)

**Bug fixes:**

- **\[k8s/gatewayapi]** Set scheme to https with BackendTLSPolicy
([#&#8203;11586](https://redirect.github.com/traefik/traefik/pull/11586)
by [rtribotte](https://redirect.github.com/rtribotte))
- **\[middleware]** Revert compress middleware algorithms priority to v2
behavior
([#&#8203;11641](https://redirect.github.com/traefik/traefik/pull/11641)
by [rtribotte](https://redirect.github.com/rtribotte))
- **\[middleware]** Do not abort request when response content-type is
malformed
([#&#8203;11628](https://redirect.github.com/traefik/traefik/pull/11628)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[middleware]** Compress data on flush when compression is not
started
([#&#8203;11583](https://redirect.github.com/traefik/traefik/pull/11583)
by [kevinpollet](https://redirect.github.com/kevinpollet))

**Documentation:**

- **\[middleware]** Add back forwarded headers section in FAQ
([#&#8203;11606](https://redirect.github.com/traefik/traefik/pull/11606)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- New Routing Reference Documentation
([#&#8203;11330](https://redirect.github.com/traefik/traefik/pull/11330)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))

**Misc:**

- Merge branch v2.11 into v3.3
([#&#8203;11644](https://redirect.github.com/traefik/traefik/pull/11644)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- Merge branch v2.11 into v3.3
([#&#8203;11594](https://redirect.github.com/traefik/traefik/pull/11594)
by [rtribotte](https://redirect.github.com/rtribotte))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-03 20:19:42 +02:00
TrueCharts Bot 8c9027a550 chore(container): update golang docker tag to v1.24.2 (#33910)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | stage | patch | `1.24.1-alpine` -> `1.24.2-alpine` |
| golang | final | patch | `1.24.1` -> `1.24.2` |

---

> [!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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIyMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-04-03 20:12:40 +02:00
TrueCharts Bot c2767130a5 chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.3.5 (#33794) 2025-04-01 02:25:25 +02:00
Alfred Göppel c20fba46cc fix(nextcloud): Update get-version.sh (#33700)
**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  https://github.com/truecharts/public/issues/33699

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-03-28 11:28:41 -04:00
Kjeld Schouten 85e59af14a chore(pod-nuke): remove pod-nuke experiment 2025-03-27 15:04:37 +01:00
Kjeld Schouten 8c98f31114 chore(pod-nuke): bump container version 2025-03-26 22:18:46 +01:00
Kjeld Schouten 8ea389ef79 feat(pod-nuke): ensure we dont keep runnign on already processed node failures 2025-03-26 22:18:31 +01:00
TrueCharts Bot 622e5f3535 chore(deps): pin tccr.io/truecharts/kubectl docker tag to 3ba63d6 (#33609)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| tccr.io/truecharts/kubectl | final | pinDigest |  -> `3ba63d6` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==-->
2025-03-26 22:02:53 +01:00
TrueCharts Bot 909d746f46 chore(container): update golang:1.24.1 docker digest to 52ff1b3 (#33485)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | final | digest | `af0bb30` -> `52ff1b3` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-26 20:51:48 +00:00
Kjeld Schouten a55a8a1fbf feat(pod-nuke): add chart and use kubectl container as basis 2025-03-26 19:47:45 +01:00
Kjeld Schouten 2a845a5981 oops 2025-03-26 19:47:40 +01:00
Kjeld Schouten 54748394f3 feat(pod-nuke): add container to auto-nuke pods on broken nodes 2025-03-26 19:47:33 +01:00
TrueCharts Bot a1140a75d7 chore(container): update public.ecr.aws/docker/library/nextcloud docker tag to v31.0.2 (#33449)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud)
([source](https://redirect.github.com/nextcloud/docker)) | final | patch
| `31.0.1-fpm` -> `31.0.2-fpm` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-03-20 10:02:09 +01:00
TrueCharts Bot bc7b9c143a chore(container): update ghcr.io/actions/actions-runner docker tag to v2.323.0 (#33453) 2025-03-20 07:51:10 +01:00
TrueCharts Bot b007171418 chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.1-fpm docker digest to f277ddd (#33368)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud)
([source](https://redirect.github.com/nextcloud/docker)) | final |
digest | `2b6ed30` -> `f277ddd` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-18 19:41:59 +01:00
TrueCharts Bot 7a46b310eb chore(container): update golang:1.24.1 docker digest to af0bb30 (#33367)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | final | digest | `fa145a3` -> `af0bb30` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-18 19:30:45 +01:00
TrueCharts Bot 9b8d072a44 chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.1-fpm docker digest to 2b6ed30 (#33362)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud)
([source](https://redirect.github.com/nextcloud/docker)) | final |
digest | `6854c03` -> `2b6ed30` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDIuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-18 13:13:49 +01:00
TrueCharts Bot 4362d22a2f chore(container): update docker.io/codercom/code-server docker tag to v4.98.2 (#33262)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| docker.io/codercom/code-server | final | patch | `4.98.0` -> `4.98.2`
|

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-17 20:42:55 +00:00
TrueCharts Bot 306e399b38 chore(container): update golang:1.24.1 docker digest to fa145a3 (#33284)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | final | digest | `c5adecd` -> `fa145a3` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-15 19:23:50 +01:00
TrueCharts Bot 9f2bd49781 chore(container): update public.ecr.aws/docker/library/nextcloud docker tag to v31.0.1 (#33246)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud)
([source](https://redirect.github.com/nextcloud/docker)) | final | patch
| `31.0.0-fpm` -> `31.0.1-fpm` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-15 01:24:19 +01:00
TrueCharts Bot dba4be7e3d chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.0-fpm docker digest to cc8d672 (#33240)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud)
([source](https://redirect.github.com/nextcloud/docker)) | final |
digest | `c3e5839` -> `cc8d672` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-14 19:12:50 +01:00
TrueCharts Bot e8951042e7 chore(github-action): update docker/login-action digest to 74a5d14 (#33235)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker/login-action](https://redirect.github.com/docker/login-action)
| action | digest | `9780b0c` -> `74a5d14` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19-->
2025-03-14 13:12:33 +01:00
TrueCharts Bot 30b03a10ea chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.0-fpm docker digest to c3e5839 (#33234)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/nextcloud](https://hub.docker.com/_/nextcloud)
([source](https://redirect.github.com/nextcloud/docker)) | final |
digest | `dd76149` -> `c3e5839` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-14 13:10:31 +01:00
TrueCharts Bot fbfd47bf7c chore(container): update docker.io/codercom/code-server docker tag to v4.98.0 (#33154)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| docker.io/codercom/code-server | final | minor | `4.97.2` -> `4.98.0`
|

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTEuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-03-12 07:42:10 +01:00
TrueCharts Bot 8676308020 chore(container): update docker.io/tailscale/tailscale docker tag to v1.80.3 (#32894)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [docker.io/tailscale/tailscale](https://tailscale.com/kb/1282/docker)
([source](https://redirect.github.com/tailscale/tailscale)) | final |
patch | `v1.80.0` -> `v1.80.3` |

---

### Release Notes

<details>
<summary>tailscale/tailscale (docker.io/tailscale/tailscale)</summary>

###
[`v1.80.3`](https://redirect.github.com/tailscale/tailscale/releases/tag/v1.80.3)

[Compare
Source](https://redirect.github.com/tailscale/tailscale/compare/v1.80.0...v1.80.3)

Please refer to the changelog available at
[https://tailscale.com/changelog](https://tailscale.com/changelog#2025-03-04).

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-06 01:40:38 +01:00
TrueCharts Bot 45225916d2 chore(container): update golang docker tag to v1.24.1 (#32895)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | stage | patch | `1.24.0-alpine` -> `1.24.1-alpine` |
| golang | final | patch | `1.24.0` -> `1.24.1` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-03-06 01:40:27 +01:00
TrueCharts Bot 171f707ecc chore(container): update golang:1.24.0 docker digest to 3f74443 (#32771)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | final | digest | `cd0c949` -> `3f74443` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODIuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-03-03 01:14:12 +01:00
Kjeld Schouten b62e536593 feat(common): BREAKING CHANGE refactor add-on system (#31167)
**Description**

This PR updates the add-on system to allow for more end-user flexibility
It basically moves add-on container configuration to values.yaml, to
expose all container options to end users.

Fixes: #27351
Fixes: #31876

**⚙️ 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: Kjeld Schouten <info@kjeldschouten.nl>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: kqmaverick <kqmaverick@gmail.com>
Co-authored-by: Stavros Kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-03-02 16:14:39 +01:00
Stavros Kois 3ac8db3106 nextcloud container: fix version number (#32593)
**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
- [ ] 📜 Documentation Changes

**🧪 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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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._
2025-02-28 17:20:23 +01:00