Commit Graph

6575 Commits

Author SHA1 Message Date
063a710eaa Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.3 (#1118)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 2m0s
2025-08-04 12:02:08 +00:00
73ae0372c3 Update ghcr.io/linuxserver/plex:1.41.9 Docker digest to 67f81a4
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 16s
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 1m22s
2025-08-04 10:02:40 +00:00
f69886679c Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.1 (#1116)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 7s
renovate / renovate (push) Successful in 2m5s
2025-08-04 06:01:45 +00:00
f1cc34349d Update Helm release external-secrets to v0.19.0 (#1114)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m40s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [external-secrets](https://github.com/external-secrets/external-secrets) | minor | `0.18.2` -> `0.19.0` |

---

### Release Notes

<details>
<summary>external-secrets/external-secrets (external-secrets)</summary>

### [`v0.19.0`](https://github.com/external-secrets/external-secrets/releases/tag/v0.19.0)

[Compare Source](https://github.com/external-secrets/external-secrets/compare/v0.18.2...v0.19.0)

#### **BREAKING CHANGE**

🔴 🔴  BREAKING CHANGE 🔴 🔴

Please note that this a breaking change because our CRDs are now too big. Meaning a simple kubectl apply or Argo's default client side apply WILL NOT WORK! You have to add `--server-side` to kubectl apply and in argo add:

```yaml
spec:
  project: default
  syncPolicy:
    automated:
      prune: true
      selfHeal: true
    syncOptions:
    - CreateNamespace=true
    - ServerSideApply=true
```

for it to correctly install the CRDs. Thank you.

Image: `ghcr.io/external-secrets/external-secrets:v0.19.0`
Image: `ghcr.io/external-secrets/external-secrets:v0.19.0-ubi`
Image: `ghcr.io/external-secrets/external-secrets:v0.19.0-ubi-boringssl`

#### What's Changed

- chore: release helm chart for v0.18.2 by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/4985
- chore(deps): bump golang from `ee7ff13` to `10f549d` in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/4997
- chore(deps): bump golang from `68932fa` to `68932fa` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5000
- chore(deps): bump mkdocs-material from 9.6.14 to 9.6.15 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/4998
- chore(deps): bump anchore/sbom-action from 0.20.1 to 0.20.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5001
- chore(deps): bump github/codeql-action from 3.29.1 to 3.29.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5003
- chore(deps): bump aquasecurity/trivy-action from 0.31.0 to 0.32.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5002
- fix: do not turn original value into string on value scope by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/5011
- fix: add uuid in edit and view clusterroles by [@&#8203;sylvainOL](https://github.com/sylvainOL) in https://github.com/external-secrets/external-secrets/pull/5017
- chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app)\[bot] in https://github.com/external-secrets/external-secrets/pull/4999
- fix: template data should not be the secret Data itself by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/5023
- Fix: Return appropriate error in ValidateStore by [@&#8203;prakash-218](https://github.com/prakash-218) in https://github.com/external-secrets/external-secrets/pull/5019
- feat(helm): allow to set init containers by [@&#8203;rclsilver](https://github.com/rclsilver) in https://github.com/external-secrets/external-secrets/pull/4745
- chore(deps): bump certifi from 2025.6.15 to 2025.7.14 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5032
- Fix: Remove root/buildinfo from ubi build files by [@&#8203;bainsy88](https://github.com/bainsy88) in https://github.com/external-secrets/external-secrets/pull/5037
- chore(deps): bump ubi8/ubi from `19eae3d` to `c0b0729` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5033
- chore(deps): bump golang from 1.24.4-bookworm to 1.24.5-bookworm in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5029
- chore(deps): bump golang from 1.24.4 to 1.24.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5034
- chore: update dependencies by [@&#8203;eso-service-account-app](https://github.com/eso-service-account-app)\[bot] in https://github.com/external-secrets/external-secrets/pull/5031
- Add Red Hat OpenShift in Adopters by [@&#8203;KeenonLee](https://github.com/KeenonLee) in https://github.com/external-secrets/external-secrets/pull/5039
- fix: remove authentication option with JWT token from STSSessionToken generator by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/5026
- fix: add validation constraints to ExternalSecretRewrite  by [@&#8203;Aakkash-Suresh](https://github.com/Aakkash-Suresh) in https://github.com/external-secrets/external-secrets/pull/5006
- fix: stability support matrix by [@&#8203;gusfcarvalho](https://github.com/gusfcarvalho) in https://github.com/external-secrets/external-secrets/pull/5043
- docs(decoding-strategy): clarify base64 auto-detection limitations by [@&#8203;orymate](https://github.com/orymate) in https://github.com/external-secrets/external-secrets/pull/5004
- feat(infisical): auth methods by [@&#8203;DanielHougaard](https://github.com/DanielHougaard) in https://github.com/external-secrets/external-secrets/pull/5040
- chore(deps): bump alpine from 3.22.0 to 3.22.1 in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5046
- chore(aws): parameterstore unit tests improvement by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in https://github.com/external-secrets/external-secrets/pull/4986
- fix(helm): grafana dashboard: fix heatmaps to actually be heatmaps, not time series by [@&#8203;desaintmartin](https://github.com/desaintmartin) in https://github.com/external-secrets/external-secrets/pull/5069
- chore(deps): bump sigstore/cosign-installer from 3.9.1 to 3.9.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5047
- chore(deps): bump step-security/harden-runner from 2.12.2 to 2.13.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5048
- chore(deps): bump golang from `ddf5200` to `daae04e` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5049
- chore(deps): bump alpine from `8a1f59f` to `4bcff63` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5051
- chore(deps): bump alpine from `8a1f59f` to `4bcff63` in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5052
- chore(deps): bump mkdocs-material from 9.6.15 to 9.6.16 in /hack/api-docs by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5077
- Add SelfSubjectAccessReview as a fallback for failing SelfSubjectRulesReview by [@&#8203;alvin-rw](https://github.com/alvin-rw) in https://github.com/external-secrets/external-secrets/pull/5025
- chore(deps): bump golang from `69adc37` to `ef8c5c7` in /e2e by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5076
- chore(deps): bump ubi8/ubi from `c0b0729` to `785d38c` by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5075
- chore(deps): bump github/codeql-action from 3.29.2 to 3.29.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5072
- chore(deps): bump anchore/sbom-action from 0.20.2 to 0.20.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/external-secrets/external-secrets/pull/5073
- SSHKey generator by [@&#8203;dex4er](https://github.com/dex4er) in https://github.com/external-secrets/external-secrets/pull/5083
- fix: restore AWS credential chain resolution for ECRAuthorizationToken generator by [@&#8203;aditmeno](https://github.com/aditmeno) in https://github.com/external-secrets/external-secrets/pull/5082
- fix(helm): grafana dashboard: add widget for sum of not ready secrets by [@&#8203;desaintmartin](https://github.com/desaintmartin) in https://github.com/external-secrets/external-secrets/pull/5086
- feat(aws): secretsmanager to update/patch/delete tags by [@&#8203;ivankatliarchuk](https://github.com/ivankatliarchuk) in https://github.com/external-secrets/external-secrets/pull/4984
- fix: update the e2e test with the new store status value by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/5089
- fix: correct usage of if in dlc and update for server side apply by [@&#8203;Skarlso](https://github.com/Skarlso) in https://github.com/external-secrets/external-secrets/pull/5092

#### New Contributors

- [@&#8203;sylvainOL](https://github.com/sylvainOL) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5017
- [@&#8203;prakash-218](https://github.com/prakash-218) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5019
- [@&#8203;rclsilver](https://github.com/rclsilver) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4745
- [@&#8203;bainsy88](https://github.com/bainsy88) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5037
- [@&#8203;KeenonLee](https://github.com/KeenonLee) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5039
- [@&#8203;orymate](https://github.com/orymate) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5004
- [@&#8203;desaintmartin](https://github.com/desaintmartin) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5069
- [@&#8203;alvin-rw](https://github.com/alvin-rw) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5025
- [@&#8203;dex4er](https://github.com/dex4er) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5083
- [@&#8203;aditmeno](https://github.com/aditmeno) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5082

**Full Changelog**: https://github.com/external-secrets/external-secrets/compare/v0.18.2...v0.19.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->

Reviewed-on: #1114
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-03 23:06:45 +00:00
d44988b875 Update ghcr.io/stuffanthings/qbit_manage Docker tag to v4.5.2 (#1115)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m9s
2025-08-03 20:01:36 +00:00
440866697e Update Helm release gatus to v1.3.1 (#1113)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 1m32s
2025-08-03 18:02:09 +00:00
3e68301189 Update ghcr.io/tautulli/tautulli Docker tag to v2.15.3 (#1112)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-03 18:02:01 +00:00
0a73d4866b Update ghcr.io/twin/gatus Docker tag to v5.21.0 (#1105)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m5s
This PR contains the following updates:

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

---

### Release Notes

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

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

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

#### What's Changed

- feat(external-endpoint): Implement heartbeat by [@&#8203;TwiN](https://github.com/TwiN) in https://github.com/TwiN/gatus/pull/1173
- feat(alerting): Support sending messages to Telegram topics in group by [@&#8203;medaved](https://github.com/medaved) in https://github.com/TwiN/gatus/pull/928
- feat: Add body to TCP, UDP, and TLS endpoints and templating by [@&#8203;jasonshugart](https://github.com/jasonshugart) in https://github.com/TwiN/gatus/pull/1134
- fix(websocket): add support for custom headers in WS check by [@&#8203;olexandrd](https://github.com/olexandrd) in https://github.com/TwiN/gatus/pull/1180
- fix(websocket): use tls config by [@&#8203;joy4eg](https://github.com/joy4eg) in https://github.com/TwiN/gatus/pull/1165
- docs: Update example Grafana dashboard by [@&#8203;perfectra1n](https://github.com/perfectra1n) in https://github.com/TwiN/gatus/pull/1163
- chore(deps): bump google.golang.org/api from 0.236.0 to 0.242.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/TwiN/gatus/pull/1164
- chore(deps): Bump TwiN/whois dependency to v1.1.11 by [@&#8203;Byh0ki](https://github.com/Byh0ki) in https://github.com/TwiN/gatus/pull/1175
- chore(deps): bump github.com/valyala/fasthttp from 1.62.0 to 1.64.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/TwiN/gatus/pull/1162
- chore(deps): bump github.com/miekg/dns from 1.1.66 to 1.1.67 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in https://github.com/TwiN/gatus/pull/1166

#### New Contributors

- [@&#8203;medaved](https://github.com/medaved) made their first contribution in https://github.com/TwiN/gatus/pull/928
- [@&#8203;perfectra1n](https://github.com/perfectra1n) made their first contribution in https://github.com/TwiN/gatus/pull/1163
- [@&#8203;jasonshugart](https://github.com/jasonshugart) made their first contribution in https://github.com/TwiN/gatus/pull/1134
- [@&#8203;joy4eg](https://github.com/joy4eg) made their first contribution in https://github.com/TwiN/gatus/pull/1165
- [@&#8203;Byh0ki](https://github.com/Byh0ki) made their first contribution in https://github.com/TwiN/gatus/pull/1175
- [@&#8203;olexandrd](https://github.com/olexandrd) made their first contribution in https://github.com/TwiN/gatus/pull/1180

**Full Changelog**: https://github.com/TwiN/gatus/compare/v5.20.0...v5.21.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #1105
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-03 16:59:19 +00:00
9981db78e9 Update ghcr.io/gethomepage/homepage Docker tag to v1.4.3
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 8s
lint-test-docker / docker-lint (pull_request) Successful in 18s
lint-test-docker / docker-lint (push) Successful in 8s
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m38s
2025-08-03 16:02:14 +00:00
c24f43680e Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m12s
2025-08-03 11:01:26 +00:00
0cb027510a Update searxng/searxng:latest Docker digest to d7325ed
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m27s
2025-08-03 09:01:42 +00:00
c6f91e059b Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.2
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m43s
2025-08-03 06:02:21 +00:00
cb23a8a8df Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.27.0
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 11s
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 1m4s
2025-08-03 00:01:51 +00:00
f7dfcfac4c Update ghcr.io/gethomepage/homepage Docker tag to v1.4.2
All checks were successful
lint-test-docker / docker-lint (pull_request) Successful in 9s
lint-test-helm / helm-lint (pull_request) Successful in 12s
lint-test-helm / helm-lint (push) Successful in 10s
lint-test-docker / docker-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m20s
2025-08-02 23:01:20 +00:00
7cc78897db Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.1 (#1104)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m55s
2025-08-02 18:01:36 +00:00
46f7e49520 Update ghcr.io/actualbudget/actual Docker tag to v25.8.0 (#1103)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m33s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual | minor | `25.7.1` -> `25.8.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->

Reviewed-on: #1103
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-02 16:53:51 +00:00
abb79c5ec7 Update ghcr.io/gethomepage/homepage Docker tag to v1.4.1 (#1102)
All checks were successful
lint-test-docker / docker-lint (push) Successful in 9s
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m37s
2025-08-02 13:01:42 +00:00
96c3cbd4fd change image
All checks were successful
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 1m33s
2025-08-01 18:46:59 -05:00
30b27adefc switch image
Some checks failed
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Has been cancelled
2025-08-01 18:45:27 -05:00
e4085637ec change container
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m10s
2025-08-01 18:40:26 -05:00
b9a6eea23a Update Helm release tailscale-operator to v1.86.2 (#1098)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tailscale-operator](https://github.com/tailscale/tailscale) | minor | `1.84.3` -> `1.86.2` |

---

### Release Notes

<details>
<summary>tailscale/tailscale (tailscale-operator)</summary>

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

[Compare Source](https://github.com/tailscale/tailscale/compare/v1.84.3...v1.86.2)

Please refer to the changelog available at https://tailscale.com/changelog

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

Reviewed-on: #1098
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-01 23:39:29 +00:00
a2ff073e4f Update Helm release rook-ceph-cluster to v1.17.7 (#1101)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 20s
renovate / renovate (push) Successful in 1m13s
2025-08-01 19:02:54 +00:00
a87fba67b0 Update Helm release rook-ceph to v1.17.7 (#1100)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-01 19:02:45 +00:00
4d6e09c834 Update Helm release local-path-provisioner to v0.0.33 (#1099)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-01 19:02:35 +00:00
fcd9de09f1 Update bbilly1/tubearchivist Docker tag to v0.5.5
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m34s
2025-08-01 16:01:05 +00:00
67d21a41ef Update goharbor/harbor-core Docker tag to v2.13.2 (#1088)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 3m0s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| goharbor/harbor-core | patch | `v2.13.1` -> `v2.13.2` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->

Reviewed-on: #1088
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-01 15:53:54 +00:00
0b4a1cf685 Update goharbor/harbor-jobservice Docker tag to v2.13.2 (#1090)
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 |
|---|---|---|
| goharbor/harbor-jobservice | patch | `v2.13.1` -> `v2.13.2` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsImltYWdlIl19-->

Reviewed-on: #1090
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-01 15:53:38 +00:00
de1bba4bcf Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.0 (#1096)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 19s
renovate / renovate (push) Successful in 2m10s
2025-08-01 15:49:00 +00:00
72621e1747 Update Helm release argo-cd to v8.2.5 (#1095)
Some checks failed
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-08-01 15:48:53 +00:00
f4a20de7ad Update goharbor/registry-photon Docker tag to v2.13.2 (#1094)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Has been cancelled
2025-08-01 15:47:19 +00:00
85d69b4ff5 Update goharbor/nginx-photon Docker tag to v2.13.2 (#1093)
Some checks failed
lint-test-helm / helm-lint (push) Has been cancelled
renovate / renovate (push) Has been cancelled
2025-08-01 15:47:13 +00:00
efef462432 Update goharbor/harbor-registryctl Docker tag to v2.13.2
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 18s
lint-test-helm / helm-lint (push) Successful in 17s
renovate / renovate (push) Has been cancelled
2025-08-01 15:45:31 +00:00
f141e4a119 Update goharbor/harbor-portal Docker tag to v2.13.2
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (push) Successful in 19s
lint-test-helm / helm-lint (pull_request) Successful in 24s
renovate / renovate (push) Has been cancelled
2025-08-01 15:44:16 +00:00
6533a2dfbf Update goharbor/harbor-exporter Docker tag to v2.13.2
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (push) Successful in 10s
lint-test-helm / helm-lint (pull_request) Successful in 17s
renovate / renovate (push) Has been cancelled
2025-08-01 15:43:04 +00:00
8eeabd733f Update ghcr.io/n8n-io/n8n Docker tag to v1.105.2 (#1087)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Has been cancelled
2025-08-01 15:42:10 +00:00
11f8bed879 Update searxng/searxng:latest Docker digest to 3f22945 (#1086)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
2025-08-01 15:40:26 +00:00
1551328f1d Update Helm release generic-device-plugin to v0.5.0 (#1083)
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 |
|---|---|---|
| [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.4.0` -> `0.5.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #1083
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-08-01 15:38:56 +00:00
247cb058fb Update rancher/local-path-provisioner Docker tag to v0.0.32 (#1085)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Failing after 15m0s
2025-08-01 04:03:21 +00:00
d7bfa4c1e8 Update ollama/ollama Docker tag to v0.10.1 (#1084)
Some checks failed
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
2025-08-01 04:03:10 +00:00
b3accd5a78 update image
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 3m23s
2025-07-31 19:23:07 -05:00
1e63931ef2 add docs site
All checks were successful
lint-test-helm / helm-lint (push) Successful in 30s
renovate / renovate (push) Successful in 1m20s
2025-07-31 19:11:34 -05:00
f123507de6 remove workflow 2025-07-31 16:39:43 -05:00
e7088c9451 update to match new spec
Some checks failed
lint-test-helm / helm-lint (push) Successful in 17s
process-repository / process-repository (push) Failing after 27s
renovate / renovate (push) Successful in 2m28s
2025-07-31 16:27:46 -05:00
381bd63684 Update directus/directus Docker tag to v11.10.0 (#1082)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 25s
renovate / renovate (push) Successful in 1m21s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [directus/directus](https://github.com/directus/directus) | minor | `11.9.3` -> `11.10.0` |

---

### Release Notes

<details>
<summary>directus/directus (directus/directus)</summary>

### [`v11.10.0`](https://github.com/directus/directus/releases/tag/v11.10.0)

[Compare Source](https://github.com/directus/directus/compare/v11.9.3...v11.10.0)

##### ⚠️ Potential Breaking Changes

**Exclude database-only tables from snapshots ([#&#8203;25271](https://github.com/directus/directus/pull/25271))**
Snapshots now exclude tables not tracked in `directus_collections` (database-only tables).

| Source Version | Target Version | Behavior                                                   | Impact                                       |
| -------------- | -------------- | ---------------------------------------------------------- | -------------------------------------------- |
| < 11.10.0      | ≥ 11.10.0      | Database-only tables from source will be created on target | ⚠️ Tables added                              |
| ≥ 11.10.0      | < 11.10.0      | Database-only tables will be dropped from target           | 🚨 Data loss risk                            |
| ≥ 11.10.0      | ≥ 11.10.0      | Database-only tables are ignored in snapshots              |  No changes                                |
| < 11.10.0      | < 11.10.0      | Database-only tables may be created or dropped             | ⚠️ Depends on the diff between source/target |

Please review your snapshot workflows to ensure these changes will not result in unexpected behaviour.

- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Fixed replacing process.env.NODE\_ENV on backend extensions ([#&#8203;25180](https://github.com/directus/directus/pull/25180) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Exclude database-only tables from snapshots ([#&#8203;25271](https://github.com/directus/directus/pull/25271) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)**
  - Upgraded all dependencies of [@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk) to the latest major versions of Rollup and Vite, and resolved several false-positive security reports.   ([#&#8203;25486](https://github.com/directus/directus/pull/25486) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
    ⚠️ This change also raises the minimum supported Node.js version to **20.19.0**.
  - Fixed replacing process.env.NODE\_ENV on backend extensions ([#&#8203;25180](https://github.com/directus/directus/pull/25180) by [@&#8203;Nitwel](https://github.com/Nitwel))

#####  New Features & Improvements

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Added support for RTL rendering in the studio ([#&#8203;25494](https://github.com/directus/directus/pull/25494) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Added Stylelint and refactored the styles to take advantage of logical properties ([#&#8203;25370](https://github.com/directus/directus/pull/25370) by [@&#8203;formfcw](https://github.com/formfcw))
  - Added the code tool to the WYSIWYG text editor by [@&#8203;Abdallah-Awwad](https://github.com/Abdallah-Awwad) & [@&#8203;robluton](https://github.com/robluton) ([#&#8203;25399](https://github.com/directus/directus/pull/25399) by [@&#8203;Abdallah-Awwad](https://github.com/Abdallah-Awwad))
  - Ensured that custom validation rules are executed in overlays ([#&#8203;25394](https://github.com/directus/directus/pull/25394) by [@&#8203;formfcw](https://github.com/formfcw))
  - Improved custom validation message handling ([#&#8203;25413](https://github.com/directus/directus/pull/25413) by [@&#8203;formfcw](https://github.com/formfcw))
  - Improved accessibility for anchors, iframes, labels and roles ([#&#8203;25531](https://github.com/directus/directus/pull/25531) by [@&#8203;formfcw](https://github.com/formfcw))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Added support for RTL rendering in the studio ([#&#8203;25494](https://github.com/directus/directus/pull/25494) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Added `websocket.authenticate` filter hook ([#&#8203;25344](https://github.com/directus/directus/pull/25344) by [@&#8203;8byr0](https://github.com/8byr0))
- **[@&#8203;directus/system-data](https://github.com/directus/system-data)**
  - Added support for RTL rendering in the studio ([#&#8203;25494](https://github.com/directus/directus/pull/25494) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))

##### 🐛 Bug Fixes & Optimizations

- **[@&#8203;directus/app](https://github.com/directus/app)**
  - Fixed an issue that could cause the notifications to be rendered in the wrong location ([#&#8203;25499](https://github.com/directus/directus/pull/25499) by [@&#8203;formfcw](https://github.com/formfcw))
  - Added copy id to file details panel in sidebar ([#&#8203;25434](https://github.com/directus/directus/pull/25434) by [@&#8203;robluton](https://github.com/robluton))
  - Added latest material symbols font and generated the associated icons json file ([#&#8203;25512](https://github.com/directus/directus/pull/25512) by [@&#8203;robluton](https://github.com/robluton))
  - Ensured that relational interfaces could reset their saved edits in versions ([#&#8203;25384](https://github.com/directus/directus/pull/25384) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that prevented negative signs from being entered into number fields ([#&#8203;25548](https://github.com/directus/directus/pull/25548) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that caused “Save as Copy” to mutate edits before saving ([#&#8203;25418](https://github.com/directus/directus/pull/25418) by [@&#8203;formfcw](https://github.com/formfcw))
  - Changed select-color interface to pass opacity value to color-presets ([#&#8203;25441](https://github.com/directus/directus/pull/25441) by [@&#8203;robluton](https://github.com/robluton))
  - Fixed issue causing color preset tooltip from triggering when clicking on color picker icon ([#&#8203;25451](https://github.com/directus/directus/pull/25451) by [@&#8203;robluton](https://github.com/robluton))
  - Fixed a bug that caused the buttons in the field template to appear unstyled after saving ([#&#8203;25447](https://github.com/directus/directus/pull/25447) by [@&#8203;formfcw](https://github.com/formfcw))
  - Prevented save from being enabled by default for existing drawer items (m2o and o2m) ([#&#8203;25469](https://github.com/directus/directus/pull/25469) by [@&#8203;robluton](https://github.com/robluton))
  - Added logout flow when user removes own account. ([#&#8203;25424](https://github.com/directus/directus/pull/25424) by [@&#8203;robluton](https://github.com/robluton))
  - Added redirect to profile page when user registers and not required to verify by email. ([#&#8203;25425](https://github.com/directus/directus/pull/25425) by [@&#8203;robluton](https://github.com/robluton))
  - Fixed a bug that prevented popups from working in the WYSIWYG interface when opened in a drawer ([#&#8203;25432](https://github.com/directus/directus/pull/25432) by [@&#8203;DantonMariano](https://github.com/DantonMariano))
  - Fixed a bug that was preventing overlay forms with junction fields from correctly applying filters in M2O fields ([#&#8203;25421](https://github.com/directus/directus/pull/25421) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that caused the M2O display to shift and cut off ([#&#8203;25477](https://github.com/directus/directus/pull/25477) by [@&#8203;formfcw](https://github.com/formfcw))
  - Ensured app access permission rules are applied consistently, regardless of the selection context ([#&#8203;25402](https://github.com/directus/directus/pull/25402) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that was preventing translations from displaying in the calendar layout ([#&#8203;25431](https://github.com/directus/directus/pull/25431) by [@&#8203;u12206050](https://github.com/u12206050))
  - Fixed a bug that caused the upload modal to appear behind the drawer ([#&#8203;25393](https://github.com/directus/directus/pull/25393) by [@&#8203;formfcw](https://github.com/formfcw))
  - Fixed a bug that prevented the horizontal rule from appearing in the WYSIWYG editor ([#&#8203;25395](https://github.com/directus/directus/pull/25395) by [@&#8203;formfcw](https://github.com/formfcw))
  - Ensured that text on a kanban card doesn’t overflow its container ([#&#8203;25446](https://github.com/directus/directus/pull/25446) by [@&#8203;formfcw](https://github.com/formfcw))
  - Added tooltip that displays complete url for flow panels that have url endpoints ([#&#8203;25527](https://github.com/directus/directus/pull/25527) by [@&#8203;robluton](https://github.com/robluton))
  - Added code to update the file list ui when importing a file via url ([#&#8203;25429](https://github.com/directus/directus/pull/25429) by [@&#8203;robluton](https://github.com/robluton))
  - Ensured skip link uses correct href in production environments ([#&#8203;25514](https://github.com/directus/directus/pull/25514) by [@&#8203;formfcw](https://github.com/formfcw))
- **[@&#8203;directus/api](https://github.com/directus/api)**
  - Upgrade dependencies ([#&#8203;25545](https://github.com/directus/directus/pull/25545) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
  - Fixed parsing functions in aliases ([#&#8203;25139](https://github.com/directus/directus/pull/25139) by [@&#8203;Nitwel](https://github.com/Nitwel))
  - Fixed importing CSV with nested dot notation ([#&#8203;25454](https://github.com/directus/directus/pull/25454) by [@&#8203;joselcvarela](https://github.com/joselcvarela))
  - Removed duplicate code in fields readAll ([#&#8203;25184](https://github.com/directus/directus/pull/25184) by [@&#8203;amosmurmu](https://github.com/amosmurmu))
  - Added support for bundling with Rolldown and improved app extensions loading by streaming from disk ([#&#8203;25317](https://github.com/directus/directus/pull/25317) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/extensions-registry](https://github.com/directus/extensions-registry)**
  - Upgrade dependencies ([#&#8203;25545](https://github.com/directus/directus/pull/25545) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/extensions-sdk](https://github.com/directus/extensions-sdk)**
  - Upgrade dependencies ([#&#8203;25545](https://github.com/directus/directus/pull/25545) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/composables](https://github.com/directus/composables)**
  - Upgrade dependencies ([#&#8203;25545](https://github.com/directus/directus/pull/25545) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/system-data](https://github.com/directus/system-data)**
  - Hide accepted terms field in settings ([#&#8203;25391](https://github.com/directus/directus/pull/25391) by [@&#8203;licitdev](https://github.com/licitdev))
- **create-directus-extension**
  - Updated dependencies ([#&#8203;25550](https://github.com/directus/directus/pull/25550) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))
- **[@&#8203;directus/sdk](https://github.com/directus/sdk)**
  - Added a message property to the SDK error object ([#&#8203;25474](https://github.com/directus/directus/pull/25474) by [@&#8203;jclaveau](https://github.com/jclaveau))
  - Improved output types for relational fields in the SDK ([#&#8203;25428](https://github.com/directus/directus/pull/25428) by [@&#8203;br41nslug](https://github.com/br41nslug))
- **[@&#8203;directus/env](https://github.com/directus/env)**
  - Ensured password env options are always strings ([#&#8203;25248](https://github.com/directus/directus/pull/25248) by [@&#8203;Nitwel](https://github.com/Nitwel))
- **[@&#8203;directus/themes](https://github.com/directus/themes)**
  - Fixed an issue that caused custom fonts to fail if multiple weights were used out of order ([#&#8203;25452](https://github.com/directus/directus/pull/25452) by [@&#8203;rijkvanzanten](https://github.com/rijkvanzanten))

##### 📦 Published Versions

- `@directus/app@13.12.0`
- `@directus/api@29.0.0`
- `@directus/composables@11.2.1`
- `create-directus-extension@11.0.16`
- `@directus/env@5.1.1`
- `@directus/extensions@3.0.8`
- `@directus/extensions-registry@3.0.8`
- `@directus/extensions-sdk@15.0.0`
- `@directus/memory@3.0.7`
- `@directus/pressure@3.0.7`
- `@directus/storage-driver-azure@12.0.7`
- `@directus/storage-driver-cloudinary@12.0.7`
- `@directus/storage-driver-gcs@12.0.7`
- `@directus/storage-driver-s3@&#8203;12.0.7`
- `@directus/storage-driver-supabase@3.0.7`
- `@directus/system-data@3.2.0`
- `@directus/themes@1.1.3`
- `@directus/utils@13.0.8`
- `@directus/validation@2.0.7`
- `@directus/sdk@20.0.1`

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

Reviewed-on: #1082
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-31 21:15:58 +00:00
c2fbc4ebfe Update ollama/ollama Docker tag to v0.10.0 (#1080)
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 | Pending |
|---|---|---|---|
| ollama/ollama | minor | `0.9.6` -> `0.10.0` | `0.10.1` |

---

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

Reviewed-on: #1080
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-31 21:15:16 +00:00
83532cbc11 Update ghcr.io/tailscale/tailscale Docker tag to v1.86.2 (#1079)
Some checks failed
lint-test-docker / docker-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/tailscale/tailscale](https://tailscale.com/kb/1282/docker) ([source](https://github.com/tailscale/tailscale)) | minor | `v1.84.3` -> `v1.86.2` |

---

### Release Notes

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

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

[Compare Source](https://github.com/tailscale/tailscale/compare/v1.84.3...v1.86.2)

Please refer to the changelog available at https://tailscale.com/changelog

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->

Reviewed-on: #1079
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-31 21:14:32 +00:00
10e5ceb9cf Update searxng/searxng:latest Docker digest to 3c0a2ee (#1081)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 2m18s
2025-07-31 19:02:07 +00:00
dbf22fd8c1 Update Helm release traefik to v37 (#1074)
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 2m23s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [traefik](https://traefik.io/) ([source](https://github.com/traefik/traefik-helm-chart)) | major | `36.3.0` -> `37.0.0` |

---

### Release Notes

<details>
<summary>traefik/traefik-helm-chart (traefik)</summary>

### [`v37.0.0`](https://github.com/traefik/traefik-helm-chart/releases/tag/v37.0.0)

[Compare Source](https://github.com/traefik/traefik-helm-chart/compare/v36.3.0...v37.0.0)

#### 💥 BREAKING CHANGES

- feat(gateway-api)!: support selector for namespace policy [#&#8203;1465](https://github.com/traefik/traefik-helm-chart/issues/1465) by [@&#8203;ajago](https://github.com/ajago)

#### 🚀 Features

- feat(podtemplate): add capacity to set GOMEMLIMIT with default at 90% of user-set memory limit [#&#8203;1418](https://github.com/traefik/traefik-helm-chart/issues/1418) by [@&#8203;shlomitubul](https://github.com/shlomitubul)
- feat(podtemplate): add support for localPlugins [#&#8203;1473](https://github.com/traefik/traefik-helm-chart/issues/1473) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)
- feat(CRDs): update Traefik Hub to v1.21.0 [#&#8203;1480](https://github.com/traefik/traefik-helm-chart/issues/1480) by [@&#8203;traefiker](https://github.com/traefiker)
- feat(hub): offline mode [#&#8203;1477](https://github.com/traefik/traefik-helm-chart/issues/1477) by [@&#8203;jspdown](https://github.com/jspdown)
- feat(CRDs): update for Traefik Proxy v3.5 and Gateway API v1.3.0 [#&#8203;1486](https://github.com/traefik/traefik-helm-chart/issues/1486) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)
- feat(deps): update traefik docker tag to v3.5.0 [#&#8203;1478](https://github.com/traefik/traefik-helm-chart/issues/1478) by [@&#8203;renovate](https://github.com/renovate)\[bot]

#### 🐛 Bug fixes

- fix(Deployment): revision history should be disableable [#&#8203;1470](https://github.com/traefik/traefik-helm-chart/issues/1470) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)
- fix(entryPoint): allow scheme to be unset on redirect [#&#8203;1471](https://github.com/traefik/traefik-helm-chart/issues/1471) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)
- fix(observability): allow `tracing.sampleRate` to be set to zero  [#&#8203;1483](https://github.com/traefik/traefik-helm-chart/issues/1483) by [@&#8203;yogeek](https://github.com/yogeek)
- fix(CI): helm signing [#&#8203;1490](https://github.com/traefik/traefik-helm-chart/issues/1490) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)

#### 📦 Others

- chore(ci): add linter for CRDs and kustomization consistency [#&#8203;1472](https://github.com/traefik/traefik-helm-chart/issues/1472) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)
- docs(plugins): improve wording and sync with `VALUES.md` [#&#8203;1481](https://github.com/traefik/traefik-helm-chart/issues/1481) by [@&#8203;jnoordsij](https://github.com/jnoordsij)
- chore(ci): check docs on all PRs [#&#8203;1484](https://github.com/traefik/traefik-helm-chart/issues/1484) by [@&#8203;jnoordsij](https://github.com/jnoordsij)
- docs: 📚️ add markdown linter [#&#8203;1469](https://github.com/traefik/traefik-helm-chart/issues/1469) by [@&#8203;mloiseleur](https://github.com/mloiseleur)
- chore(deps): update appany/helm-oci-chart-releaser action to v0.5.0 [#&#8203;1479](https://github.com/traefik/traefik-helm-chart/issues/1479) by [@&#8203;renovate](https://github.com/renovate)\[bot]
- chore(ci): add signing to release [#&#8203;1474](https://github.com/traefik/traefik-helm-chart/issues/1474) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)
- chore(release): 🚀 Publish 37.0.0 and 1.10.0 [#&#8203;1488](https://github.com/traefik/traefik-helm-chart/issues/1488) by [@&#8203;bpsoraggi](https://github.com/bpsoraggi)

#### New Contributors

- [@&#8203;shlomitubul](https://github.com/shlomitubul) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1418
- [@&#8203;bpsoraggi](https://github.com/bpsoraggi) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1470
- [@&#8203;yogeek](https://github.com/yogeek) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1483
- [@&#8203;ajago](https://github.com/ajago) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1465

**Full Changelog**: https://github.com/traefik/traefik-helm-chart/compare/v36.3.0...v37.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1074
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-31 15:11:15 +00:00
c7f1cde10a Update mirror.gcr.io/aquasec/trivy Docker tag to v0.65.0 (#1073)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mirror.gcr.io/aquasec/trivy](https://www.aquasec.com/products/trivy/) ([source](https://github.com/aquasecurity/trivy)) | minor | `0.64.1` -> `0.65.0` |

---

### Release Notes

<details>
<summary>aquasecurity/trivy (mirror.gcr.io/aquasec/trivy)</summary>

### [`v0.65.0`](https://github.com/aquasecurity/trivy/blob/HEAD/CHANGELOG.md#0650-2025-07-30)

[Compare Source](https://github.com/aquasecurity/trivy/compare/v0.64.1...v0.65.0)

##### Features

- add graceful shutdown with signal handling ([#&#8203;9242](https://github.com/aquasecurity/trivy/issues/9242)) ([2c05882](2c05882f45))
- add HTTP request/response tracing support ([#&#8203;9125](https://github.com/aquasecurity/trivy/issues/9125)) ([aa5b32a](aa5b32a19f))
- **alma:** add AlmaLinux 10 support ([#&#8203;9207](https://github.com/aquasecurity/trivy/issues/9207)) ([861d51e](861d51e99a))
- **flag:** add schema validation for `--server` flag ([#&#8203;9270](https://github.com/aquasecurity/trivy/issues/9270)) ([ed4640e](ed4640ec27))
- **image:** add Docker context resolution ([#&#8203;9166](https://github.com/aquasecurity/trivy/issues/9166)) ([99cd4e7](99cd4e776c))
- **license:** observe pkg types option in license scanner ([#&#8203;9091](https://github.com/aquasecurity/trivy/issues/9091)) ([d44af8c](d44af8cfa2))
- **misconf:** add private ip google access attribute to subnetwork ([#&#8203;9199](https://github.com/aquasecurity/trivy/issues/9199)) ([263845c](263845cfc1))
- **misconf:** added logging and versioning to the gcp storage bucket ([#&#8203;9226](https://github.com/aquasecurity/trivy/issues/9226)) ([110f80e](110f80ea29))
- **repo:** add git repository metadata to reports ([#&#8203;9252](https://github.com/aquasecurity/trivy/issues/9252)) ([f4b2cf1](f4b2cf10e9))
- **report:** add CVSS vectors in sarif report ([#&#8203;9157](https://github.com/aquasecurity/trivy/issues/9157)) ([60723e6](60723e6cfc))
- **sbom:** add SHA-512 hash support for CycloneDX SBOM ([#&#8203;9126](https://github.com/aquasecurity/trivy/issues/9126)) ([12d6706](12d6706961))

##### Bug Fixes

- **alma:** parse epochs from rpmqa file ([#&#8203;9101](https://github.com/aquasecurity/trivy/issues/9101)) ([82db2fc](82db2fcc80))
- also check `filepath` when removing duplicate packages ([#&#8203;9142](https://github.com/aquasecurity/trivy/issues/9142)) ([4d10a81](4d10a815dd))
- **aws:** update amazon linux 2 EOL date ([#&#8203;9176](https://github.com/aquasecurity/trivy/issues/9176)) ([0ecfed6](0ecfed6ea7))
- **cli:** Add more non-sensitive flags to telemetry ([#&#8203;9110](https://github.com/aquasecurity/trivy/issues/9110)) ([7041a39](7041a39bdc))
- **cli:** ensure correct command is picked by telemetry ([#&#8203;9260](https://github.com/aquasecurity/trivy/issues/9260)) ([b4ad00f](b4ad00f301))
- **cli:** panic: attempt to get os.Args\[1] when len(os.Args) < 2 ([#&#8203;9206](https://github.com/aquasecurity/trivy/issues/9206)) ([adfa879](adfa879e4e))
- **license:** add missed `GFDL-NIV-1.1` and `GFDL-NIV-1.2` into Trivy mapping ([#&#8203;9116](https://github.com/aquasecurity/trivy/issues/9116)) ([a692f29](a692f296d1))
- **license:** handle WITH operator for `LaxSplitLicenses` ([#&#8203;9232](https://github.com/aquasecurity/trivy/issues/9232)) ([b4193d0](b4193d0d31))
- migrate from `*.list` to `*.md5sums` files for `dpkg` ([#&#8203;9131](https://github.com/aquasecurity/trivy/issues/9131)) ([f224de3](f224de3e39))
- **misconf:** correctly adapt azure storage account ([#&#8203;9138](https://github.com/aquasecurity/trivy/issues/9138)) ([51aa022](51aa022260))
- **misconf:** correctly parse empty port ranges in google\_compute\_firewall ([#&#8203;9237](https://github.com/aquasecurity/trivy/issues/9237)) ([77bab7b](77bab7b6d2))
- **misconf:** fix log bucket in schema ([#&#8203;9235](https://github.com/aquasecurity/trivy/issues/9235)) ([7ebc129](7ebc129ab7))
- **misconf:** skip rewriting expr if attr is nil ([#&#8203;9113](https://github.com/aquasecurity/trivy/issues/9113)) ([42ccd3d](42ccd3df9a))
- **nodejs:** don't use prerelease logic for compare npm constraints  ([#&#8203;9208](https://github.com/aquasecurity/trivy/issues/9208)) ([fe96436](fe96436b99))
- prevent graceful shutdown message on normal exit ([#&#8203;9244](https://github.com/aquasecurity/trivy/issues/9244)) ([6095984](6095984d53))
- **rootio:** check full version to detect `root.io` packages ([#&#8203;9117](https://github.com/aquasecurity/trivy/issues/9117)) ([c2ddd44](c2ddd44d98))
- **rootio:** fix severity selection ([#&#8203;9181](https://github.com/aquasecurity/trivy/issues/9181)) ([6fafbeb](6fafbeb606))
- **sbom:** merge in-graph and out-of-graph OS packages in scan results ([#&#8203;9194](https://github.com/aquasecurity/trivy/issues/9194)) ([aa944cc](aa944cc6da))
- **sbom:** use correct field for licenses in CycloneDX reports ([#&#8203;9057](https://github.com/aquasecurity/trivy/issues/9057)) ([143da88](143da88dd8))
- **secret:** add UTF-8 validation in secret scanner to prevent protobuf marshalling errors ([#&#8203;9253](https://github.com/aquasecurity/trivy/issues/9253)) ([54832a7](54832a77b5))
- **secret:** fix line numbers for multiple-line secrets ([#&#8203;9104](https://github.com/aquasecurity/trivy/issues/9104)) ([e579746](e57974649e))
- **server:** add HTTP transport setup to server mode ([#&#8203;9217](https://github.com/aquasecurity/trivy/issues/9217)) ([1163b04](1163b044c7))
- supporting .egg-info/METADATA in python.Packaging analyzer ([#&#8203;9151](https://github.com/aquasecurity/trivy/issues/9151)) ([e306e2d](e306e2dc52))
- **terraform:** `for_each` on a map returns a resource for every key ([#&#8203;9156](https://github.com/aquasecurity/trivy/issues/9156)) ([153318f](153318f65f))

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->

Reviewed-on: #1073
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-31 15:10:56 +00:00
b8601d813e Update Helm release reloader to v2.2.0 (#1071)
Some checks failed
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [reloader](https://github.com/stakater/Reloader) | minor | `2.1.5` -> `2.2.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhcnQiXX0=-->

Reviewed-on: #1071
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-31 15:10:31 +00:00