c5d753f03ac8811cdbf099616135302dba0a167f
8272 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
f1cc34349d |
Update Helm release external-secrets to v0.19.0 (#1114)
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> |
||
|
|
d44988b875 | Update ghcr.io/stuffanthings/qbit_manage Docker tag to v4.5.2 (#1115) | ||
|
|
440866697e | Update Helm release gatus to v1.3.1 (#1113) | ||
|
|
3e68301189 | Update ghcr.io/tautulli/tautulli Docker tag to v2.15.3 (#1112) | ||
|
|
0a73d4866b |
Update ghcr.io/twin/gatus Docker tag to v5.21.0 (#1105)
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> |
||
|
|
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
|
||
|
|
c24f43680e
|
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.2.0 | ||
|
|
0cb027510a
|
Update searxng/searxng:latest Docker digest to d7325ed | ||
|
|
c6f91e059b
|
Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.2 | ||
|
|
cb23a8a8df
|
Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.27.0 | ||
|
|
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
|
||
|
|
7cc78897db | Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.1 (#1104) | ||
|
|
46f7e49520 |
Update ghcr.io/actualbudget/actual Docker tag to v25.8.0 (#1103)
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> |
||
|
|
abb79c5ec7 | Update ghcr.io/gethomepage/homepage Docker tag to v1.4.1 (#1102) | ||
|
|
96c3cbd4fd | change image | ||
|
|
30b27adefc | switch image | ||
|
|
e4085637ec | change container | ||
|
|
b9a6eea23a |
Update Helm release tailscale-operator to v1.86.2 (#1098)
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> |
||
|
|
a2ff073e4f | Update Helm release rook-ceph-cluster to v1.17.7 (#1101) | ||
|
|
a87fba67b0 | Update Helm release rook-ceph to v1.17.7 (#1100) | ||
|
|
4d6e09c834 | Update Helm release local-path-provisioner to v0.0.33 (#1099) | ||
|
|
fcd9de09f1
|
Update bbilly1/tubearchivist Docker tag to v0.5.5 | ||
|
|
67d21a41ef |
Update goharbor/harbor-core Docker tag to v2.13.2 (#1088)
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> |
||
|
|
0b4a1cf685 |
Update goharbor/harbor-jobservice Docker tag to v2.13.2 (#1090)
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> |
||
|
|
de1bba4bcf | Update ghcr.io/gitroomhq/postiz-app Docker tag to v2.1.0 (#1096) | ||
|
|
72621e1747 | Update Helm release argo-cd to v8.2.5 (#1095) | ||
|
|
f4a20de7ad | Update goharbor/registry-photon Docker tag to v2.13.2 (#1094) | ||
|
|
85d69b4ff5 | Update goharbor/nginx-photon Docker tag to v2.13.2 (#1093) | ||
|
|
efef462432
|
Update goharbor/harbor-registryctl Docker tag to v2.13.2 | ||
|
|
f141e4a119
|
Update goharbor/harbor-portal Docker tag to v2.13.2 | ||
|
|
6533a2dfbf
|
Update goharbor/harbor-exporter Docker tag to v2.13.2 | ||
|
|
8eeabd733f | Update ghcr.io/n8n-io/n8n Docker tag to v1.105.2 (#1087) | ||
|
|
11f8bed879 | Update searxng/searxng:latest Docker digest to 3f22945 (#1086) | ||
|
|
1551328f1d |
Update Helm release generic-device-plugin to v0.5.0 (#1083)
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> |
||
|
|
247cb058fb | Update rancher/local-path-provisioner Docker tag to v0.0.32 (#1085) | ||
|
|
d7bfa4c1e8 | Update ollama/ollama Docker tag to v0.10.1 (#1084) | ||
|
|
b3accd5a78 | update image | ||
|
|
1e63931ef2 | add docs site | ||
|
|
f123507de6 | remove workflow | ||
|
|
e7088c9451 | update to match new spec | ||
|
|
381bd63684 |
Update directus/directus Docker tag to v11.10.0 (#1082)
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> |
||
|
|
c2fbc4ebfe |
Update ollama/ollama Docker tag to v0.10.0 (#1080)
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> |
||
|
|
83532cbc11 |
Update ghcr.io/tailscale/tailscale Docker tag to v1.86.2 (#1079)
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> |
||
|
|
10e5ceb9cf | Update searxng/searxng:latest Docker digest to 3c0a2ee (#1081) | ||
|
|
dbf22fd8c1 |
Update Helm release traefik to v37 (#1074)
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> |
||
|
|
c7f1cde10a |
Update mirror.gcr.io/aquasec/trivy Docker tag to v0.65.0 (#1073)
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](https://github.com/aquasecurity/trivy/commit/2c05882f45071928c14d8212ef6c4f0f7048245d)) - add HTTP request/response tracing support ([#​9125](https://github.com/aquasecurity/trivy/issues/9125)) ([aa5b32a](https://github.com/aquasecurity/trivy/commit/aa5b32a19f4d61d0df72c11fd314c5a0b7284202)) - **alma:** add AlmaLinux 10 support ([#​9207](https://github.com/aquasecurity/trivy/issues/9207)) ([861d51e](https://github.com/aquasecurity/trivy/commit/861d51e99a45ee448f86fe195dedcaefb811c919)) - **flag:** add schema validation for `--server` flag ([#​9270](https://github.com/aquasecurity/trivy/issues/9270)) ([ed4640e](https://github.com/aquasecurity/trivy/commit/ed4640ec27f2575a50d7e6d516c9e2e45a59bb7f)) - **image:** add Docker context resolution ([#​9166](https://github.com/aquasecurity/trivy/issues/9166)) ([99cd4e7](https://github.com/aquasecurity/trivy/commit/99cd4e776c0c6cc689126e53fa86ee6333ba6277)) - **license:** observe pkg types option in license scanner ([#​9091](https://github.com/aquasecurity/trivy/issues/9091)) ([d44af8c](https://github.com/aquasecurity/trivy/commit/d44af8cfa21a145d14ca6e5e1ed4742d892f2dc5)) - **misconf:** add private ip google access attribute to subnetwork ([#​9199](https://github.com/aquasecurity/trivy/issues/9199)) ([263845c](https://github.com/aquasecurity/trivy/commit/263845cfc1419401f24adc8bc6316f3ea0caacad)) - **misconf:** added logging and versioning to the gcp storage bucket ([#​9226](https://github.com/aquasecurity/trivy/issues/9226)) ([110f80e](https://github.com/aquasecurity/trivy/commit/110f80ea29951863997dd5a1c48fe14eb81e230b)) - **repo:** add git repository metadata to reports ([#​9252](https://github.com/aquasecurity/trivy/issues/9252)) ([f4b2cf1](https://github.com/aquasecurity/trivy/commit/f4b2cf10e917d58c0840f789e083bd3f268a8af1)) - **report:** add CVSS vectors in sarif report ([#​9157](https://github.com/aquasecurity/trivy/issues/9157)) ([60723e6](https://github.com/aquasecurity/trivy/commit/60723e6cfce82ede2863cf545a189c581246f4e9)) - **sbom:** add SHA-512 hash support for CycloneDX SBOM ([#​9126](https://github.com/aquasecurity/trivy/issues/9126)) ([12d6706](https://github.com/aquasecurity/trivy/commit/12d6706961423acb12430c8b3d986b4aa4671d04)) ##### Bug Fixes - **alma:** parse epochs from rpmqa file ([#​9101](https://github.com/aquasecurity/trivy/issues/9101)) ([82db2fc](https://github.com/aquasecurity/trivy/commit/82db2fcc8034c911cc7a67f5a82d2f081d9c1fdf)) - also check `filepath` when removing duplicate packages ([#​9142](https://github.com/aquasecurity/trivy/issues/9142)) ([4d10a81](https://github.com/aquasecurity/trivy/commit/4d10a815dde53f5e128366f1dd0837a1dc29c17b)) - **aws:** update amazon linux 2 EOL date ([#​9176](https://github.com/aquasecurity/trivy/issues/9176)) ([0ecfed6](https://github.com/aquasecurity/trivy/commit/0ecfed6ea75cfe33e0f436a9015ac72a679e754e)) - **cli:** Add more non-sensitive flags to telemetry ([#​9110](https://github.com/aquasecurity/trivy/issues/9110)) ([7041a39](https://github.com/aquasecurity/trivy/commit/7041a39bdcf21c5b3114137d9a931f529eac2566)) - **cli:** ensure correct command is picked by telemetry ([#​9260](https://github.com/aquasecurity/trivy/issues/9260)) ([b4ad00f](https://github.com/aquasecurity/trivy/commit/b4ad00f301a5fd7326060a567871c6f4a9711696)) - **cli:** panic: attempt to get os.Args\[1] when len(os.Args) < 2 ([#​9206](https://github.com/aquasecurity/trivy/issues/9206)) ([adfa879](https://github.com/aquasecurity/trivy/commit/adfa879e4e8ab88f211222a13d2b89013ae9a853)) - **license:** add missed `GFDL-NIV-1.1` and `GFDL-NIV-1.2` into Trivy mapping ([#​9116](https://github.com/aquasecurity/trivy/issues/9116)) ([a692f29](https://github.com/aquasecurity/trivy/commit/a692f296d15f7241ba5ff082e4e69926b1c728a8)) - **license:** handle WITH operator for `LaxSplitLicenses` ([#​9232](https://github.com/aquasecurity/trivy/issues/9232)) ([b4193d0](https://github.com/aquasecurity/trivy/commit/b4193d0d31a167aafdcd9d9ccd89f3f124eef7ee)) - migrate from `*.list` to `*.md5sums` files for `dpkg` ([#​9131](https://github.com/aquasecurity/trivy/issues/9131)) ([f224de3](https://github.com/aquasecurity/trivy/commit/f224de3e39b08672212ec0f94660c36bef77bc30)) - **misconf:** correctly adapt azure storage account ([#​9138](https://github.com/aquasecurity/trivy/issues/9138)) ([51aa022](https://github.com/aquasecurity/trivy/commit/51aa0222604829706193eb2ff3a6886742bb42b4)) - **misconf:** correctly parse empty port ranges in google\_compute\_firewall ([#​9237](https://github.com/aquasecurity/trivy/issues/9237)) ([77bab7b](https://github.com/aquasecurity/trivy/commit/77bab7b6d25c712e2db7dc53956985c2721728e9)) - **misconf:** fix log bucket in schema ([#​9235](https://github.com/aquasecurity/trivy/issues/9235)) ([7ebc129](https://github.com/aquasecurity/trivy/commit/7ebc129ab726f3133d940708837b7edda2621105)) - **misconf:** skip rewriting expr if attr is nil ([#​9113](https://github.com/aquasecurity/trivy/issues/9113)) ([42ccd3d](https://github.com/aquasecurity/trivy/commit/42ccd3df9a7c838a99facb8248e1a68eaf47a999)) - **nodejs:** don't use prerelease logic for compare npm constraints ([#​9208](https://github.com/aquasecurity/trivy/issues/9208)) ([fe96436](https://github.com/aquasecurity/trivy/commit/fe96436b99bae3bbfc7498d2ad222d4acccdfcf1)) - prevent graceful shutdown message on normal exit ([#​9244](https://github.com/aquasecurity/trivy/issues/9244)) ([6095984](https://github.com/aquasecurity/trivy/commit/6095984d5340633740204a7a40f002a5643802b9)) - **rootio:** check full version to detect `root.io` packages ([#​9117](https://github.com/aquasecurity/trivy/issues/9117)) ([c2ddd44](https://github.com/aquasecurity/trivy/commit/c2ddd44d98594a2066cb5b5acbb9ad2aaad8fd96)) - **rootio:** fix severity selection ([#​9181](https://github.com/aquasecurity/trivy/issues/9181)) ([6fafbeb](https://github.com/aquasecurity/trivy/commit/6fafbeb60609a020b47266743250ea847234cbbd)) - **sbom:** merge in-graph and out-of-graph OS packages in scan results ([#​9194](https://github.com/aquasecurity/trivy/issues/9194)) ([aa944cc](https://github.com/aquasecurity/trivy/commit/aa944cc6da43e2035f74e9d842f487c0d2f993f4)) - **sbom:** use correct field for licenses in CycloneDX reports ([#​9057](https://github.com/aquasecurity/trivy/issues/9057)) ([143da88](https://github.com/aquasecurity/trivy/commit/143da88dd82dfbe204f4c2afe46af3b01701675d)) - **secret:** add UTF-8 validation in secret scanner to prevent protobuf marshalling errors ([#​9253](https://github.com/aquasecurity/trivy/issues/9253)) ([54832a7](https://github.com/aquasecurity/trivy/commit/54832a77b50e2da3a3ceacbb6ce1b13e45605cde)) - **secret:** fix line numbers for multiple-line secrets ([#​9104](https://github.com/aquasecurity/trivy/issues/9104)) ([e579746](https://github.com/aquasecurity/trivy/commit/e57974649e4a3a275b9cf02db191b3f6bf10340f)) - **server:** add HTTP transport setup to server mode ([#​9217](https://github.com/aquasecurity/trivy/issues/9217)) ([1163b04](https://github.com/aquasecurity/trivy/commit/1163b044c7e91a81bba3a862cc4a38e90182f0b4)) - supporting .egg-info/METADATA in python.Packaging analyzer ([#​9151](https://github.com/aquasecurity/trivy/issues/9151)) ([e306e2d](https://github.com/aquasecurity/trivy/commit/e306e2dc5275c0e75f056c8c7ee9ff9261c78e7f)) - **terraform:** `for_each` on a map returns a resource for every key ([#​9156](https://github.com/aquasecurity/trivy/issues/9156)) ([153318f](https://github.com/aquasecurity/trivy/commit/153318f65f7e5059bcc064bd2cd651cc720791a9)) </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: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1073 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net> |
||
|
|
b8601d813e |
Update Helm release reloader to v2.2.0 (#1071)
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> |
||
|
|
351d6d00a2 | Update vectorim/element-web Docker tag to v1.11.108 (#1078) | ||
|
|
a0ac4067ec
|
Update vaultwarden/server Docker tag to v1.34.3 | ||
|
|
3b636f3a23
|
Update Helm release argo-cd to v8.2.4 |