063a710eaa
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.3 ( #1118 )
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
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 )
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 )
...
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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​Skarlso](https://github.com/Skarlso ) in https://github.com/external-secrets/external-secrets/pull/5011
- fix: add uuid in edit and view clusterroles by [@​sylvainOL](https://github.com/sylvainOL ) in https://github.com/external-secrets/external-secrets/pull/5017
- chore: update dependencies by [@​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 [@​gusfcarvalho](https://github.com/gusfcarvalho ) in https://github.com/external-secrets/external-secrets/pull/5023
- Fix: Return appropriate error in ValidateStore by [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5034
- chore: update dependencies by [@​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 [@​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 [@​Skarlso](https://github.com/Skarlso ) in https://github.com/external-secrets/external-secrets/pull/5026
- fix: add validation constraints to ExternalSecretRewrite by [@​Aakkash-Suresh](https://github.com/Aakkash-Suresh ) in https://github.com/external-secrets/external-secrets/pull/5006
- fix: stability support matrix by [@​gusfcarvalho](https://github.com/gusfcarvalho ) in https://github.com/external-secrets/external-secrets/pull/5043
- docs(decoding-strategy): clarify base64 auto-detection limitations by [@​orymate](https://github.com/orymate ) in https://github.com/external-secrets/external-secrets/pull/5004
- feat(infisical): auth methods by [@​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 [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5046
- chore(aws): parameterstore unit tests improvement by [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/external-secrets/external-secrets/pull/5073
- SSHKey generator by [@​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 [@​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 [@​desaintmartin](https://github.com/desaintmartin ) in https://github.com/external-secrets/external-secrets/pull/5086
- feat(aws): secretsmanager to update/patch/delete tags by [@​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 [@​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 [@​Skarlso](https://github.com/Skarlso ) in https://github.com/external-secrets/external-secrets/pull/5092
#### New Contributors
- [@​sylvainOL](https://github.com/sylvainOL ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5017
- [@​prakash-218](https://github.com/prakash-218 ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5019
- [@​rclsilver](https://github.com/rclsilver ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/4745
- [@​bainsy88](https://github.com/bainsy88 ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5037
- [@​KeenonLee](https://github.com/KeenonLee ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5039
- [@​orymate](https://github.com/orymate ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5004
- [@​desaintmartin](https://github.com/desaintmartin ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5069
- [@​alvin-rw](https://github.com/alvin-rw ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5025
- [@​dex4er](https://github.com/dex4er ) made their first contribution in https://github.com/external-secrets/external-secrets/pull/5083
- [@​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 )
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 )
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 )
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 )
...
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 [@​TwiN](https://github.com/TwiN ) in https://github.com/TwiN/gatus/pull/1173
- feat(alerting): Support sending messages to Telegram topics in group by [@​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 [@​jasonshugart](https://github.com/jasonshugart ) in https://github.com/TwiN/gatus/pull/1134
- fix(websocket): add support for custom headers in WS check by [@​olexandrd](https://github.com/olexandrd ) in https://github.com/TwiN/gatus/pull/1180
- fix(websocket): use tls config by [@​joy4eg](https://github.com/joy4eg ) in https://github.com/TwiN/gatus/pull/1165
- docs: Update example Grafana dashboard by [@​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 [@​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 [@​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 [@​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 [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/TwiN/gatus/pull/1166
#### New Contributors
- [@​medaved](https://github.com/medaved ) made their first contribution in https://github.com/TwiN/gatus/pull/928
- [@​perfectra1n](https://github.com/perfectra1n ) made their first contribution in https://github.com/TwiN/gatus/pull/1163
- [@​jasonshugart](https://github.com/jasonshugart ) made their first contribution in https://github.com/TwiN/gatus/pull/1134
- [@​joy4eg](https://github.com/joy4eg ) made their first contribution in https://github.com/TwiN/gatus/pull/1165
- [@​Byh0ki](https://github.com/Byh0ki ) made their first contribution in https://github.com/TwiN/gatus/pull/1175
- [@​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
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
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
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
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
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
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 )
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 )
...
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 )
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
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
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
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 )
...
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 )
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 )
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 )
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
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 )
...
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 )
...
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 )
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 )
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 )
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 )
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
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
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
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 )
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 )
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 )
...
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 )
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 )
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
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
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
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 )
...
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 ([#​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.
- **[@​directus/api](https://github.com/directus/api )**
- Fixed replacing process.env.NODE\_ENV on backend extensions ([#​25180](https://github.com/directus/directus/pull/25180 ) by [@​Nitwel](https://github.com/Nitwel ))
- Exclude database-only tables from snapshots ([#​25271](https://github.com/directus/directus/pull/25271 ) by [@​Nitwel](https://github.com/Nitwel ))
- **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk )**
- Upgraded all dependencies of [@​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. ([#​25486](https://github.com/directus/directus/pull/25486 ) by [@​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 ([#​25180](https://github.com/directus/directus/pull/25180 ) by [@​Nitwel](https://github.com/Nitwel ))
##### ✨ New Features & Improvements
- **[@​directus/app](https://github.com/directus/app )**
- Added support for RTL rendering in the studio ([#​25494](https://github.com/directus/directus/pull/25494 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- Added Stylelint and refactored the styles to take advantage of logical properties ([#​25370](https://github.com/directus/directus/pull/25370 ) by [@​formfcw](https://github.com/formfcw ))
- Added the code tool to the WYSIWYG text editor by [@​Abdallah-Awwad](https://github.com/Abdallah-Awwad ) & [@​robluton](https://github.com/robluton ) ([#​25399](https://github.com/directus/directus/pull/25399 ) by [@​Abdallah-Awwad](https://github.com/Abdallah-Awwad ))
- Ensured that custom validation rules are executed in overlays ([#​25394](https://github.com/directus/directus/pull/25394 ) by [@​formfcw](https://github.com/formfcw ))
- Improved custom validation message handling ([#​25413](https://github.com/directus/directus/pull/25413 ) by [@​formfcw](https://github.com/formfcw ))
- Improved accessibility for anchors, iframes, labels and roles ([#​25531](https://github.com/directus/directus/pull/25531 ) by [@​formfcw](https://github.com/formfcw ))
- **[@​directus/api](https://github.com/directus/api )**
- Added support for RTL rendering in the studio ([#​25494](https://github.com/directus/directus/pull/25494 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- Added `websocket.authenticate` filter hook ([#​25344](https://github.com/directus/directus/pull/25344 ) by [@​8byr0](https://github.com/8byr0 ))
- **[@​directus/system-data](https://github.com/directus/system-data )**
- Added support for RTL rendering in the studio ([#​25494](https://github.com/directus/directus/pull/25494 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
##### 🐛 Bug Fixes & Optimizations
- **[@​directus/app](https://github.com/directus/app )**
- Fixed an issue that could cause the notifications to be rendered in the wrong location ([#​25499](https://github.com/directus/directus/pull/25499 ) by [@​formfcw](https://github.com/formfcw ))
- Added copy id to file details panel in sidebar ([#​25434](https://github.com/directus/directus/pull/25434 ) by [@​robluton](https://github.com/robluton ))
- Added latest material symbols font and generated the associated icons json file ([#​25512](https://github.com/directus/directus/pull/25512 ) by [@​robluton](https://github.com/robluton ))
- Ensured that relational interfaces could reset their saved edits in versions ([#​25384](https://github.com/directus/directus/pull/25384 ) by [@​formfcw](https://github.com/formfcw ))
- Fixed a bug that prevented negative signs from being entered into number fields ([#​25548](https://github.com/directus/directus/pull/25548 ) by [@​formfcw](https://github.com/formfcw ))
- Fixed a bug that caused “Save as Copy” to mutate edits before saving ([#​25418](https://github.com/directus/directus/pull/25418 ) by [@​formfcw](https://github.com/formfcw ))
- Changed select-color interface to pass opacity value to color-presets ([#​25441](https://github.com/directus/directus/pull/25441 ) by [@​robluton](https://github.com/robluton ))
- Fixed issue causing color preset tooltip from triggering when clicking on color picker icon ([#​25451](https://github.com/directus/directus/pull/25451 ) by [@​robluton](https://github.com/robluton ))
- Fixed a bug that caused the buttons in the field template to appear unstyled after saving ([#​25447](https://github.com/directus/directus/pull/25447 ) by [@​formfcw](https://github.com/formfcw ))
- Prevented save from being enabled by default for existing drawer items (m2o and o2m) ([#​25469](https://github.com/directus/directus/pull/25469 ) by [@​robluton](https://github.com/robluton ))
- Added logout flow when user removes own account. ([#​25424](https://github.com/directus/directus/pull/25424 ) by [@​robluton](https://github.com/robluton ))
- Added redirect to profile page when user registers and not required to verify by email. ([#​25425](https://github.com/directus/directus/pull/25425 ) by [@​robluton](https://github.com/robluton ))
- Fixed a bug that prevented popups from working in the WYSIWYG interface when opened in a drawer ([#​25432](https://github.com/directus/directus/pull/25432 ) by [@​DantonMariano](https://github.com/DantonMariano ))
- Fixed a bug that was preventing overlay forms with junction fields from correctly applying filters in M2O fields ([#​25421](https://github.com/directus/directus/pull/25421 ) by [@​formfcw](https://github.com/formfcw ))
- Fixed a bug that caused the M2O display to shift and cut off ([#​25477](https://github.com/directus/directus/pull/25477 ) by [@​formfcw](https://github.com/formfcw ))
- Ensured app access permission rules are applied consistently, regardless of the selection context ([#​25402](https://github.com/directus/directus/pull/25402 ) by [@​formfcw](https://github.com/formfcw ))
- Fixed a bug that was preventing translations from displaying in the calendar layout ([#​25431](https://github.com/directus/directus/pull/25431 ) by [@​u12206050](https://github.com/u12206050 ))
- Fixed a bug that caused the upload modal to appear behind the drawer ([#​25393](https://github.com/directus/directus/pull/25393 ) by [@​formfcw](https://github.com/formfcw ))
- Fixed a bug that prevented the horizontal rule from appearing in the WYSIWYG editor ([#​25395](https://github.com/directus/directus/pull/25395 ) by [@​formfcw](https://github.com/formfcw ))
- Ensured that text on a kanban card doesn’t overflow its container ([#​25446](https://github.com/directus/directus/pull/25446 ) by [@​formfcw](https://github.com/formfcw ))
- Added tooltip that displays complete url for flow panels that have url endpoints ([#​25527](https://github.com/directus/directus/pull/25527 ) by [@​robluton](https://github.com/robluton ))
- Added code to update the file list ui when importing a file via url ([#​25429](https://github.com/directus/directus/pull/25429 ) by [@​robluton](https://github.com/robluton ))
- Ensured skip link uses correct href in production environments ([#​25514](https://github.com/directus/directus/pull/25514 ) by [@​formfcw](https://github.com/formfcw ))
- **[@​directus/api](https://github.com/directus/api )**
- Upgrade dependencies ([#​25545](https://github.com/directus/directus/pull/25545 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- Fixed parsing functions in aliases ([#​25139](https://github.com/directus/directus/pull/25139 ) by [@​Nitwel](https://github.com/Nitwel ))
- Fixed importing CSV with nested dot notation ([#​25454](https://github.com/directus/directus/pull/25454 ) by [@​joselcvarela](https://github.com/joselcvarela ))
- Removed duplicate code in fields readAll ([#​25184](https://github.com/directus/directus/pull/25184 ) by [@​amosmurmu](https://github.com/amosmurmu ))
- Added support for bundling with Rolldown and improved app extensions loading by streaming from disk ([#​25317](https://github.com/directus/directus/pull/25317 ) by [@​Nitwel](https://github.com/Nitwel ))
- **[@​directus/extensions-registry](https://github.com/directus/extensions-registry )**
- Upgrade dependencies ([#​25545](https://github.com/directus/directus/pull/25545 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/extensions-sdk](https://github.com/directus/extensions-sdk )**
- Upgrade dependencies ([#​25545](https://github.com/directus/directus/pull/25545 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/composables](https://github.com/directus/composables )**
- Upgrade dependencies ([#​25545](https://github.com/directus/directus/pull/25545 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/system-data](https://github.com/directus/system-data )**
- Hide accepted terms field in settings ([#​25391](https://github.com/directus/directus/pull/25391 ) by [@​licitdev](https://github.com/licitdev ))
- **create-directus-extension**
- Updated dependencies ([#​25550](https://github.com/directus/directus/pull/25550 ) by [@​rijkvanzanten](https://github.com/rijkvanzanten ))
- **[@​directus/sdk](https://github.com/directus/sdk )**
- Added a message property to the SDK error object ([#​25474](https://github.com/directus/directus/pull/25474 ) by [@​jclaveau](https://github.com/jclaveau ))
- Improved output types for relational fields in the SDK ([#​25428](https://github.com/directus/directus/pull/25428 ) by [@​br41nslug](https://github.com/br41nslug ))
- **[@​directus/env](https://github.com/directus/env )**
- Ensured password env options are always strings ([#​25248](https://github.com/directus/directus/pull/25248 ) by [@​Nitwel](https://github.com/Nitwel ))
- **[@​directus/themes](https://github.com/directus/themes )**
- Fixed an issue that caused custom fonts to fail if multiple weights were used out of order ([#​25452](https://github.com/directus/directus/pull/25452 ) by [@​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@​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 )
...
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 )
...
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 )
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 )
...
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 [#​1465](https://github.com/traefik/traefik-helm-chart/issues/1465 ) by [@​ajago](https://github.com/ajago )
#### 🚀 Features
- feat(podtemplate): add capacity to set GOMEMLIMIT with default at 90% of user-set memory limit [#​1418](https://github.com/traefik/traefik-helm-chart/issues/1418 ) by [@​shlomitubul](https://github.com/shlomitubul )
- feat(podtemplate): add support for localPlugins [#​1473](https://github.com/traefik/traefik-helm-chart/issues/1473 ) by [@​bpsoraggi](https://github.com/bpsoraggi )
- feat(CRDs): update Traefik Hub to v1.21.0 [#​1480](https://github.com/traefik/traefik-helm-chart/issues/1480 ) by [@​traefiker](https://github.com/traefiker )
- feat(hub): offline mode [#​1477](https://github.com/traefik/traefik-helm-chart/issues/1477 ) by [@​jspdown](https://github.com/jspdown )
- feat(CRDs): update for Traefik Proxy v3.5 and Gateway API v1.3.0 [#​1486](https://github.com/traefik/traefik-helm-chart/issues/1486 ) by [@​bpsoraggi](https://github.com/bpsoraggi )
- feat(deps): update traefik docker tag to v3.5.0 [#​1478](https://github.com/traefik/traefik-helm-chart/issues/1478 ) by [@​renovate](https://github.com/renovate )\[bot]
#### 🐛 Bug fixes
- fix(Deployment): revision history should be disableable [#​1470](https://github.com/traefik/traefik-helm-chart/issues/1470 ) by [@​bpsoraggi](https://github.com/bpsoraggi )
- fix(entryPoint): allow scheme to be unset on redirect [#​1471](https://github.com/traefik/traefik-helm-chart/issues/1471 ) by [@​bpsoraggi](https://github.com/bpsoraggi )
- fix(observability): allow `tracing.sampleRate` to be set to zero [#​1483](https://github.com/traefik/traefik-helm-chart/issues/1483 ) by [@​yogeek](https://github.com/yogeek )
- fix(CI): helm signing [#​1490](https://github.com/traefik/traefik-helm-chart/issues/1490 ) by [@​bpsoraggi](https://github.com/bpsoraggi )
#### 📦 Others
- chore(ci): add linter for CRDs and kustomization consistency [#​1472](https://github.com/traefik/traefik-helm-chart/issues/1472 ) by [@​bpsoraggi](https://github.com/bpsoraggi )
- docs(plugins): improve wording and sync with `VALUES.md` [#​1481](https://github.com/traefik/traefik-helm-chart/issues/1481 ) by [@​jnoordsij](https://github.com/jnoordsij )
- chore(ci): check docs on all PRs [#​1484](https://github.com/traefik/traefik-helm-chart/issues/1484 ) by [@​jnoordsij](https://github.com/jnoordsij )
- docs: 📚 ️ add markdown linter [#​1469](https://github.com/traefik/traefik-helm-chart/issues/1469 ) by [@​mloiseleur](https://github.com/mloiseleur )
- chore(deps): update appany/helm-oci-chart-releaser action to v0.5.0 [#​1479](https://github.com/traefik/traefik-helm-chart/issues/1479 ) by [@​renovate](https://github.com/renovate )\[bot]
- chore(ci): add signing to release [#​1474](https://github.com/traefik/traefik-helm-chart/issues/1474 ) by [@​bpsoraggi](https://github.com/bpsoraggi )
- chore(release): 🚀 Publish 37.0.0 and 1.10.0 [#​1488](https://github.com/traefik/traefik-helm-chart/issues/1488 ) by [@​bpsoraggi](https://github.com/bpsoraggi )
#### New Contributors
- [@​shlomitubul](https://github.com/shlomitubul ) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1418
- [@​bpsoraggi](https://github.com/bpsoraggi ) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1470
- [@​yogeek](https://github.com/yogeek ) made their first contribution in https://github.com/traefik/traefik-helm-chart/pull/1483
- [@​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 )
...
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 ([#​9242](https://github.com/aquasecurity/trivy/issues/9242 )) ([2c05882](2c05882f45
))
- add HTTP request/response tracing support ([#​9125](https://github.com/aquasecurity/trivy/issues/9125 )) ([aa5b32a](aa5b32a19f
))
- **alma:** add AlmaLinux 10 support ([#​9207](https://github.com/aquasecurity/trivy/issues/9207 )) ([861d51e](861d51e99a
))
- **flag:** add schema validation for `--server` flag ([#​9270](https://github.com/aquasecurity/trivy/issues/9270 )) ([ed4640e](ed4640ec27
))
- **image:** add Docker context resolution ([#​9166](https://github.com/aquasecurity/trivy/issues/9166 )) ([99cd4e7](99cd4e776c
))
- **license:** observe pkg types option in license scanner ([#​9091](https://github.com/aquasecurity/trivy/issues/9091 )) ([d44af8c](d44af8cfa2
))
- **misconf:** add private ip google access attribute to subnetwork ([#​9199](https://github.com/aquasecurity/trivy/issues/9199 )) ([263845c](263845cfc1
))
- **misconf:** added logging and versioning to the gcp storage bucket ([#​9226](https://github.com/aquasecurity/trivy/issues/9226 )) ([110f80e](110f80ea29
))
- **repo:** add git repository metadata to reports ([#​9252](https://github.com/aquasecurity/trivy/issues/9252 )) ([f4b2cf1](f4b2cf10e9
))
- **report:** add CVSS vectors in sarif report ([#​9157](https://github.com/aquasecurity/trivy/issues/9157 )) ([60723e6](60723e6cfc
))
- **sbom:** add SHA-512 hash support for CycloneDX SBOM ([#​9126](https://github.com/aquasecurity/trivy/issues/9126 )) ([12d6706](12d6706961
))
##### Bug Fixes
- **alma:** parse epochs from rpmqa file ([#​9101](https://github.com/aquasecurity/trivy/issues/9101 )) ([82db2fc](82db2fcc80
))
- also check `filepath` when removing duplicate packages ([#​9142](https://github.com/aquasecurity/trivy/issues/9142 )) ([4d10a81](4d10a815dd
))
- **aws:** update amazon linux 2 EOL date ([#​9176](https://github.com/aquasecurity/trivy/issues/9176 )) ([0ecfed6](0ecfed6ea7
))
- **cli:** Add more non-sensitive flags to telemetry ([#​9110](https://github.com/aquasecurity/trivy/issues/9110 )) ([7041a39](7041a39bdc
))
- **cli:** ensure correct command is picked by telemetry ([#​9260](https://github.com/aquasecurity/trivy/issues/9260 )) ([b4ad00f](b4ad00f301
))
- **cli:** panic: attempt to get os.Args\[1] when len(os.Args) < 2 ([#​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 ([#​9116](https://github.com/aquasecurity/trivy/issues/9116 )) ([a692f29](a692f296d1
))
- **license:** handle WITH operator for `LaxSplitLicenses` ([#​9232](https://github.com/aquasecurity/trivy/issues/9232 )) ([b4193d0](b4193d0d31
))
- migrate from `*.list` to `*.md5sums` files for `dpkg` ([#​9131](https://github.com/aquasecurity/trivy/issues/9131 )) ([f224de3](f224de3e39
))
- **misconf:** correctly adapt azure storage account ([#​9138](https://github.com/aquasecurity/trivy/issues/9138 )) ([51aa022](51aa022260
))
- **misconf:** correctly parse empty port ranges in google\_compute\_firewall ([#​9237](https://github.com/aquasecurity/trivy/issues/9237 )) ([77bab7b](77bab7b6d2
))
- **misconf:** fix log bucket in schema ([#​9235](https://github.com/aquasecurity/trivy/issues/9235 )) ([7ebc129](7ebc129ab7
))
- **misconf:** skip rewriting expr if attr is nil ([#​9113](https://github.com/aquasecurity/trivy/issues/9113 )) ([42ccd3d](42ccd3df9a
))
- **nodejs:** don't use prerelease logic for compare npm constraints ([#​9208](https://github.com/aquasecurity/trivy/issues/9208 )) ([fe96436](fe96436b99
))
- prevent graceful shutdown message on normal exit ([#​9244](https://github.com/aquasecurity/trivy/issues/9244 )) ([6095984](6095984d53
))
- **rootio:** check full version to detect `root.io` packages ([#​9117](https://github.com/aquasecurity/trivy/issues/9117 )) ([c2ddd44](c2ddd44d98
))
- **rootio:** fix severity selection ([#​9181](https://github.com/aquasecurity/trivy/issues/9181 )) ([6fafbeb](6fafbeb606
))
- **sbom:** merge in-graph and out-of-graph OS packages in scan results ([#​9194](https://github.com/aquasecurity/trivy/issues/9194 )) ([aa944cc](aa944cc6da
))
- **sbom:** use correct field for licenses in CycloneDX reports ([#​9057](https://github.com/aquasecurity/trivy/issues/9057 )) ([143da88](143da88dd8
))
- **secret:** add UTF-8 validation in secret scanner to prevent protobuf marshalling errors ([#​9253](https://github.com/aquasecurity/trivy/issues/9253 )) ([54832a7](54832a77b5
))
- **secret:** fix line numbers for multiple-line secrets ([#​9104](https://github.com/aquasecurity/trivy/issues/9104 )) ([e579746](e57974649e
))
- **server:** add HTTP transport setup to server mode ([#​9217](https://github.com/aquasecurity/trivy/issues/9217 )) ([1163b04](1163b044c7
))
- supporting .egg-info/METADATA in python.Packaging analyzer ([#​9151](https://github.com/aquasecurity/trivy/issues/9151 )) ([e306e2d](e306e2dc52
))
- **terraform:** `for_each` on a map returns a resource for every key ([#​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 )
...
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