a9d47156b9419fd8946efb306ffd860571b60596
100
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
a9d47156b9 | chore(flux): update image bitmagnet 3.5.0 → 3.6.0 (#31195) | ||
|
|
1c8ffdc793 |
fix(deps): update module github.com/getsops/sops/v3 v3.9.3 → v3.9.4 (clustertool) (#31194)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/getsops/sops/v3](https://redirect.github.com/getsops/sops) | replace | patch | `v3.9.3` -> `v3.9.4` | | [github.com/getsops/sops/v3](https://redirect.github.com/getsops/sops) | require | patch | `v3.9.3` -> `v3.9.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>getsops/sops (github.com/getsops/sops/v3)</summary> ### [`v3.9.4`](https://redirect.github.com/getsops/sops/releases/tag/v3.9.4) [Compare Source](https://redirect.github.com/getsops/sops/compare/v3.9.3...v3.9.4) ##### Installation To install `sops`, download one of the pre-built binaries provided for your platform from the artifacts attached to this release. For instance, if you are using Linux on an AMD64 architecture: ```shell ##### Download the binary curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.linux.amd64 ##### Move the binary in to your PATH mv sops-v3.9.4.linux.amd64 /usr/local/bin/sops ##### Make the binary executable chmod +x /usr/local/bin/sops ``` ##### Verify checksums file signature The checksums file provided within the artifacts attached to this release is signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC. To validate the signature of this file, run the following commands: ```shell ##### Download the checksums file, certificate and signature curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.checksums.txt curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.checksums.pem curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.checksums.sig ##### Verify the checksums file cosign verify-blob sops-v3.9.4.checksums.txt \ --certificate sops-v3.9.4.checksums.pem \ --signature sops-v3.9.4.checksums.sig \ --certificate-identity-regexp=https://github.com/getsops \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com ``` ##### Verify binary integrity To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature: ```shell ##### Verify the binary using the checksums file sha256sum -c sops-v3.9.4.checksums.txt --ignore-missing ``` ##### Verify artifact provenance The [SLSA provenance](https://slsa.dev/provenance/v0.2) of the binaries, packages, and SBOMs can be found within the artifacts associated with this release. It is presented through an [in-toto](https://in-toto.io/) link metadata file named `sops-v3.9.4.intoto.jsonl`. To verify the provenance of an artifact, you can utilize the [`slsa-verifier`](https://redirect.github.com/slsa-framework/slsa-verifier#artifacts) tool: ```shell ##### Download the metadata file curl -LO https://github.com/getsops/sops/releases/download/v3.9.4/sops-v3.9.4.intoto.jsonl ##### Verify the provenance of the artifact slsa-verifier verify-artifact <artifact> \ --provenance-path sops-v3.9.4.intoto.jsonl \ --source-uri github.com/getsops/sops \ --source-tag v3.9.4 ``` ##### Container Images The `sops` binaries are also available as container images, based on Debian (slim) and Alpine Linux. The Debian-based container images include any dependencies which may be required to make use of certain key services, such as GnuPG, AWS KMS, Azure Key Vault, and Google Cloud KMS. The Alpine-based container images are smaller in size, but do not include these dependencies. These container images are available for the following architectures: `linux/amd64` and `linux/arm64`. ##### GitHub Container Registry - `ghcr.io/getsops/sops:v3.9.4` - `ghcr.io/getsops/sops:v3.9.4-alpine` ##### Quay.io - `quay.io/getsops/sops:v3.9.4` - `quay.io/getsops/sops:v3.9.4-alpine` ##### Verify container image signature The container images are signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC. To validate the signature of an image, run the following command: ```shell cosign verify ghcr.io/getsops/sops:v3.9.4 \ --certificate-identity-regexp=https://github.com/getsops \ --certificate-oidc-issuer=https://token.actions.githubusercontent.com \ -o text ``` ##### Verify container image provenance The container images include [SLSA provenance](https://slsa.dev/provenance/v0.2) attestations. For more information around the verification of this, please refer to the [`slsa-verifier` documentation](https://redirect.github.com/slsa-framework/slsa-verifier#containers). ##### Software Bill of Materials The Software Bill of Materials (SBOM) for each binary is accessible within the artifacts enclosed with this release. It is presented as an [SPDX](https://spdx.dev/) JSON file, formatted as `<binary>.spdx.sbom.json`. ##### What's Changed - build(deps): Bump the go group with 5 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/getsops/sops/pull/1727](https://redirect.github.com/getsops/sops/pull/1727) - build(deps): Bump tempfile from 3.14.0 to 3.15.0 in /functional-tests in the rust group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/getsops/sops/pull/1728](https://redirect.github.com/getsops/sops/pull/1728) - build(deps): Bump the go group with 16 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/getsops/sops/pull/1732](https://redirect.github.com/getsops/sops/pull/1732) - build(deps): Bump the ci group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/getsops/sops/pull/1730](https://redirect.github.com/getsops/sops/pull/1730) - build(deps): Bump serde_json from 1.0.134 to 1.0.135 in /functional-tests in the rust group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/getsops/sops/pull/1731](https://redirect.github.com/getsops/sops/pull/1731) - build(deps): Bump the go group with 12 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/getsops/sops/pull/1734](https://redirect.github.com/getsops/sops/pull/1734) - build(deps): Bump serde_json from 1.0.135 to 1.0.137 in /functional-tests in the rust group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/getsops/sops/pull/1735](https://redirect.github.com/getsops/sops/pull/1735) - Fix ToString for AWS KMS to include role, context, and profile by [@​felixfontein](https://redirect.github.com/felixfontein) in [https://github.com/getsops/sops/pull/1733](https://redirect.github.com/getsops/sops/pull/1733) - build(deps): Bump the ci group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/getsops/sops/pull/1738](https://redirect.github.com/getsops/sops/pull/1738) - build(deps): Bump the go group with 6 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/getsops/sops/pull/1739](https://redirect.github.com/getsops/sops/pull/1739) - Release 3.9.4 by [@​felixfontein](https://redirect.github.com/felixfontein) in [https://github.com/getsops/sops/pull/1740](https://redirect.github.com/getsops/sops/pull/1740) **Full Changelog**: https://github.com/getsops/sops/compare/v3.9.3...v3.9.4 </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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
6bd56b364b | chore(helm): update image tccr.io/tccr/alpine v3.21.0 → v3.21.2 (#31193) | ||
|
|
b3ba4527eb | chore(helm): update image docker.io/jeessy/ddns-go v6.8.0 → v6.8.1 (#31185) | ||
|
|
a5782fe77f | chore(helm): update image docker.io/alpine/socat 1.8.0.0 → 1.8.0.1 (#31183) | ||
|
|
9000406269 |
chore(helm): update image docker.io/adguard/adguardhome v0.107.55 → v0.107.56 (#31182)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/adguard/adguardhome](https://adguard.com/en/adguard-home/overview.html) ([source](https://redirect.github.com/AdguardTeam/AdGuardHome)) | patch | `2979cc7` -> `c64a0b3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>AdguardTeam/AdGuardHome (docker.io/adguard/adguardhome)</summary> ### [`v0.107.56`](https://redirect.github.com/AdguardTeam/AdGuardHome/blob/HEAD/CHANGELOG.md#v010756---2025-01-10-APPROX) [Compare Source](https://redirect.github.com/AdguardTeam/AdGuardHome/compare/v0.107.55...v0.107.56) See also the [v0.107.56 GitHub milestone][ms-v0.107.56]. [ms-v0.107.56]: https://redirect.github.com/AdguardTeam/AdGuardHome/milestone/91?closed=1 NOTE: Add new changes BELOW THIS COMMENT. \--> ##### Security - Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.23.5][go-1.23.5]. ##### Added - The new HTTP API `POST /clients/search` that finds clients by their IP addresses, CIDRs, MAC addresses, or ClientIDs. See `openapi/openapi.yaml` for the full description. ##### Deprecated - The `GET /clients/find` HTTP API is deprecated. Use the new `POST /clients/search` API. ##### Fixed - Request count link in the clients table ([#​7513]). - The formatting of large numbers on the dashboard ([#​7329]). [#​7513]: https://redirect.github.com/AdguardTeam/AdGuardHome/issues/7513 [#​7329]: https://redirect.github.com/AdguardTeam/AdGuardHome/issues/7329 [go-1.23.5]: https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI <!-- NOTE: Add new changes ABOVE THIS COMMENT. --> </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
3842259419 |
chore(helm): update nextcloud (#31178)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/nextcloud-fpm](https://redirect.github.com/truecharts/public) | digest | `a67e751` -> `5fe0604` | | [tccr.io/tccr/nextcloud-push-notify](https://redirect.github.com/truecharts/containers) | digest | `7727bec` -> `0038707` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
760d5f32d3 | chore(helm): update image docker.io/bitnami/alertmanager digest to 48b6281 (#31176) | ||
|
|
e93e3699f1 | chore(helm): update image docker.io/automaticrippingmachine/automatic-ripping-machine digest to 2315cb3 (#31175) | ||
|
|
127fd6b334 |
chore(helm): update image docker.io/lmscommunity/lyrionmusicserver digest to 58be1ef (#31177)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/lmscommunity/lyrionmusicserver | digest | `8ed7ce6` -> `58be1ef` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
57f61d34dc | chore(helm): update image docker.io/accetto/ubuntu-vnc-xfce-chromium-g3 digest to 4d86c29 (#31174) | ||
|
|
36bad46cef |
chore(helm): update image docker digest to 3ab005a (#31173)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker | digest | `29b8c2f` -> `3ab005a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
9ce891d765 |
chore(container): update tccr.io/tccr/alpine docker tag to v3.21.2 (#31179)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tccr.io/tccr/alpine](https://redirect.github.com/truecharts/public) | final | patch | `v3.21.0` -> `v3.21.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
95cc2b1fe9 |
Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org> |
||
|
|
627b56b79c |
chore(helm): update image tccr.io/tccr/alpine v3.20.3 → v3.21.0 (#30466)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/alpine](https://redirect.github.com/truecharts/public) | minor | `1e8d4e2` -> `ec64547` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44NC4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
1aa95c71bb |
chore(helm): update image docker.io/mikefarah/yq 4.44.6 → 4.45.1 (#30961)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/mikefarah/yq](https://mikefarah.gitbook.io/yq/) ([source](https://redirect.github.com/mikefarah/yq)) | minor | `b1d117c` -> `2c100ef` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>mikefarah/yq (docker.io/mikefarah/yq)</summary> ### [`v4.45.1`](https://redirect.github.com/mikefarah/yq/releases/tag/v4.45.1): - Create parent directories when --split-exp is used! [Compare Source](https://redirect.github.com/mikefarah/yq/compare/v4.44.6...v4.45.1) - Create parent directories when --split-exp is used, Thanks [@​rudo-thomas](https://redirect.github.com/rudo-thomas) - Bumped dependencies </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
9b1c429a1f |
fix(deps): update module github.com/fsnotify/fsnotify v1.7.0 → v1.8.0 (#30308)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/fsnotify/fsnotify](https://redirect.github.com/fsnotify/fsnotify) | require | minor | `v1.7.0` -> `v1.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>fsnotify/fsnotify (github.com/fsnotify/fsnotify)</summary> ### [`v1.8.0`](https://redirect.github.com/fsnotify/fsnotify/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/fsnotify/fsnotify/compare/v1.7.0...v1.8.0) #### Additions - all: add `FSNOTIFY_DEBUG` to print debug logs to stderr ([#​619](https://redirect.github.com/fsnotify/fsnotify/issues/619)) ##### Changes and fixes - windows: fix behaviour of `WatchList()` to be consistent with other platforms ([#​610](https://redirect.github.com/fsnotify/fsnotify/issues/610)) - kqueue: ignore events with Ident=0 ([#​590](https://redirect.github.com/fsnotify/fsnotify/issues/590)) - kqueue: set O_CLOEXEC to prevent passing file descriptors to children ([#​617](https://redirect.github.com/fsnotify/fsnotify/issues/617)) - kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink ([#​625](https://redirect.github.com/fsnotify/fsnotify/issues/625)) - inotify: don't send event for IN_DELETE_SELF when also watching the parent ([#​620](https://redirect.github.com/fsnotify/fsnotify/issues/620)) - inotify: fix panic when calling Remove() in a goroutine ([#​650](https://redirect.github.com/fsnotify/fsnotify/issues/650)) - fen: allow watching subdirectories of watched directories ([#​621](https://redirect.github.com/fsnotify/fsnotify/issues/621)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
74bdbfbd4e |
chore(container): update alpine docker digest to 56fa17d (#31163)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | digest | `beefdbd` -> `56fa17d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
37ff05ff63 |
chore(container): update golang docker tag to v1.23.5 (#30061)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | patch | `1.23.2-alpine` -> `1.23.5-alpine` | | golang | final | patch | `1.23.2` -> `1.23.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
67fb6b7423 |
chore(github-action): update docker/metadata-action digest to 369eb59 (#29570)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/metadata-action](https://redirect.github.com/docker/metadata-action) | action | digest | `8e5442c` -> `369eb59` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvZGlnZXN0Il19--> |
||
|
|
ff8e9b7bc3 |
chore(container): update alpine docker tag to v3.21.2 (#30733)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | patch | `3.21.0` -> `3.21.2` | | alpine | stage | patch | `3.21.0` -> `3.21.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
2cba50eed1 |
chore(github-action): update actions/checkout digest to 11bd719 (#29844)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `eef6144` -> `11bd719` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODIuOSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
b1f3900cf0 |
chore(github-action): update docker/build-push-action digest to ca877d9 (#29846)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/build-push-action](https://redirect.github.com/docker/build-push-action) | action | digest | `4f58ea7` -> `ca877d9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
26327b1c09 | chore(helm): update chart common 25.2.4 → 25.2.6 (#31166) | ||
|
|
4cd744dd52 | chore(flux): update image cert-manager 6.4.1 → 6.4.2 (clustertool) (#31165) | ||
|
|
836c4134f2 |
chore(helm): update chart common 25.3.1 → 25.4.4 (#30594)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [common](https://truecharts.org/charts/library/common) ([source](https://ghcr.io/cloudnative-pg/postgis)) | minor | `25.3.1` -> `25.4.4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
c0179a5434 |
chore(helm): update image docker.io/phalcode/gamevault-backend 12.2.0 → 13.1.3 (#30324)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/phalcode/gamevault-backend | major | `56f0f3d` -> `22d2e56` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
52ed2e1f2f |
chore(helm): update image ghcr.io/traefik/whoami v1.10.3 → v1.10.4 (#31089)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/traefik/whoami](https://redirect.github.com/traefik/whoami) | patch | `43a68d1` -> `1699d99` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>traefik/whoami (ghcr.io/traefik/whoami)</summary> ### [`v1.10.4`](https://redirect.github.com/traefik/whoami/releases/tag/v1.10.4) [Compare Source](https://redirect.github.com/traefik/whoami/compare/v1.10.3...v1.10.4) ##### Changelog - [`4c339e1`](https://redirect.github.com/traefik/whoami/commit/4c339e1) chore(ci): upgrade go to v1.23 and linter - [`b49779d`](https://redirect.github.com/traefik/whoami/commit/b49779d) feat: add issue template </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
fbe8d058ca |
chore(helm): update image docker.io/plexripper/plexripper v0.23.2 → 0.29.1 (#31107)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/plexripper/plexripper](https://redirect.github.com/linuxserver/docker-baseimage-alpine/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-alpine)) | minor | `6dd623d` -> `e1e1889` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
0403a703bb |
chore(helm): update chart cert-manager v1.16.2 → v1.16.3 (#31032)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cert-manager](https://cert-manager.io) ([source](https://redirect.github.com/cert-manager/cert-manager)) | patch | `v1.16.2` -> `v1.16.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cert-manager/cert-manager (cert-manager)</summary> ### [`v1.16.3`](https://redirect.github.com/cert-manager/cert-manager/releases/tag/v1.16.3) [Compare Source](https://redirect.github.com/cert-manager/cert-manager/compare/v1.16.2...v1.16.3) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. v1.16.3 is a patch release mainly focused around bumping dependencies to address reported CVEs: CVE-2024-45337 and CVE-2024-45338. We don't believe that cert-manager is actually vulnerable; this release is instead intended to satisfy vulnerability scanners. It also includes a bug fix to the new `renewBeforePercentage` field. If you were using `renewBeforePercentage`, see PR [#​7421](https://redirect.github.com/cert-manager/cert-manager/issues/7421) for more information. #### Changes ##### Bug - Bump `golang.org/x/net` and `golang.org/x/crypto` to address CVE-2024-45337 and CVE-2024-45338 ([#​7485](https://redirect.github.com/cert-manager/cert-manager/issues/7485), [@​erikgb](https://redirect.github.com/erikgb)) - Fix the behaviour of `renewBeforePercentage` to comply with its spec ([#​7441](https://redirect.github.com/cert-manager/cert-manager/issues/7441), [@​cert-manager-bot](https://redirect.github.com/cert-manager-bot)) ##### Other - Bump go to 1.23.4 ([#​7489](https://redirect.github.com/cert-manager/cert-manager/issues/7489), [@​erikgb](https://redirect.github.com/erikgb)) - Bump base images to latest available ([#​7508](https://redirect.github.com/cert-manager/cert-manager/issues/7508), [@​SgtCoDFish](https://redirect.github.com/SgtCoDFish)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
671d425ff1 |
chore(website): lock file maintenance (#29530)
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on monday" (UTC), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2NvbnRhaW5lciJdfQ==--> |
||
|
|
f4e837c19b |
chore(helm): update image redmine 5.1.5 → 6.0.2 (#30237)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | redmine | major | `94a811c` -> `ba6dbbe` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
05b299eb70 |
chore(helm): update chart kube-prometheus-stack 67.10.0 → 68.3.0 (#31124)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kube-prometheus-stack](https://redirect.github.com/prometheus-operator/kube-prometheus) ([source](https://redirect.github.com/prometheus-community/helm-charts)) | major | `67.10.0` -> `68.3.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prometheus-community/helm-charts (kube-prometheus-stack)</summary> ### [`v68.3.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.2.2...kube-prometheus-stack-68.3.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.2.2...kube-prometheus-stack-68.3.0) ### [`v68.2.2`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.2.1...kube-prometheus-stack-68.2.2) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.2.1...kube-prometheus-stack-68.2.2) ### [`v68.2.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.2.0...kube-prometheus-stack-68.2.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.2.0...kube-prometheus-stack-68.2.1) ### [`v68.2.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.1.1...kube-prometheus-stack-68.2.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.1.1...kube-prometheus-stack-68.2.0) ### [`v68.1.1`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.1.0...kube-prometheus-stack-68.1.1) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.1.0...kube-prometheus-stack-68.1.1) ### [`v68.1.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.0.0...kube-prometheus-stack-68.1.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-68.0.0...kube-prometheus-stack-68.1.0) ### [`v68.0.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.11.0...kube-prometheus-stack-68.0.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.11.0...kube-prometheus-stack-68.0.0) ### [`v67.11.0`](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.10.0...kube-prometheus-stack-67.11.0) [Compare Source](https://redirect.github.com/prometheus-community/helm-charts/compare/kube-prometheus-stack-67.10.0...kube-prometheus-stack-67.11.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJyZW5vdmF0ZS9oZWxtIiwidHlwZS9tYWpvciJdfQ==--> Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
76cf1a17ea |
chore(helm): update image ghcr.io/linuxserver/firefox 133.0.3 → 134.0.2 (#31159)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/firefox](https://redirect.github.com/linuxserver/docker-firefox/packages) ([source](https://redirect.github.com/linuxserver/docker-firefox)) | major | `28b8477` -> `cd84ed6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> |
||
|
|
7019936e75 |
chore(helm): update image docker.io/minio/minio release.2024-12-18t13-15-44z → release.2025-01-20t14-49-07z (#31154)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/minio/minio | major | `1dce27c` -> `ed9be66` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
230e59ff07 |
chore(helm): update image docker.io/revenz/fileflows 24.12 → 25.01 (#31156)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/revenz/fileflows | major | `a679386` -> `c85bec4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
6df22bbdfe |
chore(helm): update image ghcr.io/linuxserver/ddclient 3.11.2 → 4.0.0 (#31158)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/ddclient](https://redirect.github.com/linuxserver/docker-ddclient/packages) ([source](https://redirect.github.com/linuxserver/docker-ddclient)) | major | `56c4f0c` -> `fd41110` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
590e5ae76a |
chore(helm): update image ghcr.io/sbondco/watcharr v1.44.2 → v2.0.0 (#31160)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/sbondco/watcharr](https://redirect.github.com/sbondCo/Watcharr) | major | `85df9a7` -> `efaf2f5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>sbondCo/Watcharr (ghcr.io/sbondco/watcharr)</summary> ### [`v2.0.0`](https://redirect.github.com/sbondCo/Watcharr/releases/tag/v2.0.0) [Compare Source](https://redirect.github.com/sbondCo/Watcharr/compare/v1.44.2...v2.0.0) > \[!NOTE]\ > The next release is finally here! Don't worry about the major version bump though, there's nothing for you to do, other than update your server as usual ([more details here](https://redirect.github.com/sbondCo/Watcharr/discussions/768)). > > It is still recommended that you perform a backup before updating! #### New - Trusted header authentication by [@​lufixSch](https://redirect.github.com/lufixSch) & [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/736](https://redirect.github.com/sbondCo/Watcharr/pull/736) - Person: Ability to sort items in people view by [@​AlexPerathoner](https://redirect.github.com/AlexPerathoner) in [https://github.com/sbondCo/Watcharr/pull/670](https://redirect.github.com/sbondCo/Watcharr/pull/670) - Person: 'On my list' filter support by [@​AlexPerathoner](https://redirect.github.com/AlexPerathoner) & [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/704](https://redirect.github.com/sbondCo/Watcharr/pull/704) - Person: show message when no credits to show by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/705](https://redirect.github.com/sbondCo/Watcharr/pull/705) - Search by external id (with this format: `provider:id`, example: `imdb:tt15435876`) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/709](https://redirect.github.com/sbondCo/Watcharr/pull/709) - imdb (aliases: `i`, `imd`) - tvdb (aliases: `thetvdb`) - youtube (aliases: `yt`) - wikidata (aliases: `wd`, `wdt`) - facebook - instagram - twitter - tiktok - Search: Support special characters (technically breaking, but only for frontend url, not api) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/713](https://redirect.github.com/sbondCo/Watcharr/pull/713) - Imdb import (for movies & tv) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/726](https://redirect.github.com/sbondCo/Watcharr/pull/726) - Imdb episodes import support (only if show is imported too from list) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/728](https://redirect.github.com/sbondCo/Watcharr/pull/728) - Create a default error page by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/738](https://redirect.github.com/sbondCo/Watcharr/pull/738) - manage_users: Support swapping users between Watcharr/Proxy user types (which enabled a migration path for existing users over to becoming a trusted header user) by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/747](https://redirect.github.com/sbondCo/Watcharr/pull/747) #### Changed - Migration to Svelte 5, new code format rules for frontend, some general overdue refactoring by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/762](https://redirect.github.com/sbondCo/Watcharr/pull/762) - Full migration to Svelte 5 (instead of slowly migrating, everything has been moved over to use Svelte 5 features now) - The store is now an object using the $state rune, instead of using a svelte store. All uses have been updated, looks a lot cleaner now! - Edited prettierrc: Use default `printWidth` of 80, Always leave trailing `,`, use tabs. - All code reformatted to use Tabs instead of Spaces (have been meaning to fix this for a while, all the code being changed in this pr was a good excuse to get it done). - Code makeover: A lot of stuff has been refactored to be (more) pleasing to the eyes. #### Fixed - import: Disable 'change statuses' button while importing by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/727](https://redirect.github.com/sbondCo/Watcharr/pull/727) - Fix search debounce and styling by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/770](https://redirect.github.com/sbondCo/Watcharr/pull/770) - Fix importing state error by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/781](https://redirect.github.com/sbondCo/Watcharr/pull/781) #### Documentation - New screenshots for readme/doc site by [@​IRHM](https://redirect.github.com/IRHM) in [https://github.com/sbondCo/Watcharr/pull/771](https://redirect.github.com/sbondCo/Watcharr/pull/771) #### Maintenance - ui: bump [@​sveltejs/kit](https://redirect.github.com/sveltejs/kit) from 2.5.27 to 2.15.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/737](https://redirect.github.com/sbondCo/Watcharr/pull/737) - ui: bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.14.1 to 8.18.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/733](https://redirect.github.com/sbondCo/Watcharr/pull/733) - ui: bump typescript from 5.5.4 to 5.7.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/703](https://redirect.github.com/sbondCo/Watcharr/pull/703) - ui: bump [@​vite-pwa/sveltekit](https://redirect.github.com/vite-pwa/sveltekit) from 0.5.0 to 0.6.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/669](https://redirect.github.com/sbondCo/Watcharr/pull/669) - ui: bump prettier from 3.3.2 to 3.4.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/714](https://redirect.github.com/sbondCo/Watcharr/pull/714) - server: bump github.com/go-co-op/gocron/v2 from 2.11.0 to 2.14.0 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/731](https://redirect.github.com/sbondCo/Watcharr/pull/731) - server: bump gorm.io/driver/sqlite from 1.5.6 to 1.5.7 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/723](https://redirect.github.com/sbondCo/Watcharr/pull/723) - server: bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/717](https://redirect.github.com/sbondCo/Watcharr/pull/717) - ui: bump [@​types/papaparse](https://redirect.github.com/types/papaparse) from 5.3.14 to 5.3.15 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/742](https://redirect.github.com/sbondCo/Watcharr/pull/742) - server: bump github.com/gin-contrib/cors from 1.7.2 to 1.7.3 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/745](https://redirect.github.com/sbondCo/Watcharr/pull/745) - server: bump golang.org/x/crypto from 0.31.0 to 0.32.0 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/748](https://redirect.github.com/sbondCo/Watcharr/pull/748) - server: bump github.com/gin-contrib/cache from 1.3.0 to 1.3.1 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/746](https://redirect.github.com/sbondCo/Watcharr/pull/746) - server: bump github.com/go-co-op/gocron/v2 from 2.14.0 to 2.14.2 in /server by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/761](https://redirect.github.com/sbondCo/Watcharr/pull/761) - ui: bump [@​sveltejs/adapter-node](https://redirect.github.com/sveltejs/adapter-node) from 5.2.11 to 5.2.12 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/763](https://redirect.github.com/sbondCo/Watcharr/pull/763) - ui: bump [@​sveltejs/kit](https://redirect.github.com/sveltejs/kit) from 2.15.1 to 2.16.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/sbondCo/Watcharr/pull/764](https://redirect.github.com/sbondCo/Watcharr/pull/764) #### Thanks - [@​lufixSch](https://redirect.github.com/lufixSch) For getting the base work done for the trusted header authentication support. - [@​christaikobo](https://redirect.github.com/christaikobo) For providing valuable feedback on trusted header authentication implementation. - [@​AlexPerathoner](https://redirect.github.com/AlexPerathoner) For continued work on improving quality of life for the frontend. #### 🆘 Getting Help If you need help, encounter an issue or find a bug please [create an issue](https://redirect.github.com/sbondCo/Watcharr/issues/new/choose) or [join our space on Matrix](https://matrix.to/#/#watcharr:matrix.org) for support. Always happy to help! **Package**: https://github.com/sbondCo/Watcharr/pkgs/container/watcharr/342565711?tag=v2.0.0 or [on docker hub](https://hub.docker.com/layers/sbondco/watcharr/v2.0.0/images/sha256-efaf2f5aed5e6e0ef86f0e981f5c76949147d19fb2f4c28467eb55bf6df4e079) **Full Changelog**: https://github.com/sbondCo/Watcharr/compare/v1.44.2...v2.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
39b5486d31 |
chore(helm): update image ghcr.io/immich-app/immich-server v1.125.1 → v1.125.2 (#31146)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | patch | `9a7fdfb` -> `b7464b8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary> ### [`v1.125.2`](https://redirect.github.com/immich-app/immich/releases/tag/v1.125.2) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.125.1...v1.125.2) ### v1.125.2 This release addresses the following issues, most of which originate from our migration to Kysely. - Fixed a bug where the timeline shows a placeholder in some sections - Fixed a bug where using server URL with `sslmode` doesn't get parsed correctly - Fixed a bug where LivePhotos doesn't generate thumbnails - Fixed a bug where no EXIF data is returned for the deduplication view - Fixed a bug where albums with archived assets don't show up on the mobile app - Fixed a bug where hard refresh only refreshed assets and not albums - Fixed a bug where the `updatedAt` column doesn't update on some assets and album actions - Fixed a bug where `searchRandom` doesn't return the correct data format Thank you for reporting the bugs you have found! We added a treat to the login page as a thank you 😄 #### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app/. Cheers! 🍻 #### What's Changed ##### 🌟 Enhancements - feat(web): neon light behinds auth forms by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15570](https://redirect.github.com/immich-app/immich/pull/15570) ##### 🐛 Bug fixes - fix(mobile): translation (no /api, experimental features) by [@​mmomjian](https://redirect.github.com/mmomjian) in [https://github.com/immich-app/immich/pull/15600](https://redirect.github.com/immich-app/immich/pull/15600) - fix(server): `getTimeBuckets` not handling boolean filters correctly by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15567](https://redirect.github.com/immich-app/immich/pull/15567) - fix(web): auth page padding by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15569](https://redirect.github.com/immich-app/immich/pull/15569) - fix(server): set `updatedAt` on updates by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15573](https://redirect.github.com/immich-app/immich/pull/15573) - fix(server): Fix for sorting faces during merging by [@​Lukasdotcom](https://redirect.github.com/Lukasdotcom) in [https://github.com/immich-app/immich/pull/15571](https://redirect.github.com/immich-app/immich/pull/15571) - fix(server): `searchRandom` response by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15580](https://redirect.github.com/immich-app/immich/pull/15580) - fix: login page by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15613](https://redirect.github.com/immich-app/immich/pull/15613) - fix(mobile): full refresh doesn't get albums by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15560](https://redirect.github.com/immich-app/immich/pull/15560) - fix(server): link live photos by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15612](https://redirect.github.com/immich-app/immich/pull/15612) - fix: demo login page by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15616](https://redirect.github.com/immich-app/immich/pull/15616) - fix(server): no exif metadata in the deduplication utility by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15585](https://redirect.github.com/immich-app/immich/pull/15585) - fix(mobile): deletion of single assets by [@​Saschl](https://redirect.github.com/Saschl) in [https://github.com/immich-app/immich/pull/15597](https://redirect.github.com/immich-app/immich/pull/15597) - fix(server): failed to get albums with archived assets by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15611](https://redirect.github.com/immich-app/immich/pull/15611) - fix(server): migration mentions public schema by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15622](https://redirect.github.com/immich-app/immich/pull/15622) - fix(mobile): failed to load ga/gl locale by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15623](https://redirect.github.com/immich-app/immich/pull/15623) - fix(server): `sslmode` not working by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15587](https://redirect.github.com/immich-app/immich/pull/15587) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.125.1...v1.125.2 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> --------- Signed-off-by: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Co-authored-by: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Co-authored-by: kqmaverick <kqmaverick@gmail.com> |
||
|
|
1d69492897 | chore(helm): update image ghcr.io/pmmp/pocketmine-mp 5.23.3 → 5.24.0 (#31120) | ||
|
|
24cac04bc4 |
chore(helm): update image renovate/renovate 39.105.1 → 39.128.0 (#31153)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://renovatebot.com) ([source](https://redirect.github.com/renovatebot/renovate)) | minor | -> | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>renovatebot/renovate (renovate/renovate)</summary> ### [`v39.128.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.128.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.127.0...39.128.0) ##### Features - **http:** Create package cache provider ([#​33742](https://redirect.github.com/renovatebot/renovate/issues/33742)) ([d934216](https://redirect.github.com/renovatebot/renovate/commit/d934216a904240a2756d757a26874f44cfbc2582)) ##### Tests - refactor and ci fix for other tests ([#​33815](https://redirect.github.com/renovatebot/renovate/issues/33815)) ([bdf3d1d](https://redirect.github.com/renovatebot/renovate/commit/bdf3d1daa41674f422768a08f55e20870c1d0889)) ### [`v39.127.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.127.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.126.1...39.127.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.36.2 ([#​33741](https://redirect.github.com/renovatebot/renovate/issues/33741)) ([c5c22b6](https://redirect.github.com/renovatebot/renovate/commit/c5c22b6cfad9108b2d0c15656d465a435c074e92)) ##### Documentation - announce upcoming disabling of encrypted secrets ([#​33803](https://redirect.github.com/renovatebot/renovate/issues/33803)) ([3b06dfa](https://redirect.github.com/renovatebot/renovate/commit/3b06dfa043b776cf7982b535e55d4c7778603ca9)) - **local-dev:** add `pdm install` step ([#​33814](https://redirect.github.com/renovatebot/renovate/issues/33814)) ([72a21e0](https://redirect.github.com/renovatebot/renovate/commit/72a21e0505470a1a59e0b964b25749db2973da5b)) ##### Miscellaneous Chores - **deps:** update codecov/codecov-action action to v5.3.0 ([#​33805](https://redirect.github.com/renovatebot/renovate/issues/33805)) ([86c36e0](https://redirect.github.com/renovatebot/renovate/commit/86c36e0781439175c94b551fc0297c967558f067)) - **deps:** update dependency markdownlint-cli2 to v0.17.2 ([#​33813](https://redirect.github.com/renovatebot/renovate/issues/33813)) ([cbf5303](https://redirect.github.com/renovatebot/renovate/commit/cbf5303b31a3e63dcf3062d9e61ed57bef533185)) ### [`v39.126.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.126.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.126.0...39.126.1) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.7.0 ([#​33802](https://redirect.github.com/renovatebot/renovate/issues/33802)) ([340a99a](https://redirect.github.com/renovatebot/renovate/commit/340a99a5355dfb92941f81056a028f1d0eb3ac12)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.7.0 ([#​33799](https://redirect.github.com/renovatebot/renovate/issues/33799)) ([d26df34](https://redirect.github.com/renovatebot/renovate/commit/d26df34475ac94587315e788eaed052c732ead71)) - **deps:** update github/codeql-action action to v3.28.4 ([#​33798](https://redirect.github.com/renovatebot/renovate/issues/33798)) ([6861c4d](https://redirect.github.com/renovatebot/renovate/commit/6861c4da35312d4c0a389f2eb8c9ec377d400be4)) ### [`v39.126.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.126.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.125.1...39.126.0) ##### Features - **datasource/hackage:** Detect deprecation status ([#​33778](https://redirect.github.com/renovatebot/renovate/issues/33778)) ([ac2a2be](https://redirect.github.com/renovatebot/renovate/commit/ac2a2befb2ffdaa7b5da7e11d51eacc5126a58bf)) ### [`v39.125.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.125.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.125.0...39.125.1) ##### Bug Fixes - **cargo:** Skip "replace" range upgrade if new version still matches ([#​33773](https://redirect.github.com/renovatebot/renovate/issues/33773)) ([6af55c2](https://redirect.github.com/renovatebot/renovate/commit/6af55c2cfe362653635845843a8f80c7e1c0884e)) ### [`v39.125.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.125.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.124.0...39.125.0) ##### Features - **presets:** Add nestjs/config to nest monorepo ([#​33785](https://redirect.github.com/renovatebot/renovate/issues/33785)) ([b382c12](https://redirect.github.com/renovatebot/renovate/commit/b382c12433a844922879d0ee7c2972e43f53853a)) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.10.7 ([#​33780](https://redirect.github.com/renovatebot/renovate/issues/33780)) ([d3a4813](https://redirect.github.com/renovatebot/renovate/commit/d3a4813291bee4c390273ef00827ae0e464d81b2)) - **deps:** update python:3.13 docker digest to [`6ee7975`](https://redirect.github.com/renovatebot/renovate/commit/6ee7975) ([#​33781](https://redirect.github.com/renovatebot/renovate/issues/33781)) ([abb21cd](https://redirect.github.com/renovatebot/renovate/commit/abb21cd4d31b5b083d5936f301e83619182a507d)) ### [`v39.124.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.124.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.123.0...39.124.0) ##### Features - Drop older `timeStamp` field support ([#​33734](https://redirect.github.com/renovatebot/renovate/issues/33734)) ([da5c5ed](https://redirect.github.com/renovatebot/renovate/commit/da5c5ed3f61f02ed69b67b7117d736a38ae9779f)) ### [`v39.123.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.123.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.122.3...39.123.0) ##### Features - Switch to `Timestamp` type ([#​33648](https://redirect.github.com/renovatebot/renovate/issues/33648)) ([a33d3ea](https://redirect.github.com/renovatebot/renovate/commit/a33d3eab9ea2fad1f212751c75f10941629ba656)) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v3.28.3 ([#​33767](https://redirect.github.com/renovatebot/renovate/issues/33767)) ([2de047e](https://redirect.github.com/renovatebot/renovate/commit/2de047ea65b8b858ffc00d23dd834b7f74ae4ba7)) ### [`v39.122.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.122.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.122.2...39.122.3) ##### Build System - **deps:** update dependency [@​renovatebot/osv-offline](https://redirect.github.com/renovatebot/osv-offline) to v1.5.12 ([#​33766](https://redirect.github.com/renovatebot/renovate/issues/33766)) ([c0bafcb](https://redirect.github.com/renovatebot/renovate/commit/c0bafcbc752fa46de82c54d44850b4f967e574e7)) ### [`v39.122.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.122.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.122.1...39.122.2) ##### Miscellaneous Chores - **deps:** update codecov/codecov-action action to v5.2.0 ([#​33763](https://redirect.github.com/renovatebot/renovate/issues/33763)) ([3cdcb5b](https://redirect.github.com/renovatebot/renovate/commit/3cdcb5ba4a08bc8746bffbfb3fac100bb0e5f38e)) ##### Build System - **deps:** update dependency fs-extra to v11.3.0 ([#​33765](https://redirect.github.com/renovatebot/renovate/issues/33765)) ([269d70b](https://redirect.github.com/renovatebot/renovate/commit/269d70bb4ed4ad3b8dd4020984392222be628119)) ### [`v39.122.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.122.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.122.0...39.122.1) ##### Documentation - added list of valid namespace codes for the cacheTtlOverride config ([#​33754](https://redirect.github.com/renovatebot/renovate/issues/33754)) ([412f5a6](https://redirect.github.com/renovatebot/renovate/commit/412f5a67dbfac1e869244583a2de19eb97c7944d)) - remove platform information from Mend-hosted App config page ([#​33724](https://redirect.github.com/renovatebot/renovate/issues/33724)) ([a6151da](https://redirect.github.com/renovatebot/renovate/commit/a6151daabf0f02ee0c06d24916d4c3c5815613ed)) ##### Tests - **npm:** use fs test utils in extract/pnpm.spec.ts ([#​33756](https://redirect.github.com/renovatebot/renovate/issues/33756)) ([ff99265](https://redirect.github.com/renovatebot/renovate/commit/ff99265bb35191b07791c7ceaab95b69157e462c)) ##### Build System - **deps:** update dependency cronstrue to v2.53.0 ([#​33762](https://redirect.github.com/renovatebot/renovate/issues/33762)) ([207a7ad](https://redirect.github.com/renovatebot/renovate/commit/207a7ad33be6f3b85669b1aa1e92b9c8a79cf124)) ### [`v39.122.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.122.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.121.0...39.122.0) ##### Features - **presets:** add monorepo html-eslint ([#​33730](https://redirect.github.com/renovatebot/renovate/issues/33730)) ([e3a4aaf](https://redirect.github.com/renovatebot/renovate/commit/e3a4aafc3045c887e73c4b4db4da5774d037d102)) ### [`v39.121.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.121.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.120.4...39.121.0) ##### Features - **presets:** add arrow-kt monorepo ([#​33740](https://redirect.github.com/renovatebot/renovate/issues/33740)) ([196fc8a](https://redirect.github.com/renovatebot/renovate/commit/196fc8a6c5aa0a63303f57b0324ab404958c3299)) ### [`v39.120.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.120.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.120.3...39.120.4) ##### Miscellaneous Chores - **deps:** update dependency eslint-plugin-jest to v28.10.1 ([#​33747](https://redirect.github.com/renovatebot/renovate/issues/33747)) ([476ebeb](https://redirect.github.com/renovatebot/renovate/commit/476ebebbb1e48e0b848f2f19a1d334656872c71b)) - **deps:** update dependency eslint-plugin-jest to v28.11.0 ([#​33749](https://redirect.github.com/renovatebot/renovate/issues/33749)) ([0c9c03e](https://redirect.github.com/renovatebot/renovate/commit/0c9c03e846f372dd08259d07cc31d39d3d838ed5)) - **deps:** update otel/opentelemetry-collector-contrib docker tag to v0.118.0 ([#​33746](https://redirect.github.com/renovatebot/renovate/issues/33746)) ([91f92c5](https://redirect.github.com/renovatebot/renovate/commit/91f92c514d71a1a49cba52ea6d9a0a81f9d757e4)) ##### Build System - **deps:** update dependency better-sqlite3 to v11.8.0 ([#​33750](https://redirect.github.com/renovatebot/renovate/issues/33750)) ([caa505e](https://redirect.github.com/renovatebot/renovate/commit/caa505ed49eef48d43d6e067c29beb24bc267647)) ### [`v39.120.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.120.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.120.2...39.120.3) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.34.1 ([#​33739](https://redirect.github.com/renovatebot/renovate/issues/33739)) ([c33b0d7](https://redirect.github.com/renovatebot/renovate/commit/c33b0d71c368b5fb074b3096d9a80138697e8e42)) ##### Miscellaneous Chores - **deps:** update github/codeql-action action to v3.28.2 ([#​33738](https://redirect.github.com/renovatebot/renovate/issues/33738)) ([a60694e](https://redirect.github.com/renovatebot/renovate/commit/a60694eeb6bbb396e21dc26ba7e4b52e67c9c1b1)) ### [`v39.120.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.120.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.120.1...39.120.2) ##### Build System - **deps:** update node.js to v22.13.1 ([#​33736](https://redirect.github.com/renovatebot/renovate/issues/33736)) ([a861396](https://redirect.github.com/renovatebot/renovate/commit/a8613962f27dd8c2e947c9c3afa18fed9fda349c)) ### [`v39.120.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.120.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.120.0...39.120.1) ##### Bug Fixes - **workers/limits:** rectify faulty if condition ([#​33735](https://redirect.github.com/renovatebot/renovate/issues/33735)) ([c57d3cc](https://redirect.github.com/renovatebot/renovate/commit/c57d3cc4e026bf7368c9d7c48d4c2ffb441e822b)) ### [`v39.120.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.120.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.119.2...39.120.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.34.0 ([#​33728](https://redirect.github.com/renovatebot/renovate/issues/33728)) ([956e43f](https://redirect.github.com/renovatebot/renovate/commit/956e43f162899577f751a66393a896933a1e2e4b)) ### [`v39.119.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.119.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.119.1...39.119.2) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.6.0 ([#​33726](https://redirect.github.com/renovatebot/renovate/issues/33726)) ([b7ffc46](https://redirect.github.com/renovatebot/renovate/commit/b7ffc46560c9b2449e5f2469a494f8803bd099d4)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.6.0 ([#​33725](https://redirect.github.com/renovatebot/renovate/issues/33725)) ([9acd2d7](https://redirect.github.com/renovatebot/renovate/commit/9acd2d73134fa32ef7e797da1becb56470ff6594)) ### [`v39.119.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.119.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.119.0...39.119.1) ##### Build System - **deps:** update opentelemetry-js monorepo ([#​33723](https://redirect.github.com/renovatebot/renovate/issues/33723)) ([070b78a](https://redirect.github.com/renovatebot/renovate/commit/070b78a04038bc32e994b932a417500deca12c28)) ### [`v39.119.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.119.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.118.5...39.119.0) ##### Features - **config:** allow multiple branch/pr limits ([#​32556](https://redirect.github.com/renovatebot/renovate/issues/32556)) ([03f2229](https://redirect.github.com/renovatebot/renovate/commit/03f22296049fa012a6157bd913ebdd2f71c9e1c6)) ### [`v39.118.5`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.118.5) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.118.4...39.118.5) ##### Bug Fixes - **docs:** correct documentation for fork processing ([#​33712](https://redirect.github.com/renovatebot/renovate/issues/33712)) ([279d7a1](https://redirect.github.com/renovatebot/renovate/commit/279d7a11d9b7502d9decf19b3835decf2d7c0304)) - **manager/bundler:** drop strict flag ([#​33713](https://redirect.github.com/renovatebot/renovate/issues/33713)) ([bc20797](https://redirect.github.com/renovatebot/renovate/commit/bc20797d061e803c87269eddc8262e9745025c42)) ### [`v39.118.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.118.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.118.3...39.118.4) ##### Build System - **deps:** update dependency ignore to v7.0.3 ([#​33717](https://redirect.github.com/renovatebot/renovate/issues/33717)) ([525630a](https://redirect.github.com/renovatebot/renovate/commit/525630a3925aa3512fc2b93337bb6c5a3aa606ca)) ### [`v39.118.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.118.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.118.2...39.118.3) ##### Miscellaneous Chores - **deps:** update dependency [@​types/node](https://redirect.github.com/types/node) to v22.10.6 ([#​33710](https://redirect.github.com/renovatebot/renovate/issues/33710)) ([b03d099](https://redirect.github.com/renovatebot/renovate/commit/b03d099b578d775a3fb83885088dca815d7d800b)) - **deps:** update docker/dockerfile docker tag to v1.13.0 ([#​33711](https://redirect.github.com/renovatebot/renovate/issues/33711)) ([20d65c8](https://redirect.github.com/renovatebot/renovate/commit/20d65c84be2134056874fb831d7ccd69019cd480)) ##### Build System - **deps:** update dependency ignore to v7.0.2 ([#​33716](https://redirect.github.com/renovatebot/renovate/issues/33716)) ([72abf15](https://redirect.github.com/renovatebot/renovate/commit/72abf15d9ef07cec302fad168e15163662fc1051)) ### [`v39.118.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.118.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.118.1...39.118.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.33.5 ([#​33709](https://redirect.github.com/renovatebot/renovate/issues/33709)) ([ab291e9](https://redirect.github.com/renovatebot/renovate/commit/ab291e98a89098de76bc229c9b66257858768609)) ##### Documentation - **nuget:** update configuration of registry urls to avoid warnings ([#​33700](https://redirect.github.com/renovatebot/renovate/issues/33700)) ([2becc7d](https://redirect.github.com/renovatebot/renovate/commit/2becc7d1ff4cf9c986d88cb0047aa91fe5adbf41)) ##### Miscellaneous Chores - **deps:** update linters to v8.20.0 ([#​33708](https://redirect.github.com/renovatebot/renovate/issues/33708)) ([d46cda5](https://redirect.github.com/renovatebot/renovate/commit/d46cda5401be03cdd13dc858b7fc251a6b327ca2)) - **deps:** update pnpm to v9.15.4 ([#​33707](https://redirect.github.com/renovatebot/renovate/issues/33707)) ([223b98a](https://redirect.github.com/renovatebot/renovate/commit/223b98aa8cf6cc2d869340cc56b91bf582ae9e66)) ### [`v39.118.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.118.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.118.0...39.118.1) ##### Build System - **deps:** update dependency ignore to v7.0.1 ([#​33703](https://redirect.github.com/renovatebot/renovate/issues/33703)) ([3533262](https://redirect.github.com/renovatebot/renovate/commit/35332625340851aec0a8bb1f57eaa860fec56b03)) ### [`v39.118.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.118.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.117.3...39.118.0) ##### Features - **presets/custom-managers:** Expand acceptable datasource names ([#​33677](https://redirect.github.com/renovatebot/renovate/issues/33677)) ([78818f1](https://redirect.github.com/renovatebot/renovate/commit/78818f19983138ee0b320c8a85e74a806d2c5810)) ### [`v39.117.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.117.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.117.2...39.117.3) ##### Bug Fixes - **manager/haskell-cabal:** Handle comments in Cabal file ([#​33695](https://redirect.github.com/renovatebot/renovate/issues/33695)) ([2fe8305](https://redirect.github.com/renovatebot/renovate/commit/2fe8305a7c62aff5aa4e432a15f2f537ba17ca1f)) ##### Documentation - update references to renovate/renovate ([#​33696](https://redirect.github.com/renovatebot/renovate/issues/33696)) ([57bf719](https://redirect.github.com/renovatebot/renovate/commit/57bf719ea588d3f888b3a24ffa428fa39d605191)) ##### Miscellaneous Chores - **deps:** lock file maintenance ([#​33697](https://redirect.github.com/renovatebot/renovate/issues/33697)) ([5ea8511](https://redirect.github.com/renovatebot/renovate/commit/5ea8511a5b27c5c8b1c63630eaca7dee36880a6d)) - **deps:** update containerbase/internal-tools action to v3.5.19 ([#​33698](https://redirect.github.com/renovatebot/renovate/issues/33698)) ([948faec](https://redirect.github.com/renovatebot/renovate/commit/948faecf2fc814fbf73bfb4496a95f14a6c2dff1)) - **deps:** update dependency renovatebot/github-action to v41.0.10 ([#​33699](https://redirect.github.com/renovatebot/renovate/issues/33699)) ([9d818ff](https://redirect.github.com/renovatebot/renovate/commit/9d818ffbcee73e718c248815e41f2e43dd2f431b)) ### [`v39.117.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.117.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.117.1...39.117.2) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.33.4 ([#​33690](https://redirect.github.com/renovatebot/renovate/issues/33690)) ([8db105e](https://redirect.github.com/renovatebot/renovate/commit/8db105e115eb352cab84d3b1e8f59bd8b99093c2)) ### [`v39.117.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.117.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.117.0...39.117.1) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.5.11 ([#​33689](https://redirect.github.com/renovatebot/renovate/issues/33689)) ([7df1d93](https://redirect.github.com/renovatebot/renovate/commit/7df1d93a2819c7d39eadd288407eb71b699fc635)) ### [`v39.117.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.117.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.116.1...39.117.0) ##### Features - **preset:** Add Protobuf monorepo group ([#​33686](https://redirect.github.com/renovatebot/renovate/issues/33686)) ([d6264b6](https://redirect.github.com/renovatebot/renovate/commit/d6264b663b957b49ffbb71c9b29170d06eda3f0b)) ##### Miscellaneous Chores - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.5.11 ([#​33688](https://redirect.github.com/renovatebot/renovate/issues/33688)) ([29f8840](https://redirect.github.com/renovatebot/renovate/commit/29f884035f59d919202df9f760dd4c95845500be)) ### [`v39.116.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.116.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.116.0...39.116.1) ##### Bug Fixes - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.33.3 ([#​33687](https://redirect.github.com/renovatebot/renovate/issues/33687)) ([5f42147](https://redirect.github.com/renovatebot/renovate/commit/5f421474140c2f94075b4a10bad21741e92bedb7)) ##### Miscellaneous Chores - **deps:** update davidanson/markdownlint-cli2-action action to v19.1.0 ([#​33685](https://redirect.github.com/renovatebot/renovate/issues/33685)) ([99116e8](https://redirect.github.com/renovatebot/renovate/commit/99116e866faaed89d40a3531b3f06b92ec04df49)) ### [`v39.116.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.116.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.115.4...39.116.0) ##### Features - **nuget:** respect `global.json` for artifact updates ([#​33673](https://redirect.github.com/renovatebot/renovate/issues/33673)) ([beb8d2b](https://redirect.github.com/renovatebot/renovate/commit/beb8d2b81aee3bc3b3200dd0d33ccdbae4f93071)) ### [`v39.115.4`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.115.4) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.115.3...39.115.4) ##### Bug Fixes - **deps:** update dependency mkdocs-material to v9.5.50 ([#​33681](https://redirect.github.com/renovatebot/renovate/issues/33681)) ([29385be](https://redirect.github.com/renovatebot/renovate/commit/29385beb1e51685500cf309ac9b13ca8f39aae99)) ### [`v39.115.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.115.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.115.2...39.115.3) ##### Bug Fixes - remove colons from depNameSanitized ([#​33672](https://redirect.github.com/renovatebot/renovate/issues/33672)) ([3e74602](https://redirect.github.com/renovatebot/renovate/commit/3e7460238d2c0b435d700807eae1e6cc07b7db43)) ### [`v39.115.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.115.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.115.1...39.115.2) ##### Bug Fixes - **config/inherited:** set `hostRules` ([#​33530](https://redirect.github.com/renovatebot/renovate/issues/33530)) ([6964458](https://redirect.github.com/renovatebot/renovate/commit/6964458df17e181bb4fd5df000f46387e860cbb7)) ### [`v39.115.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.115.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.115.0...39.115.1) ##### Bug Fixes - **pep621:** pep508 version spec with parens ([#​33632](https://redirect.github.com/renovatebot/renovate/issues/33632)) ([846c867](https://redirect.github.com/renovatebot/renovate/commit/846c8670b5d39b8e2196fff77fd916b7ea5a62f3)) ### [`v39.115.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.115.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.114.0...39.115.0) ##### Features - **flux:** update docker images of helm release values ([#​33671](https://redirect.github.com/renovatebot/renovate/issues/33671)) ([1d64a10](https://redirect.github.com/renovatebot/renovate/commit/1d64a107ed55bfdadbe041e11f03e4b4ba51ed23)) ##### Code Refactoring - **http:** Separate `getJson` and `getJsonUnchecked` ([#​33651](https://redirect.github.com/renovatebot/renovate/issues/33651)) ([9b4e515](https://redirect.github.com/renovatebot/renovate/commit/9b4e5150248a6b0026acf9c73bb00a295cba4c48)) ### [`v39.114.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.114.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.113.0...39.114.0) ##### Features - **deps:** update ghcr.io/renovatebot/base-image docker tag to v9.33.2 ([#​33666](https://redirect.github.com/renovatebot/renovate/issues/33666)) ([abe6122](https://redirect.github.com/renovatebot/renovate/commit/abe61227b6c7f57cc49a79cd821a55e7f1e5556c)) ##### Bug Fixes - **deps:** update ghcr.io/containerbase/sidecar docker tag to v13.5.10 ([#​33665](https://redirect.github.com/renovatebot/renovate/issues/33665)) ([1b10a43](https://redirect.github.com/renovatebot/renovate/commit/1b10a43cdb2e72f13e20d9bf305cadcea949d76d)) ##### Miscellaneous Chores - **deps:** update dependency renovatebot/github-action to v41.0.9 ([#​33662](https://redirect.github.com/renovatebot/renovate/issues/33662)) ([52754b9](https://redirect.github.com/renovatebot/renovate/commit/52754b9fc5cda732d617b58e051be47970cc3987)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v13.5.10 ([#​33663](https://redirect.github.com/renovatebot/renovate/issues/33663)) ([24f0de2](https://redirect.github.com/renovatebot/renovate/commit/24f0de2994ce17a45d6ad0620e4e3e385e9ed61d)) - **deps:** update python:3.13 docker digest to [`d57ec66`](https://redirect.github.com/renovatebot/renovate/commit/d57ec66) ([#​33661](https://redirect.github.com/renovatebot/renovate/issues/33661)) ([46db1ee](https://redirect.github.com/renovatebot/renovate/commit/46db1eeeaeb66c057407a83766c179bb9a275195)) ##### Code Refactoring - **http:** Separate `getYaml` and `getYamlUnchecked` ([#​33653](https://redirect.github.com/renovatebot/renovate/issues/33653)) ([a9985da](https://redirect.github.com/renovatebot/renovate/commit/a9985dad340a4bca144a68d2d338d14d51cf3a2c)) ### [`v39.113.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.113.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.112.0...39.113.0) ##### Features - **timestamp:** Parse number-like dates plus offset ([#​33647](https://redirect.github.com/renovatebot/renovate/issues/33647)) ([1f4790c](https://redirect.github.com/renovatebot/renovate/commit/1f4790c941953db668bae9ce1e6db19a4417c192)) ### [`v39.112.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.112.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.111.1...39.112.0) ##### Features - sharedVariableName ([#​33111](https://redirect.github.com/renovatebot/renovate/issues/33111)) ([0c2eaaf](https://redirect.github.com/renovatebot/renovate/commit/0c2eaaf8bbfd4d79c5f53a2f9ac9fcbe8f44102b)) ### [`v39.111.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.111.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.111.0...39.111.1) ##### Bug Fixes - **artifactory:** Fix timestamp handling ([#​33645](https://redirect.github.com/renovatebot/renovate/issues/33645)) ([3cae4d8](https://redirect.github.com/renovatebot/renovate/commit/3cae4d8c214a3205dadbd4e9bf2dc76f769521f7)) ### [`v39.111.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.111.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.110.0...39.111.0) ##### Features - **maven:** Add maven relocation support ([#​32550](https://redirect.github.com/renovatebot/renovate/issues/32550)) ([545b108](https://redirect.github.com/renovatebot/renovate/commit/545b10855b597c7ca81a7cc664d458ce62b37196)) ### [`v39.110.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.110.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.109.0...39.110.0) ##### Features - **helm:** Use schema for datasource ([#​33577](https://redirect.github.com/renovatebot/renovate/issues/33577)) ([ea64bf5](https://redirect.github.com/renovatebot/renovate/commit/ea64bf5935bd5b3d0fda822f94b6af353d2ddc4e)) ### [`v39.109.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.109.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.108.0...39.109.0) ##### Features - **logger:** replace INFO with DEBUG logs ([#​33478](https://redirect.github.com/renovatebot/renovate/issues/33478)) ([b3bd91b](https://redirect.github.com/renovatebot/renovate/commit/b3bd91be5c05c12722c4ab84b5f03002217483fb)) ### [`v39.108.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.108.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.107.3...39.108.0) ##### Features - **datasource/maven:** Use relocation information ([#​32636](https://redirect.github.com/renovatebot/renovate/issues/32636)) ([ef1cf59](https://redirect.github.com/renovatebot/renovate/commit/ef1cf5906c761961464ff381cd31a61c85e22b22)) ### [`v39.107.3`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.107.3) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.107.2...39.107.3) ##### Bug Fixes - **versioning/ubuntu:** support suffixed codename versions ([#​33308](https://redirect.github.com/renovatebot/renovate/issues/33308)) ([2b2d306](https://redirect.github.com/renovatebot/renovate/commit/2b2d306fb0f9ba7c7f75b31b62293c5667ff9b51)) ### [`v39.107.2`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.107.2) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.107.1...39.107.2) ##### Bug Fixes - **gitea:** handle null PR as temporary error ([#​33623](https://redirect.github.com/renovatebot/renovate/issues/33623)) ([e9bc921](https://redirect.github.com/renovatebot/renovate/commit/e9bc921eecc36766e11a56f4ac8ab45fef7ed5d3)) ### [`v39.107.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.107.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.107.0...39.107.1) ##### Bug Fixes - **gitea:** sort commit status by id ([#​33622](https://redirect.github.com/renovatebot/renovate/issues/33622)) ([bddef47](https://redirect.github.com/renovatebot/renovate/commit/bddef47b5a844dfbe10f69dbff2b6601616341da)) ##### Documentation - added note that OSS orgs can request increased resources ([#​33618](https://redirect.github.com/renovatebot/renovate/issues/33618)) ([eac9330](https://redirect.github.com/renovatebot/renovate/commit/eac9330a5a9d7aa870da1e29b70e808dc78dde2a)) - rename Mend-hosted apps overview page ([#​33614](https://redirect.github.com/renovatebot/renovate/issues/33614)) ([28984db](https://redirect.github.com/renovatebot/renovate/commit/28984db0a928e92750dc9af158b5dc6ccfa062f7)) - updated contents of Mend-hosted Apps overview page ([#​33599](https://redirect.github.com/renovatebot/renovate/issues/33599)) ([e788cd8](https://redirect.github.com/renovatebot/renovate/commit/e788cd8d5446d20aa7481684ddf07d296ca07444)) ##### Code Refactoring - **logger:** remove templating from WARN log messages ([#​33488](https://redirect.github.com/renovatebot/renovate/issues/33488)) ([0d23707](https://redirect.github.com/renovatebot/renovate/commit/0d23707604ab05404c67da7c74120cfbe80327db)) ### [`v39.107.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.107.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.106.1...39.107.0) ##### Features - **manager:** add Cabal/Haskell manager using Hackage/PVP ([#​33142](https://redirect.github.com/renovatebot/renovate/issues/33142)) ([3c52395](https://redirect.github.com/renovatebot/renovate/commit/3c523950918af6dab71bfe11a81602d50b33d327)) ### [`v39.106.1`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.106.1) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.106.0...39.106.1) ##### Bug Fixes - Remove `normalizeDate` function ([#​33513](https://redirect.github.com/renovatebot/renovate/issues/33513)) ([738843a](https://redirect.github.com/renovatebot/renovate/commit/738843a024e60c592f72d31b4c7d77c71bb54a3d)) ##### Code Refactoring - **http:** Add `getYaml` and `getYamlSafe` methods ([#​33578](https://redirect.github.com/renovatebot/renovate/issues/33578)) ([76ff1df](https://redirect.github.com/renovatebot/renovate/commit/76ff1df549fc0f32730bf675e5e76f9e94e5fed9)) - Typed timestamp utility ([#​33512](https://redirect.github.com/renovatebot/renovate/issues/33512)) ([c450f84](https://redirect.github.com/renovatebot/renovate/commit/c450f84663ba427141d0d3ffe54a99114f1cf969)) ##### Build System - **deps:** update dependency ignore to v7 ([#​33556](https://redirect.github.com/renovatebot/renovate/issues/33556)) ([ef48dea](https://redirect.github.com/renovatebot/renovate/commit/ef48deaf92a165e8fbacd2bb504c00d079bb2e62)) ### [`v39.106.0`](https://redirect.github.com/renovatebot/renovate/releases/tag/39.106.0) [Compare Source](https://redirect.github.com/renovatebot/renovate/compare/39.105.1...39.106.0) ##### Features - **batect:** Use Zod schema for extract code ([#​33579](https://redirect.github.com/renovatebot/renovate/issues/33579)) ([174d6e1](https://redirect.github.com/renovatebot/renovate/commit/174d6e14d8fd685834ce44696d55c951a48d6471)) ##### Miscellaneous Chores - **deps:** lock file maintenance ([#​33580](https://redirect.github.com/renovatebot/renovate/issues/33580)) ([1ad3848](https://redirect.github.com/renovatebot/renovate/commit/1ad3848721d5b761b842056c0c50c9c5a40ff9f5)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
cceb0ba1e9 |
chore(helm): update image ghcr.io/taxel/plextraktsync 0.32.8 → 0.33.0 (#31122)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/taxel/plextraktsync](https://redirect.github.com/Taxel/PlexTraktSync) | minor | `755fc2d` -> `705ece7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
edb202bfb7 |
chore(helm): update image ghcr.io/linuxserver/grocy 4.3.0 → 4.4.0 (#31152)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/grocy](https://redirect.github.com/linuxserver/docker-grocy/packages) ([source](https://redirect.github.com/linuxserver/docker-grocy)) | minor | `ce3a374` -> `eb24167` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
1b84ce0795 |
chore(helm): update image docker.io/bitnami/solr 9.7.0 → 9.8.0 (#31151)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/bitnami/solr](https://redirect.github.com/bitnami/containers) ([source](https://redirect.github.com/bitnami/containers/tree/HEAD/bitnami/solr)) | minor | `b8ea7fc` -> `d9ada93` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
30d7091d6c |
fix(deps): update module sigs.k8s.io/controller-runtime v0.19.5 → v0.20.1 (clustertool) (#31123)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigs.k8s.io/controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime) | require | minor | `v0.19.5` -> `v0.20.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)</summary> ### [`v0.20.1`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.20.1) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.20.0...v0.20.1) #### What's Changed - 🐛 Check to see if custom source implements fmt.Stringer when logging by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3077](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3077) - 🐛 cache: clone maps to prevent data race when concurrently creating caches using the same options by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3079](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3079) - 🐛 support WaitForSync in custom TypedSyncingSource by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3086](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3086) - 🌱 Add debug logging for the state of the priority queue by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3088](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3088) - 🐛 Priorityqueue: Yet another queue_depth metric fix by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3089](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3089) **Full Changelog**: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.20.0...v0.20.1 ### [`v0.20.0`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.20.0) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.19.5...v0.20.0) #### Highlights - Based on k8s.io/\* v1.32 libraries and minimum Go version is now v1.23 - New experimental priority queue feature - More details in [#​3013](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3013) and [#​2374](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2374) - Can be enabled via manager.Options.Controller.UsePriorityQueue - Please give it a try and provide feedback in [#​2374](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2374) - [AggregatedDiscovery](https://redirect.github.com/kubernetes/enhancements/issues/3352) is automatically used when available ([#​2901](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2901)) - As usual, many improvements to the fake client #### Changes since v0.19.0 #### ⚠️ Breaking Changes - Bump to k8s.io/\* v1.32 libraries ([#​2971](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2971) [#​2990](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2990) [#​3001](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3001) [#​3007](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3007) [#​3029](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3029) [#​3043](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3043)) - logging: Stop deduplicating API warnings by default ([#​2953](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2953)) - webhook: Stop deleting unknown fields in CustomDefaulter ([#​2982](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2982) [#​3056](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3056)) - webhook: Remove deprecated Defaulter and Validator ([#​2877](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2877) [#​2945](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2945)) - cluster: Remove deprecated SyncPeriod option ([#​2970](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2970)) #### ✨ New Features - cache: Add EnableWatchBookmarks option (defaults to true) ([#​3017](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3017)) - cache: Export NewInformer option ([#​3061](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3061)) - cert-watcher: Add polling ([#​3020](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3020) [#​3050](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3050)) - controller: Add experimental priority queue (off per default) ([#​3013](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3013) [#​3014](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3014) [#​3060](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3060) [#​3066](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3066)) - fake client: Allow adding indexes at runtime ([#​3021](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3021)) - fake client: Add support for ServiceAccountToken subresource ([#​2969](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2969)) - restmapper: Use AggregatedDiscovery if available ([#​2901](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2901)) - util: Add HasOwnerReference func ([#​2882](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2882)) - webhook: Add custom path option ([#​2998](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2998)) #### 🐛 Bug Fixes - controller: Error when source.Start() never returns ([#​2997](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2997) [#​3006](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3006) [#​3008](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3008)) - fake client: Don't return items on invalid selector ([#​3022](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3022)) - fake client: Fix TOCTOU races ([#​2980](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2980)) - fake client: Preserve TypeMeta during Get call with PartialObjectMeta ([#​2949](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2949)) - fake client: Preserve TypeMeta during List call with UnstructuredList ([#​3074](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3074)) - manager: Fix RenewDeadline typo in leader election ([#​3032](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3032)) - manager: Use leader elector with client timeout ([#​3028](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3028) [#​3034](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3034)) #### 🌱 Others - cache: Switch to Go 1.23+ stdlib `maps`/`slices` packages ([#​3012](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3012)) - controller: Log the syncing source when WaitForSync fails ([#​3016](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3016)) - setup-envtest: drop support for GCS ([#​2915](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2915)) - Some fixes for typos ([#​3011](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3011) [#​3033](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3033) [#​2993](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2993)) #### 🌱 CI - PR-verify: Verify PR titles with shell script ([#​2944](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2944) [#​2961](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2961) [#​2964](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2964) [#​2973](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2973)) - Remove gosec linter ([#​3064](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3064)) - Upgrade golangci-lint to v1.61.0 ([#​2950](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2950)) 📖 Additionally, there have been 7 contributions to our documentation. ([#​2942](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2942), [#​2985](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2985), [#​2996](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/2996), [#​3002](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3002), [#​3039](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3039), [#​3062](https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3062)) #### Dependencies ##### Added *Nothing has changed.* ##### Changed - cel.dev/expr: v0.15.0 → v0.18.0 - github.com/Azure/go-ansiterm: [d185dfc → 306776e](https://redirect.github.com/Azure/go-ansiterm/compare/d185dfc...306776e) - github.com/go-openapi/jsonpointer: [v0.19.6 → v0.21.0](https://redirect.github.com/go-openapi/jsonpointer/compare/v0.19.6...v0.21.0) - github.com/go-openapi/swag: [v0.22.4 → v0.23.0](https://redirect.github.com/go-openapi/swag/compare/v0.22.4...v0.23.0) - github.com/google/btree: [v1.0.1 → v1.1.3](https://redirect.github.com/google/btree/compare/v1.0.1...v1.1.3) - github.com/google/cel-go: [v0.20.1 → v0.22.0](https://redirect.github.com/google/cel-go/compare/v0.20.1...v0.22.0) - github.com/google/pprof: [4bfdf5a → d1b30fe](https://redirect.github.com/google/pprof/compare/4bfdf5a...d1b30fe) - github.com/gregjones/httpcache: [9cad4c3 → 901d907](https://redirect.github.com/gregjones/httpcache/compare/9cad4c3...901d907) - github.com/jonboulle/clockwork: [v0.2.2 → v0.4.0](https://redirect.github.com/jonboulle/clockwork/compare/v0.2.2...v0.4.0) - github.com/moby/spdystream: [v0.4.0 → v0.5.0](https://redirect.github.com/moby/spdystream/compare/v0.4.0...v0.5.0) - github.com/onsi/ginkgo/v2: [v2.19.0 → v2.21.0](https://redirect.github.com/onsi/ginkgo/compare/v2.19.0...v2.21.0) - github.com/onsi/gomega: [v1.33.1 → v1.35.1](https://redirect.github.com/onsi/gomega/compare/v1.33.1...v1.35.1) - github.com/stoewer/go-strcase: [v1.2.0 → v1.3.0](https://redirect.github.com/stoewer/go-strcase/compare/v1.2.0...v1.3.0) - github.com/xiang90/probing: [43a291a → a49e3df](https://redirect.github.com/xiang90/probing/compare/43a291a...a49e3df) - go.etcd.io/bbolt: v1.3.9 → v1.3.11 - go.etcd.io/etcd/api/v3: v3.5.14 → v3.5.16 - go.etcd.io/etcd/client/pkg/v3: v3.5.14 → v3.5.16 - go.etcd.io/etcd/client/v2: v2.305.13 → v2.305.16 - go.etcd.io/etcd/client/v3: v3.5.14 → v3.5.16 - go.etcd.io/etcd/pkg/v3: v3.5.13 → v3.5.16 - go.etcd.io/etcd/raft/v3: v3.5.13 → v3.5.16 - go.etcd.io/etcd/server/v3: v3.5.13 → v3.5.16 - go.uber.org/zap: v1.26.0 → v1.27.0 - golang.org/x/crypto: v0.24.0 → v0.28.0 - golang.org/x/exp: [`f3d0a9c`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f3d0a9c) → [`8a7402a`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/8a7402a) - golang.org/x/mod: v0.17.0 → v0.21.0 - golang.org/x/net: v0.26.0 → v0.30.0 - golang.org/x/oauth2: v0.21.0 → v0.23.0 - golang.org/x/sync: v0.7.0 → v0.8.0 - golang.org/x/sys: v0.21.0 → v0.26.0 - golang.org/x/telemetry: [`f48c80b`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f48c80b) → [`bda5523`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/bda5523) - golang.org/x/term: v0.21.0 → v0.25.0 - golang.org/x/text: v0.16.0 → v0.19.0 - golang.org/x/time: v0.3.0 → v0.7.0 - golang.org/x/tools: [`e35e4cc`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/e35e4cc) → v0.26.0 - golang.org/x/xerrors: [`04be3eb`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/04be3eb) → [`5ec99f8`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/5ec99f8) - google.golang.org/genproto/googleapis/api: [`5315273`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/5315273) → [`f6391c0`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f6391c0) - google.golang.org/genproto/googleapis/rpc: [`f6361c8`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f6361c8) → [`f6391c0`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/f6391c0) - google.golang.org/genproto: [`b8732ec`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/b8732ec) → [`ef43131`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/ef43131) - google.golang.org/protobuf: v1.34.2 → v1.35.1 - k8s.io/api: v0.31.0 → v0.32.0 - k8s.io/apiextensions-apiserver: v0.31.0 → v0.32.0 - k8s.io/apimachinery: v0.31.0 → v0.32.0 - k8s.io/apiserver: v0.31.0 → v0.32.0 - k8s.io/client-go: v0.31.0 → v0.32.0 - k8s.io/code-generator: v0.31.0 → v0.32.0 - k8s.io/component-base: v0.31.0 → v0.32.0 - k8s.io/gengo/v2: [`51d4e06`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/51d4e06) → [`2b36238`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/2b36238) - k8s.io/kms: v0.31.0 → v0.32.0 - k8s.io/kube-openapi: [`70dd376`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/70dd376) → [`32ad38e`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/32ad38e) - k8s.io/utils: [`18e509b`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/18e509b) → [`3ea5e8c`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/3ea5e8c) - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.30.3 → v0.31.0 - sigs.k8s.io/json: [`bc3834c`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/bc3834c) → [`9aa6b5e`](https://redirect.github.com/kubernetes-sigs/controller-runtime/commit/9aa6b5e) - sigs.k8s.io/structured-merge-diff/v4: v4.4.1 → v4.4.2 ##### Removed - github.com/golang/groupcache: [41bb18b](https://redirect.github.com/golang/groupcache/tree/41bb18b) - github.com/imdario/mergo: [v0.3.6](https://redirect.github.com/imdario/mergo/tree/v0.3.6) *Thanks to all our contributors!* 😊 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
cf52cbfc8c |
chore(helm): update image ghcr.io/immich-app/immich-machine-learning v1.125.1 → v1.125.2 (#31145)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/immich-app/immich-machine-learning | patch | `8270c72` -> `457cf70` | | ghcr.io/immich-app/immich-machine-learning | patch | `0f107ae` -> `667ce57` | | ghcr.io/immich-app/immich-machine-learning | patch | `c0740b5` -> `3049673` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
5c33739cdd | chore(helm): update image ghcr.io/onedr0p/prowlarr-develop 1.30.1.4928 → 1.30.2.4939 (#31147) | ||
|
|
c410296a48 | chore(helm): update chart clickhouse 14.10.1 → 14.10.2 (#31142) | ||
|
|
9dafb47477 | chore(helm): update image docker.io/bitnami/matomo 5.2.1 → 5.2.2 (#31143) | ||
|
|
d27adc0d42 | chore(helm): update image docker.io/wolveix/satisfactory-server v1.9.3 → v1.9.5 (#31144) | ||
|
|
106a23369f |
fix(website): update @playform/compress 0.1.1 → 0.1.7 (#31148)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@playform/compress](https://redirect.github.com/PlayForm/Compress) | dependencies | patch | [`0.1.1` -> `0.1.7`](https://renovatebot.com/diffs/npm/@playform%2fcompress/0.1.1/0.1.7) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>PlayForm/Compress (@​playform/compress)</summary> ### [`v0.1.7`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#017) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/043ced67e7e6ab4fc8594edf2702e834887ed015...c7d77c36f9704d08bb729c8fa5587aa807c3ef3f) ##### Added - Dependents stats for PlayForm/Compress badge to `README.md`. - `DEPENDENTS.md` file containing a list of repositories that depend on this package. ##### Changed - Updated `package.json` to include updated contact information and package dependencies. - Updated `README.md` to reflect the updated organization name in the URLs and images. ##### Fixed - Corrected a bug in `Source/Function/Integration.ts` where `Cache.Search` was not being set correctly. ### [`v0.1.6`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#016) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/a521ab429adf5c90f5b2f052eab191f0af144b3e...043ced67e7e6ab4fc8594edf2702e834887ed015) ##### Added - New Configuration folder with ESBuild.js and ESBuild.ts files - Added browserslist as a development dependency ##### Changed - Updated .npmignore to exclude the Configuration/ directory - Modified package.json scripts to use the new ESBuild configuration - Updated version to 0.1.6 - Enhanced error handling in CSS compression in Source/Function/Integration.ts - Updated Source/Interface/CSS/lightningcss.ts to set default value for unusedSymbols - Added targets to Source/Variable/CSS/lightningcss.ts ### [`v0.1.5`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#015) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/1267d3c7f8124b9da1567a27ee5755a81e7535a9...a521ab429adf5c90f5b2f052eab191f0af144b3e) ##### Changed - Updated dependencies - Typings update ### [`v0.1.4`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#014) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/661bc5bc86b65a7d5a70d057676cf6ee1a328eba...1267d3c7f8124b9da1567a27ee5755a81e7535a9) ##### Fixed - Fixes missing `Pipe.js` ### [`v0.1.3`](https://redirect.github.com/PlayForm/Compress/compare/2b9713fb8097bcddf384e3abba15d8fbccd4cdba...661bc5bc86b65a7d5a70d057676cf6ee1a328eba) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/2b9713fb8097bcddf384e3abba15d8fbccd4cdba...661bc5bc86b65a7d5a70d057676cf6ee1a328eba) ### [`v0.1.2`](https://redirect.github.com/PlayForm/Compress/blob/HEAD/CHANGELOG.md#012) [Compare Source](https://redirect.github.com/PlayForm/Compress/compare/102cf84f487bbfc848632c07bf48291b7ea6559f...2b9713fb8097bcddf384e3abba15d8fbccd4cdba) ##### Added - New CLI functionality with `Compress` command - New `CLI.ts` and `Pipe.ts` functions for improved command-line operations - Added `commander` dependency for CLI support - Added `fast-glob` dependency for file pattern matching ##### Changed - Updated package name from `astro-compress` to `@playform/compress` - Updated various dependencies to their latest versions: - `@playform/pipe` from 0.1.0 to 0.1.1 - `deepmerge-ts` from 7.1.0 to 7.1.1 - `lightningcss` from 1.25.1 to 1.27.0 - `sharp` from 0.33.4 to 0.33.5 - `svgo` from 4.0.0-rc.0 to 3.3.2 - `terser` from 5.31.3 to 5.34.1 - `@playform/build` from 0.1.3 to 0.1.7 - Refactored and improved various TypeScript interfaces and types - Updated README with new installation instructions and badge styling - Updated README badges to use HTTPS URLs - Updated README table layout for better visual presentation - Updated dependency badges in README to use correct package name (`@playform/compress` instead of `@playform/inline`) - Updated README to remove unnecessary line breaks and improve spacing - Updated `Source/Function/Image/Writesharp.ts` to simplify an import statement - Added `Source/Function/CLI.ts` for command-line interface functionality - Added `Source/Interface/CLI.ts` to define the command-line interface - Updated `package.json` to include necessary CLI dependencies ##### Removed - Removed `Documentation/` directory (replaced with `docs/`) - Removed `Summary.md` file ##### Fixed - Various code improvements and refactoring for better type safety and performance - Fixed broken links in README badges - Fixed alignment and spacing issues in README table - Fixed incorrect package name in dependency badges </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
29504c2cb5 |
chore(helm): update image ghcr.io/minekube/gate digest to 4f02d9f (#31139)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/minekube/gate | digest | `af9b8ca` -> `4f02d9f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
c90b731bdd |
chore(helm): update image docker.io/cthulhoo/ttrss-fpm-pgsql-static digest to 9df7911 (#31057)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/cthulhoo/ttrss-fpm-pgsql-static | digest | `b899989` -> `9df7911` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
35b2fddd7c | chore(helm): update image ghcr.io/linuxserver/speedtest-tracker digest to c09c8bb (#31138) | ||
|
|
0b265129fb | chore(flux): update image prometheus-operator 9.3.0 → 9.4.0 (clustertool) (#31150) | ||
|
|
a1dccc96cb |
chore(flux): update image blocky 16.10.1 → 16.11.0 (clustertool) (#31149)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [blocky](https://truecharts.org/charts/premium/blocky) ([source](https://0xerr0r.github.io/blocky/)) | minor | `16.10.1` -> `16.11.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
ff92b0ce2a | chore(flux): update image traefik 30.3.1 → 30.3.2 (clustertool) (#31141) | ||
|
|
3ab717f5f7 |
chore(flux): update image jackett 23.2.5 → 23.2.6 (#31140)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jackett](https://truecharts.org/charts/stable/jackett) ([source](https://ghcr.io/elfhosted/jackett)) | patch | `23.2.5` -> `23.2.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
abf9c53f42 |
fix(website): update astro 4.16.18 → 5.1.9 (#30335)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astro](https://astro.build) ([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro)) | dependencies | major | [`4.16.18` -> `5.1.9`](https://renovatebot.com/diffs/npm/astro/4.16.18/5.1.9) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v5.1.9`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#519) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.8...astro@5.1.9) ##### Patch Changes - [#​12986](https://redirect.github.com/withastro/astro/pull/12986) [`8911bda`](https://redirect.github.com/withastro/astro/commit/8911bdacabb7fffb82bb3b3628467731ea233187) Thanks [@​wetheredge](https://redirect.github.com/wetheredge)! - Updates types and dev toolbar for ARIA 1.2 attributes and roles - [#​12892](https://redirect.github.com/withastro/astro/pull/12892) [`8f520f1`](https://redirect.github.com/withastro/astro/commit/8f520f1cc67db51feb966c710e72490a05b88954) Thanks [@​louisescher](https://redirect.github.com/louisescher)! - Adds a more descriptive error when a content collection entry has an invalid ID. - [#​13031](https://redirect.github.com/withastro/astro/pull/13031) [`f576519`](https://redirect.github.com/withastro/astro/commit/f5765196e9cd5c582da04ae3bceb4ee1d62b7eae) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Updates the server islands encoding logic to only escape the script end tag open delimiter and opening HTML comment syntax - [#​13026](https://redirect.github.com/withastro/astro/pull/13026) [`1d272f6`](https://redirect.github.com/withastro/astro/commit/1d272f6a5a3af16ad2ab9af41b7193ce67964b69) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a regression that prevented the import of Markdown files as raw text or URLs. ### [`v5.1.8`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#518) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.7...astro@5.1.8) ##### Patch Changes - [#​12998](https://redirect.github.com/withastro/astro/pull/12998) [`9ce0038`](https://redirect.github.com/withastro/astro/commit/9ce003802109f704cc1f081759f3d2af2c1ea2c2) Thanks [@​Kynson](https://redirect.github.com/Kynson)! - Fixes the issue that audit incorrectly flag images as above the fold when the scrolling container is not body - [#​12990](https://redirect.github.com/withastro/astro/pull/12990) [`2e12f1d`](https://redirect.github.com/withastro/astro/commit/2e12f1d7526f12fa0e1e63482f100bbb81a8b36e) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused references to be incorrectly reported as invalid - [#​12984](https://redirect.github.com/withastro/astro/pull/12984) [`2d259cf`](https://redirect.github.com/withastro/astro/commit/2d259cf4abf27a4f0a067bedb32d0459c4fce507) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug in dev where files would stop being watched if the Astro config file was edited - [#​12984](https://redirect.github.com/withastro/astro/pull/12984) [`2d259cf`](https://redirect.github.com/withastro/astro/commit/2d259cf4abf27a4f0a067bedb32d0459c4fce507) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug where the content layer would use an outdated version of the Astro config if it was edited in dev - [#​12982](https://redirect.github.com/withastro/astro/pull/12982) [`429aa75`](https://redirect.github.com/withastro/astro/commit/429aa7547572915b5f7f9a4146529e704069128b) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Fixes an issue where server islands do not work in projects that use an adapter but only have prerendered pages. If an adapter is added, the server island endpoint will now be added by default. - [#​12995](https://redirect.github.com/withastro/astro/pull/12995) [`78fd73a`](https://redirect.github.com/withastro/astro/commit/78fd73a0dfbfab120111d5f1d1eaecd563bc82a6) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where `astro:actions` types would not work when using `src/actions.ts` - [#​13011](https://redirect.github.com/withastro/astro/pull/13011) [`cf30880`](https://redirect.github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Upgrades Vite - [#​12733](https://redirect.github.com/withastro/astro/pull/12733) [`bbf1d88`](https://redirect.github.com/withastro/astro/commit/bbf1d8894e6ce5d2ebe45452a27072b9929053a8) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused the dev server to return an error if requesting "//" - [#​13001](https://redirect.github.com/withastro/astro/pull/13001) [`627aec3`](https://redirect.github.com/withastro/astro/commit/627aec3f04de424ec144cefac4a5a3b70d9ba0fb) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused Astro to attempt to inject environment variables into non-source files, causing performance problems and broken builds ### [`v5.1.7`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#517) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.6...astro@5.1.7) ##### Patch Changes - [#​12361](https://redirect.github.com/withastro/astro/pull/12361) [`3d89e62`](https://redirect.github.com/withastro/astro/commit/3d89e6282235a8da45d9ddfe02bcf7ec78056941) Thanks [@​LunaticMuch](https://redirect.github.com/LunaticMuch)! - Upgrades the `esbuild` version to match `vite` - [#​12980](https://redirect.github.com/withastro/astro/pull/12980) [`1a026af`](https://redirect.github.com/withastro/astro/commit/1a026afb427cd4b472c8f1174a08f10086f4fb89) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where setting the status of a page to `404` in development would show the default 404 page (or custom one if provided) instead of using the current page - [#​12182](https://redirect.github.com/withastro/astro/pull/12182) [`c30070b`](https://redirect.github.com/withastro/astro/commit/c30070b9271e4c494e7cbf3a1c45515782034911) Thanks [@​braden-w](https://redirect.github.com/braden-w)! - Improves matching of 404 and 500 routes - Updated dependencies \[[`3d89e62`](https://redirect.github.com/withastro/astro/commit/3d89e6282235a8da45d9ddfe02bcf7ec78056941)]: - [@​astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)[@​6](https://redirect.github.com/6).0.2 ### [`v5.1.6`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#516) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.5...astro@5.1.6) ##### Patch Changes - [#​12956](https://redirect.github.com/withastro/astro/pull/12956) [`3aff68a`](https://redirect.github.com/withastro/astro/commit/3aff68a4195a608e92dc6299610a4b06e7bb96f1) Thanks [@​kaytwo](https://redirect.github.com/kaytwo)! - Removes encryption of empty props to allow server island cacheability - [#​12977](https://redirect.github.com/withastro/astro/pull/12977) [`80067c0`](https://redirect.github.com/withastro/astro/commit/80067c032f9ce5852f3315d1046b2d0c220ddcd5) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where accessing `astro:env` APIs or `import.meta.env` inside the content config file would not work - [#​12839](https://redirect.github.com/withastro/astro/pull/12839) [`57be349`](https://redirect.github.com/withastro/astro/commit/57be3494e2bdc178d073243c8cbfa10edb85b049) Thanks [@​mtwilliams-code](https://redirect.github.com/mtwilliams-code)! - Fix Astro.currentLocale returning the incorrect locale when using fallback rewrites in SSR mode - [#​12962](https://redirect.github.com/withastro/astro/pull/12962) [`4b7a2ce`](https://redirect.github.com/withastro/astro/commit/4b7a2ce9e743a5624617563022635678a5ba6051) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Skips updating content layer files if content is unchanged - [#​12942](https://redirect.github.com/withastro/astro/pull/12942) [`f00c2dd`](https://redirect.github.com/withastro/astro/commit/f00c2ddc31b5285d14c2f0808c01eafaaf31f5c9) Thanks [@​liruifengv](https://redirect.github.com/liruifengv)! - Improves the session error messages - [#​12966](https://redirect.github.com/withastro/astro/pull/12966) [`d864e09`](https://redirect.github.com/withastro/astro/commit/d864e0991e05438d4bdb5e14fab4f7f75efe2a1f) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Ensures old content collection entry is deleted if a markdown frontmatter slug is changed in dev ### [`v5.1.5`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#515) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.4...astro@5.1.5) ##### Patch Changes - [#​12934](https://redirect.github.com/withastro/astro/pull/12934) [`673a518`](https://redirect.github.com/withastro/astro/commit/673a518b011e2df35a099f8205611d98a223a92a) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a regression where the Astro Container didn't work during the build, using `pnpm` - [#​12955](https://redirect.github.com/withastro/astro/pull/12955) [`db447f2`](https://redirect.github.com/withastro/astro/commit/db447f2816836b635355cc2b0a73678facd155a5) Thanks [@​martrapp](https://redirect.github.com/martrapp)! - Lets TypeScript know about the "blocking" and "disabled" attributes of the `<link>` element. - [#​12922](https://redirect.github.com/withastro/astro/pull/12922) [`faf74af`](https://redirect.github.com/withastro/astro/commit/faf74af522f4499ab95531b24a0a1c14070abe8b) Thanks [@​adamchal](https://redirect.github.com/adamchal)! - Improves performance of static asset generation by fixing a bug that caused image transforms to be performed serially. This fix ensures that processing uses all CPUs when running in a multi-core environment. - [#​12947](https://redirect.github.com/withastro/astro/pull/12947) [`3c2292f`](https://redirect.github.com/withastro/astro/commit/3c2292f2f0accf1974b30dbe32f040c56413e731) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused empty content collections when running dev with NODE_ENV set ### [`v5.1.4`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#514) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.3...astro@5.1.4) ##### Patch Changes - [#​12927](https://redirect.github.com/withastro/astro/pull/12927) [`ad2a752`](https://redirect.github.com/withastro/astro/commit/ad2a752662946e3a80849605f073812b06adf632) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a bug where Astro attempted to decode a request URL multiple times, resulting in an unexpected behaviour when decoding the character `%` - [#​12912](https://redirect.github.com/withastro/astro/pull/12912) [`0c0c66b`](https://redirect.github.com/withastro/astro/commit/0c0c66bf0df23ab5a9bd2f147e303d8397d3222e) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Improves the config error for invalid combinations of `context` and `access` properties under `env.schema` - [#​12935](https://redirect.github.com/withastro/astro/pull/12935) [`3d47e6b`](https://redirect.github.com/withastro/astro/commit/3d47e6baff7a17d3ef09630b0d90362baef41f97) Thanks [@​AirBorne04](https://redirect.github.com/AirBorne04)! - Fixes an issue where `Astro.locals` coming from an adapter weren't available in the `404.astro`, when using the `astro dev` command, - [#​12925](https://redirect.github.com/withastro/astro/pull/12925) [`44841fc`](https://redirect.github.com/withastro/astro/commit/44841fc281f8920b32f4b4a94deefeb3ad069cf3) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Ensures image styles are not imported unless experimental responsive images are enabled - [#​12926](https://redirect.github.com/withastro/astro/pull/12926) [`8e64bb7`](https://redirect.github.com/withastro/astro/commit/8e64bb727f78f24b26fd1c0b1289ab1ccd611114) Thanks [@​oliverlynch](https://redirect.github.com/oliverlynch)! - Improves remote image cache efficiency by separating image data and metadata into a binary and sidecar JSON file. - [#​12920](https://redirect.github.com/withastro/astro/pull/12920) [`8b9d530`](https://redirect.github.com/withastro/astro/commit/8b9d53037879cd7ca7bee4d20b4e6f08e984a7df) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Processes markdown with empty body as remark and rehype plugins may add additional content or frontmatter - [#​12918](https://redirect.github.com/withastro/astro/pull/12918) [`fd12a26`](https://redirect.github.com/withastro/astro/commit/fd12a26ac6012c6b8a26f5a178e1bb46092a1806) Thanks [@​lameuler](https://redirect.github.com/lameuler)! - Fixes a bug where the logged output path does not match the actual output path when using `build.format: 'preserve'` - [#​12676](https://redirect.github.com/withastro/astro/pull/12676) [`2ffc0fc`](https://redirect.github.com/withastro/astro/commit/2ffc0fcab78b658a6ee73a8f8b291802093dce5e) Thanks [@​koyopro](https://redirect.github.com/koyopro)! - Allows configuring Astro modules TypeScript compilation with the `vite.esbuild` config - [#​12938](https://redirect.github.com/withastro/astro/pull/12938) [`dbb04f3`](https://redirect.github.com/withastro/astro/commit/dbb04f3c04ce868b5c985c848a2c40a3761a6dad) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug where content collections would sometimes appear empty when first running astro dev - [#​12937](https://redirect.github.com/withastro/astro/pull/12937) [`30edb6d`](https://redirect.github.com/withastro/astro/commit/30edb6d9d0aaf28bea1fec73879f63fe134507d0) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a bug where users could use `Astro.request.headers` during a rewrite inside prerendered routes. This an invalid behaviour, and now Astro will show a warning if this happens. - [#​12937](https://redirect.github.com/withastro/astro/pull/12937) [`30edb6d`](https://redirect.github.com/withastro/astro/commit/30edb6d9d0aaf28bea1fec73879f63fe134507d0) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where the use of `Astro.rewrite` would trigger the invalid use of `Astro.request.headers` ### [`v5.1.3`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#513) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.2...astro@5.1.3) ##### Patch Changes - [#​12877](https://redirect.github.com/withastro/astro/pull/12877) [`73a0788`](https://redirect.github.com/withastro/astro/commit/73a078835eb92a05c3f681ee025c93d6db85b907) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Fixes sourcemap warning generated by the `astro:server-islands` Vite plugin - [#​12906](https://redirect.github.com/withastro/astro/pull/12906) [`2d89492`](https://redirect.github.com/withastro/astro/commit/2d89492d73142ed5c7cea9448d841a9892e66598) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused pages that return an empty array from getStaticPath to match every path - [`011fa0f`](https://redirect.github.com/withastro/astro/commit/011fa0f00ce457cb6b582d36b6b5b17aa89f0a70) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where `astro:content` types would be erased when restarting the dev server - [#​12907](https://redirect.github.com/withastro/astro/pull/12907) [`dbf1275`](https://redirect.github.com/withastro/astro/commit/dbf1275987d4d9724eab471f1600fba9a50aefb8) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a regression around the server islands route, which was not passed to the adapters `astro:build:done` hook - [#​12818](https://redirect.github.com/withastro/astro/pull/12818) [`579bd93`](https://redirect.github.com/withastro/astro/commit/579bd93794b787485479aa3b16554409a0504ed2) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes race condition where dev server would attempt to load collections before the content had loaded - [#​12883](https://redirect.github.com/withastro/astro/pull/12883) [`fbac92f`](https://redirect.github.com/withastro/astro/commit/fbac92f8bdbb5ee1312726b2a535a81271b3f7d6) Thanks [@​kaytwo](https://redirect.github.com/kaytwo)! - Fixes a bug where responses can be returned before session data is saved - [#​12815](https://redirect.github.com/withastro/astro/pull/12815) [`3acc654`](https://redirect.github.com/withastro/astro/commit/3acc65444c27d87b6f2d61bdfa7df0e0db4e2686) Thanks [@​ericswpark](https://redirect.github.com/ericswpark)! - Some non-index files that were incorrectly being treated as index files are now excluded - [#​12884](https://redirect.github.com/withastro/astro/pull/12884) [`d7e97a7`](https://redirect.github.com/withastro/astro/commit/d7e97a775dda7a851bfc10b06161f9a1d3631ed3) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Adds `render()` to stub content types - [#​12883](https://redirect.github.com/withastro/astro/pull/12883) [`fbac92f`](https://redirect.github.com/withastro/astro/commit/fbac92f8bdbb5ee1312726b2a535a81271b3f7d6) Thanks [@​kaytwo](https://redirect.github.com/kaytwo)! - Fixes a bug where session data could be corrupted if it is changed after calling .set() - [#​12827](https://redirect.github.com/withastro/astro/pull/12827) [`7b5dc6f`](https://redirect.github.com/withastro/astro/commit/7b5dc6f0f1fbb825f52cd587aa1f7d21d731b3de) Thanks [@​sinskiy](https://redirect.github.com/sinskiy)! - Fixes an issue when crawlers try to index Server Islands thinking that Server Islands are pages ### [`v5.1.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#512) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.1...astro@5.1.2) ##### Patch Changes - [#​12798](https://redirect.github.com/withastro/astro/pull/12798) [`7b0cb85`](https://redirect.github.com/withastro/astro/commit/7b0cb852f6336c0f9cc65bd044864004e759d810) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Improves warning logs for invalid content collection configuration - [#​12781](https://redirect.github.com/withastro/astro/pull/12781) [`96c4b92`](https://redirect.github.com/withastro/astro/commit/96c4b925333fede1a53d19657d15e0052da90780) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a regression that caused `default()` to not work with `reference()` - [#​12820](https://redirect.github.com/withastro/astro/pull/12820) [`892dd9f`](https://redirect.github.com/withastro/astro/commit/892dd9f6cd3935ce1d4f4dec523b248c2d15da12) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused cookies to not be deleted when destroying a session - [#​12864](https://redirect.github.com/withastro/astro/pull/12864) [`440d8a5`](https://redirect.github.com/withastro/astro/commit/440d8a54f7b3d75dd16decb7d9d29e3724bff394) Thanks [@​kaytwo](https://redirect.github.com/kaytwo)! - Fixes a bug where the session ID wasn't correctly regenerated - [#​12768](https://redirect.github.com/withastro/astro/pull/12768) [`524c855`](https://redirect.github.com/withastro/astro/commit/524c855075bb75696500445fdc31cb2c69b09627) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where Astro didn't print error logs when Astro Islands were used in incorrect cases. - [#​12814](https://redirect.github.com/withastro/astro/pull/12814) [`f12f111`](https://redirect.github.com/withastro/astro/commit/f12f1118bc4687cc807a4495ffcaafcb0861b7a2) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where Astro didn't log anything in case a file isn't created during the build. - [#​12875](https://redirect.github.com/withastro/astro/pull/12875) [`e109002`](https://redirect.github.com/withastro/astro/commit/e109002c3d5980362788360211e61f11f4394837) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug in emulated legacy collections where the entry passed to the getCollection filter function did not include the legacy entry fields. - [#​12768](https://redirect.github.com/withastro/astro/pull/12768) [`524c855`](https://redirect.github.com/withastro/astro/commit/524c855075bb75696500445fdc31cb2c69b09627) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where Astro was printing the incorrect output format when running the `astro build` command - [#​12810](https://redirect.github.com/withastro/astro/pull/12810) [`70a9f0b`](https://redirect.github.com/withastro/astro/commit/70a9f0b984638c21a4da1d83b7d5a5c9940bb693) Thanks [@​louisescher](https://redirect.github.com/louisescher)! - Fixes server islands failing to check content-type header under certain circumstances Sometimes a reverse proxy or similar service might modify the content-type header to include the charset or other parameters in the media type of the response. This previously wasn't handled by the client-side server island script and thus removed the script without actually placing the requested content in the DOM. This fix makes it so the script checks if the header starts with the proper content type instead of exactly matching `text/html`, so the following will still be considered a valid header: `text/html; charset=utf-8` - [#​12816](https://redirect.github.com/withastro/astro/pull/12816) [`7fb2184`](https://redirect.github.com/withastro/astro/commit/7fb21844dff893c90dc0a07fd13cefdba61d0a45) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where an injected route entrypoint wasn't correctly marked because the resolved file path contained a query parameter. This fixes some edge case where some injected entrypoint were not resolved when using an adapter. ### [`v5.1.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#511) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.1.0...astro@5.1.1) ##### Patch Changes - [#​12782](https://redirect.github.com/withastro/astro/pull/12782) [`f3d8385`](https://redirect.github.com/withastro/astro/commit/f3d83854aa671df4db6f95558a7ef5bad4bc64f9) Thanks [@​fhiromasa](https://redirect.github.com/fhiromasa)! - update comment in packages/astro/src/types/public/common.ts - [#​12789](https://redirect.github.com/withastro/astro/pull/12789) [`f632b94`](https://redirect.github.com/withastro/astro/commit/f632b945275c2615fc0fdf2abc831c45d0ddebcd) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Pass raw frontmatter to remark plugins in glob loader - [#​12799](https://redirect.github.com/withastro/astro/pull/12799) [`739dbfb`](https://redirect.github.com/withastro/astro/commit/739dbfba4214107cf8fc40c702834dad33eed3b0) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Upgrades Vite to pin esbuild ### [`v5.1.0`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#510) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.9...astro@5.1.0) ##### Minor Changes - [#​12441](https://redirect.github.com/withastro/astro/pull/12441) [`b4fec3c`](https://redirect.github.com/withastro/astro/commit/b4fec3c7d17ed92dcaaeea5e2545aae6dfd19e53) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Adds experimental session support Sessions are used to store user state between requests for server-rendered pages, such as login status, shopping cart contents, or other user-specific data. ### [`v5.0.9`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#509) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.8...astro@5.0.9) ##### Patch Changes - [#​12756](https://redirect.github.com/withastro/astro/pull/12756) [`95795f8`](https://redirect.github.com/withastro/astro/commit/95795f85dbd85ff29ee2ff4860d018fd4e9bcf8f) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Remove debug logging from build ### [`v5.0.8`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#508) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.7...astro@5.0.8) ##### Patch Changes - [#​12749](https://redirect.github.com/withastro/astro/pull/12749) [`039d022`](https://redirect.github.com/withastro/astro/commit/039d022b1bbaacf9ea83071d27affc5318e0e515) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Clean server sourcemaps from static output ### [`v5.0.7`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#507) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.6...astro@5.0.7) ##### Patch Changes - [#​12746](https://redirect.github.com/withastro/astro/pull/12746) [`c879f50`](https://redirect.github.com/withastro/astro/commit/c879f501ff01b1a3c577de776a1f7100d78f8dd5) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Remove all assets created from the server build ### [`v5.0.6`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#506) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.5...astro@5.0.6) ##### Patch Changes - [#​12597](https://redirect.github.com/withastro/astro/pull/12597) [`564ac6c`](https://redirect.github.com/withastro/astro/commit/564ac6c2f2d77ee34f8519f1e5a4db2c6e194f65) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes an issue where image and server islands routes would not be passed to the `astro:routes:resolved` hook during builds - [#​12718](https://redirect.github.com/withastro/astro/pull/12718) [`ccc5ad1`](https://redirect.github.com/withastro/astro/commit/ccc5ad1676db5e7f5049ca2feb59802d1fe3a92e) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where Astro couldn't correctly handle i18n fallback when using the i18n middleware - [#​12728](https://redirect.github.com/withastro/astro/pull/12728) [`ee66a45`](https://redirect.github.com/withastro/astro/commit/ee66a45b250703a40b34c0a45ae34aefcb14ea44) Thanks [@​argyleink](https://redirect.github.com/argyleink)! - Adds type support for the `closedby` attribute for `<dialog>` elements - [#​12709](https://redirect.github.com/withastro/astro/pull/12709) [`e3bfd93`](https://redirect.github.com/withastro/astro/commit/e3bfd9396969caf35b3b05135539e82aab560c92) Thanks [@​mtwilliams-code](https://redirect.github.com/mtwilliams-code)! - Fixes a bug where Astro couldn't correctly parse `params` and `props` when receiving i18n fallback URLs - [#​12657](https://redirect.github.com/withastro/astro/pull/12657) [`14dffcc`](https://redirect.github.com/withastro/astro/commit/14dffcc3af49dd975635602a0d1847a3125c0746) Thanks [@​darkmaga](https://redirect.github.com/darkmaga)! - Trailing slash support for actions - [#​12715](https://redirect.github.com/withastro/astro/pull/12715) [`029661d`](https://redirect.github.com/withastro/astro/commit/029661daa9b28fd5299d8cc9360025c78f6cd8eb) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused errors in dev when editing sites with large numbers of MDX pages - [#​12729](https://redirect.github.com/withastro/astro/pull/12729) [`8b1cecd`](https://redirect.github.com/withastro/astro/commit/8b1cecd6b491654ae760a0c75f3270df134c4e25) Thanks [@​JoeMorgan](https://redirect.github.com/JoeMorgan)! - "Added `inert` to htmlBooleanAttributes" - [#​12726](https://redirect.github.com/withastro/astro/pull/12726) [`7c7398c`](https://redirect.github.com/withastro/astro/commit/7c7398c04653877da09c7b0f80ee84b02e02aad0) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where failing content entries in `astro check` would not be surfaced ### [`v5.0.5`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#505) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.4...astro@5.0.5) ##### Patch Changes - [#​12705](https://redirect.github.com/withastro/astro/pull/12705) [`0d1eab5`](https://redirect.github.com/withastro/astro/commit/0d1eab560d56c51c359bbd35e8bfb51e238611ee) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug where MDX files with certain characters in the name would cause builds to fail - [#​12707](https://redirect.github.com/withastro/astro/pull/12707) [`2aaed2d`](https://redirect.github.com/withastro/astro/commit/2aaed2d2a96ab35461af24e8d12b20f1da33983f) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a bug where the middleware was incorrectly imported during the build - [#​12697](https://redirect.github.com/withastro/astro/pull/12697) [`1c4a032`](https://redirect.github.com/withastro/astro/commit/1c4a032247747c830be94dbdd0c953511a6bfa53) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fix a bug that caused builds to fail if an image had a quote mark in its name - [#​12694](https://redirect.github.com/withastro/astro/pull/12694) [`495f46b`](https://redirect.github.com/withastro/astro/commit/495f46bca78665732e51c629d93a68fa392b88a4) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes a bug where the experimental feature `experimental.svg` was incorrectly used when generating ESM images - [#​12658](https://redirect.github.com/withastro/astro/pull/12658) [`3169593`](https://redirect.github.com/withastro/astro/commit/316959355c3d59723ecb3e0f417becf1f03ddd74) Thanks [@​jurajkapsz](https://redirect.github.com/jurajkapsz)! - Fixes astro info copy to clipboard process not returning to prompt in certain cases. - [#​12712](https://redirect.github.com/withastro/astro/pull/12712) [`b01c74a`](https://redirect.github.com/withastro/astro/commit/b01c74aeccc4ec76b64fa75d163df58274b37970) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug which misidentified pages as markdown if a query string ended in a markdown extension ### [`v5.0.4`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#504) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.3...astro@5.0.4) ##### Patch Changes - [#​12653](https://redirect.github.com/withastro/astro/pull/12653) [`e21c7e6`](https://redirect.github.com/withastro/astro/commit/e21c7e67fde1155cf593fd2b40010c5e2c2cd3f2) Thanks [@​sarah11918](https://redirect.github.com/sarah11918)! - Updates a reference in an error message - [#​12585](https://redirect.github.com/withastro/astro/pull/12585) [`a9373c0`](https://redirect.github.com/withastro/astro/commit/a9373c0c9a3c2e1773fc11bb14e156698b0d9d38) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - Fixes a case where `process.env` would be frozen despite changes made to environment variables in development - [#​12695](https://redirect.github.com/withastro/astro/pull/12695) [`a203d5d`](https://redirect.github.com/withastro/astro/commit/a203d5dd582166674c45e807a5dc9113e26e24f0) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Throws a more helpful error when images are missing - Updated dependencies \[[`f13417b`](https://redirect.github.com/withastro/astro/commit/f13417bfbf73130c224752379e2da33084f89554), [`87231b1`](https://redirect.github.com/withastro/astro/commit/87231b1168da66bb593f681206c42fa555dfcabc), [`a71e9b9`](https://redirect.github.com/withastro/astro/commit/a71e9b93b317edc0ded49d4d50f1b7841c8cd428)]: - [@​astrojs/markdown-remark](https://redirect.github.com/astrojs/markdown-remark)[@​6](https://redirect.github.com/6).0.1 ### [`v5.0.3`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#503) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.2...astro@5.0.3) ##### Patch Changes - [#​12645](https://redirect.github.com/withastro/astro/pull/12645) [`8704c54`](https://redirect.github.com/withastro/astro/commit/8704c5439ccaa4bdcebdebb725f297cdf8d48a5d) Thanks [@​sarah11918](https://redirect.github.com/sarah11918)! - Updates some reference links in error messages for new v5 docs. - [#​12641](https://redirect.github.com/withastro/astro/pull/12641) [`48ca399`](https://redirect.github.com/withastro/astro/commit/48ca3997888e960c6aaec633ab21160540656656) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug where `astro info --copy` wasn't working correctly on `macOS` systems. - [#​12461](https://redirect.github.com/withastro/astro/pull/12461) [`62939ad`](https://redirect.github.com/withastro/astro/commit/62939add0b04b05b64f9b88d85fa5b0d34aae2d4) Thanks [@​kyr0](https://redirect.github.com/kyr0)! - Removes the misleading log message telling that a custom renderer is not recognized while it clearly is and works. - [#​12642](https://redirect.github.com/withastro/astro/pull/12642) [`ff18b9c`](https://redirect.github.com/withastro/astro/commit/ff18b9c18558dcfdae581cc1c603a9a53491c7c2) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Provides more information when logging a warning for accessing `Astro.request.headers` in prerendered pages - [#​12634](https://redirect.github.com/withastro/astro/pull/12634) [`03958d9`](https://redirect.github.com/withastro/astro/commit/03958d939217e6acef25c0aa1af2de663b04c956) Thanks [@​delucis](https://redirect.github.com/delucis)! - Improves error message formatting for user config and content collection frontmatter - [#​12547](https://redirect.github.com/withastro/astro/pull/12547) [`6b6e18d`](https://redirect.github.com/withastro/astro/commit/6b6e18d7a0f08342eced2a77ddb371810b030868) Thanks [@​mtwilliams-code](https://redirect.github.com/mtwilliams-code)! - Fixes a bug where URL search parameters weren't passed when using the i18n `fallback` feature. - [#​12449](https://redirect.github.com/withastro/astro/pull/12449) [`e6b8017`](https://redirect.github.com/withastro/astro/commit/e6b80172391d5f9aa5b1de26a8694ba4a28a43f3) Thanks [@​apatel369](https://redirect.github.com/apatel369)! - Fixes an issue where the custom `assetFileNames` configuration caused assets to be incorrectly moved to the server directory instead of the client directory, resulting in 404 errors when accessed from the client side. - [#​12518](https://redirect.github.com/withastro/astro/pull/12518) [`e216250`](https://redirect.github.com/withastro/astro/commit/e216250146fbff746efd542612ce9bae6db9601f) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where SSR error pages would return duplicated custom headers. - [#​12625](https://redirect.github.com/withastro/astro/pull/12625) [`74bfad0`](https://redirect.github.com/withastro/astro/commit/74bfad07afe70fec40de4db3d32a87af306406db) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - Fixes an issue where the `experimental.svg` had incorrect type, resulting in some errors in the editors. - [#​12631](https://redirect.github.com/withastro/astro/pull/12631) [`dec0305`](https://redirect.github.com/withastro/astro/commit/dec0305b7577b431637a129e19fbbe6a28469587) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug where the class attribute was rendered twice on the image component - [#​12623](https://redirect.github.com/withastro/astro/pull/12623) [`0e4fecb`](https://redirect.github.com/withastro/astro/commit/0e4fecbb135915a503b9ea2c12e57cf27cf07be8) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Correctly handles images in content collections with uppercase file extensions - [#​12633](https://redirect.github.com/withastro/astro/pull/12633) [`8a551c1`](https://redirect.github.com/withastro/astro/commit/8a551c1272a22ab7c3fb836d6685a0eb38c33071) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Cleans up content layer sync during builds and programmatic `sync()` calls - [#​12640](https://redirect.github.com/withastro/astro/pull/12640) [`22e405a`](https://redirect.github.com/withastro/astro/commit/22e405a04491aba47a7f172e7b0ee103fe5babe5) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Fixes a bug that caused content collections to be returned empty when run in a test environment - [#​12613](https://redirect.github.com/withastro/astro/pull/12613) [`306c9f9`](https://redirect.github.com/withastro/astro/commit/306c9f9a9ae08d194ca2a066ab71cde02eeb0874) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Fix use of cloned requests in middleware with clientAddress When using `context.clientAddress` or `Astro.clientAddress` Astro looks up the address in a hidden property. Cloning a request can cause this hidden property to be lost. The fix is to pass the address as an internal property instead, decoupling it from the request. ### [`v5.0.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#502) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.1...astro@5.0.2) ##### Patch Changes - [#​12601](https://redirect.github.com/withastro/astro/pull/12601) [`0724929`](https://redirect.github.com/withastro/astro/commit/072492982b338e04549ee576ca7d8480be92cc1c) Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Includes "undefined" in types for getEntry ### [`v5.0.1`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#501) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@5.0.0...astro@5.0.1) ##### Patch Changes - [#​12590](https://redirect.github.com/withastro/astro/pull/12590) [`92c269b`](https://redirect.github.com/withastro/astro/commit/92c269b0f0177cb54540ce03507de81370d67c50) Thanks [@​kidonng](https://redirect.github.com/kidonng)! - fix: devtools warnings about dev toolbar form fields ### [`v5.0.0`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#500) [Compare Source](https://redirect.github.com/withastro/astro/compare/astro@4.16.18...astro@5.0.0) ##### Major Changes - [#​11798](https://redirect.github.com/withastro/astro/pull/11798) [`e9e2139`](https://redirect.github.com/withastro/astro/commit/e9e2139bf788893566f5a3fe58daf1d24076f018) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Unflag globalRoutePriority The previously experimental feature `globalRoutePriority` is now the default in Astro 5. This was a refactoring of route prioritization in Astro, making it so that injected routes, file-based routes, and redirects are all prioritized using the same logic. This feature has been enabled for all Starlight projects since it was added and should not affect most users. - [#​11864](https://redirect.github.com/withastro/astro/pull/11864) [`ee38b3a`](https://redirect.github.com/withastro/astro/commit/ee38b3a94697fe883ce8300eff9f001470b8adb6) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - ### \[changed]: `entryPoint` type inside the hook `astro:build:ssr` In Astro v4.x, the `entryPoint` type was `RouteData`. Astro v5.0 the `entryPoint` type is `IntegrationRouteData`, which contains a subset of the `RouteData` type. The fields `isIndex` and `fallbackRoutes` were removed. ##### What should I do? Update your adapter to change the type of `entryPoint` from `RouteData` to `IntegrationRouteData`. ```diff -import type {RouteData} from 'astro'; +import type {IntegrationRouteData} from "astro" -function useRoute(route: RouteData) { +function useRoute(route: IntegrationRouteData) { } ``` - [#​12524](https://redirect.github.com/withastro/astro/pull/12524) [`9f44019`](https://redirect.github.com/withastro/astro/commit/9f440196dc39f36fce0198bf4c97131160e5bcc1) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Bumps Vite to ^6.0.1 and handles its breaking changes - [#​10742](https://redirect.github.com/withastro/astro/pull/10742) [`b6fbdaa`](https://redirect.github.com/withastro/astro/commit/b6fbdaa94a9ecec706a99e1938fbf5cd028c72e0) Thanks [@​ematipico](https://redirect.github.com/ematipico)! - The lowest version of Node supported by Astro is now Node v18.17.1 and higher. - [#​11916](https://redirect.github.com/withastro/astro/pull/11916) [`46ea29f`](https://redirect.github.com/withastro/astro/commit/46ea29f91df83ea638ecbc544ce99375538636d4) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Updates how the `build.client` and `build.server` option values get resolved to match existing documentation. With this fix, the option values will now correctly resolve relative to the `outDir` option. So if `outDir` is set to `./dist/nested/`, then by default: - `build.client` will resolve to `<root>/dist/nested/client/` - `build.server` will resolve to `<root>/dist/nested/server/` Previously the values were incorrectly resolved: - `build.client` was resolved to `<root>/dist/nested/dist/client/` - `build.server` was resolved to `<root>/dist/nested/dist/server/` If you were relying on the previous build paths, make sure that your project code is updated to the new build paths. - [#​11982](https://redirect.github.com/withastro/astro/pull/11982) [`d84e444`](https://redirect.github.com/withastro/astro/commit/d84e444fd3496c1f787b3fcee2929c92bc74e0cd) Thanks [@​Princesseuh](https://redirect.github.com/Princesseuh)! - Adds a default exclude and include value to the tsconfig presets. `{projectDir}/dist` is now excluded by default, and `{projectDir}/.astro/types.d.ts` and `{projectDir}/**/*` are included by default. Both of these options can be overridden by setting your own values to the corresponding settings in your `tsconfig.json` file. - [#​11861](https://redirect.github.com/withastro/astro/pull/11861) [`3ab3b4e`](https://redirect.github.com/withastro/astro/commit/3ab3b4efbcdd2aabea5f949deedf51a5acefae59) Thanks [@​bluwy](https://redirect.github.com/bluwy)! - Cleans up Astro-specific metadata attached to `vfile.data` in Remark and Rehype plugins. Previously, the metadata was attached in different locations with inconsistent names. The metadata is now renamed as below: - `vfile.data.__astroHeadings` -> `vfile.data.astro.headings` - `vfile.data.imagePaths` -> `vfile.data.astro.imagePaths` The types of `imagePaths` has also been updated from `Set<string>` to `string[]`. The `vfile.data.astro.frontmatter` metadata is left unchanged. While we don't consider these APIs public, they can be accessed by Remark and Rehype plugins that want to re-use Astro's metadata. If you are using these APIs, make sure to access them in the new locations. - [#​11987](https://redirect.github.com/withastro/astro/pull/11987) [`bf90a53`](https://redirect.github.com/withastro/astro/commit/bf90a5343f9cd1bb46f30e4b331e7ae675f5e720) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - The `locals` object can no longer be overridden Middleware, API endpoints, and pages can no longer override the `locals` object in its entirety. You can still append values onto the object, but you can not replace the entire object and delete its existing values. If you were previously overwriting like so: ```js ctx.locals = { one: 1, two: 2, }; ``` This can be changed to an assignment on the existing object instead: ```js Object.assign(ctx.locals, { one: 1, two: 2, }); ``` - [#​11908](https://redirect.github.com/withastro/astro/pull/11908) [`518433e`](https://redirect.github.com/withastro/astro/commit/518433e433fe69ee3bbbb1f069181cd9eb69ec9a) Thanks [@​Princesseuh](https://redirect.github.com/Princesseuh)! - The `image.endpoint` config now allow customizing the route of the image endpoint in addition to the entrypoint. This can be useful in niche situations where the default route `/_image` conflicts with an existing route or your local server setup. ```js import { defineConfig } from 'astro/config'; defineConfig({ image: { endpoint: { route: '/image', entrypoint: './src/image_endpoint.ts', }, }, }); ``` - [#​12008](https://redirect.github.com/withastro/astro/pull/12008) [`5608338`](https://redirect.github.com/withastro/astro/commit/560833843c6d3ce2b6c6c473ec4ae70e744bf255) Thanks [@​Princesseuh](https://redirect.github.com/Princesseuh)! - Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release. Starting from this release, no breaking changes will be introduced unless absolutely necessary. To learn how to upgrade, check out the [Astro v5.0 upgrade guide in our beta docs site](https://5-0-0-beta.docs.astro.build/en/guides/upgrade-to/v5/). - [#​11679](https://redirect.github.com/withastro/astro/pull/11679) [`ea71b90`](https://redirect.github.com/withastro/astro/commit/ea71b90c9c08ddd1d3397c78e2e273fb799f7dbd) Thanks [@​florian-lefebvre](https://redirect.github.com/florian-lefebvre)! - The `astro:env` feature introduced behind a flag in [v4.10.0](https://redirect.github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md#x4100) is no longer experimental and is available for general use. If you have been waiting for stabilization before using `astro:env`, you can now do so. This feature lets you configure a type-safe schema for your environment variables, and indicate whether they should be available on the server or the client. To configure a schema, add the `env` option to your Astro config and define your client and server variables. If you were previously using this feature, please remove the experimental flag from your Astro config and move your entire `env` configuration unchanged to a top-level option. ```js import { defineConfig, envField } from 'astro/config'; export default defineConfig({ env: { schema: { API_URL: envField.string({ context: 'client', access: 'public', optional: true }), PORT: envField.number({ context: 'server', access: 'public', default: 4321 }), API_SECRET: envField.string({ context: 'server', access: 'secret' }), }, }, }); ``` You can import and use your defined variables from the appropriate `/client` or `/server` module: </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
31e2276933 |
chore(helm): update image ghcr.io/ellite/wallos 2.43.1 → 2.45.0 (#31113)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ellite/wallos](https://redirect.github.com/ellite/Wallos) | minor | `b71316f` -> `ea3cb3a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>ellite/Wallos (ghcr.io/ellite/wallos)</summary> ### [`v2.45.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2450-2025-01-19) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v2.45.0...v2.45.0) ##### Features - add czech translations ([#​701](https://redirect.github.com/ellite/Wallos/issues/701)) ([426fdfa](https://redirect.github.com/ellite/Wallos/commit/426fdfa5c79d32c7d5a0722a0590d39547cfd1fa)) ### [`v2.45.0`](https://redirect.github.com/ellite/Wallos/releases/tag/v2.45.0) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v2.44.1...v2.45.0) ##### Features - add czech translations ([#​701](https://redirect.github.com/ellite/Wallos/issues/701)) ([426fdfa](https://redirect.github.com/ellite/Wallos/commit/426fdfa5c79d32c7d5a0722a0590d39547cfd1fa)) ### [`v2.44.1`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2441-2025-01-19) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v2.44.0...v2.44.1) ##### Bug Fixes - error setting date of last exchange rates update ([#​699](https://redirect.github.com/ellite/Wallos/issues/699)) ([d2f68c4](https://redirect.github.com/ellite/Wallos/commit/d2f68c457e9b1328caf983ddc6e2827430855aa6)) ### [`v2.44.0`](https://redirect.github.com/ellite/Wallos/blob/HEAD/CHANGELOG.md#2440-2025-01-12) [Compare Source](https://redirect.github.com/ellite/Wallos/compare/v2.43.1...v2.44.0) ##### Features - allow notifications on due date ([87f148d](https://redirect.github.com/ellite/Wallos/commit/87f148d1745bec19f5713b8a367a3615871e6e33)) ##### Bug Fixes - don't expose disabled notifications to ical feed ([87f148d](https://redirect.github.com/ellite/Wallos/commit/87f148d1745bec19f5713b8a367a3615871e6e33)) - email notification test always sending to admins email ([87f148d](https://redirect.github.com/ellite/Wallos/commit/87f148d1745bec19f5713b8a367a3615871e6e33)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
0cd24d0a8b |
chore(helm): update image docker.io/n8nio/n8n 1.74.3 → 1.76.1 (#31105)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/n8nio/n8n](https://n8n.io) ([source](https://redirect.github.com/n8n-io/n8n)) | minor | `ac1abb4` -> `37e0474` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>n8n-io/n8n (docker.io/n8nio/n8n)</summary> ### [`v1.76.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1760-2025-01-22) ##### Bug Fixes - **core:** Align saving behavior in `workflowExecuteAfter` hooks ([#​12731](https://redirect.github.com/n8n-io/n8n/issues/12731)) ([9d76210](https://redirect.github.com/n8n-io/n8n/commit/9d76210a570e025d01d1f6596667abf40fbd8d12)) - **core:** AugmentObject should handle the constructor property correctly ([#​12744](https://redirect.github.com/n8n-io/n8n/issues/12744)) ([36bc164](https://redirect.github.com/n8n-io/n8n/commit/36bc164da486f2e2d05091b457b8eea6521ca22e)) - **core:** Fix keyboard shortcuts for non-ansi layouts ([#​12672](https://redirect.github.com/n8n-io/n8n/issues/12672)) ([4c8193f](https://redirect.github.com/n8n-io/n8n/commit/4c8193fedc2e3967c9a06c0652483128df509653)) - **core:** Fix license CLI commands showing incorrect renewal setting ([#​12759](https://redirect.github.com/n8n-io/n8n/issues/12759)) ([024ada8](https://redirect.github.com/n8n-io/n8n/commit/024ada822c1bc40958e594bb08707cf77d3397ec)) - **core:** Fix license initialization failure on startup ([#​12737](https://redirect.github.com/n8n-io/n8n/issues/12737)) ([ac2f647](https://redirect.github.com/n8n-io/n8n/commit/ac2f6476c114f51fafb9b7b66e41e0c87f4a1bf6)) - **core:** Recover successful data-less executions ([#​12720](https://redirect.github.com/n8n-io/n8n/issues/12720)) ([a39b8bd](https://redirect.github.com/n8n-io/n8n/commit/a39b8bd32be50c8323e415f820b25b4bcb81d960)) - **core:** Remove run data of utility nodes for partial executions v2 ([#​12673](https://redirect.github.com/n8n-io/n8n/issues/12673)) ([b66a9dc](https://redirect.github.com/n8n-io/n8n/commit/b66a9dc8fb6f7b19122cacbb7e2f86b4c921c3fb)) - **core:** Sync `hookFunctionsSave` and `hookFunctionsSaveWorker` ([#​12740](https://redirect.github.com/n8n-io/n8n/issues/12740)) ([d410b8f](https://redirect.github.com/n8n-io/n8n/commit/d410b8f5a7e99658e1e8dcb2e02901bd01ce9c59)) - **core:** Update isDocker check to return true on kubernetes/containerd ([#​12603](https://redirect.github.com/n8n-io/n8n/issues/12603)) ([c55dac6](https://redirect.github.com/n8n-io/n8n/commit/c55dac66ed97a2317d4c696c3b505790ec5d72fe)) - **editor:** Add unicode code points to expression language for emoji ([#​12633](https://redirect.github.com/n8n-io/n8n/issues/12633)) ([819ebd0](https://redirect.github.com/n8n-io/n8n/commit/819ebd058d1d60b3663d92b4a652728da7134a3b)) - **editor:** Correct missing whitespace in JSON output ([#​12677](https://redirect.github.com/n8n-io/n8n/issues/12677)) ([b098b19](https://redirect.github.com/n8n-io/n8n/commit/b098b19c7f0e3a9848c3fcfa012999050f2d3c7a)) - **editor:** Defer crypto.randomUUID call in CodeNodeEditor ([#​12630](https://redirect.github.com/n8n-io/n8n/issues/12630)) ([58f6532](https://redirect.github.com/n8n-io/n8n/commit/58f6532630bacd288d3c0a79b40150f465898419)) - **editor:** Fix Code node bug erasing and overwriting code when switching between nodes ([#​12637](https://redirect.github.com/n8n-io/n8n/issues/12637)) ([02d953d](https://redirect.github.com/n8n-io/n8n/commit/02d953db34ec4e44977a8ca908628b62cca82fde)) - **editor:** Fix execution list hover & selection colour in dark mode ([#​12628](https://redirect.github.com/n8n-io/n8n/issues/12628)) ([95c40c0](https://redirect.github.com/n8n-io/n8n/commit/95c40c02cb8fef77cf633cf5aec08e98746cff36)) - **editor:** Fix JsonEditor with expressions ([#​12739](https://redirect.github.com/n8n-io/n8n/issues/12739)) ([56c93ca](https://redirect.github.com/n8n-io/n8n/commit/56c93caae026738c1c0bebb4187b238e34a330f6)) - **editor:** Fix navbar height flickering during load ([#​12738](https://redirect.github.com/n8n-io/n8n/issues/12738)) ([a96b3f0](https://redirect.github.com/n8n-io/n8n/commit/a96b3f0091798a52bb33107b919b5d8287ba7506)) - **editor:** Open chat when executing agent node in canvas v2 ([#​12617](https://redirect.github.com/n8n-io/n8n/issues/12617)) ([457edd9](https://redirect.github.com/n8n-io/n8n/commit/457edd99bb853d8ccf3014605d5823933f3c0bc6)) - **editor:** Partial execution of a workflow with manual chat trigger ([#​12662](https://redirect.github.com/n8n-io/n8n/issues/12662)) ([2f81b29](https://redirect.github.com/n8n-io/n8n/commit/2f81b29d341535b512df0aa01b25a91d109f113f)) - **editor:** Show connector label above the line when it's straight ([#​12622](https://redirect.github.com/n8n-io/n8n/issues/12622)) ([c97bd48](https://redirect.github.com/n8n-io/n8n/commit/c97bd48a77643b9c2a5d7218e21b957af15cee0b)) - **editor:** Show run workflow button when chat trigger has pinned data ([#​12616](https://redirect.github.com/n8n-io/n8n/issues/12616)) ([da8aafc](https://redirect.github.com/n8n-io/n8n/commit/da8aafc0e3a1b5d862f0723d0d53d2c38bcaebc3)) - **editor:** Update workflow re-initialization to use query parameter ([#​12650](https://redirect.github.com/n8n-io/n8n/issues/12650)) ([982131a](https://redirect.github.com/n8n-io/n8n/commit/982131a75a32f741c120156826c303989aac189c)) - **Execute Workflow Node:** Pass binary data to sub-workflow ([#​12635](https://redirect.github.com/n8n-io/n8n/issues/12635)) ([e9c152e](https://redirect.github.com/n8n-io/n8n/commit/e9c152e369a4c2762bd8e6ad17eaa704bb3771bb)) - **Google Gemini Chat Model Node:** Add base URL support for Google Gemini Chat API ([#​12643](https://redirect.github.com/n8n-io/n8n/issues/12643)) ([14f4bc7](https://redirect.github.com/n8n-io/n8n/commit/14f4bc769027789513808b4000444edf99dc5d1c)) - **GraphQL Node:** Change default request format to json instead of graphql ([#​11346](https://redirect.github.com/n8n-io/n8n/issues/11346)) ([c7c122f](https://redirect.github.com/n8n-io/n8n/commit/c7c122f9173df824cc1b5ab864333bffd0d31f82)) - **Jira Software Node:** Get custom fields(RLC) in update operation for server deployment type ([#​12719](https://redirect.github.com/n8n-io/n8n/issues/12719)) ([353df79](https://redirect.github.com/n8n-io/n8n/commit/353df7941117e20547cd4f3fc514979a54619720)) - **n8n Form Node:** Remove the ability to change the formatting of dates ([#​12666](https://redirect.github.com/n8n-io/n8n/issues/12666)) ([14904ff](https://redirect.github.com/n8n-io/n8n/commit/14904ff77951fef23eb789a43947492a4cd3fa20)) - **OpenAI Chat Model Node:** Fix loading of custom models when using custom credential URL ([#​12634](https://redirect.github.com/n8n-io/n8n/issues/12634)) ([7cc553e](https://redirect.github.com/n8n-io/n8n/commit/7cc553e3b277a16682bfca1ea08cb98178e38580)) - **OpenAI Chat Model Node:** Restore default model value ([#​12745](https://redirect.github.com/n8n-io/n8n/issues/12745)) ([d1b6692](https://redirect.github.com/n8n-io/n8n/commit/d1b6692736182fa2eab768ba3ad0adb8504ebbbd)) - **Postgres Chat Memory Node:** Do not terminate the connection pool ([#​12674](https://redirect.github.com/n8n-io/n8n/issues/12674)) ([e7f00bc](https://redirect.github.com/n8n-io/n8n/commit/e7f00bcb7f2dce66ca07a9322d50f96356c1a43d)) - **Postgres Node:** Allow using composite key in upsert queries ([#​12639](https://redirect.github.com/n8n-io/n8n/issues/12639)) ([83ce3a9](https://redirect.github.com/n8n-io/n8n/commit/83ce3a90963ba76601234f4314363a8ccc310f0f)) - **Wait Node:** Fix for hasNextPage in waiting forms ([#​12636](https://redirect.github.com/n8n-io/n8n/issues/12636)) ([652b8d1](https://redirect.github.com/n8n-io/n8n/commit/652b8d170b9624d47b5f2d8d679c165cc14ea548)) ##### Features - Add credential only node for Microsoft Azure Monitor ([#​12645](https://redirect.github.com/n8n-io/n8n/issues/12645)) ([6ef8882](https://redirect.github.com/n8n-io/n8n/commit/6ef8882a108c672ab097c9dd1c590d4e9e7f3bcc)) - Add Miro credential only node ([#​12746](https://redirect.github.com/n8n-io/n8n/issues/12746)) ([5b29086](https://redirect.github.com/n8n-io/n8n/commit/5b29086e2f9b7f638fac4440711f673438e57492)) - Add SSM endpoint to AWS credentials ([#​12212](https://redirect.github.com/n8n-io/n8n/issues/12212)) ([565c7b8](https://redirect.github.com/n8n-io/n8n/commit/565c7b8b9cfd3e10f6a2c60add96fea4c4d95d33)) - **core:** Enable task runner by default ([#​12726](https://redirect.github.com/n8n-io/n8n/issues/12726)) ([9e2a01a](https://redirect.github.com/n8n-io/n8n/commit/9e2a01aeaf36766a1cf7a1d9a4d6e02f45739bd3)) - **editor:** Force final canvas v2 migration and remove switcher from UI ([#​12717](https://redirect.github.com/n8n-io/n8n/issues/12717)) ([29335b9](https://redirect.github.com/n8n-io/n8n/commit/29335b9b6acf97c817bea70688e8a2786fbd8889)) - **editor:** VariablesView Reskin - Add Filters for missing values ([#​12611](https://redirect.github.com/n8n-io/n8n/issues/12611)) ([1eeb788](https://redirect.github.com/n8n-io/n8n/commit/1eeb788d327287d21eab7ad6f2156453ab7642c7)) - **Jira Software Node:** Personal Access Token credential type ([#​11038](https://redirect.github.com/n8n-io/n8n/issues/11038)) ([1c7a38f](https://redirect.github.com/n8n-io/n8n/commit/1c7a38f6bab108daa47401cd98c185590bf299a8)) - **n8n Form Trigger Node:** Form Improvements ([#​12590](https://redirect.github.com/n8n-io/n8n/issues/12590)) ([f167578](https://redirect.github.com/n8n-io/n8n/commit/f167578b3251e553a4d000e731e1bb60348916ad)) - Synchronize deletions when pulling from source control ([#​12170](https://redirect.github.com/n8n-io/n8n/issues/12170)) ([967ee4b](https://redirect.github.com/n8n-io/n8n/commit/967ee4b89b94b92fc3955c56bf4c9cca0bd64eac)) ### [`v1.75.0`](https://redirect.github.com/n8n-io/n8n/blob/HEAD/CHANGELOG.md#1750-2025-01-15) ##### Bug Fixes - **core:** AugmentObject should check for own propeties correctly ([#​12534](https://redirect.github.com/n8n-io/n8n/issues/12534)) ([0cdf393](https://redirect.github.com/n8n-io/n8n/commit/0cdf39374305e6bbcedb047db7d3756168e6e89e)) - **core:** Disallow code generation in task runner ([#​12522](https://redirect.github.com/n8n-io/n8n/issues/12522)) ([35b6180](https://redirect.github.com/n8n-io/n8n/commit/35b618098b7d23e272bf77b55c172dbe531c821f)) - **core:** Fix node exclusion on the frontend types ([#​12544](https://redirect.github.com/n8n-io/n8n/issues/12544)) ([b2cbed9](https://redirect.github.com/n8n-io/n8n/commit/b2cbed9865888f6f3bc528984d4091d86a88f0d6)) - **core:** Fix orchestration flow with expired license ([#​12444](https://redirect.github.com/n8n-io/n8n/issues/12444)) ([ecff3b7](https://redirect.github.com/n8n-io/n8n/commit/ecff3b732a028d7225bfbed4ffc65dc20c4ed608)) - **core:** Fix Sentry error reporting on task runners ([#​12495](https://redirect.github.com/n8n-io/n8n/issues/12495)) ([88c0838](https://redirect.github.com/n8n-io/n8n/commit/88c0838dd72f11646bdb3586223d6c16631cccab)) - **core:** Improve cyclic dependency check in the DI container ([#​12600](https://redirect.github.com/n8n-io/n8n/issues/12600)) ([c3c4a20](https://redirect.github.com/n8n-io/n8n/commit/c3c4a200024fb08afb9380357d1490c6707c5ec3)) - **core:** Only show personal credentials in the personal space ([#​12433](https://redirect.github.com/n8n-io/n8n/issues/12433)) ([8a42d55](https://redirect.github.com/n8n-io/n8n/commit/8a42d55d91f4a37fff5669d52d52428b3a4ddd44)) - **core:** Prefix package name in `supportedNodes` on generated types as well ([#​12514](https://redirect.github.com/n8n-io/n8n/issues/12514)) ([4a1a999](https://redirect.github.com/n8n-io/n8n/commit/4a1a9993624c92dd81f5418f9268cb93878069ab)) - **core:** Prevent prototype pollution in task runner ([#​12588](https://redirect.github.com/n8n-io/n8n/issues/12588)) ([bdf266c](https://redirect.github.com/n8n-io/n8n/commit/bdf266cf55032d05641b20dce8804412dc93b6d5)) - **core:** Prevent prototype pollution of internal classes in task runner ([#​12610](https://redirect.github.com/n8n-io/n8n/issues/12610)) ([eceee7f](https://redirect.github.com/n8n-io/n8n/commit/eceee7f3f8899d200b1c5720087cc494eec22e6a)) - **core:** Use timing safe function to compare runner auth tokens ([#​12485](https://redirect.github.com/n8n-io/n8n/issues/12485)) ([8fab98f](https://redirect.github.com/n8n-io/n8n/commit/8fab98f3f1f767d05825d24cbf155d56375fdb3e)) - **core:** Validate values which are intentionally 0 ([#​12382](https://redirect.github.com/n8n-io/n8n/issues/12382)) ([562506e](https://redirect.github.com/n8n-io/n8n/commit/562506e92aeb26423145801bff80037e5ce2ac46)) - Don't break oauth credentials when updating them and allow fixing broken oauth credentials by repeating the authorization flow ([#​12563](https://redirect.github.com/n8n-io/n8n/issues/12563)) ([73897c7](https://redirect.github.com/n8n-io/n8n/commit/73897c7662a432834eb6f9d0f9ace8d986c1acb5)) - **editor:** Don't show toolsUnused notice if run had errors ([#​12529](https://redirect.github.com/n8n-io/n8n/issues/12529)) ([3ec5b28](https://redirect.github.com/n8n-io/n8n/commit/3ec5b2850c47057032e61c2acdbdfc1dcdd931f7)) - **editor:** Ensure proper "AI Template" URL construction in node creator ([#​12566](https://redirect.github.com/n8n-io/n8n/issues/12566)) ([13bf69f](https://redirect.github.com/n8n-io/n8n/commit/13bf69f75c67bc37a37013e776525768676a4b88)) - **editor:** Fix NDV resize handle and scrollbar overlapping ([#​12509](https://redirect.github.com/n8n-io/n8n/issues/12509)) ([c28f302](https://redirect.github.com/n8n-io/n8n/commit/c28f302c2f863bd7aa73ad52e5d040f927e33220)) - **editor:** Fix parameter input validation ([#​12532](https://redirect.github.com/n8n-io/n8n/issues/12532)) ([6711cbc](https://redirect.github.com/n8n-io/n8n/commit/6711cbcc641a2fc70f5c15a7e2dcc640a3f98b66)) - **editor:** Fix selection rectangle context menu on new canvas ([#​12584](https://redirect.github.com/n8n-io/n8n/issues/12584)) ([c8e3c53](https://redirect.github.com/n8n-io/n8n/commit/c8e3c5399efde93486c1dd5c373cb2c5ff8a0691)) - **editor:** Fix the `openselectivenodecreator` custom action on new canvas ([#​12580](https://redirect.github.com/n8n-io/n8n/issues/12580)) ([2110e9a](https://redirect.github.com/n8n-io/n8n/commit/2110e9a0513b8c36beb85302e0d38a2658ea5d6e)) - **editor:** Fix workflow initilisation for test definition routes & add unit tests ([#​12507](https://redirect.github.com/n8n-io/n8n/issues/12507)) ([2775f61](https://redirect.github.com/n8n-io/n8n/commit/2775f617ae5c267c0a1ce7a54d05d4077cdbc0f7)) - **editor:** Make clicking item in RLC work the first time on small screens ([#​12585](https://redirect.github.com/n8n-io/n8n/issues/12585)) ([479933f](https://redirect.github.com/n8n-io/n8n/commit/479933fbd5c88e783827960e018abb979de8a039)) - **editor:** Make sure code editors work correctly in fullscreen ([#​12597](https://redirect.github.com/n8n-io/n8n/issues/12597)) ([aa1f3a7](https://redirect.github.com/n8n-io/n8n/commit/aa1f3a7d989883d55df3777775b8d7d336f6e3b7)) - **editor:** Override selected nodes on single click without Meta/Ctrl key ([#​12549](https://redirect.github.com/n8n-io/n8n/issues/12549)) ([02c2d5e](https://redirect.github.com/n8n-io/n8n/commit/02c2d5e71d15b9292fddd585f47bd8334da468c5)) - **editor:** Show NDV errors when opening existing nodes with errors ([#​12567](https://redirect.github.com/n8n-io/n8n/issues/12567)) ([bee7267](https://redirect.github.com/n8n-io/n8n/commit/bee7267fe38ab12a79fa4ec0e775f45d98d48aa5)) - **editor:** Swap Activate/Deactivate texts in FloatingToolbar ([#​12526](https://redirect.github.com/n8n-io/n8n/issues/12526)) ([44679b4](https://redirect.github.com/n8n-io/n8n/commit/44679b42aa1e14bc7069bee47d0a91ca84b1dba4)) - **editor:** Update filter and feedback for source control ([#​12504](https://redirect.github.com/n8n-io/n8n/issues/12504)) ([865fc21](https://redirect.github.com/n8n-io/n8n/commit/865fc21276727e8d88ccee0355147904b81c4421)) - **editor:** Update selected node when navigating via flowing nodes ([#​12581](https://redirect.github.com/n8n-io/n8n/issues/12581)) ([88659d8](https://redirect.github.com/n8n-io/n8n/commit/88659d8a2901786c894902e19466f395bcdaab8e)) - **Google Calendar Node:** Updates and fixes ([#​10715](https://redirect.github.com/n8n-io/n8n/issues/10715)) ([7227a29](https://redirect.github.com/n8n-io/n8n/commit/7227a29845fd178ced4d281597c62e7a03245456)) - **Spotify Node:** Fix issue with null values breaking the response ([#​12080](https://redirect.github.com/n8n-io/n8n/issues/12080)) ([a56a462](https://redirect.github.com/n8n-io/n8n/commit/a56a46259d257003c813103578260d625b3f17dd)) ##### Features - **editor:** Make node credential select searchable ([#​12497](https://redirect.github.com/n8n-io/n8n/issues/12497)) ([91277c4](https://redirect.github.com/n8n-io/n8n/commit/91277c44f1cf3f334b3b50d47d7dcc79b11c7c63)) - **editor:** Persist sidebar collapsed status preference ([#​12505](https://redirect.github.com/n8n-io/n8n/issues/12505)) ([dba7d46](https://redirect.github.com/n8n-io/n8n/commit/dba7d46f3ec91d26a597a50dede7b6ca292c728f)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
ae41aa80e4 | fix(website): update typescript 5.7.2 → 5.7.3 (#31136) | ||
|
|
cd419eba52 |
chore(helm): update image tccr.io/tccr/traefik v3.3.1 → v3.3.2 (#31134)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/traefik](https://redirect.github.com/truecharts/public) | patch | `1e98629` -> `437ccd0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
6849ad2c53 |
chore(helm): update image tccr.io/tccr/code-server v4.96.2 → v4.96.4 (#31133)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/code-server](https://redirect.github.com/truecharts/public) | patch | `24675f2` -> `e818431` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
b6aeb1d597 |
chore(helm): update image ghcr.io/elfhosted/zilean v3.3.4 → v3.3.6 (#31132)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/elfhosted/zilean | patch | `25cda59` -> `5107ccb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
88ec144425 |
chore(helm): update image docker.io/wolveix/satisfactory-server v1.9.2 → v1.9.3 (#31131)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/wolveix/satisfactory-server | patch | `2cb3a21` -> `7b38a2b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
57f7a5cc79 |
chore(helm): update image docker.io/ollama/ollama 0.5.5 → 0.5.7 (#30953)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ollama/ollama | patch | `acedfd7` -> `d05b7ee` | | docker.io/ollama/ollama | patch | `f202114` -> `7e67221` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
ddb643c657 |
chore(helm): update image docker.io/gangefors/airdcpp-webclient 2.13.2 → 2.13.3 (#31041)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/gangefors/airdcpp-webclient | patch | `0c77867` -> `bd7e071` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
c96e3c86c0 |
chore(helm): update image ghcr.io/minekube/gate digest to af9b8ca (#31130)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/minekube/gate | digest | `fd34756` -> `af9b8ca` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
075ae2f87e |
chore(helm): update image ghcr.io/immich-app/immich-server v1.124.2 → v1.125.1 (#31115)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | minor | `c14dcca` -> `9a7fdfb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary> ### [`v1.125.1`](https://redirect.github.com/immich-app/immich/releases/tag/v1.125.1) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.124.2...v1.125.1) ### v1.125.1 *There was a hiccup with the release pipeline for `v1.125.0` so we have to change the version* > \[!IMPORTANT] > If you are running remote machine learning, please make sure the remote service pulls the latest version. #### Highlights Welcome to release `v1.125.1` of Immich. The release improves how the server queries the database, using a type-safe query builder, `Kysely`, instead of relying on the magic of `TypeORM`. Many queries have been given a speed boost to be much faster; some got several times faster. You should see a quicker app experience overall. It has been the work for the last couple of months and a foundation we have been building for many changes in the coming months to the data model of the whole app, which is needed to enable some long-awaited features. *Kudos* to the entire team for completing it. Alongside that improvement, this release also brings new features, enhancements, and bug fixes. Please see some of the highlights below: - Node.js security update - Share-to mechanism on the mobile app - Enable slideshow everywhere on the web app. - Fixed a bug where the Android app cannot get newly taken photos from the gallery. However, this fix requires us to roll back another mechanism that allows the app to choose empty albums as targets for backup. - Fixed a bug where playing particular video codecs would crash the Android mobile app. ##### Node.js security update This release includes [a Node.js security update](https://nodejs.org/en/blog/vulnerability/january-2025-security-releases). While we don’t believe any of these vulnerabilities affect Immich, we still recommend updating soon to avoid any risk. ##### Share-to Immich You can now directly share media from other apps to Immich without saving them to the phone’s local gallery first. > \[!IMPORTANT] > > For uploading photos from the gallery, it is still recommeded to use the built-in backup feature since the share-to mechanism that can cause mismatching upload status. Additionally, iOS defaults to sharing an exported JPEG image instead of the original for formats like HEIC. You can change this by tapping “Options” near the top of the iOS sharing menu and selecting “Current” instead of “Automatic”. https://github.com/user-attachments/assets/da14a9f9-5087-42e3-a636-bd6863df6d26 ##### Slideshow everywhere You can now toggle the slideshow mode from all the views on the web app. ##### Lens information This release includes the lens information in the detail panel for our photographer users, making it easier to know which of your favorite lenses was used to capture the photo.  #### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app/. Cheers! 🍻 <!-- Release notes generated using configuration in .github/release.yml at v1.125.0 --> #### What's Changed ##### 🚨 Breaking Changes - chore(server)!: default max bitrate unit to kbps by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15264](https://redirect.github.com/immich-app/immich/pull/15264) - feat: better spec urls by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15487](https://redirect.github.com/immich-app/immich/pull/15487) ##### 🚀 Features - feat: Upgrade devcontainer setup by [@​Zer0x00](https://redirect.github.com/Zer0x00) in [https://github.com/immich-app/immich/pull/14419](https://redirect.github.com/immich-app/immich/pull/14419) - feat(web): immich-ui components by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/14263](https://redirect.github.com/immich-app/immich/pull/14263) - feat(mobile): share to mechanism by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15229](https://redirect.github.com/immich-app/immich/pull/15229) - feat: Allow multiple ML models to be preloaded by [@​1-tempest](https://redirect.github.com/1-tempest) in [https://github.com/immich-app/immich/pull/15418](https://redirect.github.com/immich-app/immich/pull/15418) ##### 🌟 Enhancements - refactor(server): use kysely by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/12857](https://redirect.github.com/immich-app/immich/pull/12857) - feat: [#​15237](https://redirect.github.com/immich-app/immich/issues/15237) toggle password visibility on shared albums by [@​imakida](https://redirect.github.com/imakida) in [https://github.com/immich-app/immich/pull/15238](https://redirect.github.com/immich-app/immich/pull/15238) - feat(web): Slideshow is enabled everywhere. It no longer needs assetStore. by [@​matitalatina](https://redirect.github.com/matitalatina) in [https://github.com/immich-app/immich/pull/15077](https://redirect.github.com/immich-app/immich/pull/15077) - feat: Add additional env variables for Machine Learning by [@​1-tempest](https://redirect.github.com/1-tempest) in [https://github.com/immich-app/immich/pull/15326](https://redirect.github.com/immich-app/immich/pull/15326) - feat(web): Context menu scrolls on small devices by [@​matitalatina](https://redirect.github.com/matitalatina) in [https://github.com/immich-app/immich/pull/15367](https://redirect.github.com/immich-app/immich/pull/15367) - feat: Add additional env variables to ML container by [@​1-tempest](https://redirect.github.com/1-tempest) in [https://github.com/immich-app/immich/pull/15398](https://redirect.github.com/immich-app/immich/pull/15398) - feat: Add rule on robots.txt to allow robots access og tags by [@​r1235613](https://redirect.github.com/r1235613) in [https://github.com/immich-app/immich/pull/15470](https://redirect.github.com/immich-app/immich/pull/15470) - feat(web): Show lens model in the asset viewer detail panel by [@​bxtdvd](https://redirect.github.com/bxtdvd) in [https://github.com/immich-app/immich/pull/15460](https://redirect.github.com/immich-app/immich/pull/15460) ##### 🐛 Bug fixes - fix(mobile): 15072 Fix issue with boolean filters filtering out results when they shouldn't by [@​Tyris](https://redirect.github.com/Tyris) in [https://github.com/immich-app/immich/pull/15208](https://redirect.github.com/immich-app/immich/pull/15208) - fix(web): escape key to clear selection and go to previous page ([#​15142](https://redirect.github.com/immich-app/immich/issues/15142)) by [@​jinxuan-owyong](https://redirect.github.com/jinxuan-owyong) in [https://github.com/immich-app/immich/pull/15219](https://redirect.github.com/immich-app/immich/pull/15219) - fix(mobile): don't crash android app when video player throws exception by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15236](https://redirect.github.com/immich-app/immich/pull/15236) - fix(web): mismatched deviceAssetId when uploading images by [@​jinxuan-owyong](https://redirect.github.com/jinxuan-owyong) in [https://github.com/immich-app/immich/pull/15130](https://redirect.github.com/immich-app/immich/pull/15130) - fix(cli): handle folders with single quotes by [@​desmondgc](https://redirect.github.com/desmondgc) in [https://github.com/immich-app/immich/pull/15283](https://redirect.github.com/immich-app/immich/pull/15283) - fix(web): end selection after click when choosing thumbnail, and notify by [@​imakida](https://redirect.github.com/imakida) in [https://github.com/immich-app/immich/pull/15373](https://redirect.github.com/immich-app/immich/pull/15373) - fix(web): map settings by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15375](https://redirect.github.com/immich-app/immich/pull/15375) - fix(mobile): 14983 Images upload to shared album with common name by [@​Tyris](https://redirect.github.com/Tyris) in [https://github.com/immich-app/immich/pull/15127](https://redirect.github.com/immich-app/immich/pull/15127) - fix(web): Update asset count when deleting assets from person page by [@​imakida](https://redirect.github.com/imakida) in [https://github.com/immich-app/immich/pull/15416](https://redirect.github.com/immich-app/immich/pull/15416) - fix(web): scrolling memory timeline reset position by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15429](https://redirect.github.com/immich-app/immich/pull/15429) - fix(mobile): Cannot type date format on Samsung phone by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15430](https://redirect.github.com/immich-app/immich/pull/15430) - fix(deps): use node-addon-api v8 by [@​dotlambda](https://redirect.github.com/dotlambda) in [https://github.com/immich-app/immich/pull/15438](https://redirect.github.com/immich-app/immich/pull/15438) - fix(server): searching for multiple people yields false positives by [@​dav-wolff](https://redirect.github.com/dav-wolff) in [https://github.com/immich-app/immich/pull/15447](https://redirect.github.com/immich-app/immich/pull/15447) - fix(mobile): cannot get new photos on Android by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15461](https://redirect.github.com/immich-app/immich/pull/15461) - fix: incorrect event configuration by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15530](https://redirect.github.com/immich-app/immich/pull/15530) ##### 📚 Documentation - chore(docs): clarify experimental network features by [@​mmomjian](https://redirect.github.com/mmomjian) in [https://github.com/immich-app/immich/pull/15228](https://redirect.github.com/immich-app/immich/pull/15228) - docs: clarify filesystem backup paths by [@​bo0tzz](https://redirect.github.com/bo0tzz) in [https://github.com/immich-app/immich/pull/15243](https://redirect.github.com/immich-app/immich/pull/15243) - fix(docs): Fix link label to refer to correct location on page by [@​austin-dudzik](https://redirect.github.com/austin-dudzik) in [https://github.com/immich-app/immich/pull/15279](https://redirect.github.com/immich-app/immich/pull/15279) - fix(docs): fix admonition in mobile section by [@​Dr-Electron](https://redirect.github.com/Dr-Electron) in [https://github.com/immich-app/immich/pull/15291](https://redirect.github.com/immich-app/immich/pull/15291) - fix(docs): database name for restore commands by [@​mmomjian](https://redirect.github.com/mmomjian) in [https://github.com/immich-app/immich/pull/15276](https://redirect.github.com/immich-app/immich/pull/15276) - fix(docs): Update unraid.md to use correct image url by [@​swils23](https://redirect.github.com/swils23) in [https://github.com/immich-app/immich/pull/15427](https://redirect.github.com/immich-app/immich/pull/15427) - fix: grammar on docs homepage by [@​aaronjrodrigues](https://redirect.github.com/aaronjrodrigues) in [https://github.com/immich-app/immich/pull/15455](https://redirect.github.com/immich-app/immich/pull/15455) - fix: broken link on monitoring page by [@​jsloyer](https://redirect.github.com/jsloyer) in [https://github.com/immich-app/immich/pull/15478](https://redirect.github.com/immich-app/immich/pull/15478) - feat(docs): CIFS/Samba in-Docker example by [@​mmomjian](https://redirect.github.com/mmomjian) in [https://github.com/immich-app/immich/pull/15502](https://redirect.github.com/immich-app/immich/pull/15502) ##### 🌐 Translations - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [https://github.com/immich-app/immich/pull/15145](https://redirect.github.com/immich-app/immich/pull/15145) - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [https://github.com/immich-app/immich/pull/15335](https://redirect.github.com/immich-app/immich/pull/15335) #### New Contributors - [@​jinxuan-owyong](https://redirect.github.com/jinxuan-owyong) made their first contribution in [https://github.com/immich-app/immich/pull/15219](https://redirect.github.com/immich-app/immich/pull/15219) - [@​fholzer](https://redirect.github.com/fholzer) made their first contribution in [https://github.com/immich-app/immich/pull/15266](https://redirect.github.com/immich-app/immich/pull/15266) - [@​desmondgc](https://redirect.github.com/desmondgc) made their first contribution in [https://github.com/immich-app/immich/pull/15283](https://redirect.github.com/immich-app/immich/pull/15283) - [@​austin-dudzik](https://redirect.github.com/austin-dudzik) made their first contribution in [https://github.com/immich-app/immich/pull/15279](https://redirect.github.com/immich-app/immich/pull/15279) - [@​Dr-Electron](https://redirect.github.com/Dr-Electron) made their first contribution in [https://github.com/immich-app/immich/pull/15291](https://redirect.github.com/immich-app/immich/pull/15291) - [@​Zer0x00](https://redirect.github.com/Zer0x00) made their first contribution in [https://github.com/immich-app/immich/pull/14419](https://redirect.github.com/immich-app/immich/pull/14419) - [@​yonran](https://redirect.github.com/yonran) made their first contribution in [https://github.com/immich-app/immich/pull/12794](https://redirect.github.com/immich-app/immich/pull/12794) - [@​1-tempest](https://redirect.github.com/1-tempest) made their first contribution in [https://github.com/immich-app/immich/pull/15326](https://redirect.github.com/immich-app/immich/pull/15326) - [@​swils23](https://redirect.github.com/swils23) made their first contribution in [https://github.com/immich-app/immich/pull/15427](https://redirect.github.com/immich-app/immich/pull/15427) - [@​dav-wolff](https://redirect.github.com/dav-wolff) made their first contribution in [https://github.com/immich-app/immich/pull/15447](https://redirect.github.com/immich-app/immich/pull/15447) - [@​r1235613](https://redirect.github.com/r1235613) made their first contribution in [https://github.com/immich-app/immich/pull/15470](https://redirect.github.com/immich-app/immich/pull/15470) - [@​jsloyer](https://redirect.github.com/jsloyer) made their first contribution in [https://github.com/immich-app/immich/pull/15478](https://redirect.github.com/immich-app/immich/pull/15478) - [@​bxtdvd](https://redirect.github.com/bxtdvd) made their first contribution in [https://github.com/immich-app/immich/pull/15460](https://redirect.github.com/immich-app/immich/pull/15460) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.124.2...v1.125.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
5c95ff4072 |
chore(deps): update ghcr.io/siderolabs/installer docker tag to v1.9.2 (clustertool) (#30992)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/siderolabs/installer](https://redirect.github.com/siderolabs/talos) | patch | `v1.9.1` -> `v1.9.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>siderolabs/talos (ghcr.io/siderolabs/installer)</summary> ### [`v1.9.2`](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.2) [Compare Source](https://redirect.github.com/siderolabs/talos/compare/v1.9.1...v1.9.2) ##### [Talos 1.9.2](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.2) (2025-01-16) Welcome to the v1.9.2 release of Talos! Please try out the release binaries and report any issues at https://github.com/siderolabs/talos/issues. ##### auditd Kernel parameter `talos.auditd.disabled=1` can be used to disable Talos built-in `auditd` service. ##### kube-apiserver Authorization Config When using `.cluster.apiServer.authorizationConfig` the user provided order for the authorizers is honoured and `Node` and `RBAC` authorizers are always added to the end if not explicitly specified. Eg: If user provides only `Webhook` authorizer, the final order will be `Webhook`, `Node`, `RBAC`. To provide a specific order for `Node` or `RBAC` explicitly, user can provide the authorizer in the order they want. Eg: ```yaml cluster: apiServer: authorizationConfig: - type: Node name: Node - type: Webhook name: Webhook webhook: connectionInfo: type: InClusterConfig ... - type: RBAC name: rbac ``` Usage of `authorization-mode` CLI argument will not support this form of customization. ##### Component Updates - Linux: 6.12.9 - runc: 1.2.4 - containerd: 2.0.2 Talos is built with Go 1.23.4. ##### Contributors - Andrey Smirnov - Dmitry Sharshakov - L.J. Hanson - Noel Georgi - Skyler Mäntysaari - TomyLobo ##### Changes <details><summary>18 commits</summary> <p> - [@​`09758b3`](https://redirect.github.com/siderolabs/talos/commit/09758b3f6) release(v1.9.2): prepare release - [@​`207f863`](https://redirect.github.com/siderolabs/talos/commit/207f86320) feat: update containerd to 2.0.2 - [@​`582064d`](https://redirect.github.com/siderolabs/talos/commit/582064d9c) fix: add informer resync period for node status watcher - [@​`244fd6e`](https://redirect.github.com/siderolabs/talos/commit/244fd6e43) feat: add a kernel parameter to disable built-in auditd - [@​`28327e0`](https://redirect.github.com/siderolabs/talos/commit/28327e001) fix: kube-apiserver authorizers order - [@​`ff9aa80`](https://redirect.github.com/siderolabs/talos/commit/ff9aa806a) fix: a couple of imager panics/crashes - [@​`44e2cc9`](https://redirect.github.com/siderolabs/talos/commit/44e2cc91a) feat: update Linux to 6.12.9 - [@​`9fd295b`](https://redirect.github.com/siderolabs/talos/commit/9fd295b5f) fix: detect GPT before ZFS - [@​`7b59573`](https://redirect.github.com/siderolabs/talos/commit/7b59573de) fix: extfs repair and resize - [@​`5f6bfe0`](https://redirect.github.com/siderolabs/talos/commit/5f6bfe02a) fix: merge of VolumeConfig documents with sizes - [@​`0c05e1c`](https://redirect.github.com/siderolabs/talos/commit/0c05e1cd3) feat: update Linux to 6.12.8 - [@​`b61ab0a`](https://redirect.github.com/siderolabs/talos/commit/b61ab0a3d) fix: partition alignment on disks with 4k sectors - [@​`c4a69d3`](https://redirect.github.com/siderolabs/talos/commit/c4a69d386) fix: yet another dashboard panic - [@​`dec3c6e`](https://redirect.github.com/siderolabs/talos/commit/dec3c6e5b) fix: disable NRI plugin in a different way - [@​`dfb54c8`](https://redirect.github.com/siderolabs/talos/commit/dfb54c872) fix: request previous IP address in discovery - [@​`6b1fe3d`](https://redirect.github.com/siderolabs/talos/commit/6b1fe3df3) fix: mount selinuxfs only when SELinux is enabled - [@​`5e893e1`](https://redirect.github.com/siderolabs/talos/commit/5e893e1f5) fix: update field name for bus path disk selector - [@​`9219fc0`](https://redirect.github.com/siderolabs/talos/commit/9219fc017) fix: exclude disks with empty transport for disk selector </p> </details> ##### Changes from siderolabs/pkgs <details><summary>6 commits</summary> <p> - [siderolabs/pkgs@`c1f06e5`](https://redirect.github.com/siderolabs/pkgs/commit/c1f06e5) feat: update containerd to v2.0.2 - [siderolabs/pkgs@`ef38c38`](https://redirect.github.com/siderolabs/pkgs/commit/ef38c38) feat: update Linux to 6.12.9 - [siderolabs/pkgs@`a7487d6`](https://redirect.github.com/siderolabs/pkgs/commit/a7487d6) fix: adjust kernel options around ACPI/PCI/EFI - [siderolabs/pkgs@`376259a`](https://redirect.github.com/siderolabs/pkgs/commit/376259a) feat: update Linux to 6.12.8 - [siderolabs/pkgs@`8e435cd`](https://redirect.github.com/siderolabs/pkgs/commit/8e435cd) fix: update config-arm64 to add Rasperry Pi watchdog support - [siderolabs/pkgs@`daabb47`](https://redirect.github.com/siderolabs/pkgs/commit/daabb47) fix: dvb was missing I2C_MUX support and si2168 driver </p> </details> ##### Dependency Changes - **github.com/siderolabs/go-blockdevice/v2** v2.0.9 -> v2.0.11 - **github.com/siderolabs/pkgs** v1.9.0-15-g45c4ba4 -> v1.9.0-21-gc1f06e5 - **github.com/siderolabs/talos/pkg/machinery** v1.9.1 -> v1.9.2 Previous release can be found at [v1.9.1](https://redirect.github.com/siderolabs/talos/releases/tag/v1.9.1) ##### Images ghcr.io/siderolabs/flannel:v0.26.1 registry.k8s.io/coredns/coredns:v1.12.0 gcr.io/etcd-development/etcd:v3.5.17 registry.k8s.io/kube-apiserver:v1.32.0 registry.k8s.io/kube-controller-manager:v1.32.0 registry.k8s.io/kube-scheduler:v1.32.0 registry.k8s.io/kube-proxy:v1.32.0 ghcr.io/siderolabs/kubelet:v1.32.0 ghcr.io/siderolabs/installer:v1.9.2 registry.k8s.io/pause:3.10 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJzeXN0ZW0tdXBncmFkZSIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
45b9ad7982 |
chore(deps): update ghcr.io/siderolabs/kubelet docker tag to v1.32.1 (clustertool) (#30993)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/siderolabs/kubelet](https://redirect.github.com/siderolabs/kubelet) | patch | `v1.32.0` -> `v1.32.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>siderolabs/kubelet (ghcr.io/siderolabs/kubelet)</summary> ### [`v1.32.1`](https://redirect.github.com/siderolabs/kubelet/compare/v1.32.0...v1.32.1) [Compare Source](https://redirect.github.com/siderolabs/kubelet/compare/v1.32.0...v1.32.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJzeXN0ZW0tdXBncmFkZSIsInR5cGUvcGF0Y2giXX0=--> |
||
|
|
e1dc22221d |
chore(helm): update image docker.io/cthulhoo/ttrss-web-nginx digest to 778c1fb (#31129)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/cthulhoo/ttrss-web-nginx | digest | `f7559f0` -> `778c1fb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==--> |
||
|
|
a31c492b23 |
chore(helm): update image docker.io/jasongdove/ersatztv v0.8.8 → v25.1.0 (#31127)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jasongdove/ersatztv](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | major | `2da0a90` -> `f845dc4` | | [docker.io/jasongdove/ersatztv](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | major | `673edfd` -> `686c3b1` | | [docker.io/jasongdove/ersatztv](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | major | `a183c6f` -> `a3d5c42` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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**: 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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
1f45a934c1 |
chore(helm): update image docker.io/inovector/mixpost v1.7.2 → v2.0.1 (#31126)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/inovector/mixpost | major | `5abbc9e` -> `f652189` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
3e6c18fc28 |
chore(helm): update image docker.io/doitandbedone/ispyagentdvr 5.8.4.0 → 6.0.3.0 (#31125)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/doitandbedone/ispyagentdvr](https://redirect.github.com/doitandbedone/ispyagentdvr-docker) | major | `00e1f62` -> `2c65939` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>doitandbedone/ispyagentdvr-docker (docker.io/doitandbedone/ispyagentdvr)</summary> ### [`v6.0.3.0`](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/5.8.4.0...6.0.3.0) [Compare Source](https://redirect.github.com/doitandbedone/ispyagentdvr-docker/compare/5.8.4.0...6.0.3.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21ham9yIl19--> |
||
|
|
7a5b092ebe |
chore(container): update ghcr.io/actions/actions-runner docker tag to v2.322.0 (#31137)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/actions/actions-runner](https://redirect.github.com/actions/runner) | stage | minor | `2.321.0` -> `2.322.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/runner (ghcr.io/actions/actions-runner)</summary> ### [`v2.322.0`](https://redirect.github.com/actions/runner/releases/tag/v2.322.0) [Compare Source](https://redirect.github.com/actions/runner/compare/v2.321.0...v2.322.0) #### What's Changed - Fix name of generated of artifact builds from GitHub workflow for arm artifacts by [@​satmandu](https://redirect.github.com/satmandu) in [https://github.com/actions/runner/pull/3568](https://redirect.github.com/actions/runner/pull/3568) - Ignore error when fail to report worker crash. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3588](https://redirect.github.com/actions/runner/pull/3588) - Fix null ref in 'OnEventWritten()' by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3593](https://redirect.github.com/actions/runner/pull/3593) - Send stepNumber for annotation to run-service by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3614](https://redirect.github.com/actions/runner/pull/3614) - Enable nuget audit. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3615](https://redirect.github.com/actions/runner/pull/3615) - Update dotnet install script. by [@​TingluoHuang](https://redirect.github.com/TingluoHuang) in [https://github.com/actions/runner/pull/3659](https://redirect.github.com/actions/runner/pull/3659) - Print immutable action package details in set up job logs by [@​heavymachinery](https://redirect.github.com/heavymachinery) in [https://github.com/actions/runner/pull/3645](https://redirect.github.com/actions/runner/pull/3645) - Update dotnet sdk to latest version [@​8](https://redirect.github.com/8).0.405 by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/actions/runner/pull/3666](https://redirect.github.com/actions/runner/pull/3666) - Upgrade `buildx` from `0.18.0` to `0.19.3` (critical CVE) by [@​MPV](https://redirect.github.com/MPV) in [https://github.com/actions/runner/pull/3647](https://redirect.github.com/actions/runner/pull/3647) - Upgrade `docker` from `27.3.1` to `27.4.1` by [@​MPV](https://redirect.github.com/MPV) in [https://github.com/actions/runner/pull/3648](https://redirect.github.com/actions/runner/pull/3648) - Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.12.0 in /src by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3584](https://redirect.github.com/actions/runner/pull/3584) - Bump docker/setup-buildx-action from 2 to 3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3564](https://redirect.github.com/actions/runner/pull/3564) - Bump github/codeql-action from 2 to 3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3555](https://redirect.github.com/actions/runner/pull/3555) - Bump Moq from 4.20.70 to 4.20.72 in /src by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/runner/pull/3672](https://redirect.github.com/actions/runner/pull/3672) #### New Contributors - [@​satmandu](https://redirect.github.com/satmandu) made their first contribution in [https://github.com/actions/runner/pull/3568](https://redirect.github.com/actions/runner/pull/3568) **Full Changelog**: https://github.com/actions/runner/compare/v2.321.0...v2.322.0 *Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners* #### Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on `powershell`: ```powershell ### Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner ### Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-win-x64-2.322.0.zip -OutFile actions-runner-win-x64-2.322.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.322.0.zip", "$PWD") ``` #### Windows arm64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on `powershell`: ```powershell ### Create a folder under the drive root mkdir \actions-runner ; cd \actions-runner ### Download the latest runner package Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-win-arm64-2.322.0.zip -OutFile actions-runner-win-arm64-2.322.0.zip ### Extract the installer Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.322.0.zip", "$PWD") ``` #### OSX x64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-osx-x64-2.322.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-x64-2.322.0.tar.gz ``` #### OSX arm64 (Apple silicon) ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-osx-arm64-2.322.0.tar.gz ### Extract the installer tar xzf ./actions-runner-osx-arm64-2.322.0.tar.gz ``` #### Linux x64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-x64-2.322.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-x64-2.322.0.tar.gz ``` #### Linux arm64 ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-arm64-2.322.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm64-2.322.0.tar.gz ``` #### Linux arm ```bash ### Create a folder mkdir actions-runner && cd actions-runner ### Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.322.0/actions-runner-linux-arm-2.322.0.tar.gz ### Extract the installer tar xzf ./actions-runner-linux-arm-2.322.0.tar.gz ``` #### Using your self hosted runner For additional details about configuring, running, or shutting down the runner please check out our [product docs.](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners) #### SHA-256 Checksums The SHA-256 checksums for the packages included in this build are shown below: - actions-runner-win-x64-2.322.0.zip <!-- BEGIN SHA win-x64 -->ace5de018c88492ca80a2323af53ff3f43d2c82741853efb302928f250516015<!-- END SHA win-x64 --> - actions-runner-win-arm64-2.322.0.zip <!-- BEGIN SHA win-arm64 -->74b67df4e94e3cd7d79b9320d421b0a62c66b77a019cf2471aba793dac0139fb<!-- END SHA win-arm64 --> - actions-runner-osx-x64-2.322.0.tar.gz <!-- BEGIN SHA osx-x64 -->aa0fc262363912167dcdbc746ffcdf7b8996bc587f51cf1bab38ad86cf70b6ea<!-- END SHA osx-x64 --> - actions-runner-osx-arm64-2.322.0.tar.gz <!-- BEGIN SHA osx-arm64 -->67d3b4dd6f1eec8ec43dda12c189cff68ec3ba1dfa054791cb446ddcfb39d2aa<!-- END SHA osx-arm64 --> - actions-runner-linux-x64-2.322.0.tar.gz <!-- BEGIN SHA linux-x64 -->b13b784808359f31bc79b08a191f5f83757852957dd8fe3dbfcc38202ccf5768<!-- END SHA linux-x64 --> - actions-runner-linux-arm64-2.322.0.tar.gz <!-- BEGIN SHA linux-arm64 -->a96b0cec7b0237ca5e4210982368c6f7d8c2ab1e5f6b2604c1ccede9cedcb143<!-- END SHA linux-arm64 --> - actions-runner-linux-arm-2.322.0.tar.gz <!-- BEGIN SHA linux-arm -->583fc5f933eb2f0f9f388ef304085629181cef54e63fe3445eed92dba4a87c46<!-- END SHA linux-arm --> </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
ebe8a041d2 |
fix(deps): update module sigs.k8s.io/controller-runtime v0.19.4 → v0.19.5 (clustertool) (#31094)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigs.k8s.io/controller-runtime](https://redirect.github.com/kubernetes-sigs/controller-runtime) | require | patch | `v0.19.4` -> `v0.19.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)</summary> ### [`v0.19.5`](https://redirect.github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.19.5) [Compare Source](https://redirect.github.com/kubernetes-sigs/controller-runtime/compare/v0.19.4...v0.19.5) #### What's Changed - 🐛 cache: clone maps to prevent data race when concurrently creating caches using the same options by [@​k8s-infra-cherrypick-robot](https://redirect.github.com/k8s-infra-cherrypick-robot) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3080](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3080) - 🐛 support WaitForSync in custom TypedSyncingSource by [@​tareksha](https://redirect.github.com/tareksha) in [https://github.com/kubernetes-sigs/controller-runtime/pull/3087](https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3087) **Full Changelog**: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.19.4...v0.19.5 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> |
||
|
|
436a258642 |
fix(website): update @astrojs/starlight 0.29.3 → 0.31.1 (#30902)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@astrojs/starlight](https://starlight.astro.build) ([source](https://redirect.github.com/withastro/starlight/tree/HEAD/packages/starlight)) | dependencies | minor | [`0.30.6` -> `0.31.1`](https://renovatebot.com/diffs/npm/@astrojs%2fstarlight/0.29.3/0.31.1) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>withastro/starlight (@​astrojs/starlight)</summary> ### [`v0.31.1`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0311) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.31.0...@astrojs/starlight@0.31.1) ##### Patch Changes - [#​2805](https://redirect.github.com/withastro/starlight/pull/2805) [`ed6f9fd`](https://redirect.github.com/withastro/starlight/commit/ed6f9fd77334c02a75240087d0800ef32f159583) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Exposes the [`StarlightIcon`](https://starlight.astro.build/reference/icons/#starlighticon-type) TypeScript type referencing the names of Starlight’s built-in icons. ### [`v0.31.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0310) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.6...@astrojs/starlight@0.31.0) ##### Minor Changes - [#​2777](https://redirect.github.com/withastro/starlight/pull/2777) [`88f4214`](https://redirect.github.com/withastro/starlight/commit/88f42145888f3a04f20898fcb700c1e65be48bb2) Thanks [@​hippotastic](https://redirect.github.com/hippotastic)! - Updates `astro-expressive-code` dependency to the latest version (0.40). This includes an update to the latest Shiki version (1.26.1), providing access to all current Shiki themes and syntax highlighting languages, and adding the config options `shiki.engine`, `shiki.bundledLangs`, `shiki.langAlias` and `removeUnusedThemes`. It also adds new style variants to the optional collapsible sections plugin. See the [Expressive Code release notes](https://expressive-code.com/releases/#​0400) for full details. - [#​2736](https://redirect.github.com/withastro/starlight/pull/2736) [`29a885b`](https://redirect.github.com/withastro/starlight/commit/29a885be43f29150d6abd905f3ef7e1dccb99c98) Thanks [@​delucis](https://redirect.github.com/delucis)! - ⚠️ **BREAKING CHANGE:** The minimum supported version of Astro is now 5.1.5 Please update Astro and Starlight together: ```sh npx @​astrojs/upgrade ``` - [#​2728](https://redirect.github.com/withastro/starlight/pull/2728) [`e187383`](https://redirect.github.com/withastro/starlight/commit/e1873834d4a4328084a9ac056a089ee5b8f13103) Thanks [@​delucis](https://redirect.github.com/delucis)! - Updates minimum Pagefind dependency to v1.3.0, sets new defaults for Pagefind’s ranking options, and adds support for manually configuring the ranking options The new ranking option defaults have been evaluated against Starlight’s own docs to improve the quality of search results. See [“Customize Pagefind's result ranking”](https://pagefind.app/docs/ranking/) for more details about how they work. - [#​157](https://redirect.github.com/withastro/starlight/pull/157) [`23bf960`](https://redirect.github.com/withastro/starlight/commit/23bf960aed36445600b6ccecb2138a5b461e2929) Thanks [@​tony-sull](https://redirect.github.com/tony-sull)! - Adds a print stylesheet to improve the appearance of Starlight docs pages when printed - [#​2728](https://redirect.github.com/withastro/starlight/pull/2728) [`e187383`](https://redirect.github.com/withastro/starlight/commit/e1873834d4a4328084a9ac056a089ee5b8f13103) Thanks [@​delucis](https://redirect.github.com/delucis)! - Fixes Pagefind logging to respect the Astro log level. When using Astro’s `--verbose` or `--silent` CLI flags, these are now respected by Pagefind as well. ##### Patch Changes - [#​2792](https://redirect.github.com/withastro/starlight/pull/2792) [`412effb`](https://redirect.github.com/withastro/starlight/commit/412effb5a63c6026ea4faa0d09bcbd4a3c9fad4d) Thanks [@​dhruvkb](https://redirect.github.com/dhruvkb)! - Uses semantic `var(--sl-color-hairline)` for the page sidebar border instead of `var(--sl-color-gray-6)`. This is visually the same as previously but makes it easier to override the hairline color consistently across a site. - [#​2736](https://redirect.github.com/withastro/starlight/pull/2736) [`29a885b`](https://redirect.github.com/withastro/starlight/commit/29a885be43f29150d6abd905f3ef7e1dccb99c98) Thanks [@​delucis](https://redirect.github.com/delucis)! - Updates internal dependencies `@astrojs/sitemap` and `@astrojs/mdx` to the latest versions - [#​2782](https://redirect.github.com/withastro/starlight/pull/2782) [`d9d415b`](https://redirect.github.com/withastro/starlight/commit/d9d415b4558c7995319299e9c9e1520c87c3078e) Thanks [@​delucis](https://redirect.github.com/delucis)! - Fixes a documentation link in the JSDoc comment for the `StarlightExpressiveCodeOptions` type - [#​2708](https://redirect.github.com/withastro/starlight/pull/2708) [`442c819`](https://redirect.github.com/withastro/starlight/commit/442c8194dbcbe58e155d4c1f8d897a04605666e5) Thanks [@​delucis](https://redirect.github.com/delucis)! - Fixes colour contrast correction in code blocks ### [`v0.30.6`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0306) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.5...@astrojs/starlight@0.30.6) ##### Patch Changes - [#​2722](https://redirect.github.com/withastro/starlight/pull/2722) [`0b206d3`](https://redirect.github.com/withastro/starlight/commit/0b206d3a23f0876146dc17f5e507984362917696) Thanks [@​techfg](https://redirect.github.com/techfg)! - Fixes display of long site title on mobile - [#​2762](https://redirect.github.com/withastro/starlight/pull/2762) [`7ab1576`](https://redirect.github.com/withastro/starlight/commit/7ab157639da62fdc6b444b0280ad4c9d5ee4872f) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Prevents the header title from being translated by automatic translation systems. ### [`v0.30.5`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0305) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.4...@astrojs/starlight@0.30.5) ##### Patch Changes - [#​2757](https://redirect.github.com/withastro/starlight/pull/2757) [`e7b0e74`](https://redirect.github.com/withastro/starlight/commit/e7b0e742dffb7c4a8f4619297e4bd6e5a8015edb) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes a UI string translation issue for languages with a region subtag. - [#​2760](https://redirect.github.com/withastro/starlight/pull/2760) [`aec9edd`](https://redirect.github.com/withastro/starlight/commit/aec9edd14827a45fbc92d82db83dd713571e0c2d) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Adds 5 new icons: `left-caret`, `up-arrow`, `down-arrow`, `download`, and `cloud-download`. ### [`v0.30.4`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0304) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.3...@astrojs/starlight@0.30.4) ##### Patch Changes - [#​2747](https://redirect.github.com/withastro/starlight/pull/2747) [`474c27e`](https://redirect.github.com/withastro/starlight/commit/474c27e28d79794ac78d36e3384f0c0da6f2dfed) Thanks [@​bbag](https://redirect.github.com/bbag)! - Ensures `<Tab>` component toggling is stable when smooth scrolling is enabled via custom CSS - [#​2740](https://redirect.github.com/withastro/starlight/pull/2740) [`0e169c9`](https://redirect.github.com/withastro/starlight/commit/0e169c9fd9fbfc16d86225db6b00448edf39ffad) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an issue preventing Pagefind to be disabled using the `pagefind` frontmatter field. - [#​2732](https://redirect.github.com/withastro/starlight/pull/2732) [`a10b466`](https://redirect.github.com/withastro/starlight/commit/a10b46680810882b029dd1d578cc86e22bc97af5) Thanks [@​Sidnioulz](https://redirect.github.com/Sidnioulz)! - Adds Storybook, Confluence and Jira social icons ### [`v0.30.3`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0303) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.2...@astrojs/starlight@0.30.3) ##### Patch Changes - [#​2717](https://redirect.github.com/withastro/starlight/pull/2717) [`c5fcbb3`](https://redirect.github.com/withastro/starlight/commit/c5fcbb33a7a0511ac372f5d006a69f4195d1e266) Thanks [@​delucis](https://redirect.github.com/delucis)! - Fixes a list item spacing issue where line break elements (`<br>`) could receive a margin, breaking layout in Firefox - [#​2724](https://redirect.github.com/withastro/starlight/pull/2724) [`02d7ac6`](https://redirect.github.com/withastro/starlight/commit/02d7ac66a0bdca3f26001f556de070027d4e0faf) Thanks [@​dionysuzx](https://redirect.github.com/dionysuzx)! - Adds social link support for Farcaster - [#​2635](https://redirect.github.com/withastro/starlight/pull/2635) [`ec4b851`](https://redirect.github.com/withastro/starlight/commit/ec4b85154ea301d9144ff49f3abd009e3a929387) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an issue where the language picker in multilingual sites could display the wrong language when navigating between pages with the browser back/forward buttons. - [#​2726](https://redirect.github.com/withastro/starlight/pull/2726) [`e54ebd5`](https://redirect.github.com/withastro/starlight/commit/e54ebd5c879deb3fdff2180426b377181773b85f) Thanks [@​techfg](https://redirect.github.com/techfg)! - Adds icon for phone ### [`v0.30.2`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0302) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.1...@astrojs/starlight@0.30.2) ##### Patch Changes - [#​2702](https://redirect.github.com/withastro/starlight/pull/2702) [`02d16f3`](https://redirect.github.com/withastro/starlight/commit/02d16f3638db609501897c5e3647cc20eb5ec142) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an issue with autogenerated sidebars when using Starlight with Astro's new Content Layer API with directories containing spaces or special characters. - [#​2704](https://redirect.github.com/withastro/starlight/pull/2704) [`fd16470`](https://redirect.github.com/withastro/starlight/commit/fd164704b25ec5c000a2765eb0930b87e9a4e61e) Thanks [@​delucis](https://redirect.github.com/delucis)! - Fixes display of focus indicator around site title ### [`v0.30.1`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0301) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.30.0...@astrojs/starlight@0.30.1) ##### Patch Changes - [#​2688](https://redirect.github.com/withastro/starlight/pull/2688) [`5c6996c`](https://redirect.github.com/withastro/starlight/commit/5c6996cd248e9da735a14e7fcaf638b51f2796bc) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Fixes an issue with autogenerated sidebars when using Starlight with Astro's new Content Layer API where group names would be sluggified. ### [`v0.30.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0300) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.29.3...@astrojs/starlight@0.30.0) ##### Minor Changes - [#​2612](https://redirect.github.com/withastro/starlight/pull/2612) [`8d5a4e8`](https://redirect.github.com/withastro/starlight/commit/8d5a4e8000d9e3a4bb9ca8178767cf3d8bc48773) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Adds support for Astro v5, drops support for Astro v4. ##### Upgrade Astro and dependencies ⚠️ **BREAKING CHANGE:** Astro v4 is no longer supported. Make sure you [update Astro](https://docs.astro.build/en/guides/upgrade-to/v5/) and any other official integrations at the same time as updating Starlight: ```sh npx @​astrojs/upgrade ``` *Community Starlight plugins and Astro integrations may also need to be manually updated to work with Astro v5. If you encounter any issues, please reach out to the plugin or integration author to see if it is a known issue or if an updated version is being worked on.* ##### Update your collections ⚠️ **BREAKING CHANGE:** Starlight's internal [content collections](https://docs.astro.build/en/guides/content-collections/), which organize, validate, and render your content, have been updated to use Astro's new Content Layer API and require configuration changes in your project. 1. **Move the content config file.** This file no longer lives within the `src/content/config.ts` folder and should now exist at `src/content.config.ts`. 2. **Edit the collection definition(s).** To update the `docs` collection, a `loader` is now required: ```diff // src/content.config.ts import { defineCollection } from "astro:content"; +import { docsLoader } from "@​astrojs/starlight/loaders"; import { docsSchema } from "@​astrojs/starlight/schema"; export const collections = { - docs: defineCollection({ schema: docsSchema() }), + docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }), }; ``` If you are using the [`i18n` collection](https://starlight.astro.build/guides/i18n/#translate-starlights-ui) to provide translations for additional languages you support or override our default labels, you will need to update the collection definition in a similar way and remove the collection `type` which is no longer available: ```diff // src/content.config.ts import { defineCollection } from "astro:content"; +import { docsLoader, i18nLoader } from "@​astrojs/starlight/loaders"; import { docsSchema, i18nSchema } from "@​astrojs/starlight/schema"; export const collections = { - docs: defineCollection({ schema: docsSchema() }), + docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }), - i18n: defineCollection({ type: 'data', schema: i18nSchema() }), + i18n: defineCollection({ loader: i18nLoader(), schema: i18nSchema() }), }; ``` 3. **Update other collections.** To update any other collections you may have, follow the [“Updating existing collections”](https://docs.astro.build/en/guides/upgrade-to/v5/#updating-existing-collections) section in the Astro 5 upgrade guide. If you are unable to make any changes to your collections at this time, including Starlight's default `docs` and `i18n` collections, you can enable the [`legacy.collections` flag](https://docs.astro.build/en/reference/legacy-flags/) to upgrade to v5 without updating your collections. This legacy flag exists to provide temporary backwards compatibility, and will allow you to keep your collections in their current state until the legacy flag is no longer supported. ##### Patch Changes - [#​2669](https://redirect.github.com/withastro/starlight/pull/2669) [`310df7d`](https://redirect.github.com/withastro/starlight/commit/310df7d6b01f5c4a56540bdba9243fb60dace323) Thanks [@​aaronperezaguilera](https://redirect.github.com/aaronperezaguilera)! - Adds Catalan UI translations - [#​2664](https://redirect.github.com/withastro/starlight/pull/2664) [`62ff007`](https://redirect.github.com/withastro/starlight/commit/62ff0074d9a3f82e46f5c62db85c04d87ff5e931) Thanks [@​HiDeoo](https://redirect.github.com/HiDeoo)! - Publishes provenance containing verifiable data to link a package back to its source repository and the specific build instructions used to publish it. - [#​2670](https://redirect.github.com/withastro/starlight/pull/2670) [`0223b42`](https://redirect.github.com/withastro/starlight/commit/0223b425249f8d1fa468e367c632467276c9c208) Thanks [@​aaronperezaguilera](https://redirect.github.com/aaronperezaguilera)! - Adds Spanish UI translations for the Pagefind search modal </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
2e41862ba0 | chore(helm): update image ghcr.io/stirling-tools/s-pdf 0.36.6 → 0.38.0 (#31121) | ||
|
|
bd11ce3b8c | chore(helm): update image ghcr.io/linuxserver/speedtest-tracker 1.0.3 → 1.2.0 (#31116) | ||
|
|
406419061d | chore(helm): update image ghcr.io/nwithan8/tauticord 5.10.0 → 5.11.0 (#31119) | ||
|
|
4f9d6edd35 | chore(helm): update image ghcr.io/manyfold3d/manyfold 0.93.0 → 0.98.0 (#31117) | ||
|
|
d4048a8734 | chore(helm): update image ghcr.io/mealie-recipes/mealie v2.4.2 → v2.5.0 (#31118) | ||
|
|
ff6f743f35 |
chore(helm): update image ghcr.io/paperless-ngx/paperless-ngx 2.13.5 → 2.14.5 (#30899)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/paperless-ngx/paperless-ngx](https://redirect.github.com/paperless-ngx/paperless-ngx) | minor | `199c67e` -> `0dd0569` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>paperless-ngx/paperless-ngx (ghcr.io/paperless-ngx/paperless-ngx)</summary> ### [`v2.14.5`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.14.5): Paperless-ngx v2.14.5 [Compare Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.14.4...v2.14.5) #### paperless-ngx 2.14.5 ##### Features - Change: restrict altering and creation of superusers to superusers only [@​shamoon](https://redirect.github.com/shamoon) ([#​8837](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8837)) ##### Bug Fixes - Fix: fix long tag visual wrapping [@​shamoon](https://redirect.github.com/shamoon) ([#​8833](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8833)) - Fix: Enforce classifier training ordering to prevent extra training [@​stumpylog](https://redirect.github.com/stumpylog) ([#​8822](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8822)) - Fix: import router module to not found component [@​shamoon](https://redirect.github.com/shamoon) ([#​8821](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8821)) - Fix: better reflect some mail account / rule permissions in UI [@​shamoon](https://redirect.github.com/shamoon) ([#​8812](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8812)) ##### Dependencies - Chore(deps-dev): Bump undici from 5.28.4 to 5.28.5 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8851](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8851)) - Chore(deps-dev): Bump the development group with 2 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8841](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8841)) ##### All App Changes <details> <summary>9 changes</summary> - Chore(deps-dev): Bump undici from 5.28.4 to 5.28.5 in /src-ui @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8851](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8851)) - Chore(deps-dev): Bump the development group with 2 updates @​[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) ([#​8841](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8841)) - Chore: use simpler method for attaching files to emails [@​shamoon](https://redirect.github.com/shamoon) ([#​8845](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8845)) - Change: restrict altering and creation of superusers to superusers only [@​shamoon](https://redirect.github.com/shamoon) ([#​8837](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8837)) - Fix: fix long tag visual wrapping [@​shamoon](https://redirect.github.com/shamoon) ([#​8833](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8833)) - Change: allow generate auth token without a usable password [@​shamoon](https://redirect.github.com/shamoon) ([#​8824](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8824)) - Fix: Enforce classifier training ordering to prevent extra training [@​stumpylog](https://redirect.github.com/stumpylog) ([#​8822](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8822)) - Fix: import router module to not found component [@​shamoon](https://redirect.github.com/shamoon) ([#​8821](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8821)) - Fix: better reflect some mail account / rule permissions in UI [@​shamoon](https://redirect.github.com/shamoon) ([#​8812](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8812)) </details> ### [`v2.14.4`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.14.4): Paperless-ngx v2.14.4 [Compare Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.14.3...v2.14.4) #### paperless-ngx 2.14.4 ##### Features - Enhancement: allow specifying JSON encoding for webhooks [@​shamoon](https://redirect.github.com/shamoon) ([#​8799](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8799)) - Change: disable API basic auth if MFA enabled [@​shamoon](https://redirect.github.com/shamoon) ([#​8792](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8792)) ##### Bug Fixes - Fix: Include email and webhook objects in the export [@​stumpylog](https://redirect.github.com/stumpylog) ([#​8790](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8790)) - Fix: use MIMEBase for email attachments [@​shamoon](https://redirect.github.com/shamoon) ([#​8762](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8762)) - Fix: handle page out of range in mgmt lists after delete [@​shamoon](https://redirect.github.com/shamoon) ([#​8771](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8771)) ##### All App Changes <details> <summary>5 changes</summary> - Enhancement: allow specifying JSON encoding for webhooks [@​shamoon](https://redirect.github.com/shamoon) ([#​8799](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8799)) - Change: disable API basic auth if MFA enabled [@​shamoon](https://redirect.github.com/shamoon) ([#​8792](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8792)) - Fix: Include email and webhook objects in the export [@​stumpylog](https://redirect.github.com/stumpylog) ([#​8790](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8790)) - Fix: use MIMEBase for email attachments [@​shamoon](https://redirect.github.com/shamoon) ([#​8762](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8762)) - Fix: handle page out of range in mgmt lists after delete [@​shamoon](https://redirect.github.com/shamoon) ([#​8771](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8771)) </details> ### [`v2.14.3`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.14.3): Paperless-ngx v2.14.3 [Compare Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.14.2...v2.14.3) #### paperless-ngx 2.14.3 ##### Bug Fixes - Fix: Adds a default 30s timeout for emails, instead of no timeout [@​stumpylog](https://redirect.github.com/stumpylog) ([#​8757](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8757)) - Fix: import forms modules for entries component [@​shamoon](https://redirect.github.com/shamoon) ([#​8752](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8752)) - Fix: fix email/wh actions on consume started [@​shamoon](https://redirect.github.com/shamoon) ([#​8750](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8750)) - Fix: import date picker module in cf query dropdown [@​shamoon](https://redirect.github.com/shamoon) ([#​8749](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8749)) ##### All App Changes <details> <summary>5 changes</summary> - Fix: Adds a default 30s timeout for emails, instead of no timeout [@​stumpylog](https://redirect.github.com/stumpylog) ([#​8757](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8757)) - Enhancement: set autofocus on MFA code field [@​mxmehl](https://redirect.github.com/mxmehl) ([#​8756](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8756)) - Fix: import forms modules for entries component [@​shamoon](https://redirect.github.com/shamoon) ([#​8752](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8752)) - Fix: fix email/wh actions on consume started [@​shamoon](https://redirect.github.com/shamoon) ([#​8750](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8750)) - Fix: import date picker module in cf query dropdown [@​shamoon](https://redirect.github.com/shamoon) ([#​8749](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8749)) </details> ### [`v2.14.2`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.14.2): Paperless-ngx v2.14.2 [Compare Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.14.1...v2.14.2) #### paperless-ngx 2.14.2 ##### Bug Fixes - Fix: dont try to parse empty webhook params [@​shamoon](https://redirect.github.com/shamoon) ([#​8742](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8742)) - Fix: pass working file to workflows, pickle file bytes [@​shamoon](https://redirect.github.com/shamoon) ([#​8741](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8741)) - Fix: use hard delete when bulk editing custom fields [@​shamoon](https://redirect.github.com/shamoon) ([#​8740](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8740)) - Fix: Ensure email attachments use the latest document path for attachments [@​stumpylog](https://redirect.github.com/stumpylog) ([#​8737](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8737)) - Fix: include tooltip module for custom fields display [@​shamoon](https://redirect.github.com/shamoon) ([#​8739](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8739)) - Fix: remove id of webhook/email actions on copy [@​shamoon](https://redirect.github.com/shamoon) ([#​8729](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8729)) - Fix: import dnd module for merge confirm dialog [@​shamoon](https://redirect.github.com/shamoon) ([#​8727](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8727)) ##### Dependencies - Chore(deps): Bump django from 5.1.4 to 5.1.5 [@​dependabot](https://redirect.github.com/dependabot) ([#​8738](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8738)) ##### All App Changes <details> <summary>7 changes</summary> - Fix: dont try to parse empty webhook params [@​shamoon](https://redirect.github.com/shamoon) ([#​8742](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8742)) - Fix: pass working file to workflows, pickle file bytes [@​shamoon](https://redirect.github.com/shamoon) ([#​8741](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8741)) - Fix: use hard delete when bulk editing custom fields [@​shamoon](https://redirect.github.com/shamoon) ([#​8740](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8740)) - Fix: Ensure email attachments use the latest document path for attachments [@​stumpylog](https://redirect.github.com/stumpylog) ([#​8737](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8737)) - Fix: include tooltip module for custom fields display [@​shamoon](https://redirect.github.com/shamoon) ([#​8739](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8739)) - Fix: remove id of webhook/email actions on copy [@​shamoon](https://redirect.github.com/shamoon) ([#​8729](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8729)) - Fix: import dnd module for merge confirm dialog [@​shamoon](https://redirect.github.com/shamoon) ([#​8727](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8727)) </details> ### [`v2.14.1`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.14.1): Paperless-ngx v2.14.1 [Compare Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.14.0...v2.14.1) #### paperless-ngx 2.14.1 ##### Bug Fixes - Fix: prevent error if bulk edit method not in MODIFIED_FIELD_BY_METHOD [@​shamoon](https://redirect.github.com/shamoon) ([#​8710](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8710)) - Fix: include tag component in list view [@​shamoon](https://redirect.github.com/shamoon) ([#​8706](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8706)) - Fix: use unmodified original for checksum if exists [@​shamoon](https://redirect.github.com/shamoon) ([#​8693](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8693)) - Fix: complete load with native PDF viewer [@​shamoon](https://redirect.github.com/shamoon) ([#​8699](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8699)) ##### All App Changes <details> <summary>4 changes</summary> - Fix: prevent error if bulk edit method not in MODIFIED_FIELD_BY_METHOD [@​shamoon](https://redirect.github.com/shamoon) ([#​8710](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8710)) - Fix: include tag component in list view [@​shamoon](https://redirect.github.com/shamoon) ([#​8706](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8706)) - Fix: use unmodified original for checksum if exists [@​shamoon](https://redirect.github.com/shamoon) ([#​8693](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8693)) - Fix: complete load with native PDF viewer [@​shamoon](https://redirect.github.com/shamoon) ([#​8699](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8699)) </details> ### [`v2.14.0`](https://redirect.github.com/paperless-ngx/paperless-ngx/releases/tag/v2.14.0): Paperless-ngx v2.14.0 [Compare Source](https://redirect.github.com/paperless-ngx/paperless-ngx/compare/v2.13.5...v2.14.0) #### paperless-ngx 2.14.0 ##### Features - Enhancement: custom field sorting [@​shamoon](https://redirect.github.com/shamoon) ([#​8494](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8494)) - Enhancement: process mail button [@​shamoon](https://redirect.github.com/shamoon) ([#​8466](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8466)) - Feature: bulk edit custom field values [@​shamoon](https://redirect.github.com/shamoon) ([#​8428](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8428)) - Enhancement: improved loading visuals [@​shamoon](https://redirect.github.com/shamoon) ([#​8435](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8435)) - Enhancement: prune audit logs and management command [@​shamoon](https://redirect.github.com/shamoon) ([#​8416](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8416)) - Change: make saved views manage its own component [@​shamoon](https://redirect.github.com/shamoon) ([#​8423](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8423)) - Enhancement: file task filtering [@​shamoon](https://redirect.github.com/shamoon) ([#​8421](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8421)) - Enhancement: auto-link duplicate document [@​shamoon](https://redirect.github.com/shamoon) ([#​8415](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8415)) - Feature: email, webhook workflow actions [@​shamoon](https://redirect.github.com/shamoon) ([#​8108](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8108)) - Enhancement: use stable unique IDs for custom field select options [@​shamoon](https://redirect.github.com/shamoon) ([#​8299](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8299)) - Enhancement: better TIFF display browser support [@​shamoon](https://redirect.github.com/shamoon) ([#​8087](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8087)) - Enhancement: filterable list count sorting and opacification [@​shamoon](https://redirect.github.com/shamoon) ([#​8386](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8386)) - Enhancement: preview button for document list and trash, refactor [@​shamoon](https://redirect.github.com/shamoon) ([#​8384](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8384)) - Enhancement: use theme-color meta tag [@​shamoon](https://redirect.github.com/shamoon) ([#​8359](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8359)) - Feature: scheduled workflow trigger [@​shamoon](https://redirect.github.com/shamoon) ([#​8036](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8036)) - Enhancement: support owner permissions for file tasks [@​shamoon](https://redirect.github.com/shamoon) ([#​8195](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8195)) - Fixhancement: change update content to handle archive disabled [@​shamoon](https://redirect.github.com/shamoon) ([#​8315](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8315)) - Enhancement: next / previous shortcuts for document list [@​shamoon](https://redirect.github.com/shamoon) ([#​8309](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8309)) - Feature: two-factor authentication [@​shamoon](https://redirect.github.com/shamoon) ([#​8012](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8012)) - Enhancement: save & next / close shortcut key [@​shamoon](https://redirect.github.com/shamoon) ([#​8243](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8243)) - Feature: loading preview, better text popup preview [@​shamoon](https://redirect.github.com/shamoon) ([#​8011](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8011)) ##### Bug Fixes - Fix: add some minor frontend permissions checks [@​shamoon](https://redirect.github.com/shamoon) ([#​8524](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8524)) - FIx: obliquely trim spaces from global search [@​shamoon](https://redirect.github.com/shamoon) ([#​8484](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8484)) - Fix: include global perms for bulk edit endpoint [@​shamoon](https://redirect.github.com/shamoon) ([#​8468](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8468)) - Fix: frontend better reflect global perms for bulk edit, disabled form state [@​shamoon](https://redirect.github.com/shamoon) ([#​8469](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8469)) - Fixhancement: dispatch change event from current field prior to save [@​shamoon](https://redirect.github.com/shamoon) ([#​8369](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8369)) - Fix: Fixes install script to handle languages with dashes or underscores [@​stumpylog](https://redirect.github.com/stumpylog) ([#​8341](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8341)) - Fix: handle very old dates with positive offset too [@​shamoon](https://redirect.github.com/shamoon) ([#​8335](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8335)) - Fixhancement: change update content to handle archive disabled [@​shamoon](https://redirect.github.com/shamoon) ([#​8315](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8315)) - Fix: include db_index caveat in squashed migrations [@​shamoon](https://redirect.github.com/shamoon) ([#​8292](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8292)) - Fix: prevent duplicate workflow runs [@​shamoon](https://redirect.github.com/shamoon) ([#​8268](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8268)) - Fix: add note about select options to edit dialog [@​shamoon](https://redirect.github.com/shamoon) ([#​8267](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8267)) ##### Maintenance - Chore(deps): Bump codecov/codecov-action from 4 to 5 in the actions group [@​dependabot](https://redirect.github.com/dependabot) ([#​8401](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8401)) ##### Dependencies <details> <summary>16 changes</summary> - Chore(deps): Bump the small-changes group with 3 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8627](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8627)) - Chore(deps-dev): Bump ruff from 0.8.4 to 0.8.6 in the development group [@​dependabot](https://redirect.github.com/dependabot) ([#​8626](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8626)) - Chore(deps): Bump django-allauth from 65.3.0 to 65.3.1 in the django group [@​dependabot](https://redirect.github.com/dependabot) ([#​8574](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8574)) - Chore(deps-dev): Bump ruff from 0.8.3 to 0.8.4 in the development group [@​dependabot](https://redirect.github.com/dependabot) ([#​8546](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8546)) - Chore(deps): Bump the small-changes group with 6 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8547](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8547)) - Chore: update ng2 pdf viewer [@​shamoon](https://redirect.github.com/shamoon) ([#​8462](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8462)) - Chore(deps-dev): Bump the development group with 2 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8458](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8458)) - Chore(deps): Bump django-soft-delete from 1.0.15 to 1.0.16 in the django group [@​dependabot](https://redirect.github.com/dependabot) ([#​8459](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8459)) - Chore(deps): Bump the small-changes group with 4 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8460](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8460)) - Chore(deps): Bump django from 5.1.3 to 5.1.4 [@​dependabot](https://redirect.github.com/dependabot) ([#​8445](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8445)) - Chore(deps-dev): Bump the development group with 4 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8414](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8414)) - Chore(deps): Bump codecov/codecov-action from 4 to 5 in the actions group [@​dependabot](https://redirect.github.com/dependabot) ([#​8401](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8401)) - Chore(deps-dev): Bump the development group with 4 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8352](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8352)) - Chore(deps): Bump the small-changes group across 1 directory with 7 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8399](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8399)) - Chore(deps): Bump tornado from 6.4.1 to 6.4.2 [@​dependabot](https://redirect.github.com/dependabot) ([#​8336](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8336)) - Chore(deps): Bump watchdog from 5.0.3 to 6.0.0 in the major-versions group [@​dependabot](https://redirect.github.com/dependabot) ([#​8257](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8257)) </details> ##### All App Changes <details> <summary>65 changes</summary> - Fix: use state param with oauth [@​shamoon](https://redirect.github.com/shamoon) ([#​8636](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8636)) - Fix: check permissions for all documents via bulk download [@​shamoon](https://redirect.github.com/shamoon) ([#​8631](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8631)) - Chore(deps): Bump the small-changes group with 3 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8627](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8627)) - Chore(deps-dev): Bump ruff from 0.8.4 to 0.8.6 in the development group [@​dependabot](https://redirect.github.com/dependabot) ([#​8626](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8626)) - Chore: Switch from os.path to pathlib.Path [@​gothicVI](https://redirect.github.com/gothicVI) ([#​8325](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8325)) - Chore: disable max-age for some document endpoints [@​tsia](https://redirect.github.com/tsia) ([#​8611](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8611)) - Fix: do not accept empty string for doc link value via API [@​shamoon](https://redirect.github.com/shamoon) ([#​8596](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8596)) - Enhancement: angular 19 [@​shamoon](https://redirect.github.com/shamoon) ([#​8584](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8584)) - Fix: fix hotkey arrows [@​shamoon](https://redirect.github.com/shamoon) ([#​8583](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8583)) - Chore: remove outdated admin logentry handler [@​shamoon](https://redirect.github.com/shamoon) ([#​8580](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8580)) - Chore(deps): Bump django-allauth from 65.3.0 to 65.3.1 in the django group [@​dependabot](https://redirect.github.com/dependabot) ([#​8574](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8574)) - Enhancement: custom field sorting [@​shamoon](https://redirect.github.com/shamoon) ([#​8494](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8494)) - Fix: fix occasional error toast overflow [@​shamoon](https://redirect.github.com/shamoon) ([#​8552](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8552)) - Fix: fix share link archive version detection [@​shamoon](https://redirect.github.com/shamoon) ([#​8551](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8551)) - Chore(deps-dev): Bump ruff from 0.8.3 to 0.8.4 in the development group [@​dependabot](https://redirect.github.com/dependabot) ([#​8546](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8546)) - Chore(deps): Bump the small-changes group with 6 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8547](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8547)) - Enhancement: add timeout for Tika client [@​HiranChaudhuri](https://redirect.github.com/HiranChaudhuri) ([#​8520](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8520)) - Fix: add some minor frontend permissions checks [@​shamoon](https://redirect.github.com/shamoon) ([#​8524](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8524)) - FIx: obliquely trim spaces from global search [@​shamoon](https://redirect.github.com/shamoon) ([#​8484](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8484)) - Fix: include global perms for bulk edit endpoint [@​shamoon](https://redirect.github.com/shamoon) ([#​8468](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8468)) - Enhancement: process mail button [@​shamoon](https://redirect.github.com/shamoon) ([#​8466](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8466)) - Fix: frontend better reflect global perms for bulk edit, disabled form state [@​shamoon](https://redirect.github.com/shamoon) ([#​8469](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8469)) - Chore: update ng2 pdf viewer [@​shamoon](https://redirect.github.com/shamoon) ([#​8462](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8462)) - Chore(deps-dev): Bump the development group with 2 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8458](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8458)) - Chore(deps): Bump django-soft-delete from 1.0.15 to 1.0.16 in the django group [@​dependabot](https://redirect.github.com/dependabot) ([#​8459](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8459)) - Chore(deps): Bump the small-changes group with 4 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8460](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8460)) - Chore: use rxjs instead of JS setInterval for timers [@​shamoon](https://redirect.github.com/shamoon) ([#​8461](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8461)) - Feature: bulk edit custom field values [@​shamoon](https://redirect.github.com/shamoon) ([#​8428](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8428)) - Enhancement: improved loading visuals [@​shamoon](https://redirect.github.com/shamoon) ([#​8435](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8435)) - Enhancement: prune audit logs and management command [@​shamoon](https://redirect.github.com/shamoon) ([#​8416](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8416)) - Change: make saved views manage its own component [@​shamoon](https://redirect.github.com/shamoon) ([#​8423](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8423)) - Enhancement: file task filtering [@​shamoon](https://redirect.github.com/shamoon) ([#​8421](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8421)) - Enhancement: auto-link duplicate document [@​shamoon](https://redirect.github.com/shamoon) ([#​8415](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8415)) - Enhancement: include current filename placeholder in workflows [@​Lu-Fi](https://redirect.github.com/Lu-Fi) ([#​8319](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8319)) - Feature: email, webhook workflow actions [@​shamoon](https://redirect.github.com/shamoon) ([#​8108](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8108)) - Chore(deps-dev): Bump the development group with 4 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8414](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8414)) - Enhancement: use stable unique IDs for custom field select options [@​shamoon](https://redirect.github.com/shamoon) ([#​8299](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8299)) - Chore(deps-dev): Bump the development group with 4 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8352](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8352)) - Enhancement: better TIFF display browser support [@​shamoon](https://redirect.github.com/shamoon) ([#​8087](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8087)) - Chore(deps): Bump the small-changes group across 1 directory with 7 updates [@​dependabot](https://redirect.github.com/dependabot) ([#​8399](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8399)) - Enhancement: History (audit log) for bulk edit operations [@​shamoon](https://redirect.github.com/shamoon) ([#​8196](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8196)) - Enhancement: larger previews in action dialogs [@​shamoon](https://redirect.github.com/shamoon) ([#​8387](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8387)) - Enhancement: filterable list count sorting and opacification [@​shamoon](https://redirect.github.com/shamoon) ([#​8386](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8386)) - Enhancement: preview button for document list and trash, refactor [@​shamoon](https://redirect.github.com/shamoon) ([#​8384](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8384)) - Fixhancement: dispatch change event from current field prior to save [@​shamoon](https://redirect.github.com/shamoon) ([#​8369](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8369)) - Enhancement: use theme-color meta tag [@​shamoon](https://redirect.github.com/shamoon) ([#​8359](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8359)) - Chore: cleanup urls, use actions for some views [@​shamoon](https://redirect.github.com/shamoon) ([#​8346](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8346)) - Feature: scheduled workflow trigger [@​shamoon](https://redirect.github.com/shamoon) ([#​8036](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8036)) - Fix: handle very old dates with positive offset too [@​shamoon](https://redirect.github.com/shamoon) ([#​8335](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8335)) - Refactor: fix unnecessary use of filterable dropdown sorting [@​shamoon](https://redirect.github.com/shamoon) ([#​8328](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8328)) - Enhancement: offer link to restored document [@​shamoon](https://redirect.github.com/shamoon) ([#​8321](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8321)) - Enhancement: support owner permissions for file tasks [@​shamoon](https://redirect.github.com/shamoon) ([#​8195](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8195)) - Fixhancement: change update content to handle archive disabled [@​shamoon](https://redirect.github.com/shamoon) ([#​8315](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8315)) - Chore(deps): Bump watchdog from 5.0.3 to 6.0.0 in the major-versions group [@​dependabot](https://redirect.github.com/dependabot) ([#​8257](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8257)) - Enhancement: Add --compare-json option to document_exporter to write json files only if changed [@​kdoren](https://redirect.github.com/kdoren) ([#​8261](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8261)) - Enhancement: next / previous shortcuts for document list [@​shamoon](https://redirect.github.com/shamoon) ([#​8309](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8309)) - Feature: two-factor authentication [@​shamoon](https://redirect.github.com/shamoon) ([#​8012](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8012)) - Fix: include db_index caveat in squashed migrations [@​shamoon](https://redirect.github.com/shamoon) ([#​8292](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8292)) - Tweak: use fixed position for navbar [@​shamoon](https://redirect.github.com/shamoon) ([#​8279](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8279)) - Fix: prevent duplicate workflow runs [@​shamoon](https://redirect.github.com/shamoon) ([#​8268](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8268)) - Fix: add note about select options to edit dialog [@​shamoon](https://redirect.github.com/shamoon) ([#​8267](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8267)) - Enhancement: save & next / close shortcut key [@​shamoon](https://redirect.github.com/shamoon) ([#​8243](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8243)) - Feature: loading preview, better text popup preview [@​shamoon](https://redirect.github.com/shamoon) ([#​8011](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8011)) - Chore: switch src/documents/bulk\*.py from os.path to pathlib.Path [@​gothicVI](https://redirect.github.com/gothicVI) ([#​7862](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/7862)) - Chore: Bulk backend dependency updates [@​stumpylog](https://redirect.github.com/stumpylog) ([#​8212](https://redirect.github.com/paperless-ngx/paperless-ngx/pull/8212)) </details> </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
674cf0b128 |
chore(helm): update image ghcr.io/onedr0p/prowlarr-develop 1.29.2.4915 → 1.30.1.4928 (#30876)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/onedr0p/prowlarr-develop](https://ghcr.io/onedr0p/prowlarr-develop) ([source](https://redirect.github.com/Prowlarr/Prowlarr)) | minor | `b258cc8` -> `6256bcf` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>Prowlarr/Prowlarr (ghcr.io/onedr0p/prowlarr-develop)</summary> ### [`v1.30.1.4928`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.30.1.4928): 1.30.1.4928 [Compare Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.30.0.4920...v1.30.1.4928) *To receive further Pre-Release updates for a non-docker installation, please change the branch to **develop**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Prowlarr within an existing docker container.*** #### Changes: - [`6eb21a0`](https://redirect.github.com/Prowlarr/Prowlarr/commit/6eb21a02a1caff10e583b64bfaa6b3125be11eb2) Bump NLog, Polly, System.Memory and AngleSharp - [`8c2d5a4`](https://redirect.github.com/Prowlarr/Prowlarr/commit/8c2d5a404d4658d7252418c4a233244c08029b86) Fixed BR-DISK detection for AnimeBytes - [`3b83a00`](https://redirect.github.com/Prowlarr/Prowlarr/commit/3b83a00eaff4c14ae0b64f7be825cb69db491eea) Fixed: (AnimeBytes) Improve M2TS and ISO titles for BR-DISK detection - [`a5a86a6`](https://redirect.github.com/Prowlarr/Prowlarr/commit/a5a86a6f865a707f19e1950827b3245bf65ebbfe) Multiple Translations updated by Weblate - [`e7ed09a`](https://redirect.github.com/Prowlarr/Prowlarr/commit/e7ed09a43d4171d52821dab1a883f97da883b48a) Bump version to 1.30.1 This list of changes was [auto generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=166&\_a=release-summary). ### [`v1.30.0.4920`](https://redirect.github.com/Prowlarr/Prowlarr/releases/tag/v1.30.0.4920): 1.30.0.4920 [Compare Source](https://redirect.github.com/Prowlarr/Prowlarr/compare/v1.29.2.4915...v1.30.0.4920) *To receive further Pre-Release updates for a non-docker installation, please change the branch to **develop**. (Settings -> General (Show Advanced Settings) -> Updates -> Branch)* **If you are using docker you will need to update the container image. *Do not attempt to update Prowlarr within an existing docker container.*** #### Changes: - [`547bc2e`](https://redirect.github.com/Prowlarr/Prowlarr/commit/547bc2e58c44ef9bdf62af7fbde4dea07f0c85c2) New: (MyAnonamouse) Search by languages option \[ [#​2326](https://redirect.github.com/Prowlarr/Prowlarr/issues/2326) ] - [`8eb674c`](https://redirect.github.com/Prowlarr/Prowlarr/commit/8eb674c8d793e478faa7aa2f3e755fbe0869a94b) Multiple Translations updated by Weblate - [`2c3621d`](https://redirect.github.com/Prowlarr/Prowlarr/commit/2c3621d25e1f4e67abeed6fefa160f114e5096a3) Improve error message on non-JSON responses for Nebulance - [`2648f2c`](https://redirect.github.com/Prowlarr/Prowlarr/commit/2648f2c639cbb4744b174b8abc82d9b2e142370e) Fixed: (BTN) Improve M2TS and ISO titles for BR-DISK detection - [`f4d6210`](https://redirect.github.com/Prowlarr/Prowlarr/commit/f4d621063bf0bd9867fe24546843db34bb32f56f) Bump version to 1.30.0 This list of changes was [auto generated](https://dev.azure.com/Prowlarr/a958e221-aeac-4b0e-a862-d8ffe1df4b09/\_release?releaseId=165&\_a=release-summary). </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
db0ec004b8 |
chore(helm): update image ghcr.io/linuxserver/foldingathome 8.3.18 → 8.4.9 (#30964)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/foldingathome](https://redirect.github.com/linuxserver/docker-foldingathome/packages) ([source](https://redirect.github.com/linuxserver/docker-foldingathome)) | minor | `a115306` -> `3100a31` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
0b01afe525 |
chore(helm): update image docker.io/victoriametrics/victoria-metrics v1.108.1 → v1.109.1 (#30873)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/victoriametrics/victoria-metrics](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics) | minor | `f6e5322` -> `db5b973` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>VictoriaMetrics/VictoriaMetrics (docker.io/victoriametrics/victoria-metrics)</summary> ### [`v1.109.1`](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.109.1) [Compare Source](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.109.0...v1.109.1) Released at 2025-01-17 - SECURITY: upgrade base docker image (Alpine) from 3.21.0 to 3.21.2. See [Alpine 3.21.1 release notes](https://alpinelinux.org/posts/Alpine-3.21.1-released.html) and [Alpine 3.21.2 release notes](https://alpinelinux.org/posts/Alpine-3.18.11-3.19.6-3.20.5-3.21.2-released.html). - FEATURE: [vmsingle](https://docs.victoriametrics.com/single-server-victoriametrics/), `vminsert` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/cluster-victoriametrics/) and [vmagent](https://docs.victoriametrics.com/vmagent/): log metric names for signals with unsupported delta temporality on ingestion via [OpenTelemetry protocol for metrics](https://docs.victoriametrics.com/#sending-data-via-opentelemetry). Thanks to [@​chenlujjj](https://redirect.github.com/chenlujjj) for [the pull request](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/8018). - BUGFIX: [Single-node VictoriaMetrics](https://docs.victoriametrics.com/) and [vmselect](https://docs.victoriametrics.com/cluster-victoriametrics/): fix incorrect behavior of increase, increase_pure, delta caused by [this pull request](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/8002). This fix reverts to the previous behavior before [v1.109.0](https://docs.victoriametrics.com/changelog/#v11090). But allows controlling staleness detection for these functions explicitly via `-search.maxStalenessInterval`. - BUGFIX: all VictoriaMetrics [enterprise](https://docs.victoriametrics.com/enterprise/) components: remove unnecessary delay before failing if all online verification attempts have failed. This should reduce the time required for the component to proceed if all online verification attempts have failed. ### [`v1.109.0`](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.109.0) [Compare Source](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/compare/v1.108.1...v1.109.0) #### [v1.109.0](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.109.0) Released at 2025-01-14 **Update note: This release contains [issue](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/8045) that might affect correctness of increase, increase_pure and delta functions. It affects only vmselect or VictoriaMetrics single-node on query time. Please, rollback vmselects to the closest previous version or update to [v1.109.1](https://docs.victoriametrics.com/changelog/#v11091).** - FEATURE: all the VictoriaMetrics components: increase the default value for [`GOGC`](https://tip.golang.org/doc/gc-guide#GOGC) from `30` to `100`. This should reduce CPU usage at the cost of slightly higher memory usage. [Single-node VictoriaMetrics](https://docs.victoriametrics.com/), [vmagent](https://docs.victoriametrics.com/vmagent/) and [vmstorage](https://docs.victoriametrics.com/cluster-victoriametrics/#architecture-overview) components continue using `GOGC=30`, since they are optimized for low memory allocations and low memory usage, so they do not benefit from the increased GOGC value too much. It is possible to override the default `GOGC` value in any VictoriaMetrics component by setting `GOGC` environment variable to the desired value. For example, `GOGC=200 ./path/to/vmagent` starts `vmagent` with `GOGC=200`. See [these docs](https://tip.golang.org/doc/gc-guide#GOGC) about `GOGC` tuning. See [this issue](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/7902). - FEATURE: [vmui](https://docs.victoriametrics.com/#vmui): add export data functionality for the `Raw Query` page and the ability to import exported data into the `Query Analyzer` page. See [this issue](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/7628). - FEATURE: [vmui](https://docs.victoriametrics.com/#vmui): add `markdown` support for comments during data export. [this pull request](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/7828). - FEATURE: [vmagent](https://docs.victoriametrics.com/vmagent/) and [Single-node VictoriaMetrics](https://docs.victoriametrics.com/): added `min` and `max` metrics for Datadog Sketches API metrics, changed `_` metric name separator to `.` if metrics are not sanitized for consistency. - FEATURE: [vmagent](https://docs.victoriametrics.com/vmagent/) and [Single-node VictoriaMetrics](https://docs.victoriametrics.com/): add service discovery support for [Marathon](https://mesosphere.github.io/marathon/). See [these docs](https://docs.victoriametrics.com/sd_configs/#marathon_sd_configs) and [this issue](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/6642). - FEATURE: [Single-node VictoriaMetrics](https://docs.victoriametrics.com/): support `-maxIngestionRate` cmd-line flag to ratelimit samples/sec ingested. See [this issue](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/7377) for details. - FEATURE: [vmsingle](https://docs.victoriametrics.com/single-server-victoriametrics/) and `vmselect` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/cluster-victoriametrics/): improve query performance on systems with high number of CPU cores. See [this PR](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/7416) for details. - FEATURE: [vmsingle](https://docs.victoriametrics.com/single-server-victoriametrics/) and `vmselect` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/cluster-victoriametrics/): add command-line flag `-search.maxBinaryOpPushdownLabelValues` to allow using labels with more candidate values as push down filter in binary operation. See [this pull request](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/7243). Thanks to [@​tydhot](https://redirect.github.com/tydhot) for implementation. - FEATURE: [vmsingle](https://docs.victoriametrics.com/single-server-victoriametrics/) and `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/cluster-victoriametrics/): add command-line flag `storage.finalDedupScheduleCheckInterval` to control the final deduplication process interval. See [this issue](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/7880) for details. - FEATURE: [Single-node VictoriaMetrics](https://docs.victoriametrics.com/) and `vmstorage` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/cluster-victoriametrics/): add a separate cache type for storing sparse entries when performing large index scans. This significantly reduces memory usage when applying [downsampling filters](https://docs.victoriametrics.com/#downsampling) and [retention filters](https://docs.victoriametrics.com/#retention-filters) during background merge. See [this issue](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/7182) for the details. - BUGFIX: [dashboards](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/blob/master/dashboards): consistently use `vmagent_remotewrite_pending_data_bytes` on vmagent dashboard to represent persistent queue size. - BUGFIX: [vmalert](https://docs.victoriametrics.com/vmalert/): fix the auto-generated metrics `ALERTS` and `ALERTS_FOR_STATE` for alerting rules. Previously, metrics might have incorrect labels and affect the restore process. See this [issue](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/7796). - BUGFIX: [vmalert](https://docs.victoriametrics.com/victorialogs/vmalert/): do not append tenant info to VictoriaLogs datasource request path in [clusterMode](https://docs.victoriametrics.com/vmalert/#multitenancy). See [this doc](https://docs.victoriametrics.com/victorialogs/vmalert/#how-to-use-multitenancy-in-rules) for how to use multitenancy in VictoriaLogs. - BUGFIX: [vmauth](https://docs.victoriametrics.com/vmauth/): properly set `host` field at debug information formatted with `dump_request_on_errors: true` setting. - BUGFIX: [vmauth](https://docs.victoriametrics.com/vmauth/): properly handle discovery for ipv6 addresses. Thanks to [@​badie](https://redirect.github.com/badie) for the [pull request](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/7955). - BUGFIX: [vmctl](https://docs.victoriametrics.com/vmctl/): fix support for migrating influx series without any tag. See [this issue](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/7921). Thanks to [@​bitbidu](https://redirect.github.com/bitbidu) for reporting. - BUGFIX: [vminsert](https://docs.victoriametrics.com/vminsert/): storage nodes defined in `-storageNode` are now sorted, ensuring that varying node orders across different vminsert instances do not result in inconsistent replication. - BUGFIX: [vmsingle](https://docs.victoriametrics.com/single-server-victoriametrics/) and `vminsert` in [VictoriaMetrics cluster](https://docs.victoriametrics.com/cluster-victoriametrics/): properly ingest `influx` line protocol metrics with empty tags. See [this issue](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/7933) for details. - BUGFIX: [vmselect](https://docs.victoriametrics.com/cluster-victoriametrics/): allow to override the default unique time series limit in vmstorage with command-line flags like `-search.maxUniqueTimeseries`, `-search.maxLabelsAPISeries`. See [this issue](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/7852). - BUGFIX: [vmselect](https://docs.victoriametrics.com/cluster-victoriametrics/): properly set tenancy information when evaluating numbers in a query. Previously, the tenancy information could lead to mismatch between query result and a number. See [this issue](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/7987) for the details. - BUGFIX: [vmalert](https://docs.victoriametrics.com/vmalert/): fix marshaling of request body for Alertmanager notification. See [this issue](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/issues/7985) for the details. - BUGFIX: [Single-node VictoriaMetrics](https://docs.victoriametrics.com/) and [vmselect](https://docs.victoriametrics.com/cluster-victoriametrics/): don't take into account the last raw sample before the lookbehind window is sample exceeds the staleness interval. This affects correctness of increase, increase_pure, delta functions when preforming calculations on time series with gaps. See [this pull request](https://redirect.github.com/VictoriaMetrics/VictoriaMetrics/pull/8002) for details. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
8b06a90b67 |
chore(helm): update image ghcr.io/beryju/gravity v0.22.0 → v0.26.1 (#31111)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/beryju/gravity](https://redirect.github.com/BeryJu/gravity) | minor | `5b683dd` -> `dfa9ac2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>BeryJu/gravity (ghcr.io/beryju/gravity)</summary> ### [`v0.26.1`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.26.1): Release 0.26.1 [Compare Source](https://redirect.github.com/BeryJu/gravity/compare/v0.26.0...v0.26.1) Upgrade to this version of gravity by using this container image: ghcr.io/beryju/gravity:v0.26.1 Upgrade to the current JS API Client using npm i gravity-api@0.26.1 Upgrade to the current Golang API Client using go get beryju.io/gravity@v0.26.1 **Full Changelog**: https://github.com/BeryJu/gravity/compare/v0.26.0...v0.26.1 ### [`v0.26.0`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.26.0): Release 0.26.0 [Compare Source](https://redirect.github.com/BeryJu/gravity/compare/v0.25.0...v0.26.0) Upgrade to this version of gravity by using this container image: ghcr.io/beryju/gravity:v0.26.0 Upgrade to the current JS API Client using npm i gravity-api@0.26.0 Upgrade to the current Golang API Client using go get beryju.io/gravity@v0.26.0 #### What's Changed - tests: add initial e2e tests by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1446](https://redirect.github.com/BeryJu/gravity/pull/1446) - tests: add e2e tests for Cluster by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1447](https://redirect.github.com/BeryJu/gravity/pull/1447) - build(deps): bump golang.org/x/sys from 0.0.0-20190412213103-97732733099d to 0.1.0 in /utils/pcap_to_bytes by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/BeryJu/gravity/pull/1448](https://redirect.github.com/BeryJu/gravity/pull/1448) - tests: even more tests by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1449](https://redirect.github.com/BeryJu/gravity/pull/1449) - tests: test dns middleware by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1451](https://redirect.github.com/BeryJu/gravity/pull/1451) - discovery: use interface CIDR for auto-generated subnet, tests by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1452](https://redirect.github.com/BeryJu/gravity/pull/1452) - tests: cover bench by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1453](https://redirect.github.com/BeryJu/gravity/pull/1453) - dhcp: test WOL by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1454](https://redirect.github.com/BeryJu/gravity/pull/1454) **Full Changelog**: https://github.com/BeryJu/gravity/compare/v0.25.0...v0.26.0 ### [`v0.25.0`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.25.0): Release 0.25.0 [Compare Source](https://redirect.github.com/BeryJu/gravity/compare/v0.24.0...v0.25.0) Upgrade to this version of gravity by using this container image: ghcr.io/beryju/gravity:v0.25.0 Upgrade to the current JS API Client using npm i gravity-api@0.25.0 Upgrade to the current Golang API Client using go get beryju.io/gravity@v0.25.0 #### What's Changed - dhcp: suggest next free IP when creating lease in web UI by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1436](https://redirect.github.com/BeryJu/gravity/pull/1436) - build(deps): bump [@​fsegurai/codemirror-theme-vscode-dark](https://redirect.github.com/fsegurai/codemirror-theme-vscode-dark) from 6.1.1 to 6.1.2 in /web by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/BeryJu/gravity/pull/1438](https://redirect.github.com/BeryJu/gravity/pull/1438) - build(deps): bump the eslint group in /web with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/BeryJu/gravity/pull/1437](https://redirect.github.com/BeryJu/gravity/pull/1437) - build(deps): bump [@​fsegurai/codemirror-theme-vscode-light](https://redirect.github.com/fsegurai/codemirror-theme-vscode-light) from 6.1.1 to 6.1.2 in /web by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/BeryJu/gravity/pull/1439](https://redirect.github.com/BeryJu/gravity/pull/1439) - docs: enable dark/light mode by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1441](https://redirect.github.com/BeryJu/gravity/pull/1441) - docs: add/update docs for migrating by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1440](https://redirect.github.com/BeryJu/gravity/pull/1440) - build(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/BeryJu/gravity/pull/1444](https://redirect.github.com/BeryJu/gravity/pull/1444) - build(deps): bump docker/build-push-action from 6.11.0 to 6.12.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/BeryJu/gravity/pull/1443](https://redirect.github.com/BeryJu/gravity/pull/1443) - storage: Add generic Watcher by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1442](https://redirect.github.com/BeryJu/gravity/pull/1442) - web: fix IP Sorting by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1445](https://redirect.github.com/BeryJu/gravity/pull/1445) **Full Changelog**: https://github.com/BeryJu/gravity/compare/v0.24.0...v0.25.0 ### [`v0.24.0`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.24.0): Release 0.24.0 [Compare Source](https://redirect.github.com/BeryJu/gravity/compare/v0.23.1...v0.24.0) Upgrade to this version of gravity by using this container image: ghcr.io/beryju/gravity:v0.24.0 Upgrade to the current JS API Client using npm i gravity-api@0.24.0 Upgrade to the current Golang API Client using go get beryju.io/gravity@v0.24.0 #### What's Changed - build(deps): bump eslint from 9.17.0 to 9.18.0 in /web in the eslint group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/BeryJu/gravity/pull/1435](https://redirect.github.com/BeryJu/gravity/pull/1435) - dhcp: add web import support, start wizard by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1434](https://redirect.github.com/BeryJu/gravity/pull/1434) - converter: add opnsense dnsmasq importer by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1433](https://redirect.github.com/BeryJu/gravity/pull/1433) **Full Changelog**: https://github.com/BeryJu/gravity/compare/v0.23.1...v0.24.0 ### [`v0.23.1`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.23.1): Release 0.23.1 [Compare Source](https://redirect.github.com/BeryJu/gravity/compare/v0.23.0...v0.23.1) Upgrade to this version of gravity by using this container image: ghcr.io/beryju/gravity:v0.23.1 Upgrade to the current JS API Client using npm i gravity-api@0.23.1 Upgrade to the current Golang API Client using go get beryju.io/gravity@v0.23.1 **Full Changelog**: https://github.com/BeryJu/gravity/compare/v0.23.0...v0.23.1 ### [`v0.23.0`](https://redirect.github.com/BeryJu/gravity/releases/tag/v0.23.0): Release 0.23.0 [Compare Source](https://redirect.github.com/BeryJu/gravity/compare/v0.22.0...v0.23.0) Upgrade to this version of gravity by using this container image: ghcr.io/beryju/gravity:v0.23.0 Upgrade to the current JS API Client using npm i gravity-api@0.23.0 Upgrade to the current Golang API Client using go get beryju.io/gravity@v0.23.0 #### What's Changed - convert: add initial bind zone importer by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1431](https://redirect.github.com/BeryJu/gravity/pull/1431) - dhcp: test low-level handler by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1423](https://redirect.github.com/BeryJu/gravity/pull/1423) - dns: per-zone metrics by [@​BeryJu](https://redirect.github.com/BeryJu) in [https://github.com/BeryJu/gravity/pull/1432](https://redirect.github.com/BeryJu/gravity/pull/1432) **Full Changelog**: https://github.com/BeryJu/gravity/compare/v0.22.0...v0.23.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
945ddef58a |
chore(helm): update image docker.io/traccar/traccar 6.5 → 6.6 (#31110)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/traccar/traccar | minor | `e569632` -> `dc73ac1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
c499160bb2 |
chore(helm): update image docker.io/tomsquest/docker-radicale 3.3.3.0 → 3.4.0.0 (#30872)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/tomsquest/docker-radicale](https://redirect.github.com/tomsquest/docker-radicale) | minor | `fb8f149` -> `d00c83d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>tomsquest/docker-radicale (docker.io/tomsquest/docker-radicale)</summary> ### [`v3.4.0.0`](https://redirect.github.com/tomsquest/docker-radicale/blob/HEAD/CHANGELOG.md#3400---2025-01-11) [Compare Source](https://redirect.github.com/tomsquest/docker-radicale/compare/3.3.3.0...3.4.0.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
70a4b31323 |
chore(helm): update image docker.io/spx01/blocky v0.24 → v0.25 (#31109)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/spx01/blocky](https://redirect.github.com/0xERR0R/blocky) | minor | `9a82e02` -> `347f8c6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>0xERR0R/blocky (docker.io/spx01/blocky)</summary> ### [`v0.25`](https://redirect.github.com/0xERR0R/blocky/releases/tag/v0.25) [Compare Source](https://redirect.github.com/0xERR0R/blocky/compare/v0.24...v0.25) #### Changelog - [`4eff0b3`](https://redirect.github.com/0xERR0R/blocky/commit/4eff0b3b00c2112bdea64f93327de15c30b3b0e2): Add support for SRV and TXT in custom DNS zones ([#​1588](https://redirect.github.com/0xERR0R/blocky/issues/1588)) ([@​Terrance](https://redirect.github.com/Terrance)) - [`3dcd310`](https://redirect.github.com/0xERR0R/blocky/commit/3dcd310a9aabbe15a2a4d9f7176571e13195b3ab): feat: CLI command for configuration validation ([#​1497](https://redirect.github.com/0xERR0R/blocky/issues/1497)) ([@​0xERR0R](https://redirect.github.com/0xERR0R)) - [`51db8db`](https://redirect.github.com/0xERR0R/blocky/commit/51db8db8ed96b003308f7a7e09e69d5be5721625): feat: ability to disable "Special Use Domain Name" blocking ([#​1618](https://redirect.github.com/0xERR0R/blocky/issues/1618)) ([@​mapl](https://redirect.github.com/mapl)) - [`6259e13`](https://redirect.github.com/0xERR0R/blocky/commit/6259e1326c0c1f827a5bc252da862247d04ac5ee): feat: add Timescale DB with Hypertable and Retention support ([#​1517](https://redirect.github.com/0xERR0R/blocky/issues/1517)) ([@​m4rcs](https://redirect.github.com/m4rcs)) - [`f1386a0`](https://redirect.github.com/0xERR0R/blocky/commit/f1386a096ee32322f395d4ccb7f2fcf2fafd158a): feat: added ip argument to health check ([#​1667](https://redirect.github.com/0xERR0R/blocky/issues/1667)) ([@​cosmikwolf](https://redirect.github.com/cosmikwolf)) - [`e485df1`](https://redirect.github.com/0xERR0R/blocky/commit/e485df1d4f963d6f5c864a755b08b9f402e12f87): feat: configurable file write timeouts ([#​1653](https://redirect.github.com/0xERR0R/blocky/issues/1653)) ([@​TheoTechnicguy](https://redirect.github.com/TheoTechnicguy)) - [`49581ff`](https://redirect.github.com/0xERR0R/blocky/commit/49581ff40d023a5373245742885ac307f1d0cca4): feat: configurable request header read timeout ([#​1664](https://redirect.github.com/0xERR0R/blocky/issues/1664)) ([@​TheoTechnicguy](https://redirect.github.com/TheoTechnicguy)) - [`0d00311`](https://redirect.github.com/0xERR0R/blocky/commit/0d00311513b6f566e19e0721761d3f381526666f): feat: configurable request read timeouts ([#​1663](https://redirect.github.com/0xERR0R/blocky/issues/1663)) ([@​TheoTechnicguy](https://redirect.github.com/TheoTechnicguy)) - [`57b1bdb`](https://redirect.github.com/0xERR0R/blocky/commit/57b1bdbcea1da545e1717914b069ccc5eaf66dea): feat: update metrics ([#​1560](https://redirect.github.com/0xERR0R/blocky/issues/1560)) ([@​SuperQ](https://redirect.github.com/SuperQ)) - [`8f08b7b`](https://redirect.github.com/0xERR0R/blocky/commit/8f08b7ba53db81f90b6d7dd0bed6e55e77b0f27b): fix(docs): mark config mount as read-only ([@​zygm0nt](https://redirect.github.com/zygm0nt)) - [`7b5d341`](https://redirect.github.com/0xERR0R/blocky/commit/7b5d34156cb80d1376976b758a461836ab9050d9): fix(server): typo causing HTTPS router to be used for HTTP server ([@​ThinkChaos](https://redirect.github.com/ThinkChaos)) - [`5a5ba55`](https://redirect.github.com/0xERR0R/blocky/commit/5a5ba550d5ec8db1405650d1dd114b30c18385a7): fix: configuration error if customDNS.mappings contains multiple entries with whitespace ([#​1496](https://redirect.github.com/0xERR0R/blocky/issues/1496)) ([@​0xERR0R](https://redirect.github.com/0xERR0R)) - [`bc5b59d`](https://redirect.github.com/0xERR0R/blocky/commit/bc5b59de7e4ce896a990d2fbffa31e67a93308c1): refactor(server): deduplicate HTTP server setup with new `httpServer` ([@​ThinkChaos](https://redirect.github.com/ThinkChaos)) - [`0f1cf4f`](https://redirect.github.com/0xERR0R/blocky/commit/0f1cf4f3959d3004413ba0309436fc735486539e): refactor(server): deduplicate `tls.Config` setup ([@​ThinkChaos](https://redirect.github.com/ThinkChaos)) - [`ae9651d`](https://redirect.github.com/0xERR0R/blocky/commit/ae9651db530ef28742e9a6fe4558735c5e6c3aed): refactor(server): move middleware setup to `httpServer` ([@​ThinkChaos](https://redirect.github.com/ThinkChaos)) - [`78f05ae`](https://redirect.github.com/0xERR0R/blocky/commit/78f05ae4bd9f28f04c59d25f5fe270d1df301589): refactor(server): setup TLS listeners manually to remove `ServeTLS` use ([@​ThinkChaos](https://redirect.github.com/ThinkChaos)) - [`037efeb`](https://redirect.github.com/0xERR0R/blocky/commit/037efeb66afeeb70d8c915c8905e517e312e527b): refactor(server): simplify HTTP router setup ([@​ThinkChaos](https://redirect.github.com/ThinkChaos)) - [`a2d7daa`](https://redirect.github.com/0xERR0R/blocky/commit/a2d7daa530ef63c4e146a3105abe34bdb643bb0e): refactor: Use package local metrics ([#​1578](https://redirect.github.com/0xERR0R/blocky/issues/1578)) ([@​SuperQ](https://redirect.github.com/SuperQ)) - [`6aae002`](https://redirect.github.com/0xERR0R/blocky/commit/6aae002ca749ae939d0dea3b2383f07f296df3e4): refactor: add `:` prefix to ports during config unmarshaling ([@​ThinkChaos](https://redirect.github.com/ThinkChaos)) - [`8c3d858`](https://redirect.github.com/0xERR0R/blocky/commit/8c3d858b28e0d0cf1672ece6231cebcf0ee19fc3): refactor: cleanup TLS self-signed cert generation ([@​ThinkChaos](https://redirect.github.com/ThinkChaos)) - [`70afa43`](https://redirect.github.com/0xERR0R/blocky/commit/70afa437494ab67f5cf48191d5046c86dd37c859): refactor: make QueryLoggingResolver read the hostname on creation ([@​ThinkChaos](https://redirect.github.com/ThinkChaos)) - [`b589dca`](https://redirect.github.com/0xERR0R/blocky/commit/b589dcad6248527ac5f93785085f50d40b2718b5): refactor: move `createSelfSignedCert` to util ([@​ThinkChaos](https://redirect.github.com/ThinkChaos)) - [`aff2998`](https://redirect.github.com/0xERR0R/blocky/commit/aff2998a20d93d7949252408281618977deace52): build(deps): bump codecov/codecov-action from 4 to 5 ([#​1645](https://redirect.github.com/0xERR0R/blocky/issues/1645)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`ba774ec`](https://redirect.github.com/0xERR0R/blocky/commit/ba774ec2775da98a0ec4eabe2d28cd8955891cf3): build(deps): bump docker/build-push-action from 5 to 6 ([#​1526](https://redirect.github.com/0xERR0R/blocky/issues/1526)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`64384e4`](https://redirect.github.com/0xERR0R/blocky/commit/64384e4a3c7d6ec961012f0de60f976431091cdd): build(deps): bump github.com/alicebob/miniredis/v2 from 2.32.1 to 2.33.0 ([#​1502](https://redirect.github.com/0xERR0R/blocky/issues/1502)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`9326457`](https://redirect.github.com/0xERR0R/blocky/commit/9326457fa2370dc42551c8cf6bab80125671c0b2): build(deps): bump github.com/alicebob/miniredis/v2 from 2.33.0 to 2.34.0 ([#​1668](https://redirect.github.com/0xERR0R/blocky/issues/1668)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`b54675a`](https://redirect.github.com/0xERR0R/blocky/commit/b54675a404acd1930fb4bd70d3a9254811d6da92): build(deps): bump github.com/creasty/defaults from 1.7.0 to 1.8.0 ([#​1573](https://redirect.github.com/0xERR0R/blocky/issues/1573)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`3a80ed4`](https://redirect.github.com/0xERR0R/blocky/commit/3a80ed4f44a7413df2be304d77de9d4aaf5caa8b): build(deps): bump github.com/deepmap/oapi-codegen from 1.16.2 to 1.16.3 ([#​1512](https://redirect.github.com/0xERR0R/blocky/issues/1512)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`aef4eca`](https://redirect.github.com/0xERR0R/blocky/commit/aef4eca7e0c7267ba7e18939de8a76e5b258bb22): build(deps): bump github.com/docker/docker ([#​1488](https://redirect.github.com/0xERR0R/blocky/issues/1488)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`12d3e6a`](https://redirect.github.com/0xERR0R/blocky/commit/12d3e6a3ac2dd0e77259470d62eba181a27f27ad): build(deps): bump github.com/docker/docker ([#​1516](https://redirect.github.com/0xERR0R/blocky/issues/1516)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`cc9ce6c`](https://redirect.github.com/0xERR0R/blocky/commit/cc9ce6c336baf01541f4734d681a360e8f0a1a54): build(deps): bump github.com/docker/docker ([#​1556](https://redirect.github.com/0xERR0R/blocky/issues/1556)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`02e3828`](https://redirect.github.com/0xERR0R/blocky/commit/02e38283ba9fe081bbe9a15944f28007176b6aaa): build(deps): bump github.com/docker/docker ([#​1571](https://redirect.github.com/0xERR0R/blocky/issues/1571)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`564b41e`](https://redirect.github.com/0xERR0R/blocky/commit/564b41e82d4f66293fe077b24e79b79e23206f7d): build(deps): bump github.com/docker/docker ([#​1589](https://redirect.github.com/0xERR0R/blocky/issues/1589)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`e5500a0`](https://redirect.github.com/0xERR0R/blocky/commit/e5500a04d3c0b8a83b33f033fe4ee2a50f9801f5): build(deps): bump github.com/docker/docker ([#​1600](https://redirect.github.com/0xERR0R/blocky/issues/1600)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`832d6c4`](https://redirect.github.com/0xERR0R/blocky/commit/832d6c4e7a983c7e877296d14dc3dab33b69c280): build(deps): bump github.com/docker/docker ([#​1611](https://redirect.github.com/0xERR0R/blocky/issues/1611)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`a47a249`](https://redirect.github.com/0xERR0R/blocky/commit/a47a2491e5cbeb8122b0995822d1bec5a59e45b4): build(deps): bump github.com/docker/docker ([#​1659](https://redirect.github.com/0xERR0R/blocky/issues/1659)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`a2c5f25`](https://redirect.github.com/0xERR0R/blocky/commit/a2c5f25d462c5d5fc2667e77cd1d8e4267ed030e): build(deps): bump github.com/docker/docker ([#​1670](https://redirect.github.com/0xERR0R/blocky/issues/1670)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`17fa01d`](https://redirect.github.com/0xERR0R/blocky/commit/17fa01d3a0d097d4650790c6054b2f16c3eeaf14): build(deps): bump github.com/docker/docker ([#​1691](https://redirect.github.com/0xERR0R/blocky/issues/1691)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`d42c174`](https://redirect.github.com/0xERR0R/blocky/commit/d42c174c50698f1d5d81210dcd4278ae1494a063): build(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.0.13 ([#​1527](https://redirect.github.com/0xERR0R/blocky/issues/1527)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`ddebd34`](https://redirect.github.com/0xERR0R/blocky/commit/ddebd3450c71b88115f8b32f698fea1f643a4b48): build(deps): bump github.com/go-chi/chi/v5 from 5.0.13 to 5.0.14 ([#​1529](https://redirect.github.com/0xERR0R/blocky/issues/1529)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`e511003`](https://redirect.github.com/0xERR0R/blocky/commit/e5110039ce5be7d51c9e31118507e9050406e25c): build(deps): bump github.com/go-chi/chi/v5 from 5.0.14 to 5.1.0 ([#​1532](https://redirect.github.com/0xERR0R/blocky/issues/1532)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`2108018`](https://redirect.github.com/0xERR0R/blocky/commit/2108018bd352ec87cdb11eb46e5ba89854324a2b): build(deps): bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 ([#​1665](https://redirect.github.com/0xERR0R/blocky/issues/1665)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`6ddac04`](https://redirect.github.com/0xERR0R/blocky/commit/6ddac0455fda68728d74ea70d83b0b2b456cd4ce): build(deps): bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 ([#​1687](https://redirect.github.com/0xERR0R/blocky/issues/1687)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`f655780`](https://redirect.github.com/0xERR0R/blocky/commit/f6557803aafe4efd117259f1373476efe1fdb118): build(deps): bump github.com/miekg/dns from 1.1.59 to 1.1.61 ([#​1524](https://redirect.github.com/0xERR0R/blocky/issues/1524)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`6c499c7`](https://redirect.github.com/0xERR0R/blocky/commit/6c499c7d8b8bf2bfec59523f3f7a8d7d80489fb9): build(deps): bump github.com/miekg/dns from 1.1.61 to 1.1.62 ([#​1572](https://redirect.github.com/0xERR0R/blocky/issues/1572)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`5aa3103`](https://redirect.github.com/0xERR0R/blocky/commit/5aa310367153362e5bc1259123650ce31bfd9530): build(deps): bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 ([#​1498](https://redirect.github.com/0xERR0R/blocky/issues/1498)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`0beb35c`](https://redirect.github.com/0xERR0R/blocky/commit/0beb35c2e675ceb0c7b887a0f304bedefa0f1a82): build(deps): bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 ([#​1561](https://redirect.github.com/0xERR0R/blocky/issues/1561)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`a7c8aed`](https://redirect.github.com/0xERR0R/blocky/commit/a7c8aed3dc643c55401a490d0f1d5d764af52a4a): build(deps): bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 ([#​1569](https://redirect.github.com/0xERR0R/blocky/issues/1569)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`0cf7cb5`](https://redirect.github.com/0xERR0R/blocky/commit/0cf7cb5dffe9edee0cfdba65deca8c0ab2a3e4a2): build(deps): bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 ([#​1584](https://redirect.github.com/0xERR0R/blocky/issues/1584)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`a28a007`](https://redirect.github.com/0xERR0R/blocky/commit/a28a0077235b0d92288b0c90219a0023f8d340bf): build(deps): bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 ([#​1590](https://redirect.github.com/0xERR0R/blocky/issues/1590)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`d1d283f`](https://redirect.github.com/0xERR0R/blocky/commit/d1d283fb9746cfeb687a4ba3800d66f5f811283b): build(deps): bump github.com/onsi/gomega from 1.33.1 to 1.34.1 ([#​1562](https://redirect.github.com/0xERR0R/blocky/issues/1562)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`3e6b61b`](https://redirect.github.com/0xERR0R/blocky/commit/3e6b61b3ebd665437f229e7b410bb9555520408a): build(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 ([#​1591](https://redirect.github.com/0xERR0R/blocky/issues/1591)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`a377180`](https://redirect.github.com/0xERR0R/blocky/commit/a37718031d7d41a9339144887758ce5e3093a945): build(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1 ([#​1635](https://redirect.github.com/0xERR0R/blocky/issues/1635)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`f38b4a1`](https://redirect.github.com/0xERR0R/blocky/commit/f38b4a11747c3c8675783f131a1a2d05fbd8fc09): build(deps): bump github.com/onsi/gomega from 1.35.1 to 1.36.0 ([#​1649](https://redirect.github.com/0xERR0R/blocky/issues/1649)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`2e7fda9`](https://redirect.github.com/0xERR0R/blocky/commit/2e7fda99e3a3a44ecc31152eb318c7cd8092900e): build(deps): bump github.com/onsi/gomega from 1.36.0 to 1.36.1 ([#​1660](https://redirect.github.com/0xERR0R/blocky/issues/1660)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`4805cb6`](https://redirect.github.com/0xERR0R/blocky/commit/4805cb60d261ed8d54f51fb32660bb0089dbd89b): build(deps): bump github.com/prometheus/client_golang ([#​1480](https://redirect.github.com/0xERR0R/blocky/issues/1480)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`766dc79`](https://redirect.github.com/0xERR0R/blocky/commit/766dc7915b02cc26a405aa47abb08719e2f8f357): build(deps): bump github.com/prometheus/client_golang ([#​1575](https://redirect.github.com/0xERR0R/blocky/issues/1575)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`437e0cd`](https://redirect.github.com/0xERR0R/blocky/commit/437e0cd58ebce458ae68381d5b93c65710df4f48): build(deps): bump github.com/prometheus/client_golang ([#​1586](https://redirect.github.com/0xERR0R/blocky/issues/1586)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`776a8f1`](https://redirect.github.com/0xERR0R/blocky/commit/776a8f19b40ba12d33e1295ad863c962cc75a532): build(deps): bump github.com/prometheus/client_golang ([#​1598](https://redirect.github.com/0xERR0R/blocky/issues/1598)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`cea540f`](https://redirect.github.com/0xERR0R/blocky/commit/cea540f0a1b4cfbba0b8372eecbc111cf7a2b7ef): build(deps): bump github.com/prometheus/client_golang ([#​1607](https://redirect.github.com/0xERR0R/blocky/issues/1607)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`76aa6cc`](https://redirect.github.com/0xERR0R/blocky/commit/76aa6cc84cd134d8bd530dadd56b1dddf1ccc77c): build(deps): bump github.com/prometheus/client_golang ([#​1626](https://redirect.github.com/0xERR0R/blocky/issues/1626)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`0a35489`](https://redirect.github.com/0xERR0R/blocky/commit/0a354893c2a4c50f65d059e882d399381d4d69a8): build(deps): bump github.com/ramr/go-reaper from 0.2.1 to 0.2.3 ([#​1637](https://redirect.github.com/0xERR0R/blocky/issues/1637)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`4986914`](https://redirect.github.com/0xERR0R/blocky/commit/49869149055a773d1e483b89cf0693fc963b4700): build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 ([#​1525](https://redirect.github.com/0xERR0R/blocky/issues/1525)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`128dd4f`](https://redirect.github.com/0xERR0R/blocky/commit/128dd4fae6af75884c3ac0e7c8f1d305a32a0520): build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 ([#​1648](https://redirect.github.com/0xERR0R/blocky/issues/1648)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`f78e213`](https://redirect.github.com/0xERR0R/blocky/commit/f78e213138e7d93b59fa6881a1b796a48297540c): build(deps): bump github.com/testcontainers/testcontainers-go/modules/mariadb ([#​1582](https://redirect.github.com/0xERR0R/blocky/issues/1582)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`cf5e496`](https://redirect.github.com/0xERR0R/blocky/commit/cf5e496fe530e68d98e5989e76c21644cb330246): build(deps): bump github.com/testcontainers/testcontainers-go/modules/mariadb ([#​1630](https://redirect.github.com/0xERR0R/blocky/issues/1630)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`23e4672`](https://redirect.github.com/0xERR0R/blocky/commit/23e4672a3d72ce6bab17edee3c74c0d3db844fcc): build(deps): bump github.com/testcontainers/testcontainers-go/modules/mariadb ([#​1686](https://redirect.github.com/0xERR0R/blocky/issues/1686)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`5996f5a`](https://redirect.github.com/0xERR0R/blocky/commit/5996f5a16e0627df6422a7f41a91cd88528de988): build(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres ([#​1583](https://redirect.github.com/0xERR0R/blocky/issues/1583)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`7e23557`](https://redirect.github.com/0xERR0R/blocky/commit/7e23557fe0b1be19080dd05fa7221302afd73e5d): build(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres ([#​1629](https://redirect.github.com/0xERR0R/blocky/issues/1629)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`111bb02`](https://redirect.github.com/0xERR0R/blocky/commit/111bb02ac9962ddf1de2bec4df8928f8f2c1df51): build(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres ([#​1690](https://redirect.github.com/0xERR0R/blocky/issues/1690)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`13c5ca9`](https://redirect.github.com/0xERR0R/blocky/commit/13c5ca960af941d44d1445e1d427e41c07234adc): build(deps): bump github.com/testcontainers/testcontainers-go/modules/redis ([#​1580](https://redirect.github.com/0xERR0R/blocky/issues/1580)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`feaaed8`](https://redirect.github.com/0xERR0R/blocky/commit/feaaed88a95e42e4b034d75ec85721a6c9ff7384): build(deps): bump github.com/testcontainers/testcontainers-go/modules/redis ([#​1627](https://redirect.github.com/0xERR0R/blocky/issues/1627)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`0baf23c`](https://redirect.github.com/0xERR0R/blocky/commit/0baf23c1660655ba1b7f497ce866e90a14e13631): build(deps): bump github.com/testcontainers/testcontainers-go/modules/redis ([#​1689](https://redirect.github.com/0xERR0R/blocky/issues/1689)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`7f9399b`](https://redirect.github.com/0xERR0R/blocky/commit/7f9399be1e27bc6dfef1f928937f316d1710ab54): build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 ([#​1662](https://redirect.github.com/0xERR0R/blocky/issues/1662)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`1157f92`](https://redirect.github.com/0xERR0R/blocky/commit/1157f9258ed28a7a9611ce87a65290125ef47ab8): build(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 ([#​1539](https://redirect.github.com/0xERR0R/blocky/issues/1539)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`0dff6f1`](https://redirect.github.com/0xERR0R/blocky/commit/0dff6f1adfb79c7dc150a70bf505cb0a6bb8c2fe): build(deps): bump golang.org/x/net from 0.28.0 to 0.30.0 ([#​1621](https://redirect.github.com/0xERR0R/blocky/issues/1621)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`72b397c`](https://redirect.github.com/0xERR0R/blocky/commit/72b397cd4536df9b3b43dd5c9d6445a7abaab9eb): build(deps): bump golang.org/x/net from 0.30.0 to 0.32.0 ([#​1655](https://redirect.github.com/0xERR0R/blocky/issues/1655)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`11a910a`](https://redirect.github.com/0xERR0R/blocky/commit/11a910a23255ae55a9f782db87b45a7a878ac5f0): build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 ([#​1669](https://redirect.github.com/0xERR0R/blocky/issues/1669)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`23fd5bb`](https://redirect.github.com/0xERR0R/blocky/commit/23fd5bb7ba4ac570bdfb12d43eff8388514435c7): build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 ([#​1680](https://redirect.github.com/0xERR0R/blocky/issues/1680)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`5799825`](https://redirect.github.com/0xERR0R/blocky/commit/5799825a8dd4239515c655ce85ac44213cd89ea2): build(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0 ([#​1511](https://redirect.github.com/0xERR0R/blocky/issues/1511)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`3bf94c1`](https://redirect.github.com/0xERR0R/blocky/commit/3bf94c10c2682d7eae7c2f060463f9ff2058129a): build(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0 ([#​1542](https://redirect.github.com/0xERR0R/blocky/issues/1542)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`486974e`](https://redirect.github.com/0xERR0R/blocky/commit/486974e4f9845c240545932174d2bfbee0a7952c): build(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 ([#​1567](https://redirect.github.com/0xERR0R/blocky/issues/1567)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`bf5f136`](https://redirect.github.com/0xERR0R/blocky/commit/bf5f136b48334eed5fc1f975c9de4aa0afd472b2): build(deps): bump gorm.io/driver/mysql from 1.5.6 to 1.5.7 ([#​1520](https://redirect.github.com/0xERR0R/blocky/issues/1520)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`1d0421f`](https://redirect.github.com/0xERR0R/blocky/commit/1d0421f48d9426b84b5774fefccddb5a4aacd716): build(deps): bump gorm.io/driver/postgres from 1.5.7 to 1.5.9 ([#​1522](https://redirect.github.com/0xERR0R/blocky/issues/1522)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`00e0ee0`](https://redirect.github.com/0xERR0R/blocky/commit/00e0ee01b7c3d38773c49a48cbad96520e2afa4f): build(deps): bump gorm.io/driver/postgres from 1.5.9 to 1.5.11 ([#​1651](https://redirect.github.com/0xERR0R/blocky/issues/1651)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`db610d3`](https://redirect.github.com/0xERR0R/blocky/commit/db610d3e3373b27c7d9e9bd6eb1c114a13388885): build(deps): bump gorm.io/driver/sqlite from 1.5.5 to 1.5.6 ([#​1518](https://redirect.github.com/0xERR0R/blocky/issues/1518)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`1fcf65b`](https://redirect.github.com/0xERR0R/blocky/commit/1fcf65b12816550d7d661da194c53e5469f57050): build(deps): bump gorm.io/driver/sqlite from 1.5.6 to 1.5.7 ([#​1661](https://redirect.github.com/0xERR0R/blocky/issues/1661)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`0558802`](https://redirect.github.com/0xERR0R/blocky/commit/05588028f49c51dee5692180c020e1f22f8d20a9): build(deps): bump gorm.io/gorm from 1.25.10 to 1.25.11 ([#​1548](https://redirect.github.com/0xERR0R/blocky/issues/1548)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`4497b8f`](https://redirect.github.com/0xERR0R/blocky/commit/4497b8f3ba3e1ad6e4414be79c8e98855f48f4d0): build(deps): bump gorm.io/gorm from 1.25.11 to 1.25.12 ([#​1601](https://redirect.github.com/0xERR0R/blocky/issues/1601)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`582e55f`](https://redirect.github.com/0xERR0R/blocky/commit/582e55f0e2010c7db8f8907c2d496e7e37f3adf8): build(deps): bump mvdan.cc/gofumpt from 0.5.0 to 0.7.0 ([#​1576](https://redirect.github.com/0xERR0R/blocky/issues/1576)) ([@​dependabot](https://redirect.github.com/dependabot)\[bot]) - [`de7ebbf`](https://redirect.github.com/0xERR0R/blocky/commit/de7ebbf3baa679097f572b3aded1de2022b6febe): build(deps): upgrade oapi-codegen ([@​0xERR0R](https://redirect.github.com/0xERR0R)) - [`dbba2fa`](https://redirect.github.com/0xERR0R/blocky/commit/dbba2fabae59125d1d89462734497677e2720ab3): chore(build): update golangci-lint ([@​0xERR0R](https://redirect.github.com/0xERR0R)) - [`7001474`](https://redirect.github.com/0xERR0R/blocky/commit/7001474ea5a03700dfd3bcc1ecb86f005766664a): chore(deps): update docker and testcontainers libs ([#​1552](https://redirect.github.com/0xERR0R/blocky/issues/1552)) ([@​0xERR0R](https://redirect.github.com/0xERR0R)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
2e678bc8c6 |
fix(deps): update module sigs.k8s.io/kustomize/api v0.18.0 → v0.19.0 (clustertool) (#30922)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sigs.k8s.io/kustomize/api](https://redirect.github.com/kubernetes-sigs/kustomize) | require | minor | `v0.18.0` -> `v0.19.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
f98552e35e |
chore(helm): update image docker.io/netdata/netdata v2.1.1 → v2.2.0 (#31106)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/netdata/netdata](https://netdata.cloud) ([source](https://redirect.github.com/netdata/netdata)) | minor | `61bbdc6` -> `fd72806` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>netdata/netdata (docker.io/netdata/netdata)</summary> ### [`v2.2.0`](https://redirect.github.com/netdata/netdata/blob/HEAD/CHANGELOG.md#v220-2025-01-22) [Compare Source](https://redirect.github.com/netdata/netdata/compare/v2.1.1...v2.2.0) [Full Changelog](https://redirect.github.com/netdata/netdata/compare/v2.1.1...v2.2.0) **Merged pull requests:** - control stream-info requests rate [#​19458](https://redirect.github.com/netdata/netdata/pull/19458) ([ktsaou](https://redirect.github.com/ktsaou)) - fix(go.d/upsd): remove UPS load charts if UPS load not found [#​19457](https://redirect.github.com/netdata/netdata/pull/19457) ([ilyam8](https://redirect.github.com/ilyam8)) - Simplify the rrdhost_ingestion_status call [#​19456](https://redirect.github.com/netdata/netdata/pull/19456) ([stelfrag](https://redirect.github.com/stelfrag)) - Fix up handling of libunwind in CMake. [#​19451](https://redirect.github.com/netdata/netdata/pull/19451) ([Ferroin](https://redirect.github.com/Ferroin)) - Revert libunwind being enabled in Docker and DEB builds. [#​19450](https://redirect.github.com/netdata/netdata/pull/19450) ([Ferroin](https://redirect.github.com/Ferroin)) - Do not run queries synchronously in the event loop [#​19448](https://redirect.github.com/netdata/netdata/pull/19448) ([stelfrag](https://redirect.github.com/stelfrag)) - Cleanup metadata event loop [#​19447](https://redirect.github.com/netdata/netdata/pull/19447) ([stelfrag](https://redirect.github.com/stelfrag)) - Make sure ACLK synchronization event loop runs frequently [#​19446](https://redirect.github.com/netdata/netdata/pull/19446) ([stelfrag](https://redirect.github.com/stelfrag)) - move dbengine-retention chart to pulse [#​19444](https://redirect.github.com/netdata/netdata/pull/19444) ([ktsaou](https://redirect.github.com/ktsaou)) - Fix Child web remote access Config in Parent-Child Deployment Examples [#​19443](https://redirect.github.com/netdata/netdata/pull/19443) ([Destructio](https://redirect.github.com/Destructio)) - build(deps): update go toolchain to v1.23.5 [#​19442](https://redirect.github.com/netdata/netdata/pull/19442) ([ilyam8](https://redirect.github.com/ilyam8)) - build(deps): bump github.com/prometheus/common from 0.61.0 to 0.62.0 in /src/go [#​19439](https://redirect.github.com/netdata/netdata/pull/19439) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - build(deps): bump github.com/sijms/go-ora/v2 from 2.8.22 to 2.8.23 in /src/go [#​19438](https://redirect.github.com/netdata/netdata/pull/19438) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - build(deps): bump k8s.io/client-go from 0.32.0 to 0.32.1 in /src/go [#​19437](https://redirect.github.com/netdata/netdata/pull/19437) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - Handle incoming ACLK traffic asynchronously [#​19436](https://redirect.github.com/netdata/netdata/pull/19436) ([stelfrag](https://redirect.github.com/stelfrag)) - add more aclk worker jobs [#​19435](https://redirect.github.com/netdata/netdata/pull/19435) ([ktsaou](https://redirect.github.com/ktsaou)) - fix go.d/ethtool config schema [#​19434](https://redirect.github.com/netdata/netdata/pull/19434) ([ilyam8](https://redirect.github.com/ilyam8)) - Cleanup context check list on startup [#​19433](https://redirect.github.com/netdata/netdata/pull/19433) ([stelfrag](https://redirect.github.com/stelfrag)) - Regenerate integrations docs [#​19432](https://redirect.github.com/netdata/netdata/pull/19432) ([netdatabot](https://redirect.github.com/netdatabot)) - Drop Fedora 39 from CI and package builds. [#​19431](https://redirect.github.com/netdata/netdata/pull/19431) ([Ferroin](https://redirect.github.com/Ferroin)) - docs: fix go.d/ethtool meta [#​19430](https://redirect.github.com/netdata/netdata/pull/19430) ([ilyam8](https://redirect.github.com/ilyam8)) - fix(go.d/ethtool): use ndsudo for module info [#​19429](https://redirect.github.com/netdata/netdata/pull/19429) ([ilyam8](https://redirect.github.com/ilyam8)) - add 'ethtool -m' to ndsudo [#​19428](https://redirect.github.com/netdata/netdata/pull/19428) ([ilyam8](https://redirect.github.com/ilyam8)) - feat(go.d/ethtool): collect module ddm info using ethtool [#​19426](https://redirect.github.com/netdata/netdata/pull/19426) ([ilyam8](https://redirect.github.com/ilyam8)) - ACLK timeout [#​19425](https://redirect.github.com/netdata/netdata/pull/19425) ([ktsaou](https://redirect.github.com/ktsaou)) - log stream_info payload when it cannot be parsed [#​19424](https://redirect.github.com/netdata/netdata/pull/19424) ([ktsaou](https://redirect.github.com/ktsaou)) - Add missing information in rule based membership document [#​19423](https://redirect.github.com/netdata/netdata/pull/19423) ([juacker](https://redirect.github.com/juacker)) - Fix coverity issues [#​19422](https://redirect.github.com/netdata/netdata/pull/19422) ([stelfrag](https://redirect.github.com/stelfrag)) - add 'type' to GH report forms [#​19421](https://redirect.github.com/netdata/netdata/pull/19421) ([ilyam8](https://redirect.github.com/ilyam8)) - fix mmaps accounting [#​19420](https://redirect.github.com/netdata/netdata/pull/19420) ([ktsaou](https://redirect.github.com/ktsaou)) - PULSE: network traffic [#​19419](https://redirect.github.com/netdata/netdata/pull/19419) ([ktsaou](https://redirect.github.com/ktsaou)) - hostnames: convert to utf8 and santitize [#​19418](https://redirect.github.com/netdata/netdata/pull/19418) ([ktsaou](https://redirect.github.com/ktsaou)) - Enable libunwind in DEB native packages. [#​19417](https://redirect.github.com/netdata/netdata/pull/19417) ([Ferroin](https://redirect.github.com/Ferroin)) - cleanup contexts during loading [#​19416](https://redirect.github.com/netdata/netdata/pull/19416) ([ktsaou](https://redirect.github.com/ktsaou)) - packaging(windows): use local copy of GPL-3 [#​19414](https://redirect.github.com/netdata/netdata/pull/19414) ([ilyam8](https://redirect.github.com/ilyam8)) - add "netdata-" prefix to streaming and metrics-cardinality functions [#​19413](https://redirect.github.com/netdata/netdata/pull/19413) ([ilyam8](https://redirect.github.com/ilyam8)) - REFCOUNT: use only compare-and-exchange [#​19411](https://redirect.github.com/netdata/netdata/pull/19411) ([ktsaou](https://redirect.github.com/ktsaou)) - Alert prototypes: use r/w spinlock instead of spinlock [#​19410](https://redirect.github.com/netdata/netdata/pull/19410) ([ktsaou](https://redirect.github.com/ktsaou)) - Enable libunwind in Docker images. [#​19409](https://redirect.github.com/netdata/netdata/pull/19409) ([Ferroin](https://redirect.github.com/Ferroin)) - build(deps): bump github.com/docker/docker from 27.4.1+incompatible to 27.5.0+incompatible in /src/go [#​19408](https://redirect.github.com/netdata/netdata/pull/19408) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - build(deps): bump github.com/bmatcuk/doublestar/v4 from 4.7.1 to 4.8.0 in /src/go [#​19407](https://redirect.github.com/netdata/netdata/pull/19407) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - fixed http clients accounting [#​19406](https://redirect.github.com/netdata/netdata/pull/19406) ([ktsaou](https://redirect.github.com/ktsaou)) - RRD files split, renames, cleanup Part 2 [#​19405](https://redirect.github.com/netdata/netdata/pull/19405) ([ktsaou](https://redirect.github.com/ktsaou)) - fix loading contexts [#​19404](https://redirect.github.com/netdata/netdata/pull/19404) ([ktsaou](https://redirect.github.com/ktsaou)) - Delay context cleanup checks after startup [#​19403](https://redirect.github.com/netdata/netdata/pull/19403) ([stelfrag](https://redirect.github.com/stelfrag)) - system memory calculation for cgroups v1 fix [#​19402](https://redirect.github.com/netdata/netdata/pull/19402) ([ktsaou](https://redirect.github.com/ktsaou)) - do not process contexts before they are loaded [#​19401](https://redirect.github.com/netdata/netdata/pull/19401) ([ktsaou](https://redirect.github.com/ktsaou)) - Revert "Update kickstart script to use new repository host." [#​19400](https://redirect.github.com/netdata/netdata/pull/19400) ([Ferroin](https://redirect.github.com/Ferroin)) - split rrdhost/rrdset/rrddim and rrd.h [#​19399](https://redirect.github.com/netdata/netdata/pull/19399) ([ktsaou](https://redirect.github.com/ktsaou)) - fix nodes staying in initializing status [#​19398](https://redirect.github.com/netdata/netdata/pull/19398) ([ktsaou](https://redirect.github.com/ktsaou)) - Use worker when dispatching alert transitions to the cloud [#​19397](https://redirect.github.com/netdata/netdata/pull/19397) ([stelfrag](https://redirect.github.com/stelfrag)) - Unified memory API [#​19396](https://redirect.github.com/netdata/netdata/pull/19396) ([ktsaou](https://redirect.github.com/ktsaou)) - build(go.d): switch to gohugoio/hashstructure [#​19395](https://redirect.github.com/netdata/netdata/pull/19395) ([ilyam8](https://redirect.github.com/ilyam8)) - Regenerate integrations docs [#​19394](https://redirect.github.com/netdata/netdata/pull/19394) ([netdatabot](https://redirect.github.com/netdatabot)) - Make libunwind opt-in at build time instead of auto-enabled. [#​19393](https://redirect.github.com/netdata/netdata/pull/19393) ([Ferroin](https://redirect.github.com/Ferroin)) - Remove openSUSE 15.5 from CI and package builds. [#​19392](https://redirect.github.com/netdata/netdata/pull/19392) ([Ferroin](https://redirect.github.com/Ferroin)) - Reduce glibc fragmentation Part 2 [#​19390](https://redirect.github.com/netdata/netdata/pull/19390) ([ktsaou](https://redirect.github.com/ktsaou)) - Verify and cleanup deleted contexts [#​19389](https://redirect.github.com/netdata/netdata/pull/19389) ([stelfrag](https://redirect.github.com/stelfrag)) - Reduce glibc memory fragmentation [#​19385](https://redirect.github.com/netdata/netdata/pull/19385) ([ktsaou](https://redirect.github.com/ktsaou)) - added mmap count charts [#​19384](https://redirect.github.com/netdata/netdata/pull/19384) ([ktsaou](https://redirect.github.com/ktsaou)) - used_arena should exclude unused memory [#​19382](https://redirect.github.com/netdata/netdata/pull/19382) ([ktsaou](https://redirect.github.com/ktsaou)) - fix mallinfo2 [#​19381](https://redirect.github.com/netdata/netdata/pull/19381) ([ktsaou](https://redirect.github.com/ktsaou)) - limit the glibc unused memory [#​19380](https://redirect.github.com/netdata/netdata/pull/19380) ([ktsaou](https://redirect.github.com/ktsaou)) - Pulse extended memory statistics, now report glibc allocations [#​19379](https://redirect.github.com/netdata/netdata/pull/19379) ([ktsaou](https://redirect.github.com/ktsaou)) - build(deps): bump github.com/axiomhq/hyperloglog from 0.2.2 to 0.2.3 in /src/go [#​19378](https://redirect.github.com/netdata/netdata/pull/19378) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - build(deps): bump go.mongodb.org/mongo-driver from 1.17.1 to 1.17.2 in /src/go [#​19377](https://redirect.github.com/netdata/netdata/pull/19377) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - ARAL: fast path to quickly allocate elements on a new page [#​19376](https://redirect.github.com/netdata/netdata/pull/19376) ([ktsaou](https://redirect.github.com/ktsaou)) - disable libunwind on forked children [#​19374](https://redirect.github.com/netdata/netdata/pull/19374) ([ktsaou](https://redirect.github.com/ktsaou)) - Fix alert entry traversal when doing cleanup [#​19373](https://redirect.github.com/netdata/netdata/pull/19373) ([stelfrag](https://redirect.github.com/stelfrag)) - Fix issues with $PATH and netdatacli detection. [#​19371](https://redirect.github.com/netdata/netdata/pull/19371) ([Ferroin](https://redirect.github.com/Ferroin)) - fix for PGC wanted_cache_size getting to zero [#​19370](https://redirect.github.com/netdata/netdata/pull/19370) ([ktsaou](https://redirect.github.com/ktsaou)) - metrics cardinality - more statistics and groupings [#​19368](https://redirect.github.com/netdata/netdata/pull/19368) ([ktsaou](https://redirect.github.com/ktsaou)) - stream-thread fix memory corruption [#​19367](https://redirect.github.com/netdata/netdata/pull/19367) ([ktsaou](https://redirect.github.com/ktsaou)) - metrics cardinality improvements [#​19366](https://redirect.github.com/netdata/netdata/pull/19366) ([ktsaou](https://redirect.github.com/ktsaou)) - prevent memory corruption in dbengine [#​19365](https://redirect.github.com/netdata/netdata/pull/19365) ([ktsaou](https://redirect.github.com/ktsaou)) - Revert "prevent memory corruption in dbengine" [#​19364](https://redirect.github.com/netdata/netdata/pull/19364) ([ktsaou](https://redirect.github.com/ktsaou)) - prevent memory corruption in dbengine [#​19363](https://redirect.github.com/netdata/netdata/pull/19363) ([ktsaou](https://redirect.github.com/ktsaou)) - metrics-cardinality function [#​19362](https://redirect.github.com/netdata/netdata/pull/19362) ([ktsaou](https://redirect.github.com/ktsaou)) - avoid checking replication status all the time [#​19361](https://redirect.github.com/netdata/netdata/pull/19361) ([ktsaou](https://redirect.github.com/ktsaou)) - respect flood protection configuration for daemon [#​19360](https://redirect.github.com/netdata/netdata/pull/19360) ([ktsaou](https://redirect.github.com/ktsaou)) - fix os_system_memory() for concurrent use and call it from pulse [#​19359](https://redirect.github.com/netdata/netdata/pull/19359) ([ktsaou](https://redirect.github.com/ktsaou)) - fix flood protection [#​19358](https://redirect.github.com/netdata/netdata/pull/19358) ([ktsaou](https://redirect.github.com/ktsaou)) - allow compiling with FSANITIZE_ADDRESS [#​19357](https://redirect.github.com/netdata/netdata/pull/19357) ([ktsaou](https://redirect.github.com/ktsaou)) - Check cluster centers size in copy constructor of inlined kmeans [#​19356](https://redirect.github.com/netdata/netdata/pull/19356) ([vkalintiris](https://redirect.github.com/vkalintiris)) - Stream Compression Fix [#​19355](https://redirect.github.com/netdata/netdata/pull/19355) ([ktsaou](https://redirect.github.com/ktsaou)) - fix compilation on windows [#​19354](https://redirect.github.com/netdata/netdata/pull/19354) ([ktsaou](https://redirect.github.com/ktsaou)) - Minor fixes [#​19353](https://redirect.github.com/netdata/netdata/pull/19353) ([ktsaou](https://redirect.github.com/ktsaou)) - Stream receiver/sender compress BEGIN-SET-END performance [#​19352](https://redirect.github.com/netdata/netdata/pull/19352) ([ktsaou](https://redirect.github.com/ktsaou)) - RRDCONTEXTS: loading report [#​19351](https://redirect.github.com/netdata/netdata/pull/19351) ([ktsaou](https://redirect.github.com/ktsaou)) - lower compression level to lower cpu resources on parents [#​19350](https://redirect.github.com/netdata/netdata/pull/19350) ([ktsaou](https://redirect.github.com/ktsaou)) - PGC wanted size [#​19349](https://redirect.github.com/netdata/netdata/pull/19349) ([ktsaou](https://redirect.github.com/ktsaou)) - log a summary of metadata ignored contexts [#​19348](https://redirect.github.com/netdata/netdata/pull/19348) ([ktsaou](https://redirect.github.com/ktsaou)) - use sqlite3\_status64() [#​19347](https://redirect.github.com/netdata/netdata/pull/19347) ([ktsaou](https://redirect.github.com/ktsaou)) - Query systemd for unit file paths on install/uninstall. [#​19346](https://redirect.github.com/netdata/netdata/pull/19346) ([Ferroin](https://redirect.github.com/Ferroin)) - Assorted systemd detection fixes [#​19345](https://redirect.github.com/netdata/netdata/pull/19345) ([Ferroin](https://redirect.github.com/Ferroin)) - Regenerate integrations docs [#​19344](https://redirect.github.com/netdata/netdata/pull/19344) ([netdatabot](https://redirect.github.com/netdatabot)) - improvement(go.d/k8sstate): respect ignore annotation [#​19342](https://redirect.github.com/netdata/netdata/pull/19342) ([ilyam8](https://redirect.github.com/ilyam8)) - improvement(go.d/docker): respect ignore label [#​19341](https://redirect.github.com/netdata/netdata/pull/19341) ([ilyam8](https://redirect.github.com/ilyam8)) - Regenerate integrations docs [#​19340](https://redirect.github.com/netdata/netdata/pull/19340) ([netdatabot](https://redirect.github.com/netdatabot)) - docs(go.d/docker): fix syntax error in meta [#​19339](https://redirect.github.com/netdata/netdata/pull/19339) ([ilyam8](https://redirect.github.com/ilyam8)) - improvement(go.d/docker): add option to filter containers [#​19337](https://redirect.github.com/netdata/netdata/pull/19337) ([ilyam8](https://redirect.github.com/ilyam8)) - Contexts Loading [#​19336](https://redirect.github.com/netdata/netdata/pull/19336) ([ktsaou](https://redirect.github.com/ktsaou)) - Add alert version to aclk-state [#​19335](https://redirect.github.com/netdata/netdata/pull/19335) ([stelfrag](https://redirect.github.com/stelfrag)) - annotate logs with stack trace when libunwind is available [#​19334](https://redirect.github.com/netdata/netdata/pull/19334) ([ktsaou](https://redirect.github.com/ktsaou)) - convert invalid utf8 sequences to hex characters [#​19333](https://redirect.github.com/netdata/netdata/pull/19333) ([ktsaou](https://redirect.github.com/ktsaou)) - Abort on fatal and report system available bytes on allocation failures. [#​19332](https://redirect.github.com/netdata/netdata/pull/19332) ([vkalintiris](https://redirect.github.com/vkalintiris)) - Add instructions for Docker Compose [#​19331](https://redirect.github.com/netdata/netdata/pull/19331) ([enoch85](https://redirect.github.com/enoch85)) - build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 in /src/go [#​19330](https://redirect.github.com/netdata/netdata/pull/19330) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - FD Leaks Fix [#​19327](https://redirect.github.com/netdata/netdata/pull/19327) ([ktsaou](https://redirect.github.com/ktsaou)) - feat(go.d.plugin): add YugabyteDB collector [#​19325](https://redirect.github.com/netdata/netdata/pull/19325) ([ilyam8](https://redirect.github.com/ilyam8)) - fix(kickstart.sh): correct wrong function name in perpare_offline_install [#​19323](https://redirect.github.com/netdata/netdata/pull/19323) ([ilyam8](https://redirect.github.com/ilyam8)) - build(deps): bump github.com/vmware/govmomi from 0.46.3 to 0.47.0 in /src/go [#​19322](https://redirect.github.com/netdata/netdata/pull/19322) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - Improve context load time during startup [#​19321](https://redirect.github.com/netdata/netdata/pull/19321) ([stelfrag](https://redirect.github.com/stelfrag)) - fix(cgroup-rename): prevent leading comma in Docker LABELS when IMAGE empty [#​19318](https://redirect.github.com/netdata/netdata/pull/19318) ([ilyam8](https://redirect.github.com/ilyam8)) - Fix coverity issues [#​19317](https://redirect.github.com/netdata/netdata/pull/19317) ([stelfrag](https://redirect.github.com/stelfrag)) - CGROUP labels [#​19316](https://redirect.github.com/netdata/netdata/pull/19316) ([ktsaou](https://redirect.github.com/ktsaou)) - feat(cgroup-name.sh): Add support for `netdata.cloud/*` container labels [#​19315](https://redirect.github.com/netdata/netdata/pull/19315) ([ilyam8](https://redirect.github.com/ilyam8)) - Locks Improvements [#​19314](https://redirect.github.com/netdata/netdata/pull/19314) ([ktsaou](https://redirect.github.com/ktsaou)) - add yugabytedb docker manager [#​19313](https://redirect.github.com/netdata/netdata/pull/19313) ([ilyam8](https://redirect.github.com/ilyam8)) - fix(go.d/sd): correctly adding tags in classify [#​19312](https://redirect.github.com/netdata/netdata/pull/19312) ([ilyam8](https://redirect.github.com/ilyam8)) - fix(go.d/nats): add missing cid label to gw charts [#​19311](https://redirect.github.com/netdata/netdata/pull/19311) ([ilyam8](https://redirect.github.com/ilyam8)) - Regenerate integrations docs [#​19310](https://redirect.github.com/netdata/netdata/pull/19310) ([netdatabot](https://redirect.github.com/netdatabot)) - docs(go.d/nats): add missing labels to meta [#​19309](https://redirect.github.com/netdata/netdata/pull/19309) ([ilyam8](https://redirect.github.com/ilyam8)) - fix aral memory accounting [#​19308](https://redirect.github.com/netdata/netdata/pull/19308) ([ktsaou](https://redirect.github.com/ktsaou)) - UUIDMap [#​19307](https://redirect.github.com/netdata/netdata/pull/19307) ([ktsaou](https://redirect.github.com/ktsaou)) - Fix shutdown [#​19306](https://redirect.github.com/netdata/netdata/pull/19306) ([ktsaou](https://redirect.github.com/ktsaou)) - WAITQ: fixed mixed up ordering [#​19305](https://redirect.github.com/netdata/netdata/pull/19305) ([ktsaou](https://redirect.github.com/ktsaou)) - load rrdcontext dimensions in batches [#​19304](https://redirect.github.com/netdata/netdata/pull/19304) ([ktsaou](https://redirect.github.com/ktsaou)) - improvement(go.d/nats): add cluster_name label and jetstream status chart [#​19303](https://redirect.github.com/netdata/netdata/pull/19303) ([ilyam8](https://redirect.github.com/ilyam8)) - Waiting Queue [#​19302](https://redirect.github.com/netdata/netdata/pull/19302) ([ktsaou](https://redirect.github.com/ktsaou)) - revert waiting-queue optimization [#​19301](https://redirect.github.com/netdata/netdata/pull/19301) ([ktsaou](https://redirect.github.com/ktsaou)) - Improve stream sending thread error message [#​19300](https://redirect.github.com/netdata/netdata/pull/19300) ([ilyam8](https://redirect.github.com/ilyam8)) - Streaming improvements No 12 [#​19299](https://redirect.github.com/netdata/netdata/pull/19299) ([ktsaou](https://redirect.github.com/ktsaou)) - nd_poll() fairness [#​19298](https://redirect.github.com/netdata/netdata/pull/19298) ([ktsaou](https://redirect.github.com/ktsaou)) - more descriptive alert transition logs [#​19297](https://redirect.github.com/netdata/netdata/pull/19297) ([ktsaou](https://redirect.github.com/ktsaou)) - fix(debugfs/sensors): correct driver label value [#​19294](https://redirect.github.com/netdata/netdata/pull/19294) ([ilyam8](https://redirect.github.com/ilyam8)) - fix(netdata-updater.sh): use explicit paths for temp dir creation [#​19293](https://redirect.github.com/netdata/netdata/pull/19293) ([ilyam8](https://redirect.github.com/ilyam8)) - build(deps): add bison and flex [#​19292](https://redirect.github.com/netdata/netdata/pull/19292) ([ilyam8](https://redirect.github.com/ilyam8)) - remove go.d/windows [#​19290](https://redirect.github.com/netdata/netdata/pull/19290) ([ilyam8](https://redirect.github.com/ilyam8)) - fix(netdata-updater.sh): ensure tmpdir-path argument is always passed [#​19289](https://redirect.github.com/netdata/netdata/pull/19289) ([ilyam8](https://redirect.github.com/ilyam8)) - fix(netdata-updater.sh): remove commit_check_file directory [#​19288](https://redirect.github.com/netdata/netdata/pull/19288) ([ilyam8](https://redirect.github.com/ilyam8)) - bump dag req jinja version [#​19287](https://redirect.github.com/netdata/netdata/pull/19287) ([ilyam8](https://redirect.github.com/ilyam8)) - Regenerate integrations docs [#​19286](https://redirect.github.com/netdata/netdata/pull/19286) ([netdatabot](https://redirect.github.com/netdatabot)) - improvement(go.d/nats): add basic jetstream metrics [#​19285](https://redirect.github.com/netdata/netdata/pull/19285) ([ilyam8](https://redirect.github.com/ilyam8)) - fix go.d/nats tests [#​19284](https://redirect.github.com/netdata/netdata/pull/19284) ([ilyam8](https://redirect.github.com/ilyam8)) - Regenerate integrations docs [#​19283](https://redirect.github.com/netdata/netdata/pull/19283) ([netdatabot](https://redirect.github.com/netdatabot)) - improvement(go.d/nats): add leafz metrics [#​19282](https://redirect.github.com/netdata/netdata/pull/19282) ([ilyam8](https://redirect.github.com/ilyam8)) - Regenerate integrations docs [#​19281](https://redirect.github.com/netdata/netdata/pull/19281) ([netdatabot](https://redirect.github.com/netdatabot)) - improvement(go.d/nats): add server_id label [#​19280](https://redirect.github.com/netdata/netdata/pull/19280) ([ilyam8](https://redirect.github.com/ilyam8)) - docs: improve on-prem troubleshooting readability [#​19279](https://redirect.github.com/netdata/netdata/pull/19279) ([ilyam8](https://redirect.github.com/ilyam8)) - Fix metric retention check and cleanup [#​19278](https://redirect.github.com/netdata/netdata/pull/19278) ([stelfrag](https://redirect.github.com/stelfrag)) - fix(go.d/rabbitmq): handle insufficient perms when querying definitions [#​19277](https://redirect.github.com/netdata/netdata/pull/19277) ([ilyam8](https://redirect.github.com/ilyam8)) - Regenerate integrations docs [#​19276](https://redirect.github.com/netdata/netdata/pull/19276) ([netdatabot](https://redirect.github.com/netdatabot)) - Updates to onprem docs [#​19275](https://redirect.github.com/netdata/netdata/pull/19275) ([M4itee](https://redirect.github.com/M4itee)) - Skip label cleanup during metadata processing [#​19274](https://redirect.github.com/netdata/netdata/pull/19274) ([stelfrag](https://redirect.github.com/stelfrag)) - build(deps): update go toolchain to v1.23.4 [#​19273](https://redirect.github.com/netdata/netdata/pull/19273) ([ilyam8](https://redirect.github.com/ilyam8)) - build(deps): bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 in /src/go [#​19271](https://redirect.github.com/netdata/netdata/pull/19271) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - build(deps): bump github.com/axiomhq/hyperloglog from 0.2.0 to 0.2.2 in /src/go [#​19270](https://redirect.github.com/netdata/netdata/pull/19270) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 in /src/go [#​19269](https://redirect.github.com/netdata/netdata/pull/19269) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - build(deps): bump github.com/docker/docker from 27.4.0+incompatible to 27.4.1+incompatible in /src/go [#​19268](https://redirect.github.com/netdata/netdata/pull/19268) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) - improvement(go.d/nats): add gatewayz metrics [#​19266](https://redirect.github.com/netdata/netdata/pull/19266) ([ilyam8](https://redirect.github.com/ilyam8)) - Regenerate integrations docs [#​19265](https://redirect.github.com/netdata/netdata/pull/19265) ([netdatabot](https://redirect.github.com/netdatabot)) - improvement(go.d/nats): add routez metrics [#​19264](https://redirect.github.com/netdata/netdata/pull/19264) ([ilyam8](https://redirect.github.com/ilyam8)) - Regenerate integrations docs [#​19263](https://redirect.github.com/netdata/netdata/pull/19263) ([netdatabot](https://redirect.github.com/netdatabot)) - improvement(go.d/nats): add accstatz metrics [#​19262](https://redirect.github.com/netdata/netdata/pull/19262) ([ilyam8](https://redirect.github.com/ilyam8)) - HELP and TYPE in prometheus fix [#​19261](https://redirect.github.com/netdata/netdata/pull/19261) ([ktsaou](https://redirect.github.com/ktsaou)) - Add an alert guide for reboot required [#​19260](https://redirect.github.com/netdata/netdata/pull/19260) ([ralphm](https://redirect.github.com/ralphm)) - fix crash when the DRM file does not contain the right information [#​19258](https://redirect.github.com/netdata/netdata/pull/19258) ([ktsaou](https://redirect.github.com/ktsaou)) - docs: change "node-membership-rules" filename/title [#​19257](https://redirect.github.com/netdata/netdata/pull/19257) ([ilyam8](https://redirect.github.com/ilyam8)) - Updated copyright notices [#​19256](https://redirect.github.com/netdata/netdata/pull/19256) ([ktsaou](https://redirect.github.com/ktsaou)) - Regenerate integrations docs [#​19254](https://redirect.github.com/netdata/netdata/pull/19254) ([netdatabot](https://redirect.github.com/netdatabot)) - docs: fix nats metadata suffix [#​19253](https://redirect.github.com/netdata/netdata/pull/19253) ([ilyam8](https://redirect.github.com/ilyam8)) - feat(go.d): add NATS collector [#​19252](https://redirect.github.com/netdata/netdata/pull/19252) ([ilyam8](https://redirect.github.com/ilyam8)) - Monitor sensors using libsensors via debugfs.plugin [#​19251](https://redirect.github.com/netdata/netdata/pull/19251) ([ktsaou](https://redirect.github.com/ktsaou)) - Add option to updater to report status of auto-updates on the system. [#​19248](https://redirect.github.com/netdata/netdata/pull/19248) ([Ferroin](https://redirect.github.com/Ferroin)) - DBENGINE: pgc tuning, replication tuning [#​19237](https://redirect.github.com/netdata/netdata/pull/19237) ([ktsaou](https://redirect.github.com/ktsaou)) - Update kickstart script to use new repository host. [#​18962](https://redirect.github.com/netdata/netdata/pull/18962) ([Ferroin](https://redirect.github.com/Ferroin)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
91f172a3ec |
chore(helm): update image docker.io/portainer/portainer-ee 2.25.1 → 2.26.1 (#30920)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/portainer/portainer-ee | minor | `6a5f03e` -> `0b379e4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
f0f35ebe6c |
chore(helm): update image docker.io/shokoanime/server v5.0.0 → v5.1.0 (#31108)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/shokoanime/server | minor | `da43fd2` -> `dde0c5a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
3dc68898cd |
chore(helm): update image docker.io/portainer/portainer-ce 2.25.1 → 2.26.1 (#30919)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/portainer/portainer-ce | minor | `c8aefc4` -> `ad336b4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
830922b57e |
chore(helm): update image docker.io/jorenn92/maintainerr 2.7.0 → 2.8.0 (#30918)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jorenn92/maintainerr](https://redirect.github.com/jorenn92/Maintainerr) | minor | `a4cade0` -> `b160b78` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jorenn92/Maintainerr (docker.io/jorenn92/maintainerr)</summary> ### [`v2.8.0`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#280-2025-01-14) [Compare Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.7.0...v2.8.0) ##### Bug Fixes - Has series/season finale should only pass when file exists ([#​1502](https://redirect.github.com/jorenn92/Maintainerr/issues/1502)) ([00e0255](https://redirect.github.com/jorenn92/Maintainerr/commit/00e02557380d0bc9d8c10f8d82e19d59d9184d4e)) ##### Features - Add "Last episode aired at (season)" for episodes ([#​1491](https://redirect.github.com/jorenn92/Maintainerr/issues/1491)) ([fecf360](https://redirect.github.com/jorenn92/Maintainerr/commit/fecf360ecae0d1add7ba4d6121704debd708725e)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
47456bbfba |
chore(helm): update image docker.io/jenkins/jenkins 2.492 → 2.494 (#31104)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jenkins/jenkins](https://www.jenkins.io/) ([source](https://redirect.github.com/jenkinsci/docker)) | minor | `fbde64d` -> `b1bcee2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jenkinsci/docker (docker.io/jenkins/jenkins)</summary> ### [`v2.494`](https://redirect.github.com/jenkinsci/docker/releases/tag/2.494) [Compare Source](https://redirect.github.com/jenkinsci/docker/compare/2.493...2.494) <!-- Optional: add a release summary here --> #### 📦 Jenkins Core updates - Update to Jenkins 2.494 ([changelog](https://www.jenkins.io/changelog/2.494)) #### 📦 Dependency updates - Bump `git-lfs` version to 3.6.1 ([#​1982](https://redirect.github.com/jenkinsci/docker/issues/1982)) [@​github-actions](https://redirect.github.com/github-actions) - Bump Debian Bookworm Linux Version to [`2025011`](https://redirect.github.com/jenkinsci/docker/commit/20250113) ([#​1981](https://redirect.github.com/jenkinsci/docker/issues/1981)) [@​github-actions](https://redirect.github.com/github-actions) - chore(deps): bump updatecli/updatecli-action from 2.75.0 to 2.76.0 ([#​1980](https://redirect.github.com/jenkinsci/docker/issues/1980)) [@​dependabot](https://redirect.github.com/dependabot) ### [`v2.493`](https://redirect.github.com/jenkinsci/docker/releases/tag/2.493) [Compare Source](https://redirect.github.com/jenkinsci/docker/compare/2.492...2.493) <!-- Optional: add a release summary here --> #### 📦 Jenkins Core updates - Update to Jenkins 2.493 ([changelog](https://www.jenkins.io/changelog/2.493)) #### 📦 Dependency updates - Bump Alpine Linux Version to 3.21.2 ([#​1977](https://redirect.github.com/jenkinsci/docker/issues/1977)) [@​github-actions](https://redirect.github.com/github-actions) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |
||
|
|
f5088f3bc7 |
chore(helm): update image docker.io/jesec/flood 4.8.5 → 4.9.0 (#30960)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/jesec/flood | minor | `029fd80` -> `6139dc1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> |