Commit Graph

6528 Commits

Author SHA1 Message Date
4ec90ecc0b Update Helm release headlamp to v0.36.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 11s
2025-10-08 21:41:44 +00:00
c18d3e5edb Update Helm release cert-manager to v1.19.0 (#1711)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m5s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://cert-manager.io) ([source](https://github.com/cert-manager/cert-manager)) | minor | `v1.18.2` -> `v1.19.0` |

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

### [`v1.19.0`](https://github.com/cert-manager/cert-manager/releases/tag/v1.19.0)

[Compare Source](https://github.com/cert-manager/cert-manager/compare/v1.18.2...v1.19.0)

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

This release focuses on expanding platform compatibility, improving deployment flexibility, enhancing observability, and addressing key reliability issues.

> 📖  Read the full release notes at cert-manager.io: <https://cert-manager.io/docs/releases/release-notes/release-notes-1.19>

Changes since `v1.18.0`:

#### Feature

- Add IPv6 rules to the default network policy ([#&#8203;7726](https://github.com/cert-manager/cert-manager/issues/7726), [@&#8203;jcpunk](https://github.com/jcpunk))
- Add `global.nodeSelector` to helm chart to allow for a single `nodeSelector` to be set across all services. ([#&#8203;7818](https://github.com/cert-manager/cert-manager/issues/7818), [@&#8203;StingRayZA](https://github.com/StingRayZA))
- Add a feature gate to default to Ingress `pathType` `Exact` in ACME HTTP01 Ingress challenge solvers. ([#&#8203;7795](https://github.com/cert-manager/cert-manager/issues/7795), [@&#8203;sspreitzer](https://github.com/sspreitzer))
- Add generated `applyconfigurations` allowing clients to make type-safe server-side apply requests for cert-manager resources. ([#&#8203;7866](https://github.com/cert-manager/cert-manager/issues/7866), [@&#8203;erikgb](https://github.com/erikgb))
- Added API defaults to issuer references group (cert-manager.io) and kind (Issuer). ([#&#8203;7414](https://github.com/cert-manager/cert-manager/issues/7414), [@&#8203;erikgb](https://github.com/erikgb))
- Added `certmanager_certificate_challenge_status` Prometheus metric. ([#&#8203;7736](https://github.com/cert-manager/cert-manager/issues/7736), [@&#8203;hjoshi123](https://github.com/hjoshi123))
- Added `protocol` field for `rfc2136` DNS01 provider ([#&#8203;7881](https://github.com/cert-manager/cert-manager/issues/7881), [@&#8203;hjoshi123](https://github.com/hjoshi123))
- Added experimental field `hostUsers` flag to all pods. Not set by default. ([#&#8203;7973](https://github.com/cert-manager/cert-manager/issues/7973), [@&#8203;hjoshi123](https://github.com/hjoshi123))
- Support configurable resource requests and limits for ACME HTTP01 solver pods through ClusterIssuer and Issuer specifications, allowing granular resource management that overrides global `--acme-http01-solver-resource-*` settings. ([#&#8203;7972](https://github.com/cert-manager/cert-manager/issues/7972), [@&#8203;lunarwhite](https://github.com/lunarwhite))
- The `CAInjectorMerging` feature has been promoted to BETA and is now enabled by default ([#&#8203;8017](https://github.com/cert-manager/cert-manager/issues/8017), [@&#8203;ThatsMrTalbot](https://github.com/ThatsMrTalbot))
- The controller, webhook and ca-injector now log their version and git commit on startup for easier debugging and support. ([#&#8203;8072](https://github.com/cert-manager/cert-manager/issues/8072), [@&#8203;prasad89](https://github.com/prasad89))
- Updated `certificate` metrics to the collector approach. ([#&#8203;7856](https://github.com/cert-manager/cert-manager/issues/7856), [@&#8203;hjoshi123](https://github.com/hjoshi123))

#### Bug or Regression

- ACME: Increased challenge authorization timeout to 2 minutes to fix `error waiting for authorization` ([#&#8203;7796](https://github.com/cert-manager/cert-manager/issues/7796), [@&#8203;hjoshi123](https://github.com/hjoshi123))
- BUGFIX: permitted URI domains were incorrectly used to set the excluded URI domains in the CSR's name constraints ([#&#8203;7816](https://github.com/cert-manager/cert-manager/issues/7816), [@&#8203;kinolaev](https://github.com/kinolaev))
- Enforced ACME HTTP-01 solver validation to properly reject configurations when multiple ingress options (`class`, `ingressClassName`, `name`) are specified simultaneously ([#&#8203;8021](https://github.com/cert-manager/cert-manager/issues/8021), [@&#8203;lunarwhite](https://github.com/lunarwhite))
- Increase maximum sizes of PEM certificates and chains which can be parsed in cert-manager, to handle leaf certificates with large numbers of DNS names or other identities ([#&#8203;7961](https://github.com/cert-manager/cert-manager/issues/7961), [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish))
- Reverted adding the `global.rbac.disableHTTPChallengesRole` Helm option. ([#&#8203;7836](https://github.com/cert-manager/cert-manager/issues/7836), [@&#8203;inteon](https://github.com/inteon))
- This change removes the `path` label of core ACME client metrics and will require users to update their monitoring dashboards and alerting rules if using those metrics. ([#&#8203;8109](https://github.com/cert-manager/cert-manager/issues/8109), [@&#8203;mladen-rusev-cyberark](https://github.com/mladen-rusev-cyberark))
- Use the latest version of `ingress-nginx` in E2E tests to ensure compatibility ([#&#8203;7792](https://github.com/cert-manager/cert-manager/issues/7792), [@&#8203;wallrj](https://github.com/wallrj))

#### Other (Cleanup or Flake)

- Helm: Fix naming template of `tokenrequest` RoleBinding resource to improve consistency ([#&#8203;7761](https://github.com/cert-manager/cert-manager/issues/7761), [@&#8203;lunarwhite](https://github.com/lunarwhite))
- Improve error messages when certificates, CRLs or private keys fail admission due to malformed or missing PEM data ([#&#8203;7928](https://github.com/cert-manager/cert-manager/issues/7928), [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish))
- Major upgrade of Akamai SDK. NOTE: The new version has not been fully tested end-to-end due to the lack of cloud infrastructure. ([#&#8203;8003](https://github.com/cert-manager/cert-manager/issues/8003), [@&#8203;hjoshi123](https://github.com/hjoshi123))
- Update kind images to include the Kubernetes 1.33 node image ([#&#8203;7786](https://github.com/cert-manager/cert-manager/issues/7786), [@&#8203;wallrj](https://github.com/wallrj))
- Use `maps.Copy` for cleaner map handling ([#&#8203;8092](https://github.com/cert-manager/cert-manager/issues/8092), [@&#8203;quantpoet](https://github.com/quantpoet))
- Vault: Migrate Vault E2E add-on tests from deprecated `vault-client-go` to the new `vault/api` client. ([#&#8203;8059](https://github.com/cert-manager/cert-manager/issues/8059), [@&#8203;armagankaratosun](https://github.com/armagankaratosun))

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1711
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-08 21:40:28 +00:00
3deba648a0 Update Helm release generic-device-plugin to v0.13.0 (#1714)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [generic-device-plugin](https://github.com/bjw-s/helm-charts) ([source](https://github.com/bjw-s/helm-charts/tree/HEAD/charts/library/common)) | minor | `0.12.0` -> `0.13.0` |

---

### 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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==-->

Reviewed-on: #1714
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-08 21:40:19 +00:00
e66171d9dd Update prometheus-operator-crds Docker tag to v24 (#1707)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prometheus-operator-crds](https://github.com/prometheus-community/helm-charts) | major | `23.0.0` -> `24.0.0` |

---

### Release Notes

<details>
<summary>prometheus-community/helm-charts (prometheus-operator-crds)</summary>

### [`v24.0.0`](https://github.com/prometheus-community/helm-charts/releases/tag/prometheus-operator-crds-24.0.0)

[Compare Source](https://github.com/prometheus-community/helm-charts/compare/prometheus-operator-crds-23.0.0...prometheus-operator-crds-24.0.0)

A Helm chart that collects custom resource definitions (CRDs) from the Prometheus Operator, allowing for seamless integration with GitOps tools

#### What's Changed

- Revert "\[CI] Update dependency python to 3.14" by [@&#8203;jkroepke](https://github.com/jkroepke) in [#&#8203;6204](https://github.com/prometheus-community/helm-charts/pull/6204)
- \[prometheus-operator-crds] Update dependency prometheus-operator/prometheus-operator to v0.86.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;6199](https://github.com/prometheus-community/helm-charts/pull/6199)

**Full Changelog**: <https://github.com/prometheus-community/helm-charts/compare/prometheus-blackbox-exporter-11.4.0...prometheus-operator-crds-24.0.0>

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1707
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-08 21:39:54 +00:00
8ff2625a3b Update ghcr.io/linuxserver/lidarr Docker tag to v2.14.5 (#1713)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m45s
2025-10-08 16:02:58 +00:00
ef8dbb00e0 Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.30.0 (#1712)
Some checks failed
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-10-08 16:02:48 +00:00
0667f3e8dc Update vectorim/element-web Docker tag to v1.12.1 (#1710)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m34s
2025-10-08 13:02:19 +00:00
8964d8fe8b Update Helm release matrix-synapse to v3.12.11 (#1709)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-10-08 13:02:12 +00:00
d31afb3188 Update searxng/searxng:latest Docker digest to 106c4d4 (#1708)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m59s
2025-10-08 12:04:00 +00:00
95af4d26b3 Update Helm release argo-cd to v8.5.9 (#1706)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 3m32s
2025-10-08 09:03:12 +00:00
0c80dbb230 Update ghcr.io/n8n-io/n8n Docker tag to v1.115.1 (#1705)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Has been cancelled
2025-10-08 09:02:54 +00:00
1bd45649cd Update ghcr.io/linuxserver/prowlarr:2.0.5 Docker digest to 9644858 (#1704)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 26s
renovate / renovate (push) Successful in 2m43s
2025-10-08 04:03:58 +00:00
6e59b3432a Update ghcr.io/linuxserver/lidarr:2.13.3 Docker digest to e9ab17c (#1703)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 1m12s
2025-10-08 04:02:30 +00:00
c7ce92002f Update d3fk/s3cmd:latest Docker digest to 00203c8 (#1702)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 3m48s
2025-10-08 03:01:59 +00:00
fe443978af Update ghcr.io/linuxserver/qbittorrent:5.1.2 Docker digest to 0328013 (#1701)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 1m33s
2025-10-08 00:02:52 +00:00
adb6d3807e update chart
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m13s
2025-10-07 17:49:05 -05:00
37eb1bab47 Update ghcr.io/open-webui/open-webui Docker tag to v0.6.33 (#1700)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m8s
2025-10-07 22:02:28 +00:00
8c469cdcd3 Update ghcr.io/linuxserver/bazarr:1.5.3 Docker digest to 005f97f (#1699)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-10-07 22:02:21 +00:00
ffbddceb92 switch index
All checks were successful
lint-test-helm / helm-lint (push) Successful in 35s
renovate / renovate (push) Successful in 1m59s
2025-10-07 16:03:03 -05:00
5008f1b444 enable
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m40s
2025-10-07 15:50:46 -05:00
8fe6f696a4 change index
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m0s
2025-10-07 15:49:25 -05:00
bcddeff920 disable backups
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m19s
2025-10-07 15:47:53 -05:00
91d836cf65 Update postgres-cluster Docker tag to v6.13.0 (#1698)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m25s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [postgres-cluster](https://github.com/cloudnative-pg/cloudnative-pg) | minor | `6.12.0` -> `6.13.0` |

---

### 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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1698
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-07 20:38:51 +00:00
0e613e9877 enable backups
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m44s
2025-10-07 15:34:56 -05:00
5691d41479 disable wal
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m8s
2025-10-07 15:29:42 -05:00
be5829e491 disable backup
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
2025-10-07 15:28:49 -05:00
8e15a9e705 Update ghcr.io/haveagitgat/tdarr_node Docker tag to v2.48.01 (#1683)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m27s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/haveagitgat/tdarr_node](https://github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://github.com/linuxserver/docker-baseimage-ubuntu)) | minor | `2.47.01` -> `2.48.01` |

---

### 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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1683
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-07 20:17:12 +00:00
e6037db293 Update ghcr.io/haveagitgat/tdarr Docker tag to v2.48.01 (#1682)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/haveagitgat/tdarr](https://github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://github.com/linuxserver/docker-baseimage-ubuntu)) | minor | `2.47.01` -> `2.48.01` |

---

### 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 is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1682
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-07 20:17:05 +00:00
905f9ecca7 Update Helm release gitea to v12.4.0 (#1692)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [gitea](https://gitea.com/gitea/helm-gitea) | minor | `12.3.0` -> `12.4.0` |

---

### Release Notes

<details>
<summary>gitea/helm-gitea (gitea)</summary>

### [`v12.4.0`](https://gitea.com/gitea/helm-gitea/releases/tag/v12.4.0)

[Compare Source](https://gitea.com/gitea/helm-gitea/compare/v12.3.0...v12.4.0)

##### Bug Fixes

- **deps:** use bitnamilegacy images ([#&#8203;962](https://github.com/gitea/helm-gitea/issues/962)) ([`8901754`](https://github.com/gitea/helm-gitea/commit/8901754))

##### Maintenance

- **deps:** update dependency helm-unittest/helm-unittest to v1.0.2 ([#&#8203;960](https://github.com/gitea/helm-gitea/issues/960)) ([`40d8e5b`](https://github.com/gitea/helm-gitea/commit/40d8e5b))
- **deps:** update commitlint/commitlint docker tag to v20 ([#&#8203;957](https://github.com/gitea/helm-gitea/issues/957)) ([`1cdb7b7`](https://github.com/gitea/helm-gitea/commit/1cdb7b7))
- **deps:** update lockfiles ([#&#8203;956](https://github.com/gitea/helm-gitea/issues/956)) ([`5c88f5f`](https://github.com/gitea/helm-gitea/commit/5c88f5f))
- **deps:** update alpine/helm docker tag to v3.19.0 ([#&#8203;954](https://github.com/gitea/helm-gitea/issues/954)) ([`d7437ce`](https://github.com/gitea/helm-gitea/commit/d7437ce))

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJjaGFydCJdfQ==-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1692
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-07 20:16:53 +00:00
e82263dd63 Update ghcr.io/twin/gatus Docker tag to v5.26.0 (#1689)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/twin/gatus](https://github.com/TwiN/gatus) | minor | `v5.25.2` -> `v5.26.0` |

---

### Release Notes

<details>
<summary>TwiN/gatus (ghcr.io/twin/gatus)</summary>

### [`v5.26.0`](https://github.com/TwiN/gatus/releases/tag/v5.26.0)

[Compare Source](https://github.com/TwiN/gatus/compare/v5.25.2...v5.26.0)

#### What's Changed

- feat(alerting): Add support for n8n alerts by [@&#8203;TwiN](https://github.com/TwiN) in [#&#8203;1309](https://github.com/TwiN/gatus/pull/1309)
- feat(client): Support body placeholder for SSH endpoints  by [@&#8203;yansh97](https://github.com/yansh97) in [#&#8203;1286](https://github.com/TwiN/gatus/pull/1286)
- feat(alerting): Add RESULT\_CONDITIONS in custom alert to have more information by [@&#8203;aalmenar](https://github.com/aalmenar) in [#&#8203;1086](https://github.com/TwiN/gatus/pull/1086)
- fix(alerting): Implement deduplication key generation for incidentio alerts by [@&#8203;NerdySoftPaw](https://github.com/NerdySoftPaw) in [#&#8203;1296](https://github.com/TwiN/gatus/pull/1296)
- fix(ui): Swap oldest/newest result time for SuiteCard.vue by [@&#8203;TwiN](https://github.com/TwiN) in [#&#8203;1308](https://github.com/TwiN/gatus/pull/1308)
- fix(alerting): Format link from Telegram alert description when sending message  by [@&#8203;andriyor](https://github.com/andriyor) in [#&#8203;1200](https://github.com/TwiN/gatus/pull/1200)
- chore(deps): Update aws-sdk-go to aws-sdk-go-v2 by [@&#8203;TwiN](https://github.com/TwiN) in [#&#8203;1305](https://github.com/TwiN/gatus/pull/1305)

#### New Contributors

- [@&#8203;NerdySoftPaw](https://github.com/NerdySoftPaw) made their first contribution in [#&#8203;1296](https://github.com/TwiN/gatus/pull/1296)
- [@&#8203;yansh97](https://github.com/yansh97) made their first contribution in [#&#8203;1286](https://github.com/TwiN/gatus/pull/1286)
- [@&#8203;andriyor](https://github.com/andriyor) made their first contribution in [#&#8203;1200](https://github.com/TwiN/gatus/pull/1200)

**Full Changelog**: <https://github.com/TwiN/gatus/compare/v5.25.2...v5.26.0>

</details>

---

### Configuration

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

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

♻ **Rebasing**: Whenever PR is behind base branch, 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://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->

Reviewed-on: #1689
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-07 20:16:35 +00:00
c083a70438 Update Helm release rook-ceph-cluster to v1.18.4 (#1695)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m11s
2025-10-07 20:03:00 +00:00
be2f41bdf8 Update ghcr.io/linuxserver/code-server Docker tag to v4.104.3 (#1697)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-10-07 20:02:58 +00:00
c92b5cdc18 Update Helm release rook-ceph to v1.18.4 (#1694)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m47s
2025-10-07 19:01:57 +00:00
b7b8eab144 Update kube-prometheus-stack Docker tag to v77.14.0 (#1693)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m3s
2025-10-07 16:04:27 +00:00
0e013356a6 Update node-feature-discovery Docker tag to v0.18.1 (#1690)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 4m13s
2025-10-07 14:04:01 +00:00
839ab66847 downgrade
All checks were successful
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 4m2s
2025-10-06 23:15:27 -05:00
5226446a1e disable
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m57s
2025-10-06 23:10:35 -05:00
3c57a17eeb disable
Some checks failed
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Has been cancelled
2025-10-06 23:09:57 -05:00
a42ba4a56b downgrade
All checks were successful
lint-test-helm / helm-lint (push) Successful in 15s
renovate / renovate (push) Successful in 1m46s
2025-10-06 23:04:23 -05:00
bef58ce7df disable
All checks were successful
lint-test-helm / helm-lint (push) Successful in 57s
renovate / renovate (push) Successful in 2m3s
2025-10-06 23:01:05 -05:00
1259cb6e73 enable
All checks were successful
lint-test-helm / helm-lint (push) Successful in 23s
renovate / renovate (push) Successful in 3m3s
2025-10-06 22:59:47 -05:00
c0535a2540 remove arg
All checks were successful
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 1m31s
2025-10-06 22:52:57 -05:00
821fb324cd upgrade
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m18s
2025-10-06 22:47:33 -05:00
97a5f36a4c downgrade
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m27s
2025-10-06 22:45:30 -05:00
c527f3379d enable endpoitn
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m49s
2025-10-06 22:36:12 -05:00
c58ca297c5 disable probes
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m32s
2025-10-06 22:25:57 -05:00
192817c6f1 extend initial delay
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m5s
2025-10-06 22:19:28 -05:00
4a38e9a275 change config
All checks were successful
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Successful in 1m45s
2025-10-06 22:17:41 -05:00
198bf947ec Update caronc/apprise Docker tag to v1.2.2 (#1687)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m4s
2025-10-06 16:04:05 +00:00
5427925e67 Update ghcr.io/n8n-io/n8n Docker tag to v1.115.0 (#1685)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 4m3s
2025-10-06 13:04:05 +00:00