Commit Graph

289 Commits

Author SHA1 Message Date
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
TrueCharts Bot f40176d220 chore(container): update traefik docker tag to v3.3.4 (#32625)
This PR contains the following updates:

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

---

> [!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.4`](https://redirect.github.com/traefik/traefik/releases/tag/v3.3.4)

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

**Important:** Please read the [migration
guide](https://doc.traefik.io/traefik/migration/v3/#v334).

**Bug fixes:**

- **\[fastproxy]** Bump github.com/valyala/fasthttp to v1.58.0
([#&#8203;11526](https://redirect.github.com/traefik/traefik/pull/11526)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[fastproxy]** Add WebSocket headers if they are present in the
request
([#&#8203;11522](https://redirect.github.com/traefik/traefik/pull/11522)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[fastproxy]** Chunked responses does not have a Content-Length
header
([#&#8203;11514](https://redirect.github.com/traefik/traefik/pull/11514)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[metrics,otel]** Change request duration metric unit from
millisecond to second
([#&#8203;11523](https://redirect.github.com/traefik/traefik/pull/11523)
by [rtribotte](https://redirect.github.com/rtribotte))
- **\[sticky-session]** Fix double hash in sticky cookie
([#&#8203;11518](https://redirect.github.com/traefik/traefik/pull/11518)
by [juliens](https://redirect.github.com/juliens))
- **\[tracing]** Use ResourceAttributes instead of GlobalAttributes
([#&#8203;11515](https://redirect.github.com/traefik/traefik/pull/11515)
by [bruno-de-queiroz](https://redirect.github.com/bruno-de-queiroz))
- **\[tracing]** Fix panic when calling Tracer
([#&#8203;11479](https://redirect.github.com/traefik/traefik/pull/11479)
by [basgys](https://redirect.github.com/basgys))

**Documentation:**

- **\[acme]** Update ACME provider configuration options
([#&#8203;11564](https://redirect.github.com/traefik/traefik/pull/11564)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))
- **\[acme]** Fix incorrect grammar in ACME documentation
([#&#8203;11553](https://redirect.github.com/traefik/traefik/pull/11553)
by [Peter-Maguire](https://redirect.github.com/Peter-Maguire))
- **\[metrics,tracing,accesslogs]** Add missing options in entrypoints
page
([#&#8203;11524](https://redirect.github.com/traefik/traefik/pull/11524)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))
- **\[tracing]** Replace globalAttributes with resourceAttributes in
tracing reference
([#&#8203;11531](https://redirect.github.com/traefik/traefik/pull/11531)
by [rtribotte](https://redirect.github.com/rtribotte))

**Misc:**

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

###
[`v3.3.4`](https://redirect.github.com/traefik/traefik/releases/tag/v3.3.4)

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

**Important:** Please read the [migration
guide](https://doc.traefik.io/traefik/migration/v3/#v334).

**Bug fixes:**

- **\[fastproxy]** Bump github.com/valyala/fasthttp to v1.58.0
([#&#8203;11526](https://redirect.github.com/traefik/traefik/pull/11526)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[fastproxy]** Add WebSocket headers if they are present in the
request
([#&#8203;11522](https://redirect.github.com/traefik/traefik/pull/11522)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[fastproxy]** Chunked responses does not have a Content-Length
header
([#&#8203;11514](https://redirect.github.com/traefik/traefik/pull/11514)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[metrics,otel]** Change request duration metric unit from
millisecond to second
([#&#8203;11523](https://redirect.github.com/traefik/traefik/pull/11523)
by [rtribotte](https://redirect.github.com/rtribotte))
- **\[sticky-session]** Fix double hash in sticky cookie
([#&#8203;11518](https://redirect.github.com/traefik/traefik/pull/11518)
by [juliens](https://redirect.github.com/juliens))
- **\[tracing]** Use ResourceAttributes instead of GlobalAttributes
([#&#8203;11515](https://redirect.github.com/traefik/traefik/pull/11515)
by [bruno-de-queiroz](https://redirect.github.com/bruno-de-queiroz))
- **\[tracing]** Fix panic when calling Tracer
([#&#8203;11479](https://redirect.github.com/traefik/traefik/pull/11479)
by [basgys](https://redirect.github.com/basgys))

**Documentation:**

- **\[acme]** Update ACME provider configuration options
([#&#8203;11564](https://redirect.github.com/traefik/traefik/pull/11564)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))
- **\[acme]** Fix incorrect grammar in ACME documentation
([#&#8203;11553](https://redirect.github.com/traefik/traefik/pull/11553)
by [Peter-Maguire](https://redirect.github.com/Peter-Maguire))
- **\[metrics,tracing,accesslogs]** Add missing options in entrypoints
page
([#&#8203;11524](https://redirect.github.com/traefik/traefik/pull/11524)
by [sheddy-traefik](https://redirect.github.com/sheddy-traefik))
- **\[tracing]** Replace globalAttributes with resourceAttributes in
tracing reference
([#&#8203;11531](https://redirect.github.com/traefik/traefik/pull/11531)
by [rtribotte](https://redirect.github.com/rtribotte))

**Misc:**

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-27 19:20:38 +01:00
TrueCharts Bot 48ff3b66e9 chore(container): update golang:1.24.0 docker digest to cd0c949 (#32605)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | final | digest | `2b1cbf2` -> `cd0c949` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-27 19:15:53 +01:00
TrueCharts Bot 3e9552d6cc chore(github-action): update docker/metadata-action digest to 902fa8e (#32586) 2025-02-26 19:11:02 +01:00
TrueCharts Bot 8b8dd4a720 chore(github-action): update docker/build-push-action digest to 471d1dc (#32585)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/build-push-action](https://redirect.github.com/docker/build-push-action)
| action | digest | `0adf995` -> `471d1dc` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19-->
2025-02-26 19:10:18 +01:00
TrueCharts Bot bd896a98e3 chore(container): update public.ecr.aws/docker/library/nextcloud:31.0.0-fpm docker digest to dd76149 (#32584)
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 | `c9436dd` -> `dd76149` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-26 19:09:30 +01:00
TrueCharts Bot e035cc8192 chore(container): update public.ecr.aws/docker/library/nextcloud docker tag to v31 (#32582)
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 | major
| `30.0.6-fpm` -> `31.0.0-fpm` |

---

> [!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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->
2025-02-26 13:11:14 +01:00
TrueCharts Bot 9345744295 chore(container): update public.ecr.aws/docker/library/traefik:3.3.4 docker digest to cc11989 (#32573)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/traefik](https://hub.docker.com/_/traefik)
([source](https://redirect.github.com/traefik/traefik-library-image)) |
stage | digest | `154511e` -> `cc11989` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-26 07:09:38 +01:00
TrueCharts Bot 3b147f41c7 chore(container): update public.ecr.aws/docker/library/traefik docker tag to v3.3.4 (#32567)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/traefik](https://hub.docker.com/_/traefik)
([source](https://redirect.github.com/traefik/traefik-library-image)) |
stage | patch | `v3.3.3` -> `3.3.4` |

---

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

---

### Release Notes

<details>
<summary>traefik/traefik-library-image
(public.ecr.aws/docker/library/traefik)</summary>

###
[`v3.3.4`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.4...v3.3.4)

[Compare
Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.4...v3.3.4)

###
[`v3.3.4`](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.3...v3.3.4)

[Compare
Source](https://redirect.github.com/traefik/traefik-library-image/compare/v3.3.3...v3.3.4)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-26 01:14:21 +01:00
James Musson 16bf3be1bd fix(nextcloud): update latest-version.sh with updated repository (#32511)
**Description**

nextcloud-fpm container source has changed and version number generated
by latest-version.sh has become out of date. This change updates the
script to grep with the new repository path.

⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
Cannot test locally; change is to matching string only not functionality
of script.

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

**✔️ Checklist:**

- [ ] ⚖️ 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: James Musson <jtmusson@hey.com>
2025-02-24 19:04:32 +01:00
TrueCharts Bot 3fca7fd208 chore(container): update docker.io/codercom/code-server docker tag to v4.97.2 (#32361) 2025-02-21 14:14:47 +01:00
TrueCharts Bot b034d63353 chore(github-action): update docker/build-push-action digest to 0adf995 (#32273)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/build-push-action](https://redirect.github.com/docker/build-push-action)
| action | digest | `ca877d9` -> `0adf995` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19-->
2025-02-19 19:15:09 +01:00
TrueCharts Bot 06da40d444 chore(container): update public.ecr.aws/docker/library/traefik:v3.3.3 docker digest to 19884a9 (#32229)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/traefik](https://hub.docker.com/_/traefik)
([source](https://redirect.github.com/traefik/traefik-library-image)) |
stage | digest | `be1aeb8` -> `19884a9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-18 13:26:12 +01:00
TrueCharts Bot 9daca25d54 chore(container): update traefik:v3.3.3 docker digest to 19884a9 (#32182)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [traefik](https://redirect.github.com/containous/traefik) | final |
digest | `be1aeb8` -> `19884a9` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-18 07:31:49 +01:00
TrueCharts Bot b6766e76b5 chore(container): update tccr.io/tccr/alpine:latest docker digest to 8ae22cc (#32181)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| tccr.io/tccr/alpine | final | digest | `9a9ffc1` -> `8ae22cc` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-18 07:28:09 +01:00
TrueCharts Bot 23aaf2486e chore(container): update golang:1.24.0-alpine docker digest to 2d40d4f (#32180)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | stage | digest | `3d74d23` -> `2d40d4f` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-18 07:25:53 +01:00
TrueCharts Bot 761a8e2a23 chore(container): update golang docker tag to v1.24.0 (#32105)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | stage | minor | `1.23.6-alpine` -> `1.24.0-alpine` |
| golang | final | minor | `1.23.6` -> `1.24.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-02-15 13:17:12 +00:00
TrueCharts Bot bfcd585c24 chore(container): update tccr.io/tccr/alpine docker tag to v3.21.3 (#32117)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tccr.io/tccr/alpine](https://redirect.github.com/truecharts/public) |
final | patch | `v3.21.2` -> `v3.21.3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-15 14:15:40 +01:00
TrueCharts Bot fc0cc9e0e8 chore(container): update alpine docker tag to v3.21.3 (#32090)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| alpine | final | patch | `3.21.2` -> `3.21.3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-15 08:01:50 +01:00
TrueCharts Bot 652317d504 chore(container): update traefik:v3.3.3 docker digest to be1aeb8 (#32050) 2025-02-15 07:25:52 +01:00
TrueCharts Bot d5d6bedafc chore(container): update public.ecr.aws/docker/library/traefik:v3.3.3 docker digest to be1aeb8 (#32049) 2025-02-15 07:23:39 +01:00
TrueCharts Bot 17679e3691 chore(container): update golang:1.23.6 docker digest to 77a21b3 (#32047) 2025-02-15 07:23:34 +01:00
TrueCharts Bot 41442fa814 chore(container): update golang:1.23.6-alpine docker digest to 9699757 (#32048) 2025-02-15 07:23:24 +01:00
TrueCharts Bot d442cc3c08 chore(container): update alpine docker digest to a8560b3 (#32046)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| alpine | final | digest | `56fa17d` -> `a8560b3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-15 07:23:20 +01:00
TrueCharts Bot d157661051 chore(container): update public.ecr.aws/docker/library/alpine docker tag to v3.21.3 (#32043)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[public.ecr.aws/docker/library/alpine](https://hub.docker.com/_/alpine)
([source](https://redirect.github.com/alpinelinux/docker-alpine)) |
stage | patch | `3.21.2` -> `3.21.3` |
|
[public.ecr.aws/docker/library/alpine](https://hub.docker.com/_/alpine)
([source](https://redirect.github.com/alpinelinux/docker-alpine)) |
final | patch | `3.21.2` -> `3.21.3` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2025-02-15 01:09:23 +01:00
TrueCharts Bot 8fc1f97c29 chore(container): update public.ecr.aws/docker/library/nextcloud:30.0.6-fpm docker digest to 3581684 (#32032)
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 | `6a4e6de` -> `3581684` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-14 13:08:32 +01:00
TrueCharts Bot 83d0cf812d chore(container): update public.ecr.aws/docker/library/nextcloud docker tag to v30.0.6 (#32026) 2025-02-14 07:08:36 +01:00
Kjeld Schouten dd05960e31 chore: Always utilise ECR for docker.io/library 2025-02-08 17:54:47 +01:00
Kjeld Schouten 982cdc6172 fix(dockerfiles): ensure docker.io and library are explicitly mentioned 2025-02-08 14:56:15 +01:00
TrueCharts Bot d5e323cfee chore(container): update golang:1.23.6 docker digest to 9271129 (#31753) 2025-02-08 13:47:35 +01:00
TrueCharts Bot 7958b36c8e chore(container): update golang:1.23.6-alpine docker digest to 2c49857 (#31754)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | stage | digest | `f7b9e13` -> `2c49857` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjIuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
2025-02-08 13:31:39 +01:00
TrueCharts Bot ef796e740d chore(container): update ubuntu:latest docker digest to 7229784 (#31695) 2025-02-07 02:44:21 +01:00
TrueCharts Bot 0703be19eb chore(container): update docker.io/nextcloud:30.0.5-fpm docker digest to 1654f68 (#31694) 2025-02-07 02:43:42 +01:00
TrueCharts Bot b1722948d5 chore(container): update golang docker tag to v1.23.6 (#31638)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | stage | patch | `1.23.5-alpine` -> `1.23.6-alpine` |
| golang | final | patch | `1.23.5` -> `1.23.6` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

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-02-05 10:18:35 +00:00
TrueCharts Bot c647919517 chore(container): update docker.io/tailscale/tailscale docker tag to v1.80.0 (#31653)
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 |
minor | `v1.78.3` -> `v1.80.0` |

---

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

---

### Release Notes

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

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

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

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2025-02-05 03:04:04 +01:00
TrueCharts Bot d3164ee7c0 chore(container): update golang:1.23.5 docker digest to e213430 (#31611)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | final | digest | `8c10f21` -> `e213430` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-02-05 02:43:08 +01:00
Alfred Göppel 09186e5b89 fix(devcontainer): update dockerfile (#31594)
**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
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

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

**📃 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._
2025-02-03 19:20:16 +01:00
TrueCharts Bot 2af85b7de2 chore(container): update traefik docker tag to v3.3.3 (#31473)
This PR contains the following updates:

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

---

> [!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.3`](https://redirect.github.com/traefik/traefik/releases/tag/v3.3.3)

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

**Bug fixes:**

- **\[api]** Do not create observability model by default
([#&#8203;11476](https://redirect.github.com/traefik/traefik/pull/11476)
by [rtribotte](https://redirect.github.com/rtribotte))
- **\[fastproxy]** Fix content-length header assertion
([#&#8203;11498](https://redirect.github.com/traefik/traefik/pull/11498)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[fastproxy]** Handle responses without content length header
([#&#8203;11458](https://redirect.github.com/traefik/traefik/pull/11458)
by [rtribotte](https://redirect.github.com/rtribotte))
- **\[k8s/crd,k8s]** Add missing headerField in Middleware CRD
([#&#8203;11499](https://redirect.github.com/traefik/traefik/pull/11499)
by [jspdown](https://redirect.github.com/jspdown))
- **\[tracing,accesslogs]** Bring back TraceID and SpanID fields in
access logs
([#&#8203;11450](https://redirect.github.com/traefik/traefik/pull/11450)
by [rtribotte](https://redirect.github.com/rtribotte))

**Misc:**

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

###
[`v3.3.3`](https://redirect.github.com/traefik/traefik/releases/tag/v3.3.3)

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

**Bug fixes:**

- **\[api]** Do not create observability model by default
([#&#8203;11476](https://redirect.github.com/traefik/traefik/pull/11476)
by [rtribotte](https://redirect.github.com/rtribotte))
- **\[fastproxy]** Fix content-length header assertion
([#&#8203;11498](https://redirect.github.com/traefik/traefik/pull/11498)
by [kevinpollet](https://redirect.github.com/kevinpollet))
- **\[fastproxy]** Handle responses without content length header
([#&#8203;11458](https://redirect.github.com/traefik/traefik/pull/11458)
by [rtribotte](https://redirect.github.com/rtribotte))
- **\[k8s/crd,k8s]** Add missing headerField in Middleware CRD
([#&#8203;11499](https://redirect.github.com/traefik/traefik/pull/11499)
by [jspdown](https://redirect.github.com/jspdown))
- **\[tracing,accesslogs]** Bring back TraceID and SpanID fields in
access logs
([#&#8203;11450](https://redirect.github.com/traefik/traefik/pull/11450)
by [rtribotte](https://redirect.github.com/rtribotte))

**Misc:**

- Merge branch v2.11 into v3.3
([#&#8203;11502](https://redirect.github.com/traefik/traefik/pull/11502)
by [rtribotte](https://redirect.github.com/rtribotte))
- Merge branch v2.11 into v3.3
([#&#8203;11491](https://redirect.github.com/traefik/traefik/pull/11491)
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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-02-01 12:18:48 +01:00
TrueCharts Bot 045fbb23a2 chore(container): update tccr.io/tccr/alpine:v3.21.2 docker digest to 9a9ffc1 (#31392) 2025-02-01 02:51:44 +01:00
TrueCharts Bot 2a7ec6c30c chore(container): update tccr.io/tccr/alpine:latest docker digest to 9a9ffc1 (#31391)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| tccr.io/tccr/alpine | final | digest | `b253939` -> `9a9ffc1` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-02-01 02:51:01 +01:00
Alfred Göppel 659b8ddd39 fix(alpine): Update Dockerfile (#31325)
**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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-28 13:32:10 +01:00
TrueCharts Bot eaf85adef1 chore(container): update tccr.io/tccr/alpine:latest docker digest to b253939 (#31219)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| tccr.io/tccr/alpine | final | digest | `ec64547` -> `b253939` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
2025-01-27 02:40:58 +01:00
TrueCharts-Bot c3347279cb Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2025-01-27 00:12:45 +00:00
Alfred Göppel ae86e9e9a0 fix(mongodb-wait): Update Version (#31218)
**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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-01-26 15:30:36 +01:00
TrueCharts Bot c24ebf612f chore(deps): pin ubuntu docker tag to 80dd3c3 (#31172)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| ubuntu | final | pinDigest |  -> `80dd3c3` |

---

> [!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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiXX0=-->

---------

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-01-26 11:15:58 +01:00
TrueCharts Bot 9ce891d765 chore(container): update tccr.io/tccr/alpine docker tag to v3.21.2 (#31179)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tccr.io/tccr/alpine](https://redirect.github.com/truecharts/public) |
final | patch | `v3.21.0` -> `v3.21.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
2025-01-26 02:38:19 +01:00