d2d8b46aec244932d5e50d5a76c0def2fb4be8e3
55122 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
d2d8b46aec |
feat(spegel): update image ghcr.io/spegel-org/spegel v0.6.0 → v0.7.0 (#47237)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/spegel-org/spegel](https://redirect.github.com/spegel-org/spegel) | minor | `82f5dd9` → `1109b33` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>spegel-org/spegel (ghcr.io/spegel-org/spegel)</summary> ### [`v0.7.0`](https://redirect.github.com/spegel-org/spegel/releases/tag/v0.7.0) [Compare Source](https://redirect.github.com/spegel-org/spegel/compare/v0.6.0...v0.7.0) <!-- Release notes generated using configuration in .github/release.yaml at v0.7.0 --> #### What's Changed ##### Added - Enable quic in p2p router by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1174](https://redirect.github.com/spegel-org/spegel/pull/1174) - Add debug metadata endpoint to expose LibP2P peer ID by [@​artem-tkachuk](https://redirect.github.com/artem-tkachuk) in [#​1197](https://redirect.github.com/spegel-org/spegel/pull/1197) - Update contributing guidelines and add AI policy by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1215](https://redirect.github.com/spegel-org/spegel/pull/1215) - Add version detection and output by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1102](https://redirect.github.com/spegel-org/spegel/pull/1102) - Persist Peer ID between restarts when running in Kubernetes by [@​artem-tkachuk](https://redirect.github.com/artem-tkachuk) in [#​1196](https://redirect.github.com/spegel-org/spegel/pull/1196) - Allow for extra init containers and volumes in Helm chart by [@​zoomoid](https://redirect.github.com/zoomoid) in [#​1171](https://redirect.github.com/spegel-org/spegel/pull/1171) ##### Changed - Update to Go v1.25.6 by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1170](https://redirect.github.com/spegel-org/spegel/pull/1170) - Change to using retry for mirror requests by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1181](https://redirect.github.com/spegel-org/spegel/pull/1181) - Disable address discovery in p2p router by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1199](https://redirect.github.com/spegel-org/spegel/pull/1199) - Update to Go v1.26.0 by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1214](https://redirect.github.com/spegel-org/spegel/pull/1214) - Refactor balancer peers to support multiple addresses by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1226](https://redirect.github.com/spegel-org/spegel/pull/1226) - Split registry port into peer metadata by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1228](https://redirect.github.com/spegel-org/spegel/pull/1228) - Replace go-retry with resilient package by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1243](https://redirect.github.com/spegel-org/spegel/pull/1243) - Refactor range header handling by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1269](https://redirect.github.com/spegel-org/spegel/pull/1269) - Refactor distribution to include more request parameters by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1271](https://redirect.github.com/spegel-org/spegel/pull/1271) - Refactor debug measure to use specific function by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1274](https://redirect.github.com/spegel-org/spegel/pull/1274) - Refactor balancer to become iterator whith better waiting logic by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1277](https://redirect.github.com/spegel-org/spegel/pull/1277) - Fix so copy failure does not remove peer from iterator by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1278](https://redirect.github.com/spegel-org/spegel/pull/1278) - Update Go to 1.26.2 by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1299](https://redirect.github.com/spegel-org/spegel/pull/1299) ##### Fixed - Test upgrading from latest release to dev build of Spegel by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1167](https://redirect.github.com/spegel-org/spegel/pull/1167) - Fix Kubernetes test timing and cleanup Helm action configuration by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1173](https://redirect.github.com/spegel-org/spegel/pull/1173) - Fix scope for anonymous auth with GHCR by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1175](https://redirect.github.com/spegel-org/spegel/pull/1175) - Fix image parse error messages by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1203](https://redirect.github.com/spegel-org/spegel/pull/1203) - Fix registry check for single label domain with port by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1212](https://redirect.github.com/spegel-org/spegel/pull/1212) - Race dials when making mirror requests by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1227](https://redirect.github.com/spegel-org/spegel/pull/1227) - Fix record TTL and add tests for record validty by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1205](https://redirect.github.com/spegel-org/spegel/pull/1205) - Change range to retry for token fetching by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1270](https://redirect.github.com/spegel-org/spegel/pull/1270) - Fix debug web template errors and implement tests for rendring templates by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1273](https://redirect.github.com/spegel-org/spegel/pull/1273) - Hedge requests to peers to protect against tail latency by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1258](https://redirect.github.com/spegel-org/spegel/pull/1258) - Update grafana dashboard for 0.6 by [@​jfroy](https://redirect.github.com/jfroy) in [#​1150](https://redirect.github.com/spegel-org/spegel/pull/1150) - Fix issues in Kubernetes integration tests by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1287](https://redirect.github.com/spegel-org/spegel/pull/1287) - Fix p2p ready race and refactor connectivity gate by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1289](https://redirect.github.com/spegel-org/spegel/pull/1289) - Fix err image pull check in Kubernetes integration tests by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1290](https://redirect.github.com/spegel-org/spegel/pull/1290) - Release peer when happy eyeballs errors due to context being cancelled by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1291](https://redirect.github.com/spegel-org/spegel/pull/1291) - Fix range modification so it doesnt create side effects by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1292](https://redirect.github.com/spegel-org/spegel/pull/1292) ##### Removed - Remove k8s 1.32 and add 1.35 in integration tests by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1165](https://redirect.github.com/spegel-org/spegel/pull/1165) - Replace IPVS with NFTables in Kubernetes integration test by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1166](https://redirect.github.com/spegel-org/spegel/pull/1166) - Remove testing and support for Containerd 1.7 and 2.0 by [@​phillebaba](https://redirect.github.com/phillebaba) in [#​1168](https://redirect.github.com/spegel-org/spegel/pull/1168) ##### Dependencies - Bump github.com/libp2p/go-libp2p-kad-dht from 0.36.0 to 0.37.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1163](https://redirect.github.com/spegel-org/spegel/pull/1163) - Bump helm.sh/helm/v4 from 4.0.4 to 4.0.5 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1164](https://redirect.github.com/spegel-org/spegel/pull/1164) - Bump sigs.k8s.io/kind from 0.30.0 to 0.31.0 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1148](https://redirect.github.com/spegel-org/spegel/pull/1148) - Bump github.com/alexflint/go-arg from 1.6.0 to 1.6.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1156](https://redirect.github.com/spegel-org/spegel/pull/1156) - Bump github.com/fluxcd/cli-utils from 0.36.0-flux.15 to 0.37.0-flux.1 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1157](https://redirect.github.com/spegel-org/spegel/pull/1157) - Bump github.com/moby/go-archive from 0.1.0 to 0.2.0 in /test/integration/containerd by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1153](https://redirect.github.com/spegel-org/spegel/pull/1153) - Bump github.com/fluxcd/pkg/runtime from 0.92.0 to 0.94.0 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1160](https://redirect.github.com/spegel-org/spegel/pull/1160) - Bump google.golang.org/grpc from 1.77.0 to 1.78.0 in /test/integration/containerd by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1155](https://redirect.github.com/spegel-org/spegel/pull/1155) - Bump github.com/containerd/containerd/v2 from 2.2.0 to 2.2.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1152](https://redirect.github.com/spegel-org/spegel/pull/1152) - Bump k8s.io/cri-api from 0.34.3 to 0.35.0 in /test/integration/containerd in the k8s group across 1 directory by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1169](https://redirect.github.com/spegel-org/spegel/pull/1169) - Bump github.com/miekg/dns from 1.1.69 to 1.1.70 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1161](https://redirect.github.com/spegel-org/spegel/pull/1161) - Bump github.com/fluxcd/pkg/runtime from 0.94.0 to 0.95.0 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1172](https://redirect.github.com/spegel-org/spegel/pull/1172) - Bump helm.sh/helm/v4 from 4.0.5 to 4.1.0 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1179](https://redirect.github.com/spegel-org/spegel/pull/1179) - Bump github.com/fluxcd/cli-utils from 0.37.0-flux.1 to 0.37.1-flux.1 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1177](https://redirect.github.com/spegel-org/spegel/pull/1177) - Bump github.com/miekg/dns from 1.1.70 to 1.1.72 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1176](https://redirect.github.com/spegel-org/spegel/pull/1176) - Bump github.com/fluxcd/pkg/runtime from 0.95.0 to 0.96.0 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1178](https://redirect.github.com/spegel-org/spegel/pull/1178) - Bump github.com/libp2p/go-libp2p from 0.46.0 to 0.47.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1185](https://redirect.github.com/spegel-org/spegel/pull/1185) - Bump github.com/moby/moby/client from 0.2.1 to 0.2.2 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1188](https://redirect.github.com/spegel-org/spegel/pull/1188) - Bump github.com/moby/moby/api from 1.52.0 to 1.53.0 in /test/integration/containerd by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1187](https://redirect.github.com/spegel-org/spegel/pull/1187) - Bump github.com/fluxcd/pkg/runtime from 0.96.0 to 0.97.0 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1192](https://redirect.github.com/spegel-org/spegel/pull/1192) - Bump github.com/moby/moby/client from 0.2.1 to 0.2.2 in /test/integration/containerd by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1186](https://redirect.github.com/spegel-org/spegel/pull/1186) - Bump github.com/fluxcd/pkg/runtime from 0.97.0 to 0.98.0 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1200](https://redirect.github.com/spegel-org/spegel/pull/1200) - Bump github.com/fluxcd/pkg/runtime from 0.98.0 to 0.99.0 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1206](https://redirect.github.com/spegel-org/spegel/pull/1206) - Bump helm.sh/helm/v4 from 4.1.0 to 4.1.1 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1207](https://redirect.github.com/spegel-org/spegel/pull/1207) - Bump github.com/fluxcd/pkg/runtime from 0.100.0 to 0.102.0 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1220](https://redirect.github.com/spegel-org/spegel/pull/1220) - Bump github.com/fluxcd/cli-utils from 0.37.1-flux.1 to 0.37.2-flux.1 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1225](https://redirect.github.com/spegel-org/spegel/pull/1225) - Bump the k8s group across 2 directories with 6 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1224](https://redirect.github.com/spegel-org/spegel/pull/1224) - Bump github.com/libp2p/go-libp2p-kad-dht from 0.37.0 to 0.38.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1218](https://redirect.github.com/spegel-org/spegel/pull/1218) - Bump github.com/containerd/containerd/v2 from 2.2.1 to 2.2.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1240](https://redirect.github.com/spegel-org/spegel/pull/1240) - Bump golang.org/x/sync from 0.19.0 to 0.20.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1237](https://redirect.github.com/spegel-org/spegel/pull/1237) - Bump github.com/moby/moby/client from 0.2.2 to 0.3.0 in /test/integration/kubernetes by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1236](https://redirect.github.com/spegel-org/spegel/pull/1236) - Bump github.com/ipfs/go-cid from 0.6.0 to 0.6.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1276](https://redirect.github.com/spegel-org/spegel/pull/1276) - Bump github.com/containerd/platforms from 1.0.0-rc.2 to 1.0.0-rc.4 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1259](https://redirect.github.com/spegel-org/spegel/pull/1259) - Bump github.com/pelletier/go-toml/v2 from 2.2.4 to 2.3.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1253](https://redirect.github.com/spegel-org/spegel/pull/1253) - Bump google.golang.org/grpc from 1.78.0 to 1.79.3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1284](https://redirect.github.com/spegel-org/spegel/pull/1284) - Bump helm.sh/helm/v3 from 3.18.5 to 3.20.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1285](https://redirect.github.com/spegel-org/spegel/pull/1285) - Bump github.com/containerd/containerd/v2 from 2.2.2 to 2.2.3 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1300](https://redirect.github.com/spegel-org/spegel/pull/1300) #### New Contributors - [@​zoomoid](https://redirect.github.com/zoomoid) made their first contribution in [#​1171](https://redirect.github.com/spegel-org/spegel/pull/1171) **Full Changelog**: <https://github.com/spegel-org/spegel/compare/v0.6.0...v0.7.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zcGVnZWwiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
58c07f9035 |
feat(renovate): update image oci.trueforge.org/containerforge/renovate 43.129.1 → 43.130.1 (#47233)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/renovate](https://ghcr.io/trueforge-org/renovate) ([source](https://redirect.github.com/renovate/renovate)) | minor | `a9c7ecf` → `9b3818a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9yZW5vdmF0ZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
ae2045737b |
feat(helm-deps): update chart mariadb 18.0.6 → 18.1.0 (#47229)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mariadb](https://trueforge.org/truetech/truecharts/charts/stable/mariadb) ([source](https://redirect.github.com/bitnami/bitnami-docker-mariadb)) | minor | `18.0.6` → `18.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC95b3VybHMiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
cb0b6e6463 |
feat(helm-deps): update chart valkey 2.0.0 → 2.1.0 (#47232)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [valkey](https://trueforge.org/truetech/truecharts/charts/stable/valkey) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/valkey)) | minor | `2.0.0` → `2.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC93ZWJsYXRlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==--> |
||
|
|
59451cff61 |
feat(helm-deps): update chart memcached 17.0.9 → 17.1.0 (#47230)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [memcached](https://trueforge.org/truetech/truecharts/charts/stable/memcached) ([source](https://redirect.github.com/bitnami/bitnami-docker-memcached)) | minor | `17.0.9` → `17.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9naXRlYSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
1e0c73bb2e |
feat(helm-deps): update chart mongodb 17.0.8 → 17.1.0 (#47231)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mongodb](https://trueforge.org/truetech/truecharts/charts/stable/mongodb) ([source](https://redirect.github.com/bitnami/bitnami-docker-mongodb)) | minor | `17.0.8` → `17.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC95b3V0dWJlZGwtbWF0ZXJpYWwiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
81d783d3f9 |
feat(helm-deps): update chart clickhouse 18.1.6 → 18.2.0 (#47228)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clickhouse](https://trueforge.org/truetech/truecharts/charts/stable/clickhouse) ([source](https://clickhouse.com/)) | minor | `18.1.6` → `18.2.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9wbGF1c2libGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
055e12d0b8 |
chore(renovate): update image oci.trueforge.org/containerforge/renovate digest to 3bb09e3 (#47226)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/renovate](https://ghcr.io/trueforge-org/renovate) ([source](https://redirect.github.com/renovate/renovate)) | digest | `a9c7ecf` → `3bb09e3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9yZW5vdmF0ZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
0c9b70a864 |
fix(code-server): update code-server (#47223)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
96e8204d88 |
feat(kometa): move to TrueForge container (#44411)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com> Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Alfi0812 <admin@alfi0812.de> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
211053f17f |
chore(home-assistant): update image oci.trueforge.org/containerforge/go-yq digest to c7c64a0 (#47220)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/go-yq](https://ghcr.io/trueforge-org/go-yq) | digest | `fb44daf` → `c7c64a0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvaG9tZS1hc3Npc3RhbnQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
4da74181a8 |
feat(slskd): update image ghcr.io/slskd/slskd 0.24.5 → 0.25.0 (#47225)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/slskd/slskd](https://slskd.org) ([source](https://redirect.github.com/slskd/slskd)) | minor | `17ef977` → `6a91991` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>slskd/slskd (ghcr.io/slskd/slskd)</summary> ### [`v0.25.0`](https://redirect.github.com/slskd/slskd/releases/tag/0.25.0) [Compare Source](https://redirect.github.com/slskd/slskd/compare/0.24.5...0.25.0) ### 🎉 Big Release! This release contains a number of mostly unrelated changes. #### Licensing I have added 'Additional Terms' to the AGPLv3 that clarify the conditions under which folks can distribute and modify slskd, which Section 7 of the AGPLv3 allows. These terms include preservation of notices and licenses (already required by the AGPLv3, the terms spell the requirements out explicitly), mandatory identification of modifications (again, already required), mandatory rebranding (renaming forks to something that won't be confused with slskd), and the mandatory modification of the client version supplied to the server at login. The full text of these Additional Terms can be found at the bottom of the [LICENSE](https://redirect.github.com/slskd/slskd/blob/master/LICENSE) in the root of the repository. I've also added a [NOTICE](https://redirect.github.com/slskd/slskd/blob/master/NOTICE) in the hopes that folks will be drawn to it and see that the LICENSE includes Additional Terms, and I've added a [FORKING.md](https://redirect.github.com/slskd/slskd/blob/master/FORKING.md) To explain why I've done this, I'll share an excerpt from FORKING.md: > The requirements exist for two reasons, and both are about the people who use the software. > The first is to make sure users always know they are using software licensed under the AGPL. That matters because the AGPL gives users meaningful rights: the right to know that the source code exists, the right to access it, and the right to understand what they are running. Those rights only mean something if users are actually informed of them. Requiring that the full LICENSE be included with every distribution, and that license notices be preserved everywhere they appear, ensures that no user ever ends up with a copy of this software that hides or obscures the terms under which it was released. > The second is to make sure users understand who made the software they are using. They should be able to tell where it came from, who maintains it, what has been changed and by whom, and whether it is the original project or a fork. A user who installs a fork deserves to know it is a fork. The requirements around naming, branding, source file headers, and identification notices all serve this goal. They are not intended to discourage forking — they are intended to make sure that anyone who uses a fork has an accurate picture of what they have. With AI becoming mainstream it is now incredibly easy to fork a project and manipulate it in ways that are harmful to users and/or the server(s) the software connects to. This behavior, unfortunately, is permissible under the AGPLv3. All I can do is ensure that users aren't deceived into using these untrusted and potentially harmful forks. #### Docker User/Permissions The slskd Docker container now supports both Docker's built in `--user`/`user:` and now the Linuxserver/\*arr style `PUID`/`PGID` methods for running the container as a specific user. The built-in method is objectively superior, but I noticed that people frequently got hung up on permissions because they were using `PUID`/`PGID` without understanding that it wasn't supported. These methods are mutually exclusive; users must choose one or the other. Users should also be aware that when using the `PUID`/`PGID` method, the container will `chown` the mounted `/app` directory on startup. This may be unexpected, but it is the intended behavior. The `chown` isn't recursive; users will need to do that themselves if needed. Examples in the [README](https://redirect.github.com/slskd/slskd/blob/master/README.md) and [Docker docs](https://redirect.github.com/slskd/slskd/blob/master/docs/docker.md) have been updated to reflect these changes. I welcome any feedback about the approach in the [Dockerfile](https://redirect.github.com/slskd/slskd/blob/master/Dockerfile#L106) or contents of the docs. #### Configuration May Be Broken Users who have configured things under the `global`, `groups`, or `integration` keys in the configuration file will find that the app will log an error and exit early until they apply the necessary changes. This is unfortunate, but the alternative was to *not* do that and allow people to continue using the app without their configuration being respected. Pull request [#​1704](https://redirect.github.com/slskd/slskd/issues/1704) outlines the changes and provides an example of what needs to be done by correcting the configuration docs. tl;dr: 1. Rename the `global` key to `transfers` 2. Move all limits keys so that they appear nested under the upload key of the associated group 3. Rename the `integration` key to `integrations` These changes were made to make room for upcoming features (stay tuned!). The rename of the integration key was admittedly not necessary for that, but I figured I would sneak it in. #### What's Changed - BREAKING: Move all transfer options under a 'transfers' key by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1672](https://redirect.github.com/slskd/slskd/pull/1672) - Add errors for deprecated keys by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1698](https://redirect.github.com/slskd/slskd/pull/1698) - Update docs to reflect config changes by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1704](https://redirect.github.com/slskd/slskd/pull/1704) - Append Additional Terms to the AGPLv3 license by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1675](https://redirect.github.com/slskd/slskd/pull/1675) - Adjust NOTICE indent, add license info to startup banner by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1690](https://redirect.github.com/slskd/slskd/pull/1690) - Fix "Search Again" by [@​rfletcher](https://redirect.github.com/rfletcher) in [#​1666](https://redirect.github.com/slskd/slskd/pull/1666) - Fix bug causing an error when updating the config file while the app is running by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1682](https://redirect.github.com/slskd/slskd/pull/1682) - fix favicon.ico relative path by [@​deepsweet](https://redirect.github.com/deepsweet) in [#​1696](https://redirect.github.com/slskd/slskd/pull/1696) - Add BatchId and Attempts to Transfers database, change migration naming scheme by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1670](https://redirect.github.com/slskd/slskd/pull/1670) - Add the ability to specify base delay for exponential backoff, add onRetry delegate for Retry.Do by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1671](https://redirect.github.com/slskd/slskd/pull/1671) - Interlock updates of shared scanner vars by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1687](https://redirect.github.com/slskd/slskd/pull/1687) - Add support for PUID/PGID to Docker by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1695](https://redirect.github.com/slskd/slskd/pull/1695) - Bump Soulseek.NET to 9.0.0, set minor version to 760 by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1674](https://redirect.github.com/slskd/slskd/pull/1674) - Bump picomatch from 2.3.1 to 2.3.2 in /src/web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1684](https://redirect.github.com/slskd/slskd/pull/1684) - Bump flatted from 3.2.7 to 3.4.2 in /src/web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1676](https://redirect.github.com/slskd/slskd/pull/1676) - Bump yaml in /src/web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1680](https://redirect.github.com/slskd/slskd/pull/1680) - Bump Soulseek.NET to 10.0.0 by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1691](https://redirect.github.com/slskd/slskd/pull/1691) - Bump lodash from 4.17.23 to 4.18.1 in /src/web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1692](https://redirect.github.com/slskd/slskd/pull/1692) - Bump lodash-es from 4.17.23 to 4.18.1 in /src/web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1689](https://redirect.github.com/slskd/slskd/pull/1689) - Upgrade to .NET 10 by [@​jpdillingham](https://redirect.github.com/jpdillingham) in [#​1693](https://redirect.github.com/slskd/slskd/pull/1693) - Bump axios from 1.13.5 to 1.15.0 in /src/web by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1694](https://redirect.github.com/slskd/slskd/pull/1694) #### New Contributors - [@​rfletcher](https://redirect.github.com/rfletcher) made their first contribution in [#​1666](https://redirect.github.com/slskd/slskd/pull/1666) - [@​deepsweet](https://redirect.github.com/deepsweet) made their first contribution in [#​1696](https://redirect.github.com/slskd/slskd/pull/1696) **Full Changelog**: <https://github.com/slskd/slskd/compare/0.24.5...0.25.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2xza2QiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
ffc13416f5 |
feat(helm-deps): update chart common 29.0.15 → 29.1.0 (#47224)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/truetech/truecharts/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `29.0.15` → `29.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvendhdmVqczJtcXR0IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
f73c7316f5 |
fix(renovate): update image oci.trueforge.org/containerforge/renovate 43.129.0 → 43.129.1 (#47222)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/renovate](https://ghcr.io/trueforge-org/renovate) ([source](https://redirect.github.com/renovate/renovate)) | patch | `3f5fc6e` → `a9c7ecf` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmVub3ZhdGUiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
cecfef3343 |
fix(jackett): update image oci.trueforge.org/containerforge/jackett 0.24.1616 → 0.24.1622 (#47221)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/jackett](https://ghcr.io/trueforge-org/jackett) ([source](https://redirect.github.com/Jackett/Jackett)) | patch | `43bc238` → `a5f9063` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Jackett/Jackett (oci.trueforge.org/containerforge/jackett)</summary> ### [`v0.24.1622`](https://redirect.github.com/Jackett/Jackett/releases/tag/v0.24.1622) [Compare Source](https://redirect.github.com/Jackett/Jackett/compare/v0.24.1616...v0.24.1622) #### Changes: - [`02c1613`](https://redirect.github.com/Jackett/Jackett/commit/02c1613c5d73567c6c8da2016887fe636abd24a8) agsvpt: switch to cookie method resolves [#​14946](https://redirect.github.com/Jackett/Jackett/issues/14946) - [`f4851b9`](https://redirect.github.com/Jackett/Jackett/commit/f4851b98cfaf2e2a8a3e37b8a659d8936c1a6069) ubits: switch to cookie method resolves [#​14295](https://redirect.github.com/Jackett/Jackett/issues/14295) - [`8f58321`](https://redirect.github.com/Jackett/Jackett/commit/8f58321167dcc3d17e25aa2907ebfa6583056db7) assorted nexus: update reason for using cookie method - [`1aae777`](https://redirect.github.com/Jackett/Jackett/commit/1aae77742986c40fd3912842ec4be6abf62f3263) nexum: new cats - [`108eaf7`](https://redirect.github.com/Jackett/Jackett/commit/108eaf7d8d94ba2a09c8a9b11ffde20b2215a0df) add hydracker [#​16737](https://redirect.github.com/Jackett/Jackett/issues/16737) oops forgot to commit with prrevious. - [`c58588a`](https://redirect.github.com/Jackett/Jackett/commit/c58588a568b015b191b37d59c56ced9d0f56e391) funzone: new cats - [`ca13fc9`](https://redirect.github.com/Jackett/Jackett/commit/ca13fc93339d905c31d1e4ed48b400c6ae69e64a) darkiworld -> hydracker resolves [#​16737](https://redirect.github.com/Jackett/Jackett/issues/16737) - [`caa73e0`](https://redirect.github.com/Jackett/Jackett/commit/caa73e00303648cdbefbb82987776e3eb9b740e0) hdtorrents: add internal tag to description - [`036c48f`](https://redirect.github.com/Jackett/Jackett/commit/036c48fa5b073982a9c06be0ec1b256783122ef9) midnightscene: add private tracker. resolves [#​16747](https://redirect.github.com/Jackett/Jackett/issues/16747) ([#​16748](https://redirect.github.com/Jackett/Jackett/issues/16748)) This list of changes was [auto generated](https://dev.azure.com/Jackett/Jackett/_build/results?buildId=16140\&view=logs). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvamFja2V0dCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
5d33dd8c9d |
chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.2 docker digest digest to 3ae2c17 (#47219)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer) ([source](https://trueforge.org)) | image | digest | `897e436` → `3ae2c17` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
bb12256441 |
chore(searxng): update image docker.io/searxng/searxng digest to 0bbe85f (#47197)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/searxng/searxng | digest | `9d797e9` → `0bbe85f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2VhcnhuZyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
c7cb70c861 |
feat(gitea): update image docker.io/gitea/gitea 1.25.5 → 1.26.0 (#47216)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gitea/gitea](https://redirect.github.com/go-gitea/gitea) | minor | `be0b89a` → `9bfff17` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>go-gitea/gitea (docker.io/gitea/gitea)</summary> ### [`v1.26.0`](https://redirect.github.com/go-gitea/gitea/blob/HEAD/CHANGELOG.md#1260---2026-04-17) [Compare Source](https://redirect.github.com/go-gitea/gitea/compare/v1.25.5...v1.26.0) - BREAKING - Correct swagger annotations for enums, status codes, and notification state ([#​37030](https://redirect.github.com/go-gitea/gitea/issues/37030)) - Remove GET API registration-token ([#​36801](https://redirect.github.com/go-gitea/gitea/issues/36801)) - Support Actions `concurrency` syntax ([#​32751](https://redirect.github.com/go-gitea/gitea/issues/32751)) - Make PUBLIC\_URL\_DETECTION default to "auto" ([#​36955](https://redirect.github.com/go-gitea/gitea/issues/36955)) - SECURITY - Bound PageSize in `ListUnadoptedRepositories` ([#​36884](https://redirect.github.com/go-gitea/gitea/issues/36884)) - FEATURES - Support Actions `concurrency` syntax ([#​32751](https://redirect.github.com/go-gitea/gitea/issues/32751)) - Add terraform state registry ([#​36710](https://redirect.github.com/go-gitea/gitea/issues/36710)) - Instance-wide (global) info banner and maintenance mode ([#​36571](https://redirect.github.com/go-gitea/gitea/issues/36571)) - Support rendering OpenAPI spec ([#​36449](https://redirect.github.com/go-gitea/gitea/issues/36449)) - Add keyboard shortcuts for repository file and code search ([#​36416](https://redirect.github.com/go-gitea/gitea/issues/36416)) - Add support for archive-upload rpc ([#​36391](https://redirect.github.com/go-gitea/gitea/issues/36391)) - Add ability to download subpath archive ([#​36371](https://redirect.github.com/go-gitea/gitea/issues/36371)) - Add workflow dependencies visualization ([#​26062](https://redirect.github.com/go-gitea/gitea/issues/26062)) ([#​36248](https://redirect.github.com/go-gitea/gitea/issues/36248)) & Restyle Workflow Graph ([#​36912](https://redirect.github.com/go-gitea/gitea/issues/36912)) - Automatic generation of release notes ([#​35977](https://redirect.github.com/go-gitea/gitea/issues/35977)) - Add "Go to file", "Delete Directory" to repo file list page ([#​35911](https://redirect.github.com/go-gitea/gitea/issues/35911)) - Introduce "config edit-ini" sub command to help maintaining INI config file ([#​35735](https://redirect.github.com/go-gitea/gitea/issues/35735)) - Add button to re-run failed jobs in Actions ([#​36924](https://redirect.github.com/go-gitea/gitea/issues/36924)) - Support actions and reusable workflows from private repos ([#​32562](https://redirect.github.com/go-gitea/gitea/issues/32562)) - Add summary to action runs view ([#​36883](https://redirect.github.com/go-gitea/gitea/issues/36883)) - Add user badges ([#​36752](https://redirect.github.com/go-gitea/gitea/issues/36752)) - Add configurable permissions for Actions automatic tokens ([#​36173](https://redirect.github.com/go-gitea/gitea/issues/36173)) - Add per-runner "Disable/Pause" ([#​36776](https://redirect.github.com/go-gitea/gitea/issues/36776)) - Feature non-zipped actions artifacts (action v7 / nodejs / npm v6.2.0) ([#​36786](https://redirect.github.com/go-gitea/gitea/issues/36786)) - PERFORMANCE - WorkflowDispatch API optionally return runid ([#​36706](https://redirect.github.com/go-gitea/gitea/issues/36706)) - Add render cache for SVG icons ([#​36863](https://redirect.github.com/go-gitea/gitea/issues/36863)) - Load `mentionValues` asynchronously ([#​36739](https://redirect.github.com/go-gitea/gitea/issues/36739)) - Lazy-load some Vue components, fix heatmap chunk loading on every page ([#​36719](https://redirect.github.com/go-gitea/gitea/issues/36719)) - Load heatmap data asynchronously ([#​36622](https://redirect.github.com/go-gitea/gitea/issues/36622)) - Use prev/next pagination for user profile activities page to speed up ([#​36642](https://redirect.github.com/go-gitea/gitea/issues/36642)) - Refactor cat-file batch operations and support `--batch-command` approach ([#​35775](https://redirect.github.com/go-gitea/gitea/issues/35775)) - Use merge tree to detect conflicts when possible ([#​36400](https://redirect.github.com/go-gitea/gitea/issues/36400)) - ENHANCEMENTS - Implement logout redirection for reverse proxy auth setups ([#​36085](https://redirect.github.com/go-gitea/gitea/issues/36085)) ([#​37171](https://redirect.github.com/go-gitea/gitea/issues/37171)) - Adds option to force update new branch in contents routes ([#​35592](https://redirect.github.com/go-gitea/gitea/issues/35592)) - Add viewer controller for mermaid (zoom, drag) ([#​36557](https://redirect.github.com/go-gitea/gitea/issues/36557)) - Add code editor setting dropdowns ([#​36534](https://redirect.github.com/go-gitea/gitea/issues/36534)) - Add `elk` layout support to mermaid ([#​36486](https://redirect.github.com/go-gitea/gitea/issues/36486)) - Add resolve/unresolve review comment API endpoints ([#​36441](https://redirect.github.com/go-gitea/gitea/issues/36441)) - Allow configuring default PR base branch (fixes [#​36412](https://redirect.github.com/go-gitea/gitea/issues/36412)) ([#​36425](https://redirect.github.com/go-gitea/gitea/issues/36425)) - Add support for RPM Errata (updateinfo.xml) ([#​37125](https://redirect.github.com/go-gitea/gitea/issues/37125)) - Require additional user confirmation for making repo private ([#​36959](https://redirect.github.com/go-gitea/gitea/issues/36959)) - Add `actions.WORKFLOW_DIRS` setting ([#​36619](https://redirect.github.com/go-gitea/gitea/issues/36619)) - Avoid opening new tab when downloading actions logs ([#​36740](https://redirect.github.com/go-gitea/gitea/issues/36740)) - Implements OIDC RP-Initiated Logout ([#​36724](https://redirect.github.com/go-gitea/gitea/issues/36724)) - Show workflow link ([#​37070](https://redirect.github.com/go-gitea/gitea/issues/37070)) - Desaturate dark theme background colors ([#​37056](https://redirect.github.com/go-gitea/gitea/issues/37056)) - Refactor "org teams" page and help new users to "add member" to an org ([#​37051](https://redirect.github.com/go-gitea/gitea/issues/37051)) - Add webhook name field to improve webhook identification ([#​37025](https://redirect.github.com/go-gitea/gitea/issues/37025)) ([#​37040](https://redirect.github.com/go-gitea/gitea/issues/37040)) - Make task list checkboxes clickable in the preview tab ([#​37010](https://redirect.github.com/go-gitea/gitea/issues/37010)) - Improve severity labels in Actions logs and tweak colors ([#​36993](https://redirect.github.com/go-gitea/gitea/issues/36993)) - Linkify URLs in Actions workflow logs ([#​36986](https://redirect.github.com/go-gitea/gitea/issues/36986)) - Allow text selection on checkbox labels ([#​36970](https://redirect.github.com/go-gitea/gitea/issues/36970)) - Support dark/light theme images in markdown ([#​36922](https://redirect.github.com/go-gitea/gitea/issues/36922)) - Enable native dark mode for swagger-ui ([#​36899](https://redirect.github.com/go-gitea/gitea/issues/36899)) - Rework checkbox styling, remove `input` border hover effect ([#​36870](https://redirect.github.com/go-gitea/gitea/issues/36870)) - Refactor storage content-type handling of ServeDirectURL ([#​36804](https://redirect.github.com/go-gitea/gitea/issues/36804)) - Use "Enable Gravatar" but not "Disable" ([#​36771](https://redirect.github.com/go-gitea/gitea/issues/36771)) - Use case-insensitive matching for Git error "Not a valid object name" ([#​36728](https://redirect.github.com/go-gitea/gitea/issues/36728)) - Add "Copy Source" to markup comment menu ([#​36726](https://redirect.github.com/go-gitea/gitea/issues/36726)) - Change image transparency grid to CSS ([#​36711](https://redirect.github.com/go-gitea/gitea/issues/36711)) - Add "Run" prefix for unnamed action steps ([#​36624](https://redirect.github.com/go-gitea/gitea/issues/36624)) - Persist actions log time display settings in `localStorage` ([#​36623](https://redirect.github.com/go-gitea/gitea/issues/36623)) - Use first commit title for multi-commit PRs and fix auto-focus title field ([#​36606](https://redirect.github.com/go-gitea/gitea/issues/36606)) - Improve BuildCaseInsensitiveLike with lowercase ([#​36598](https://redirect.github.com/go-gitea/gitea/issues/36598)) - Improve diff highlighting ([#​36583](https://redirect.github.com/go-gitea/gitea/issues/36583)) - Exclude cancelled runs from failure-only email notifications ([#​36569](https://redirect.github.com/go-gitea/gitea/issues/36569)) - Use full-file highlighting for diff sections ([#​36561](https://redirect.github.com/go-gitea/gitea/issues/36561)) - Color command/error logs in Actions log ([#​36538](https://redirect.github.com/go-gitea/gitea/issues/36538)) - Add paging headers ([#​36521](https://redirect.github.com/go-gitea/gitea/issues/36521)) - Improve timeline entries for WIP prefix changes in pull requests ([#​36518](https://redirect.github.com/go-gitea/gitea/issues/36518)) - Add FOLDER\_ICON\_THEME configuration option ([#​36496](https://redirect.github.com/go-gitea/gitea/issues/36496)) - Normalize guessed languages for code highlighting ([#​36450](https://redirect.github.com/go-gitea/gitea/issues/36450)) - Add chunked transfer encoding support for LFS uploads ([#​36380](https://redirect.github.com/go-gitea/gitea/issues/36380)) - Indicate when only optional checks failed ([#​36367](https://redirect.github.com/go-gitea/gitea/issues/36367)) - Add 'allow\_maintainer\_edit' API option for creating a pull request ([#​36283](https://redirect.github.com/go-gitea/gitea/issues/36283)) - Support closing keywords with URL references ([#​36221](https://redirect.github.com/go-gitea/gitea/issues/36221)) - Improve diff file headers ([#​36215](https://redirect.github.com/go-gitea/gitea/issues/36215)) - Fix and enhance comment editor monospace toggle ([#​36181](https://redirect.github.com/go-gitea/gitea/issues/36181)) - Add git.DIFF\_RENAME\_SIMILARITY\_THRESHOLD option ([#​36164](https://redirect.github.com/go-gitea/gitea/issues/36164)) - Add matching pair insertion to markdown textarea ([#​36121](https://redirect.github.com/go-gitea/gitea/issues/36121)) - Add sorting/filtering to admin user search API endpoint ([#​36112](https://redirect.github.com/go-gitea/gitea/issues/36112)) - Allow action user have read permission in public repo like other user ([#​36095](https://redirect.github.com/go-gitea/gitea/issues/36095)) - Disable matchBrackets in monaco ([#​36089](https://redirect.github.com/go-gitea/gitea/issues/36089)) - Use GitHub-style commit message for squash merge ([#​35987](https://redirect.github.com/go-gitea/gitea/issues/35987)) - Make composer registry support tar.gz and tar.bz2 and fix bugs ([#​35958](https://redirect.github.com/go-gitea/gitea/issues/35958)) - Add GITEA\_PR\_INDEX env variable to githooks ([#​35938](https://redirect.github.com/go-gitea/gitea/issues/35938)) - Add proper error message if session provider can not be created ([#​35520](https://redirect.github.com/go-gitea/gitea/issues/35520)) - Add button to copy file name in PR files ([#​35509](https://redirect.github.com/go-gitea/gitea/issues/35509)) - Move `X_FRAME_OPTIONS` setting from `cors` to `security` section ([#​30256](https://redirect.github.com/go-gitea/gitea/issues/30256)) - Add placeholder content for empty content page ([#​37114](https://redirect.github.com/go-gitea/gitea/issues/37114)) - Add `DEFAULT_DELETE_BRANCH_AFTER_MERGE` setting ([#​36917](https://redirect.github.com/go-gitea/gitea/issues/36917)) - Redirect to the only OAuth2 provider when no other login methods and fix various problems ([#​36901](https://redirect.github.com/go-gitea/gitea/issues/36901)) - Add admin badge to navbar avatar ([#​36790](https://redirect.github.com/go-gitea/gitea/issues/36790)) - Add `never` option to `PUBLIC_URL_DETECTION` configuration ([#​36785](https://redirect.github.com/go-gitea/gitea/issues/36785)) - Add background and run count to actions list page ([#​36707](https://redirect.github.com/go-gitea/gitea/issues/36707)) - Add icon to buttons "Close with Comment", "Close Pull Request", "Close Issue" ([#​36654](https://redirect.github.com/go-gitea/gitea/issues/36654)) - Add support for in\_progress event in workflow\_run webhook ([#​36979](https://redirect.github.com/go-gitea/gitea/issues/36979)) - Report commit status for pull\_request\_review events ([#​36589](https://redirect.github.com/go-gitea/gitea/issues/36589)) - Render merged pull request title as such in dashboard feed ([#​36479](https://redirect.github.com/go-gitea/gitea/issues/36479)) - Feature to be able to filter project boards by milestones ([#​36321](https://redirect.github.com/go-gitea/gitea/issues/36321)) - Use user id in noreply emails ([#​36550](https://redirect.github.com/go-gitea/gitea/issues/36550)) - Enable pagination on GiteaDownloader.getIssueReactions() ([#​36549](https://redirect.github.com/go-gitea/gitea/issues/36549)) - Remove striped tables in UI ([#​36509](https://redirect.github.com/go-gitea/gitea/issues/36509)) - Improve control char rendering and escape button styling ([#​37094](https://redirect.github.com/go-gitea/gitea/issues/37094)) - Support legacy run/job index-based URLs and refactor migration 326 ([#​37008](https://redirect.github.com/go-gitea/gitea/issues/37008)) - Add date to "No Contributions" tooltip ([#​36190](https://redirect.github.com/go-gitea/gitea/issues/36190)) - Show edit page confirmation dialog on tree view file change ([#​36130](https://redirect.github.com/go-gitea/gitea/issues/36130)) - Mention proc-receive in text for dashboard.resync\_all\_hooks func ([#​35991](https://redirect.github.com/go-gitea/gitea/issues/35991)) - Reuse selectable style for wiki ([#​35990](https://redirect.github.com/go-gitea/gitea/issues/35990)) - Support blue yellow colorblind theme ([#​35910](https://redirect.github.com/go-gitea/gitea/issues/35910)) - Support selecting theme on the footer ([#​35741](https://redirect.github.com/go-gitea/gitea/issues/35741)) - Improve online runner check ([#​35722](https://redirect.github.com/go-gitea/gitea/issues/35722)) - Add quick approve button on PR page ([#​35678](https://redirect.github.com/go-gitea/gitea/issues/35678)) - Enable commenting on expanded lines in PR diffs ([#​35662](https://redirect.github.com/go-gitea/gitea/issues/35662)) - Print PR-Title into tooltip for actions ([#​35579](https://redirect.github.com/go-gitea/gitea/issues/35579)) - Use explicit, stronger defaults for newly generated repo signing keys for Debian ([#​36236](https://redirect.github.com/go-gitea/gitea/issues/36236)) - Improve the compare page ([#​36261](https://redirect.github.com/go-gitea/gitea/issues/36261)) - Unify repo names in system notices ([#​36491](https://redirect.github.com/go-gitea/gitea/issues/36491)) - Move package settings to package instead of being tied to version ([#​37026](https://redirect.github.com/go-gitea/gitea/issues/37026)) - Add Actions API rerun endpoints for runs and jobs ([#​36768](https://redirect.github.com/go-gitea/gitea/issues/36768)) - Add branch\_count to repository API ([#​35351](https://redirect.github.com/go-gitea/gitea/issues/35351)) ([#​36743](https://redirect.github.com/go-gitea/gitea/issues/36743)) - Add created\_by filter to SearchIssues ([#​36670](https://redirect.github.com/go-gitea/gitea/issues/36670)) - Allow admins to rename non-local users ([#​35970](https://redirect.github.com/go-gitea/gitea/issues/35970)) - Support updating branch via API ([#​35951](https://redirect.github.com/go-gitea/gitea/issues/35951)) - Add an option to automatically verify SSH keys from LDAP ([#​35927](https://redirect.github.com/go-gitea/gitea/issues/35927)) - Make "update file" API can create a new file when SHA is not set ([#​35738](https://redirect.github.com/go-gitea/gitea/issues/35738)) - Update issue.go with labels documentation (labels content, not ids) ([#​35522](https://redirect.github.com/go-gitea/gitea/issues/35522)) - Expose content\_version for optimistic locking on issue and PR edits ([#​37035](https://redirect.github.com/go-gitea/gitea/issues/37035)) - Pass ServeHeaderOptions by value instead of pointer, fine tune httplib tests ([#​36982](https://redirect.github.com/go-gitea/gitea/issues/36982)) - BUGFIXES - Frontend iframe renderer framework: 3D models, OpenAPI ([#​37233](https://redirect.github.com/go-gitea/gitea/issues/37233)) ([#​37273](https://redirect.github.com/go-gitea/gitea/issues/37273)) - Fix CODEOWNERS absolute path matching. ([#​37244](https://redirect.github.com/go-gitea/gitea/issues/37244)) ([#​37264](https://redirect.github.com/go-gitea/gitea/issues/37264)) - Swift registry metadata: preserve more JSON fields and accept empty metadata ([#​37254](https://redirect.github.com/go-gitea/gitea/issues/37254)) ([#​37261](https://redirect.github.com/go-gitea/gitea/issues/37261)) - Fix user ssh key exporting and tests ([#​37256](https://redirect.github.com/go-gitea/gitea/issues/37256)) ([#​37258](https://redirect.github.com/go-gitea/gitea/issues/37258)) - Fix team member avatar size and add tooltip ([#​37253](https://redirect.github.com/go-gitea/gitea/issues/37253)) - Fix commit title rendering in action run and blame ([#​37243](https://redirect.github.com/go-gitea/gitea/issues/37243)) ([#​37251](https://redirect.github.com/go-gitea/gitea/issues/37251)) - Fix corrupted JSON caused by goccy library ([#​37214](https://redirect.github.com/go-gitea/gitea/issues/37214)) ([#​37220](https://redirect.github.com/go-gitea/gitea/issues/37220)) - Add test for "fetch redirect", add CSS value validation for external render ([#​37207](https://redirect.github.com/go-gitea/gitea/issues/37207)) ([#​37216](https://redirect.github.com/go-gitea/gitea/issues/37216)) - Fix incorrect concurrency check ([#​37205](https://redirect.github.com/go-gitea/gitea/issues/37205)) ([#​37215](https://redirect.github.com/go-gitea/gitea/issues/37215)) - Fix handle missing base branch in PR commits API ([#​37193](https://redirect.github.com/go-gitea/gitea/issues/37193)) ([#​37203](https://redirect.github.com/go-gitea/gitea/issues/37203)) - Fix encoding for Matrix Webhooks ([#​37190](https://redirect.github.com/go-gitea/gitea/issues/37190)) ([#​37201](https://redirect.github.com/go-gitea/gitea/issues/37201)) - Fix handle fork-only commits in compare API ([#​37185](https://redirect.github.com/go-gitea/gitea/issues/37185)) ([#​37199](https://redirect.github.com/go-gitea/gitea/issues/37199)) - Indicate form field readonly via background, fix RunUser config ([#​37175](https://redirect.github.com/go-gitea/gitea/issues/37175), [#​37180](https://redirect.github.com/go-gitea/gitea/issues/37180)) ([#​37178](https://redirect.github.com/go-gitea/gitea/issues/37178)) - Report structurally invalid workflows to users ([#​37116](https://redirect.github.com/go-gitea/gitea/issues/37116)) ([#​37164](https://redirect.github.com/go-gitea/gitea/issues/37164)) - Fix API not persisting pull request unit config when has\_pull\_requests is not set ([#​36718](https://redirect.github.com/go-gitea/gitea/issues/36718)) - Rename CSS variables and improve colorblind themes ([#​36353](https://redirect.github.com/go-gitea/gitea/issues/36353)) - Hide `add-matcher` and `remove-matcher` from actions job logs ([#​36520](https://redirect.github.com/go-gitea/gitea/issues/36520)) - Prevent navigation keys from triggering actions during IME composition ([#​36540](https://redirect.github.com/go-gitea/gitea/issues/36540)) - Fix vertical alignment of `.commit-sign-badge` children ([#​36570](https://redirect.github.com/go-gitea/gitea/issues/36570)) - Fix duplicate startup warnings in admin panel ([#​36641](https://redirect.github.com/go-gitea/gitea/issues/36641)) - Fix CODEOWNERS review request attribution using comment metadata ([#​36348](https://redirect.github.com/go-gitea/gitea/issues/36348)) - Fix HTML tags appearing in wiki table of contents ([#​36284](https://redirect.github.com/go-gitea/gitea/issues/36284)) - Fix various bugs ([#​37096](https://redirect.github.com/go-gitea/gitea/issues/37096)) - Fix various legacy problems ([#​37092](https://redirect.github.com/go-gitea/gitea/issues/37092)) - Fix RPM Registry 404 when package name contains 'package' ([#​37087](https://redirect.github.com/go-gitea/gitea/issues/37087)) - Merge some standalone Vite entries into index.js ([#​37085](https://redirect.github.com/go-gitea/gitea/issues/37085)) - Fix various problems ([#​37077](https://redirect.github.com/go-gitea/gitea/issues/37077)) - Fix issue label deletion with Actions tokens ([#​37013](https://redirect.github.com/go-gitea/gitea/issues/37013)) - Hide delete branch or tag buttons in mirror or archived repositories. ([#​37006](https://redirect.github.com/go-gitea/gitea/issues/37006)) - Fix org contact email not clearable once set ([#​36975](https://redirect.github.com/go-gitea/gitea/issues/36975)) - Fix a bug when forking a repository in an organization ([#​36950](https://redirect.github.com/go-gitea/gitea/issues/36950)) - Preserve sort order of exclusive labels from template repo ([#​36931](https://redirect.github.com/go-gitea/gitea/issues/36931)) - Make container registry support Apple Container (basic auth) ([#​36920](https://redirect.github.com/go-gitea/gitea/issues/36920)) - Fix the wrong push commits in the pull request when force push ([#​36914](https://redirect.github.com/go-gitea/gitea/issues/36914)) - Add class "list-header-filters" to the div for projects ([#​36889](https://redirect.github.com/go-gitea/gitea/issues/36889)) - Fix dbfs error handling ([#​36844](https://redirect.github.com/go-gitea/gitea/issues/36844)) - Fix incorrect viewed files counter if reverted change was viewed ([#​36819](https://redirect.github.com/go-gitea/gitea/issues/36819)) - Refactor avatar package, support default avatar fallback ([#​36788](https://redirect.github.com/go-gitea/gitea/issues/36788)) - Fix README symlink resolution in subdirectories like .github ([#​36775](https://redirect.github.com/go-gitea/gitea/issues/36775)) - Fix CSS stacking context issue in actions log ([#​36749](https://redirect.github.com/go-gitea/gitea/issues/36749)) - Add gpg signing for merge rebase and update by rebase ([#​36701](https://redirect.github.com/go-gitea/gitea/issues/36701)) - Delete non-exist branch should return 404 ([#​36694](https://redirect.github.com/go-gitea/gitea/issues/36694)) - Fix `TestActionsCollaborativeOwner` ([#​36657](https://redirect.github.com/go-gitea/gitea/issues/36657)) - Fix multi-arch Docker build SIGILL by splitting frontend stage ([#​36646](https://redirect.github.com/go-gitea/gitea/issues/36646)) - Fix linguist-detectable attribute being ignored for configuration files ([#​36640](https://redirect.github.com/go-gitea/gitea/issues/36640)) - Fix state desync in ComboMarkdownEditor ([#​36625](https://redirect.github.com/go-gitea/gitea/issues/36625)) - Unify DEFAULT\_SHOW\_FULL\_NAME output in templates and dropdown ([#​36597](https://redirect.github.com/go-gitea/gitea/issues/36597)) - Pull Request Pusher should be the author of the merge ([#​36581](https://redirect.github.com/go-gitea/gitea/issues/36581)) - Fix various version parsing problems ([#​36553](https://redirect.github.com/go-gitea/gitea/issues/36553)) - Fix highlight diff result ([#​36539](https://redirect.github.com/go-gitea/gitea/issues/36539)) - Fix mirror sync parser and fix mirror messages ([#​36504](https://redirect.github.com/go-gitea/gitea/issues/36504)) - Fix bug when list pull request commits ([#​36485](https://redirect.github.com/go-gitea/gitea/issues/36485)) - Fix various bugs ([#​36446](https://redirect.github.com/go-gitea/gitea/issues/36446)) - Fix issue filter menu layout ([#​36426](https://redirect.github.com/go-gitea/gitea/issues/36426)) - Restrict branch naming when new change matches with protection rules ([#​36405](https://redirect.github.com/go-gitea/gitea/issues/36405)) - Fix link/origin referrer and login redirect ([#​36279](https://redirect.github.com/go-gitea/gitea/issues/36279)) - Generate IDs for HTML headings without id attribute ([#​36233](https://redirect.github.com/go-gitea/gitea/issues/36233)) - Use a migration test instead of a wrong test which populated the meta test repositories and fix a migration bug ([#​36160](https://redirect.github.com/go-gitea/gitea/issues/36160)) - Fix issue close timeline icon ([#​36138](https://redirect.github.com/go-gitea/gitea/issues/36138)) - Fix diff blob excerpt expansion ([#​35922](https://redirect.github.com/go-gitea/gitea/issues/35922)) - Fix external render ([#​35727](https://redirect.github.com/go-gitea/gitea/issues/35727)) - Fix review request webhook bug ([#​35339](https://redirect.github.com/go-gitea/gitea/issues/35339)) ([#​35723](https://redirect.github.com/go-gitea/gitea/issues/35723)) - Fix shutdown waitgroup panic ([#​35676](https://redirect.github.com/go-gitea/gitea/issues/35676)) - Cleanup ActionRun creation ([#​35624](https://redirect.github.com/go-gitea/gitea/issues/35624)) - Fix possible bug when migrating issues/pull requests ([#​33487](https://redirect.github.com/go-gitea/gitea/issues/33487)) - Various fixes ([#​36697](https://redirect.github.com/go-gitea/gitea/issues/36697)) - Apply notify/register mail flags during install load ([#​37120](https://redirect.github.com/go-gitea/gitea/issues/37120)) - Repair duration display for bad stopped timestamps ([#​37121](https://redirect.github.com/go-gitea/gitea/issues/37121)) - Fix(upgrade.sh): use HTTPS for GPG key import and restore SELinux context after upgrade ([#​36930](https://redirect.github.com/go-gitea/gitea/issues/36930)) - Fix various trivial problems ([#​36921](https://redirect.github.com/go-gitea/gitea/issues/36921)) - Fix various trivial problems ([#​36953](https://redirect.github.com/go-gitea/gitea/issues/36953)) - Fix NuGet package upload error handling ([#​37074](https://redirect.github.com/go-gitea/gitea/issues/37074)) - Fix CodeQL code scanning alerts ([#​36858](https://redirect.github.com/go-gitea/gitea/issues/36858)) - Refactor issue sidebar and fix various problems ([#​37045](https://redirect.github.com/go-gitea/gitea/issues/37045)) - Fix various problems ([#​37029](https://redirect.github.com/go-gitea/gitea/issues/37029)) - Fix relative-time RangeError ([#​37021](https://redirect.github.com/go-gitea/gitea/issues/37021)) - Fix chroma lexer mapping ([#​36629](https://redirect.github.com/go-gitea/gitea/issues/36629)) - Fix typos and grammar in English locale ([#​36751](https://redirect.github.com/go-gitea/gitea/issues/36751)) - Fix milestone/project text overflow in issue sidebar ([#​36741](https://redirect.github.com/go-gitea/gitea/issues/36741)) - Fix `no-content` message not rendering after comment edit ([#​36733](https://redirect.github.com/go-gitea/gitea/issues/36733)) - Fix theme loading in development ([#​36605](https://redirect.github.com/go-gitea/gitea/issues/36605)) - Fix workflow run jobs API returning null steps ([#​36603](https://redirect.github.com/go-gitea/gitea/issues/36603)) - Fix timeline event layout overflow with long content ([#​36595](https://redirect.github.com/go-gitea/gitea/issues/36595)) - Fix minor UI issues in runner edit page ([#​36590](https://redirect.github.com/go-gitea/gitea/issues/36590)) - Fix incorrect vendored detections ([#​36508](https://redirect.github.com/go-gitea/gitea/issues/36508)) - Fix editorconfig not respected in PR Conversation view ([#​36492](https://redirect.github.com/go-gitea/gitea/issues/36492)) - Don't create self-references in merged PRs ([#​36490](https://redirect.github.com/go-gitea/gitea/issues/36490)) - Fix potential incorrect runID in run status update ([#​36437](https://redirect.github.com/go-gitea/gitea/issues/36437)) - Fix file-tree ui error when adding files to repo without commits ([#​36312](https://redirect.github.com/go-gitea/gitea/issues/36312)) - Improve image captcha contrast for dark mode ([#​36265](https://redirect.github.com/go-gitea/gitea/issues/36265)) - Fix panic in blame view when a file has only a single commit ([#​36230](https://redirect.github.com/go-gitea/gitea/issues/36230)) - Fix spelling error in migrate-storage cmd utility ([#​36226](https://redirect.github.com/go-gitea/gitea/issues/36226)) - Fix code highlighting on blame page ([#​36157](https://redirect.github.com/go-gitea/gitea/issues/36157)) - Fix nilnil in onedev downloader ([#​36154](https://redirect.github.com/go-gitea/gitea/issues/36154)) - Fix actions lint ([#​36029](https://redirect.github.com/go-gitea/gitea/issues/36029)) - Fix oauth2 session gob register ([#​36017](https://redirect.github.com/go-gitea/gitea/issues/36017)) - Fix Arch repo pacman.conf snippet ([#​35825](https://redirect.github.com/go-gitea/gitea/issues/35825)) - Fix a number of `strictNullChecks`-related issues ([#​35795](https://redirect.github.com/go-gitea/gitea/issues/35795)) - Fix URLJoin, markup render link reoslving, sign-in/up/linkaccount page common data ([#​36861](https://redirect.github.com/go-gitea/gitea/issues/36861)) - Hide delete directory button for mirror or archive repository and disable the menu item if user have no permission ([#​36384](https://redirect.github.com/go-gitea/gitea/issues/36384)) - Update message severity colors, fix navbar double border ([#​37019](https://redirect.github.com/go-gitea/gitea/issues/37019)) - Inline and lazy-load EasyMDE CSS, fix border colors ([#​36714](https://redirect.github.com/go-gitea/gitea/issues/36714)) - Closed milestones with no issues now show as 100% completed ([#​36220](https://redirect.github.com/go-gitea/gitea/issues/36220)) - Add test for ExtendCommentTreePathLength migration and fix bugs ([#​35791](https://redirect.github.com/go-gitea/gitea/issues/35791)) - Only turn links to current instance into hash links ([#​36237](https://redirect.github.com/go-gitea/gitea/issues/36237)) - Fix typos in code comments: doesnt, dont, wont ([#​36890](https://redirect.github.com/go-gitea/gitea/issues/36890)) - REFACTOR - Clean up and improve non-gitea js error filter ([#​37148](https://redirect.github.com/go-gitea/gitea/issues/37148)) ([#​37155](https://redirect.github.com/go-gitea/gitea/issues/37155)) - Always show owner/repo name in compare page dropdowns ([#​37172](https://redirect.github.com/go-gitea/gitea/issues/37172)) ([#​37200](https://redirect.github.com/go-gitea/gitea/issues/37200)) - Remove dead CSS rules ([#​37173](https://redirect.github.com/go-gitea/gitea/issues/37173)) ([#​37177](https://redirect.github.com/go-gitea/gitea/issues/37177)) - Replace Monaco with CodeMirror ([#​36764](https://redirect.github.com/go-gitea/gitea/issues/36764)) - Replace CSRF cookie with `CrossOriginProtection` ([#​36183](https://redirect.github.com/go-gitea/gitea/issues/36183)) - Replace index with id in actions routes ([#​36842](https://redirect.github.com/go-gitea/gitea/issues/36842)) - Remove unnecessary function parameter ([#​35765](https://redirect.github.com/go-gitea/gitea/issues/35765)) - Move jobparser from act repository to Gitea ([#​36699](https://redirect.github.com/go-gitea/gitea/issues/36699)) - Refactor compare router param parse ([#​36105](https://redirect.github.com/go-gitea/gitea/issues/36105)) - Optimize 'refreshAccesses' to perform update without removing then adding ([#​35702](https://redirect.github.com/go-gitea/gitea/issues/35702)) - Clean up checkbox cursor styles ([#​37016](https://redirect.github.com/go-gitea/gitea/issues/37016)) - Remove undocumented support of signing key in the repository git configuration file ([#​36143](https://redirect.github.com/go-gitea/gitea/issues/36143)) - Switch `cmd/` to use constructor functions. ([#​36962](https://redirect.github.com/go-gitea/gitea/issues/36962)) - Use `relative-time` to render absolute dates ([#​36238](https://redirect.github.com/go-gitea/gitea/issues/36238)) - Some refactors about GetMergeBase ([#​36186](https://redirect.github.com/go-gitea/gitea/issues/36186)) - Some small refactors ([#​36163](https://redirect.github.com/go-gitea/gitea/issues/36163)) - Use gitRepo as parameter instead of repopath when invoking sign functions ([#​36162](https://redirect.github.com/go-gitea/gitea/issues/36162)) - Move blame to gitrepo ([#​36161](https://redirect.github.com/go-gitea/gitea/issues/36161)) - Move some functions to gitrepo package to reduce RepoPath reference directly ([#​36126](https://redirect.github.com/go-gitea/gitea/issues/36126)) - Use gitrepo's clone and push when possible ([#​36093](https://redirect.github.com/go-gitea/gitea/issues/36093)) - Remove mermaid margin workaround ([#​35732](https://redirect.github.com/go-gitea/gitea/issues/35732)) - Move some functions to gitrepo package ([#​35543](https://redirect.github.com/go-gitea/gitea/issues/35543)) - Move GetDiverging functions to gitrepo ([#​35524](https://redirect.github.com/go-gitea/gitea/issues/35524)) - Use global lock instead of status pool for cron lock ([#​35507](https://redirect.github.com/go-gitea/gitea/issues/35507)) - Use explicit mux instead of DefaultServeMux ([#​36276](https://redirect.github.com/go-gitea/gitea/issues/36276)) - Use gitrepo's push function ([#​36245](https://redirect.github.com/go-gitea/gitea/issues/36245)) - Pass request context to generateAdditionalHeadersForIssue ([#​36274](https://redirect.github.com/go-gitea/gitea/issues/36274)) - Move assign project when creating pull request to the same database transaction ([#​36244](https://redirect.github.com/go-gitea/gitea/issues/36244)) - Move catfile batch to a sub package of git module ([#​36232](https://redirect.github.com/go-gitea/gitea/issues/36232)) - Use gitrepo.Repository instead of wikipath ([#​35398](https://redirect.github.com/go-gitea/gitea/issues/35398)) - Use experimental go json v2 library ([#​35392](https://redirect.github.com/go-gitea/gitea/issues/35392)) - Refactor template render ([#​36438](https://redirect.github.com/go-gitea/gitea/issues/36438)) - Refactor GetRepoRawDiffForFile to avoid unnecessary pipe or goroutine ([#​36434](https://redirect.github.com/go-gitea/gitea/issues/36434)) - Refactor text utility classes to Tailwind CSS ([#​36703](https://redirect.github.com/go-gitea/gitea/issues/36703)) - Refactor git command stdio pipe ([#​36422](https://redirect.github.com/go-gitea/gitea/issues/36422)) - Refactor git command context & pipeline ([#​36406](https://redirect.github.com/go-gitea/gitea/issues/36406)) - Refactor git command stdio pipe ([#​36393](https://redirect.github.com/go-gitea/gitea/issues/36393)) - Remove unused functions ([#​36672](https://redirect.github.com/go-gitea/gitea/issues/36672)) - Refactor Actions Token Access ([#​35688](https://redirect.github.com/go-gitea/gitea/issues/35688)) - Move commit related functions to gitrepo package ([#​35600](https://redirect.github.com/go-gitea/gitea/issues/35600)) - Move archive function to repo\_model and gitrepo ([#​35514](https://redirect.github.com/go-gitea/gitea/issues/35514)) - Move some functions to gitrepo package ([#​35503](https://redirect.github.com/go-gitea/gitea/issues/35503)) - Use git model to detect whether branch exist instead of gitrepo method ([#​35459](https://redirect.github.com/go-gitea/gitea/issues/35459)) - Some refactor for repo path ([#​36251](https://redirect.github.com/go-gitea/gitea/issues/36251)) - Extract helper functions from SearchIssues ([#​36158](https://redirect.github.com/go-gitea/gitea/issues/36158)) - Refactor merge conan and container auth preserve actions taskID ([#​36560](https://redirect.github.com/go-gitea/gitea/issues/36560)) - Refactor Nuget Auth to reuse Basic Auth Token Validation ([#​36558](https://redirect.github.com/go-gitea/gitea/issues/36558)) - Refactor ActionsTaskID ([#​36503](https://redirect.github.com/go-gitea/gitea/issues/36503)) - Refactor auth middleware ([#​36848](https://redirect.github.com/go-gitea/gitea/issues/36848)) - Refactor code render and render control chars ([#​37078](https://redirect.github.com/go-gitea/gitea/issues/37078)) - Clean up AppURL, remove legacy origin-url webcomponent ([#​37090](https://redirect.github.com/go-gitea/gitea/issues/37090)) - Remove `util.URLJoin` and replace all callers with direct path concatenation ([#​36867](https://redirect.github.com/go-gitea/gitea/issues/36867)) - Replace legacy tw-flex utility classes with flex-text-block/inline ([#​36778](https://redirect.github.com/go-gitea/gitea/issues/36778)) - Mark unused\&immature activitypub as "not implemented" ([#​36789](https://redirect.github.com/go-gitea/gitea/issues/36789)) - TESTING - Add e2e tests for server push events ([#​36879](https://redirect.github.com/go-gitea/gitea/issues/36879)) - Rework e2e tests ([#​36634](https://redirect.github.com/go-gitea/gitea/issues/36634)) - Add e2e reaction test, improve accessibility, enable parallel testing ([#​37081](https://redirect.github.com/go-gitea/gitea/issues/37081)) - Increase e2e test timeouts on CI to fix flaky tests ([#​37053](https://redirect.github.com/go-gitea/gitea/issues/37053)) - BUILD - Upgrade go-git to v5.18.0 ([#​37269](https://redirect.github.com/go-gitea/gitea/issues/37269)) - Replace rollup-plugin-license with rolldown-license-plugin ([#​37130](https://redirect.github.com/go-gitea/gitea/issues/37130)) ([#​37158](https://redirect.github.com/go-gitea/gitea/issues/37158)) - Bump min go version to 1.26.2 ([#​37139](https://redirect.github.com/go-gitea/gitea/issues/37139)) ([#​37143](https://redirect.github.com/go-gitea/gitea/issues/37143)) - Convert locale files from ini to json format ([#​35489](https://redirect.github.com/go-gitea/gitea/issues/35489)) - Bump golangci-lint to 2.7.2, enable modernize stringsbuilder ([#​36180](https://redirect.github.com/go-gitea/gitea/issues/36180)) - Port away from `flake-utils` ([#​35675](https://redirect.github.com/go-gitea/gitea/issues/35675)) - Remove nolint ([#​36252](https://redirect.github.com/go-gitea/gitea/issues/36252)) - Update the Unlicense copy to latest version ([#​36636](https://redirect.github.com/go-gitea/gitea/issues/36636)) - Update to go 1.26.0 and golangci-lint 2.9.0 ([#​36588](https://redirect.github.com/go-gitea/gitea/issues/36588)) - Replace `google/go-licenses` with custom generation ([#​36575](https://redirect.github.com/go-gitea/gitea/issues/36575)) - Update go dependencies ([#​36548](https://redirect.github.com/go-gitea/gitea/issues/36548)) - Bump appleboy/git-push-action from 1.0.0 to 1.2.0 ([#​36306](https://redirect.github.com/go-gitea/gitea/issues/36306)) - Remove fomantic form module ([#​36222](https://redirect.github.com/go-gitea/gitea/issues/36222)) - Bump setup-node to v6, re-enable cache ([#​36207](https://redirect.github.com/go-gitea/gitea/issues/36207)) - Bump crowdin/github-action from 1 to 2 ([#​36204](https://redirect.github.com/go-gitea/gitea/issues/36204)) - Revert "Bump alpine to 3.23 ([#​36185](https://redirect.github.com/go-gitea/gitea/issues/36185))" ([#​36202](https://redirect.github.com/go-gitea/gitea/issues/36202)) - Update chroma to v2.21.1 ([#​36201](https://redirect.github.com/go-gitea/gitea/issues/36201)) - Bump astral-sh/setup-uv from 6 to 7 ([#​36198](https://redirect.github.com/go-gitea/gitea/issues/36198)) - Bump docker/build-push-action from 5 to 6 ([#​36197](https://redirect.github.com/go-gitea/gitea/issues/36197)) - Bump aws-actions/configure-aws-credentials from 4 to 5 ([#​36196](https://redirect.github.com/go-gitea/gitea/issues/36196)) - Bump dev-hanz-ops/install-gh-cli-action from 0.1.0 to 0.2.1 ([#​36195](https://redirect.github.com/go-gitea/gitea/issues/36195)) - Add JSON linting ([#​36192](https://redirect.github.com/go-gitea/gitea/issues/36192)) - Enable dependabot for actions ([#​36191](https://redirect.github.com/go-gitea/gitea/issues/36191)) - Bump alpine to 3.23 ([#​36185](https://redirect.github.com/go-gitea/gitea/issues/36185)) - Update chroma to v2.21.0 ([#​36171](https://redirect.github.com/go-gitea/gitea/issues/36171)) - Update JS deps and eslint enhancements ([#​36147](https://redirect.github.com/go-gitea/gitea/issues/36147)) - Update JS deps ([#​36091](https://redirect.github.com/go-gitea/gitea/issues/36091)) - update golangci-lint to v2.7.0 ([#​36079](https://redirect.github.com/go-gitea/gitea/issues/36079)) - Update JS deps, fix deprecations ([#​36040](https://redirect.github.com/go-gitea/gitea/issues/36040)) - Update JS deps ([#​35978](https://redirect.github.com/go-gitea/gitea/issues/35978)) - Add toolchain directive to go.mod ([#​35901](https://redirect.github.com/go-gitea/gitea/issues/35901)) - Move `gitea-vet` to use `go tool` ([#​35878](https://redirect.github.com/go-gitea/gitea/issues/35878)) - Update to go 1.25.4 ([#​35877](https://redirect.github.com/go-gitea/gitea/issues/35877)) - Enable TypeScript `strictNullChecks` ([#​35843](https://redirect.github.com/go-gitea/gitea/issues/35843)) - Enable `vue/require-typed-ref` eslint rule ([#​35764](https://redirect.github.com/go-gitea/gitea/issues/35764)) - Update JS dependencies ([#​35759](https://redirect.github.com/go-gitea/gitea/issues/35759)) - Move `codeformat` folder to tools ([#​35758](https://redirect.github.com/go-gitea/gitea/issues/35758)) - Update dependencies ([#​35733](https://redirect.github.com/go-gitea/gitea/issues/35733)) - Bump happy-dom from 20.0.0 to 20.0.2 ([#​35677](https://redirect.github.com/go-gitea/gitea/issues/35677)) - Bump setup-go to v6 ([#​35660](https://redirect.github.com/go-gitea/gitea/issues/35660)) - Update JS deps, misc tweaks ([#​35643](https://redirect.github.com/go-gitea/gitea/issues/35643)) - Bump happy-dom from 19.0.2 to 20.0.0 ([#​35625](https://redirect.github.com/go-gitea/gitea/issues/35625)) - Use bundled version of spectral ([#​35573](https://redirect.github.com/go-gitea/gitea/issues/35573)) - Update JS and PY deps ([#​35565](https://redirect.github.com/go-gitea/gitea/issues/35565)) - Bump github.com/wneessen/go-mail from 0.6.2 to 0.7.1 ([#​35557](https://redirect.github.com/go-gitea/gitea/issues/35557)) - Migrate from webpack to vite ([#​37002](https://redirect.github.com/go-gitea/gitea/issues/37002)) - Update JS dependencies and misc tweaks ([#​37064](https://redirect.github.com/go-gitea/gitea/issues/37064)) - Update to eslint 10 ([#​36925](https://redirect.github.com/go-gitea/gitea/issues/36925)) - Optimize Docker build with dependency layer caching ([#​36864](https://redirect.github.com/go-gitea/gitea/issues/36864)) - Update JS deps ([#​36850](https://redirect.github.com/go-gitea/gitea/issues/36850)) - Update tool dependencies and fix new lint issues ([#​36702](https://redirect.github.com/go-gitea/gitea/issues/36702)) - Remove redundant linter rules ([#​36658](https://redirect.github.com/go-gitea/gitea/issues/36658)) - Move Fomantic dropdown CSS to custom module ([#​36530](https://redirect.github.com/go-gitea/gitea/issues/36530)) - Remove and forbid `@ts-expect-error` ([#​36513](https://redirect.github.com/go-gitea/gitea/issues/36513)) - Refactor git command stderr handling ([#​36402](https://redirect.github.com/go-gitea/gitea/issues/36402)) - Enable gocheckcompilerdirectives linter ([#​36156](https://redirect.github.com/go-gitea/gitea/issues/36156)) - Replace `lint-go-gopls` with additional `govet` linters ([#​36028](https://redirect.github.com/go-gitea/gitea/issues/36028)) - Update golangci-lint to v2.6.0 ([#​35801](https://redirect.github.com/go-gitea/gitea/issues/35801)) - Misc tool tweaks ([#​35734](https://redirect.github.com/go-gitea/gitea/issues/35734)) - Add cache to container build ([#​35697](https://redirect.github.com/go-gitea/gitea/issues/35697)) - Upgrade vite ([#​37126](https://redirect.github.com/go-gitea/gitea/issues/37126)) - Update `setup-uv` to v8.0.0 ([#​37101](https://redirect.github.com/go-gitea/gitea/issues/37101)) - Upgrade `go-git` to v5.17.2 and related dependencies ([#​37060](https://redirect.github.com/go-gitea/gitea/issues/37060)) - Raise minimum Node.js version to 22.18.0 ([#​37058](https://redirect.github.com/go-gitea/gitea/issues/37058)) - Upgrade `golang.org/x/image` to v0.38.0 ([#​37054](https://redirect.github.com/go-gitea/gitea/issues/37054)) - Update minimum go version to 1.26.1, golangci-lint to 2.11.2, fix test style ([#​36876](https://redirect.github.com/go-gitea/gitea/issues/36876)) - Enable eslint concurrency ([#​36878](https://redirect.github.com/go-gitea/gitea/issues/36878)) - Vendor relative-time-element as local web component ([#​36853](https://redirect.github.com/go-gitea/gitea/issues/36853)) - Update material-icon-theme v5.32.0 ([#​36832](https://redirect.github.com/go-gitea/gitea/issues/36832)) - Update Go dependencies ([#​36781](https://redirect.github.com/go-gitea/gitea/issues/36781)) - Upgrade minimatch ([#​36760](https://redirect.github.com/go-gitea/gitea/issues/36760)) - Remove i18n backport tool at the moment because of translation format changed ([#​36643](https://redirect.github.com/go-gitea/gitea/issues/36643)) - Update emoji data for Unicode 16 ([#​36596](https://redirect.github.com/go-gitea/gitea/issues/36596)) - Update JS dependencies, adjust webpack config, misc fixes ([#​36431](https://redirect.github.com/go-gitea/gitea/issues/36431)) - Update material-icon-theme to v5.31.0 ([#​36427](https://redirect.github.com/go-gitea/gitea/issues/36427)) - Update JS and PY deps ([#​36383](https://redirect.github.com/go-gitea/gitea/issues/36383)) - Bump alpine to 3.23, add platforms to `docker-dryrun` ([#​36379](https://redirect.github.com/go-gitea/gitea/issues/36379)) - Update JS deps ([#​36354](https://redirect.github.com/go-gitea/gitea/issues/36354)) - Update goldmark to v1.7.16 ([#​36343](https://redirect.github.com/go-gitea/gitea/issues/36343)) - Update chroma to v2.22.0 ([#​36342](https://redirect.github.com/go-gitea/gitea/issues/36342)) - DOCS - Update AI Contribution Policy ([#​37022](https://redirect.github.com/go-gitea/gitea/issues/37022)) - Update AGENTS.md with additional guidelines ([#​37018](https://redirect.github.com/go-gitea/gitea/issues/37018)) - Add missing cron tasks to example ini ([#​37012](https://redirect.github.com/go-gitea/gitea/issues/37012)) - Add AI Contribution Policy to CONTRIBUTING.md ([#​36651](https://redirect.github.com/go-gitea/gitea/issues/36651)) - Minor punctuation improvement in CONTRIBUTING.md ([#​36291](https://redirect.github.com/go-gitea/gitea/issues/36291)) - Add documentation for markdown anchor post-processing ([#​36443](https://redirect.github.com/go-gitea/gitea/issues/36443)) - MISC - Correct spelling ([#​36783](https://redirect.github.com/go-gitea/gitea/issues/36783)) - Update Nix flake ([#​37110](https://redirect.github.com/go-gitea/gitea/issues/37110)) - Update Nix flake ([#​37024](https://redirect.github.com/go-gitea/gitea/issues/37024)) - Add valid github scopes ([#​36977](https://redirect.github.com/go-gitea/gitea/issues/36977)) - Update Nix flake ([#​36943](https://redirect.github.com/go-gitea/gitea/issues/36943)) - Update Nix flake ([#​36902](https://redirect.github.com/go-gitea/gitea/issues/36902)) - Update Nix flake ([#​36857](https://redirect.github.com/go-gitea/gitea/issues/36857)) - Update Nix flake ([#​36787](https://redirect.github.com/go-gitea/gitea/issues/36787)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ2l0ZWEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
fe96a0cb8f |
chore(seerr): update image oci.trueforge.org/containerforge/seerr digest to ae808de (#47198)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/seerr](https://ghcr.io/trueforge-org/seerr) ([source](https://redirect.github.com/seerr-team/seerr)) | digest | `f41a5a0` → `ae808de` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2VlcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
f3a9888138 |
feat(home-assistant): update image oci.trueforge.org/containerforge/go-yq 4.52.5 → 4.53.2 (#47159)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/go-yq](https://ghcr.io/trueforge-org/go-yq) | minor | `5cd8870` → `fb44daf` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvaG9tZS1hc3Npc3RhbnQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
d6c1a7c56e |
chore(common): update image oci.trueforge.org/containerforge/valkey-tools digest to 695711e (#47047)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/valkey-tools](https://ghcr.io/trueforge-org/valkey-tools) ([source](https://truecharts.org)) | digest | `56ed6a0` → `695711e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY29tbW9uIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
94eb391353 |
chore(common): update image oci.trueforge.org/containerforge/ubuntu digest to c5a3b56 (#47046)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/ubuntu](https://ghcr.io/trueforge-org/ubuntu) ([source](https://hub.docker.com/_/ubuntu)) | digest | `cc82810` → `c5a3b56` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY29tbW9uIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
c99127c805 |
BREAKING CHANGE(helm-deps): Update chart valkey 1.0.5 → 2.0.0 (#47209)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [valkey](https://truecharts.org/truetech/truecharts/charts/stable/valkey) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/valkey)) | major | `1.0.5` → `2.0.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2VibGF0ZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=--> |
||
|
|
00a1101731 |
feat(mstream): update image ghcr.io/linuxserver/mstream 6.2.0 → 6.3.0 (#47218)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/mstream](https://redirect.github.com/linuxserver/docker-mstream/packages) ([source](https://redirect.github.com/linuxserver/docker-mstream)) | minor | `1a39225` → `7987dfc` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbXN0cmVhbSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
70d79a428b |
fix(helm-deps): update chart memcached 17.0.8 → 17.0.9 (#47215)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [memcached](https://trueforge.org/truetech/truecharts/charts/stable/memcached) ([source](https://redirect.github.com/bitnami/bitnami-docker-memcached)) | patch | `17.0.8` → `17.0.9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ2l0ZWEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
7e75046d70 |
feat(librespeed): update image ghcr.io/linuxserver/librespeed 6.0.2 → 6.1.0 (#47217)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/librespeed](https://redirect.github.com/linuxserver/docker-librespeed/packages) ([source](https://redirect.github.com/linuxserver/docker-librespeed)) | minor | `9b92fee` → `81ad06e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbGlicmVzcGVlZCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> |
||
|
|
dc446032fa |
fix(fireshare): update image docker.io/shaneisrael/fireshare 1.6.2 → 1.6.3 (#47214)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shaneisrael/fireshare](https://redirect.github.com/ShaneIsrael/fireshare) | patch | `df607e1` → `a670832` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>ShaneIsrael/fireshare (docker.io/shaneisrael/fireshare)</summary> ### [`v1.6.3`](https://redirect.github.com/ShaneIsrael/fireshare/releases/tag/v1.6.3) [Compare Source](https://redirect.github.com/ShaneIsrael/fireshare/compare/v1.6.2...v1.6.3) #### What's Changed **Improvements / Fixes:** - Added `image_defaults` to the default configuration and ensured it's kept in sync with `video_defaults` for privacy settings; if `image_defaults` is missing, it is automatically inherited from `video_defaults` - Added atomic writing for config files and improved error handling: invalid `config.json` files are now backed up and reset to defaults, preventing startup failures. - Added warnings if required data directories are not properly mounted, to help prevent data loss in containerized environments. **UI / UX:** - Improved image upload feedback: success alerts now reflect the actual number of images uploaded, and error messages include server responses for better troubleshooting. - Updated the image feed to automatically refresh after uploads, ensuring users see new images without manual reloads. **Full Changelog**: <https://github.com/ShaneIsrael/fireshare/compare/v1.6.2...v1.6.3> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlyZXNoYXJlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==--> |
||
|
|
75cee0a2ba |
fix(avm-exporter): update image docker.io/pdreker/fritz_exporter 2.6.1 → 2.6.2 (#47213)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/pdreker/fritz_exporter | patch | `a6b182e` → `4ef983e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYXZtLWV4cG9ydGVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==--> |
||
|
|
f558201683 |
chore(deps): update oci.trueforge.org/containerforge/devcontainer:3.0.2 docker digest digest to 897e436 (#47212)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [oci.trueforge.org/containerforge/devcontainer](https://ghcr.io/trueforge-org/devcontainer) ([source](https://trueforge.org)) | image | digest | `72472ac` → `897e436` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvLmRldmNvbnRhaW5lciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
9044f80574 |
chore(automatic-ripping-machine): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to bf8142f (#47211)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/automaticrippingmachine/automatic-ripping-machine](https://redirect.github.com/automatic-ripping-machine/automatic-ripping-machine) | digest | `51693fb` → `bf8142f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYXV0b21hdGljLXJpcHBpbmctbWFjaGluZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
371d1817b4 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
956d118e2f |
fix(multus-cni): Remove unsupported -o pipefail option from sh scripts (#47210)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> Not sure how this wasn't a problem before but I recently upgraded the chart ot a more recent version and started getting: ``` sh: 1: set: Illegal option -o pipefail ``` pipefail is not supprted by `sh`, so it needs to be removed. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning - [X] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: astro-stan <36302090+astro-stan@users.noreply.github.com> |
||
|
|
be24e4c6f9 |
feat(speedtest-tracker): update image ghcr.io/linuxserver/speedtest-tracker 1.13.12 → 1.14.0 (#47208)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/speedtest-tracker](https://redirect.github.com/linuxserver/docker-speedtest-tracker/packages) ([source](https://redirect.github.com/linuxserver/docker-speedtest-tracker)) | minor | `eb3d249` → `e119c2a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc3BlZWR0ZXN0LXRyYWNrZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
1e8c81c152 |
fix(helm-deps): update chart memcached 17.0.7 → 17.0.8 (#47204)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [memcached](https://trueforge.org/truetech/truecharts/charts/stable/memcached) ([source](https://redirect.github.com/bitnami/bitnami-docker-memcached)) | patch | `17.0.7` → `17.0.8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZ2l0ZWEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
c5537517f5 | fix(helm-deps): update chart mongodb 17.0.7 → 17.0.8 (#47205) | ||
|
|
89cf6ab2bf | fix(wallos): update image ghcr.io/ellite/wallos 4.8.0 → 4.8.2 (#47207) | ||
|
|
2cd28fad7d |
chore(wekan): update image docker.io/wekanteam/wekan digest to b346cbe (#47201)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/wekanteam/wekan](https://redirect.github.com/wekan/wekan) | digest | `818e6fe` → `b346cbe` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvd2VrYW4iLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
4fc11355aa | fix(homer): update image docker.io/b4bz/homer v26.4.1 → v26.4.2 (#47206) | ||
|
|
2b9869910d |
chore(jellyseerr): update image oci.trueforge.org/containerforge/jellyseerr digest to 2425038 (#47185)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/jellyseerr](https://ghcr.io/trueforge-org/jellyseerr) ([source](https://redirect.github.com/seerr-team/seerr)) | digest | `4ba4899` → `2425038` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvamVsbHlzZWVyciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
5336fd5507 | chore(orcaslicer): update image ghcr.io/linuxserver/orcaslicer digest to f49dbcd (#47192) | ||
|
|
f19ec870d6 | chore(blender): update image lscr.io/linuxserver/blender digest to f3c0904 (#47177) | ||
|
|
fba73ecc5a | chore(wordpress): update image docker.io/bitnamisecure/wordpress digest to 27aeeef (#47202) | ||
|
|
2cb1cc751a | chore(rsshub): update image docker.io/diygod/rsshub digest to ec8508e (#47195) | ||
|
|
1101b6abcf |
chore(multi-scrobbler): update image docker.io/foxxmd/multi-scrobbler digest to 1d9d3fd (#47190)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/foxxmd/multi-scrobbler | digest | `831c1cf` → `1d9d3fd` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbXVsdGktc2Nyb2JibGVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=--> |
||
|
|
291892f323 |
chore(pyload-ng): update image lscr.io/linuxserver/pyload-ng digest to 751f11e (#47193)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lscr.io/linuxserver/pyload-ng | digest | `0ef3e1d` → `751f11e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcHlsb2FkLW5nIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=--> |
||
|
|
4158b21c7c |
chore(it-tools): update image oci.trueforge.org/containerforge/it-tools digest to 8d850c1 (#47184)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/it-tools](https://ghcr.io/trueforge-org/it-tools) ([source](https://redirect.github.com/CorentinTh/it-tools)) | digest | `8692568` → `8d850c1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvaXQtdG9vbHMiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
e5fe459332 | chore(theme-park): update image oci.trueforge.org/containerforge/theme-park digest to b28392d (#47199) | ||
|
|
8cd6d191ce | chore(kubernetes-dashboard): update image oci.trueforge.org/containerforge/kube-sa-proxy digest to da79c88 (#47187) | ||
|
|
d6ca155dfc |
chore(sabnzbd): update image oci.trueforge.org/containerforge/sabnzbd digest to 115b10f (#47196)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [oci.trueforge.org/containerforge/sabnzbd](https://ghcr.io/trueforge-org/sabnzbd) ([source](https://redirect.github.com/sabnzbd/sabnzbd)) | digest | `a54e900` → `115b10f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvc2FibnpiZCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
8784d5fddf |
chore(memcached): update image docker.io/bitnamisecure/memcached digest to 627277c (#47189)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/bitnamisecure/memcached | digest | `26a92c6` → `627277c` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvbWVtY2FjaGVkIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=--> |