429ae5c4b38100bbb149f9eb5f2edaa80fc40a15
32265 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
429ae5c4b3 |
chore(deps): update container image ghcr.io/mintplex-labs/anything-llm to latest@80108eb by renovate (#24630)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/mintplex-labs/anything-llm | digest | `ad8584c` -> `80108eb` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzguMTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
26d52cc6bd |
chore(deps): update container image charmcli/soft-serve to v0.7.6@8058b39 by renovate (#24635)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [charmcli/soft-serve](https://togithub.com/charmbracelet/soft-serve) | patch | `v0.7.4` -> `v0.7.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>charmbracelet/soft-serve (charmcli/soft-serve)</summary> ### [`v0.7.6`](https://togithub.com/charmbracelet/soft-serve/releases/tag/v0.7.6) [Compare Source](https://togithub.com/charmbracelet/soft-serve/compare/v0.7.5...v0.7.6) #### Changelog ##### Bug fixes - [`f23ea48`](https://togithub.com/charmbracelet/soft-serve/commit/f23ea48c913d6f907f499e0315c4658632d20d29): fix(ssh): pass GIT_PROTOCOL from ssh session down to binary ([@​aymanbagabas](https://togithub.com/aymanbagabas)) *** <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://togithub.com/charmbracelet/soft-serve/releases/download/0.7.6/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/soft-serve/releases/download/v0.7.6/checksums.txt' ``` Then, verify it using [`cosign`](https://togithub.com/sigstore/cosign): ```bash cosign verify-blob \ --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/charmbracelet/soft-serve/releases/download/v0.7.6/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/soft-serve/releases/download/v0.7.6/checksums.txt.sig' \ ./checksums.txt ``` If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified! </details> <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@​charm), or on [Discord](https://charm.sh/chat). ### [`v0.7.5`](https://togithub.com/charmbracelet/soft-serve/releases/tag/v0.7.5) [Compare Source](https://togithub.com/charmbracelet/soft-serve/compare/v0.7.4...v0.7.5) #### Changelog ##### New Features - [`e02c00f`](https://togithub.com/charmbracelet/soft-serve/commit/e02c00fc7ee09348bcfbf0a2e5054eee113c4ddd): feat(tests): add a testcase for `soft man` ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`fc81914`](https://togithub.com/charmbracelet/soft-serve/commit/fc819145f26200b443f5fef813170e2fee3c1f8f): feat: add ssh lfs-transfer tests ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`c3915b2`](https://togithub.com/charmbracelet/soft-serve/commit/c3915b2c7a8ccdf6a9b5d7c3c30af726b45d95a1): feat: run test coverage against postgres ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`a985ccd`](https://togithub.com/charmbracelet/soft-serve/commit/a985ccdf4622d86a55ab987c9730197abdd5ebb7): feat: test ssh ui output ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`40d76a1`](https://togithub.com/charmbracelet/soft-serve/commit/40d76a13ac74589c8395067af64f58d5a3f96b43): feat: update integration tests ([#​434](https://togithub.com/charmbracelet/soft-serve/issues/434)) ([@​aymanbagabas](https://togithub.com/aymanbagabas)) ##### Bug fixes - [`81ee0ec`](https://togithub.com/charmbracelet/soft-serve/commit/81ee0eccac4f4c8fa6bdd452fa58bea62f2ec1ef): fix(git): hang on git i/o error ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`f801b96`](https://togithub.com/charmbracelet/soft-serve/commit/f801b96f97051deb7090caae4ea562ac39391be4): fix(meta): use "chore" prefix for dependabot ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`43f087f`](https://togithub.com/charmbracelet/soft-serve/commit/43f087f10d8c08cb1e917b73564295052b9e0789): fix(mirror): add user missing from context ([@​nilium](https://togithub.com/nilium)) - [`b15f874`](https://togithub.com/charmbracelet/soft-serve/commit/b15f8740f185d8c4e63c9141ef06546cd8da1794): fix(mirror): don't need git gc ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`07076f8`](https://togithub.com/charmbracelet/soft-serve/commit/07076f838d0274068db268e9eaf86c19c5fef223): fix(mirror): skip LFS instead of failing to mirror a repo ([@​nilium](https://togithub.com/nilium)) - [`0e77ee9`](https://togithub.com/charmbracelet/soft-serve/commit/0e77ee9bf8d8ceb7021b47f2f475e9778c9da9d4): fix(ssh): allocate pty and use the latest tea middleware ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`621d920`](https://togithub.com/charmbracelet/soft-serve/commit/621d920d05b0112e49409a48e84d53f8bb531cc0): fix(ssh): check of empty pk and tidy context mw ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`d54c6de`](https://togithub.com/charmbracelet/soft-serve/commit/d54c6de0df5646d6ca258987145f9cd2728c3c33): fix(ssh): emulate pty on windows ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`6c917ac`](https://togithub.com/charmbracelet/soft-serve/commit/6c917ac88a9a0c15d4a7c1235f8d10f42c26d9cd): fix(test): path separator on windows ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`8c9777d`](https://togithub.com/charmbracelet/soft-serve/commit/8c9777d4de52ad4ab33ad2de6b9c5ca25b4e3059): fix(test): tidy testscript and skip ssh-lfs test ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`6e9db8e`](https://togithub.com/charmbracelet/soft-serve/commit/6e9db8edd893f177bec4db2ec9a5ff32a8c24414): fix(web): superfluous write ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`8c181bc`](https://togithub.com/charmbracelet/soft-serve/commit/8c181bc662746a9d34dc68ff87a9be1865e9aa2e): fix(web): write http prefix before references ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`abd5580`](https://togithub.com/charmbracelet/soft-serve/commit/abd5580ea2d15a0ed29ebdde61305e078d93dc44): fix(webhook): we don't care about the default branch if it's missing ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`b06b555`](https://togithub.com/charmbracelet/soft-serve/commit/b06b555557c16da008f8b4a870842822c24f5d5a): fix: disable soft-browse test ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`143918b`](https://togithub.com/charmbracelet/soft-serve/commit/143918b591904b9c0e6536c2bdcd873f7787bf23): fix: executable path in hooks ([#​459](https://togithub.com/charmbracelet/soft-serve/issues/459)) ([@​wahjava](https://togithub.com/wahjava)) - [`047b6a7`](https://togithub.com/charmbracelet/soft-serve/commit/047b6a7429e3d98070a1d475ba66e068fcd1bce2): fix: invalid error on empty repo collabs ([#​466](https://togithub.com/charmbracelet/soft-serve/issues/466)) ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`0191234`](https://togithub.com/charmbracelet/soft-serve/commit/0191234f884cb54475dbed351da0bad3d199cf6e): fix: lint ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`194455d`](https://togithub.com/charmbracelet/soft-serve/commit/194455d183a34b7bbcc67c5953fd7c722124428f): fix: lint issues ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`d119d53`](https://togithub.com/charmbracelet/soft-serve/commit/d119d535cc819619e3aecdbdc9238b946ae73d65): fix: only use glamour for mk files ([#​467](https://togithub.com/charmbracelet/soft-serve/issues/467)) ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`aa15af5`](https://togithub.com/charmbracelet/soft-serve/commit/aa15af54fbf27042f16ab072d2242965bad5690a): fix: tidy notify os interrupt signals ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`7b97817`](https://togithub.com/charmbracelet/soft-serve/commit/7b978176930366fb768aea0bff634dc166c7f3bf): fix: unquote git quoted filenames ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`920e4a7`](https://togithub.com/charmbracelet/soft-serve/commit/920e4a75d11de2f06010d23aab444ab2f02d5d70): fix: use lipgloss renderers ([@​aymanbagabas](https://togithub.com/aymanbagabas)) - [`bb59bee`](https://togithub.com/charmbracelet/soft-serve/commit/bb59bee4dfc46802fcdc43342ed05c5d04387dd2): fix: use the latest git-lfs-transfer and update implementation ([@​aymanbagabas](https://togithub.com/aymanbagabas)) ##### Dependency updates - [`cd964a6`](https://togithub.com/charmbracelet/soft-serve/commit/cd964a69733602378cca0acb88d6b9965736d015): feat(deps): bump github.com/go-git/go-git/v5 from 5.10.1 to 5.11.0 ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`45ce909`](https://togithub.com/charmbracelet/soft-serve/commit/45ce9099dc908bd25c807b33cd0aa954c10b727b): feat(deps): bump github.com/golang-jwt/jwt/v5 from 5.1.0 to 5.2.0 ([#​437](https://togithub.com/charmbracelet/soft-serve/issues/437)) ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`e064c39`](https://togithub.com/charmbracelet/soft-serve/commit/e064c396c73bef34514e20fb31d878e20225dbb8): feat(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`dbe42e3`](https://togithub.com/charmbracelet/soft-serve/commit/dbe42e3c8eecb542e04c3a0e239cb750005232db): feat(deps): bump github.com/prometheus/client_golang ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`3e75d86`](https://togithub.com/charmbracelet/soft-serve/commit/3e75d86210cfb1599b64ffd58bba9b020c04c6f0): feat(deps): bump github.com/rogpeppe/go-internal ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`538de6a`](https://togithub.com/charmbracelet/soft-serve/commit/538de6acf0bcb853bb3196947014f9edf3ee2698): feat(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`3d02df4`](https://togithub.com/charmbracelet/soft-serve/commit/3d02df436beceae27ad66ecf759e7032bbda3532): feat(deps): bump golang.org/x/crypto from 0.17.0 to 0.18.0 ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`d1d7d7f`](https://togithub.com/charmbracelet/soft-serve/commit/d1d7d7fe4354be2cf5de42bc41ed6155268427a7): feat(deps): bump golang.org/x/sync from 0.5.0 to 0.6.0 ([@​dependabot](https://togithub.com/dependabot)\[bot]) - [`afeae6c`](https://togithub.com/charmbracelet/soft-serve/commit/afeae6c4d6bc9139131cc1f7f1bb88e54c25b3bd): feat(deps): bump modernc.org/sqlite from 1.27.0 to 1.28.0 ([@​dependabot](https://togithub.com/dependabot)\[bot]) ##### Documentation updates - [`87d61a3`](https://togithub.com/charmbracelet/soft-serve/commit/87d61a33d42fb6ffaebf9da664cdb5ac9acf85a0): docs(README): add Windows install instruction for Winget ([#​304](https://togithub.com/charmbracelet/soft-serve/issues/304)) ([@​kbdharun](https://togithub.com/kbdharun)) - [`83495e2`](https://togithub.com/charmbracelet/soft-serve/commit/83495e2974be77622dc3cb6f40619e7ad824b820): docs: add CLI instructions for mirrors to README ([#​543](https://togithub.com/charmbracelet/soft-serve/issues/543)) ([@​rubenhoenle](https://togithub.com/rubenhoenle)) - [`876db8d`](https://togithub.com/charmbracelet/soft-serve/commit/876db8d25a193b9f22b0eb4388f0991c39bf1e30): docs: correct spelling of read-only ([@​mkirl](https://togithub.com/mkirl)) - [`11c0bc5`](https://togithub.com/charmbracelet/soft-serve/commit/11c0bc57de33db986ca72997237625e2b23c0e9f): docs: update readme root.go to main.go ([#​478](https://togithub.com/charmbracelet/soft-serve/issues/478)) ([@​pratikkuikel](https://togithub.com/pratikkuikel)) ##### Other work - [`bba9b26`](https://togithub.com/charmbracelet/soft-serve/commit/bba9b26cab2079a8a1e7a8ee8ae10a3c625121a4): Correct make repo private command in README.md ([#​515](https://togithub.com/charmbracelet/soft-serve/issues/515)) ([@​troylusty](https://togithub.com/troylusty)) - [`15d661f`](https://togithub.com/charmbracelet/soft-serve/commit/15d661fba2bf21f0260ffdd92faf18a6002dcfe6): Create CODEOWNERS ([@​maaslalani](https://togithub.com/maaslalani)) - [`6ddae64`](https://togithub.com/charmbracelet/soft-serve/commit/6ddae6497f05f3e49edc8ce3381cfd13c61c9618): Simplify installation with brew ([#​534](https://togithub.com/charmbracelet/soft-serve/issues/534)) ([@​skatkov](https://togithub.com/skatkov)) - [`b5f5721`](https://togithub.com/charmbracelet/soft-serve/commit/b5f57212392ae971147447ba7223eac6724db069): build: fix golanci-lint configs ([@​caarlos0](https://togithub.com/caarlos0)) - [`b4da757`](https://togithub.com/charmbracelet/soft-serve/commit/b4da757c599c4bedd345879bfdcd36026e365abc): ci: sign & notarize macos binaries ([#​537](https://togithub.com/charmbracelet/soft-serve/issues/537)) ([@​caarlos0](https://togithub.com/caarlos0)) - [`ca7c2bb`](https://togithub.com/charmbracelet/soft-serve/commit/ca7c2bba7d38ec976f3d67156794be455bbbafa0): docs(docker README): Update docker file with SOFT_SERVE_INITIAL_ADMIN_KEYS env variable for both docker and compose examples ([@​CRBroughton](https://togithub.com/CRBroughton)) - [`4daebdd`](https://togithub.com/charmbracelet/soft-serve/commit/4daebdd422a6ba8c04162d023f8be355a8fe3184): sec: do not append session envs to git run ([#​544](https://togithub.com/charmbracelet/soft-serve/issues/544)) ([@​caarlos0](https://togithub.com/caarlos0)) *** <details> <summary>Verifying the artifacts</summary> First, download the [`checksums.txt` file](https://togithub.com/charmbracelet/soft-serve/releases/download/0.7.5/checksums.txt), for example, with `wget`: ```bash wget 'https://github.com/charmbracelet/soft-serve/releases/download/v0.7.5/checksums.txt' ``` Then, verify it using [`cosign`](https://togithub.com/sigstore/cosign): ```bash cosign verify-blob \ --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \ --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \ --cert 'https://github.com/charmbracelet/soft-serve/releases/download/v0.7.5/checksums.txt.pem' \ --signature 'https://github.com/charmbracelet/soft-serve/releases/download/v0.7.5/checksums.txt.sig' \ ./checksums.txt ``` If the output is `Verified OK`, you can safely use it to verify the checksums of other artifacts you downloaded from the release using `sha256sum`: ```bash sha256sum --ignore-missing -c checksums.txt ``` Done! You artifacts are now verified! </details> <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@​charm), or on [Discord](https://charm.sh/chat). </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzguMTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
0bea0bc0db |
chore(deps): update container image ghcr.io/linuxserver/ubooquity to 2.1.2@eeba34c by renovate (#24629)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/ubooquity](https://togithub.com/linuxserver/docker-ubooquity/packages) ([source](https://togithub.com/linuxserver/docker-ubooquity)) | digest | `79f9b4c` -> `eeba34c` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzguMTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
2f8ddc1b9d |
chore(deps): update container image lancachenet/lancache-dns to latest@a9a37f6 by renovate (#24632)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | lancachenet/lancache-dns | digest | `eece259` -> `a9a37f6` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzguMTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
1669880438 | chore(deps): update container image lancachenet/monolithic to latest@dfdf02b by renovate (#24633) | ||
|
|
9206973157 |
chore(deps): update container image josh5/steam-headless to latest@4f30ced by renovate (#24631)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | josh5/steam-headless | digest | `ca90bdd` -> `4f30ced` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzguMTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
54512cb920 | chore(deps): update container image diygod/rsshub to latest@9a31c29 by renovate (#24627) | ||
|
|
8028d2e452 |
chore(deps): update container image ghcr.io/linuxserver/doublecommander to latest@16934eb by renovate (#24628)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/linuxserver/doublecommander | digest | `e09b142` -> `16934eb` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzguMTcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
52b9d125aa |
chore(deps): update container image quay.io/thanos/thanos to v0.36.0@785c18b by renovate (#24626)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/thanos/thanos | minor | `v0.35.1` -> `v0.36.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNi4wIiwidXBkYXRlZEluVmVyIjoiMzguMTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
301cb09411 |
chore(deps): update container image n8nio/n8n to v1.52.2@7d2b3b2 by renovate (#24624)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [n8nio/n8n](https://n8n.io) ([source](https://togithub.com/n8n-io/n8n)) | patch | `1.52.1` -> `1.52.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNi4wIiwidXBkYXRlZEluVmVyIjoiMzguMTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
7da3205a0f |
chore(deps): update container image f0rc3/gokapi to v1.9.1@e61cc36 by renovate (#24622)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | f0rc3/gokapi | patch | `v1.9.0` -> `v1.9.1` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNi4wIiwidXBkYXRlZEluVmVyIjoiMzguMTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
dcee156378 |
chore(deps): update container image golift/unpackerr to v0.14.3@ebaa664 by renovate (#24623)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golift/unpackerr](https://togithub.com/Unpackerr/unpackerr) | patch | `0.14.2` -> `0.14.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Unpackerr/unpackerr (golift/unpackerr)</summary> ### [`v0.14.3`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.3) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.2...v0.14.3) There are no application code updates in this release. I am creating this release to trigger the new Arch Linux binary packaging code. This release and future releases will contain a binary `zst` (pacman) package that can be installed directly. See this release for the most recent application code changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1 #### What's Changed - create binary arch package for github release by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/476](https://togithub.com/Unpackerr/unpackerr/pull/476) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.14.2...v0.14.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNi4wIiwidXBkYXRlZEluVmVyIjoiMzguMTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
a5cc2c66b9 | chore(deps): update authentik to v2024.6.2@c7bc6fa by renovate (patch) (#24621) | ||
|
|
16cc0b64b1 |
chore(deps): update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0@2bd7b17 by renovate (#24616)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/booksonic-air](https://togithub.com/linuxserver/docker-booksonic-air/packages) ([source](https://togithub.com/linuxserver/docker-booksonic-air)) | digest | `1275551` -> `2bd7b17` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNi4wIiwidXBkYXRlZEluVmVyIjoiMzguMTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
fcc3586373 |
chore(deps): update container image ghcr.io/mintplex-labs/anything-llm to latest@ad8584c by renovate (#24618)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/mintplex-labs/anything-llm | digest | `97f9ccb` -> `ad8584c` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNi4wIiwidXBkYXRlZEluVmVyIjoiMzguMTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
20b4f8b744 |
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@27cf46f by renovate (#24619)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/pussthecatorg/libremdb | digest | `90145ba` -> `27cf46f` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNi4wIiwidXBkYXRlZEluVmVyIjoiMzguMTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
7b61c4facc | chore(deps): update container image diygod/rsshub to latest@c9f0055 by renovate (#24615) | ||
|
|
09158855ff |
chore(deps): update container image awesometic/h5ai to latest@efa4514 by renovate (#24614)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | awesometic/h5ai | digest | `fed1982` -> `efa4514` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNi4wIiwidXBkYXRlZEluVmVyIjoiMzguMTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
1b5e109dfc |
chore(deps): update container image misskey/misskey to v2024.7.0@aac354d by renovate (#24613)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [misskey/misskey](https://togithub.com/misskey-dev/misskey) | minor | `2024.5.0` -> `2024.7.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>misskey-dev/misskey (misskey/misskey)</summary> ### [`v2024.7.0`](https://togithub.com/misskey-dev/misskey/blob/HEAD/CHANGELOG.md#202470) [Compare Source](https://togithub.com/misskey-dev/misskey/compare/2024.5.0...2024.7.0) ##### Note - デッキUIの新着ノートをサウンドで通知する機能の追加(v2024.5.0)に伴い、以前から動作しなくなっていたクライアント設定内の「アンテナ受信」「チャンネル通知」サウンドを削除しました。 - Streaming APIにて入力が不正な場合にはそのメッセージを無視するようになりました。 [#​14251](https://togithub.com/misskey-dev/misskey/issues/14251) ##### General - Feat: 通報を受けた際、または解決した際に、予め登録した宛先に通知を飛ばせるように(mail or webhook) [#​13705](https://togithub.com/misskey-dev/misskey/issues/13705) - Feat: ユーザーのアイコン/バナーの変更可否をロールで設定可能に - 変更不可となっていても、設定済みのものを解除してデフォルト画像に戻すことは出来ます - Feat: ユーザ作成時にSystemWebhookを送信可能に [#​14281](https://togithub.com/misskey-dev/misskey/issues/14281) - Feat: メディアサイレンスを実装 [#​13842](https://togithub.com/misskey-dev/misskey/issues/13842) - メディアサイレンスされたサーバーに所属するアカウントによるファイルはすべてセンシティブとして扱われ、カスタム絵文字が使用できないようになります。 - Enhance: 管理画面でアーカイブにしたお知らせを表示・編集できるように - Fix: 配信停止したインスタンス一覧が見れなくなる問題を修正 - Fix: Dockerコンテナの立ち上げ時に`pnpm`のインストールで固まることがある問題 - Fix: デフォルトテーマに無効なテーマコードを入力するとUIが使用できなくなる問題を修正 - 翻訳の更新 - 依存関係の更新 ##### Client - Feat: ユーザーページから「このユーザーのノートを検索」できるように ([#​14128](https://togithub.com/misskey-dev/misskey/issues/14128)) - Feat: 検索ページはクエリを受け付けるようになりました ([#​14128](https://togithub.com/misskey-dev/misskey/issues/14128)) - Enhance: 検索ページのUI改善 ([#​14128](https://togithub.com/misskey-dev/misskey/issues/14128)) - Enhance: 内蔵APIドキュメントのデザイン・パフォーマンスを改善 - Enhance: 非ログイン時に他サーバーに遷移するアクションを追加 - Enhance: 非ログイン時のハイライトTLのデザインを改善 - Enhance: フロントエンドのアクセシビリティ改善\ (Based on [https://github.com/taiyme/misskey/pull/226](https://togithub.com/taiyme/misskey/pull/226)) - Enhance: サーバー情報ページ・お問い合わせページを改善\ (Cherry-picked from [https://github.com/taiyme/misskey/pull/238](https://togithub.com/taiyme/misskey/pull/238)) - Enhance: AiScriptを0.19.0にアップデート - Enhance: Allow negative delay for MFM animation elements (`tada`, `jelly`, `twitch`, `shake`, `spin`, `jump`, `bounce`, `rainbow`) - Enhance: センシティブなメディアを開く際に確認ダイアログを出せるように - Enhance: 検索(ノート/ユーザー)で `#` から始まる文字列を入力すると、そのハッシュタグのノート/ユーザー一覧ページが表示できるように - Enhance: 検索(ノート/ユーザー)において、入力に空白が含まれている場合は照会を行わないように - Enhance: 検索(ノート/ユーザー)において、照会を行うかどうか、ハッシュタグのノート/ユーザー一覧ページを表示するかどうかの確認ダイアログを出すように - Enhance: 検索(ノート/ユーザー)で `@` から始まる文字列(`@user@host`など)を入力すると、そのユーザーを照会できるように - Enhance: ドライブのファイル・フォルダをドラッグしなくても移動できるように\ (Cherry-picked from https://github.com/nafu-at/misskey/commit/b89c2af6945c6a9f9f10e83f54d2bcf0f240b0b4, https://github.com/nafu-at/misskey/commit/8a7d710c6acb83f50c83f050bd1423c764d60a99) - Enhance: デッキのアンテナ・リスト選択画面からそれぞれを新規作成できるように - Enhance: ブラウザのコンテキストメニューを使用できるように - Enhance: 連合の「連合中」,「購読中」,「配信中」に対してブロックしているサーバー、配信停止しているサーバーを含めないように - Fix: `/about#federation` ページなどで各インスタンスのチャートが表示されなくなっていた問題を修正 - Fix: ユーザーページの追加情報のラベルを投稿者のサーバーの絵文字で表示する ([#​13968](https://togithub.com/misskey-dev/misskey/issues/13968)) - Fix: リバーシの対局を正しく共有できないことがある問題を修正 - Fix: コントロールパネルでベースロールのポリシーを編集してもUI上では変更が反映されない問題を修正 - Fix: アンテナの編集画面のボタンに隙間を追加 - Fix: テーマプレビューが見れない問題を修正 - Fix: ショートカットキーが連打できる問題を修正\ (Cherry-picked from [https://github.com/taiyme/misskey/pull/234](https://togithub.com/taiyme/misskey/pull/234)) - Fix: MkSignin.vueのcredentialRequestからReactivityを削除(ProxyがPasskey認証処理に渡ることを避けるため) - Fix: 「アニメーション画像を再生しない」がオンのときでもサーバーのバナー画像・背景画像がアニメーションしてしまう問題を修正\ (Cherry-picked from https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/574) - Fix: Twitchの埋め込みが開けない問題を修正 - Fix: 子メニューの高さがウィンドウからはみ出ることがある問題を修正 - Fix: 個人宛てのダイアログ形式のお知らせが即時表示されない問題を修正 - Fix: 一部の画像がセンシティブ指定されているときに画面に何も表示されないことがあるのを修正 - Fix: リアクションしたユーザー一覧のユーザー名がはみ出る問題を修正\ (Cherry-picked from [https://github.com/MisskeyIO/misskey/pull/672](https://togithub.com/MisskeyIO/misskey/pull/672)) - Fix: `/share`ページにおいて絵文字ピッカーを開くことができない問題を修正 - Fix: deck uiの通知音が重なる問題 ([#​14029](https://togithub.com/misskey-dev/misskey/issues/14029)) - Fix: ダイレクト投稿の"削除して編集"において、宛先が保持されていなかった問題を修正 - Fix: 投稿フォームへのURL貼り付けによる引用が下書きに保存されていなかった問題を修正 - Fix: "削除して編集"や下書きにおいて、リアクションの受け入れ設定が保持/保存されていなかった問題を修正 - Fix: 照会に `#` から始まる文字列を入力してそのハッシュタグのページを表示する際、入力が `#` のみの場合に「指定されたURLに該当するページはありませんでした。」が表示されてしまう問題を修正 - Fix: 照会に `@` から始まる文字列を入力してユーザーを照会する際、入力が `@` のみの場合に「問題が発生しました」が表示されてしまう問題を修正 - Fix: 投稿フォームにノートのURLを貼り付けて"引用として添付"した場合、投稿文を空にすることによるRenote化が出来なかった問題を修正 - Fix: フォロー中のユーザーに関する"TLに他の人への返信を含める"の設定が分かりづらい問題を修正 - Fix: タイムラインページを開いた時、`TLに他の人への返信を含める`がオフのときに`ファイル付きのみ`をオンにできない問題を修正 - Fix: deck uiでタイムラインを切り替えた際にTLの設定項目が更新されず、`TLに他の人への返信を含める`のトグルが表示されない問題を修正 - Fix: ウィジェットのタイムライン選択欄に無効化されたタイムラインが表示される問題を修正 - Fix: サウンドにドライブの音声を使用している際にドライブの音声が再生できなくなると設定が変更できなくなる問題を修正 ##### Server - Feat: レートリミット制限に引っかかったときに`Retry-After`ヘッダーを返すように ([#​13949](https://togithub.com/misskey-dev/misskey/issues/13949)) - Enhance: エンドポイント`clips/update`の必須項目を`clipId`のみに - Enhance: エンドポイント`admin/roles/update`の必須項目を`roleId`のみに - Enhance: エンドポイント`pages/update`の必須項目を`pageId`のみに - Enhance: エンドポイント`gallery/posts/update`の必須項目を`postId`のみに - Enhance: エンドポイント`i/webhook/update`の必須項目を`webhookId`のみに - Enhance: エンドポイント`admin/ad/update`の必須項目を`id`のみに - Enhance: `default.yml`内の`url`, `db.db`, `db.user`, `db.pass`を環境変数から読み込めるように - Enhance: エンドポイント`api/meta`にプロパティ`noteSearchableScope`が増え、`string`値`local`または`global`を返却します - Fix: チャート生成時にinstance.suspensionStateに置き換えられたinstance.isSuspendedが参照されてしまう問題を修正 - Fix: ユーザーのフィードページのMFMをHTMLに展開するように ([#​14006](https://togithub.com/misskey-dev/misskey/issues/14006)) - Fix: アンテナ・クリップ・リスト・ウェブフックがロールポリシーの上限より一つ多く作れてしまうのを修正 ([#​14036](https://togithub.com/misskey-dev/misskey/issues/14036)) - Fix: notRespondingSinceが実装される前に不通になったインスタンスが自動的に配信停止にならない ([#​14059](https://togithub.com/misskey-dev/misskey/issues/14059)) - Fix: FTT有効時、タイムライン用エンドポイントで`sinceId`にキャッシュ内最古のものより古いものを指定した場合に正しく結果が返ってこない問題を修正 - Fix: 自分以外のクリップ内のノート個数が見えることがあるのを修正 - Fix: 空文字列のリアクションはフォールバックされるように - Fix: リノートにリアクションできないように - Fix: ユーザー名の前後に空白文字列がある場合は省略するように - Fix: プロフィール編集時に名前を空白文字列のみにできる問題を修正 - Fix: ユーザ名のサジェスト時に表示される内容と順番を調整(以下の順番になります) [#​14149](https://togithub.com/misskey-dev/misskey/issues/14149) 1. フォロー中かつアクティブなユーザ 2. フォロー中かつ非アクティブなユーザ 3. フォローしていないアクティブなユーザ 4. フォローしていない非アクティブなユーザ また、自分自身のアカウントもサジェストされるようになりました。 - Fix: 一般ユーザーから見たユーザーのバッジの一覧に公開されていないものが含まれることがある問題を修正\ (Cherry-picked from [https://github.com/MisskeyIO/misskey/pull/652](https://togithub.com/MisskeyIO/misskey/pull/652)) - Fix: ユーザーのリアクション一覧でミュート/ブロックが機能していなかった問題を修正 - Fix: FTT有効時にリモートユーザーのノートがHTLにキャッシュされる問題を修正 - Fix: 一部の通知がローカル上のリモートユーザーに対して行われていた問題を修正 - Fix: エラーメッセージの誤字を修正 ([#​14213](https://togithub.com/misskey-dev/misskey/issues/14213)) - Fix: ソーシャルタイムラインにローカルタイムラインに表示される自分へのリプライが表示されない問題を修正 - Fix: リノートのミュートが適用されるまでに時間がかかることがある問題を修正\ (Cherry-picked from https://github.com/Type4ny-Project/Type4ny/commit/e9601029b52e0ad43d9131b555b614e56c84ebc1) - Fix: Steaming APIが不正なデータを受けた場合の動作が不安定である問題 [#​14251](https://togithub.com/misskey-dev/misskey/issues/14251) - Fix: `users/search`において `@` から始まる文字列が与えられた際の処理が正しくなかった問題を修正 - 名前や自己紹介に `@` から始まる文言が含まれるユーザーも検索できるようになります - Fix: 一部のMisskey以外のソフトウェアからファイルを受け取れない問題 (Cherry-picked f[https://github.com/Secineralyr/misskey.dream/pull/73](https://togithub.com/Secineralyr/misskey.dream/pull/73)l/73/commits/652eaff1e8aa00b890d71d2e1e52c263c1e67c76) - NOTE: `drive_file`の`url`, `uri`, `src`の上限が512から1024に変更されます Migrationではカラム定義の変更のみが行われます。 サーバー管理者は各サーバーの必要に応じ`drive_file` `("uri")`に対するインデックスを張りなおすことでより安定しDBの探索が行われる可能性があります。詳細 は [GitHub](https://togithub.com/misskey-dev/misskey/pull/14323#issuecomment-2257562228)で確認可能です - Fix: 自分のフォロワー限定投稿に対するリプライがホームタイムラインで見えないことが有る問題を修正 - Fix: フォローしていないユーザによるフォロワー限定投稿に対するリプライがソーシャルタイムラインで表示されることがある問題を修正 ##### Misskey.js - Feat: `/drive/files/create` のリクエストに対応(`multipart/form-data`に対応) - Feat: `/admin/role/create` のロールポリシーの型を修正 </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMTUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
f172fa6766 |
chore(deps): update container image ghcr.io/mealie-recipes/mealie to v1.11.0@797df68 by renovate (#24612)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/mealie-recipes/mealie | minor | `v1.10.2` -> `v1.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMTUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
2348043a48 |
chore(deps): update container image mauricenino/dashdot to v5.8.6@53f3058 by renovate (#24610)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mauricenino/dashdot](https://togithub.com/MauriceNino/dashdot) | patch | `5.8.5` -> `5.8.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>MauriceNino/dashdot (mauricenino/dashdot)</summary> ### [`v5.8.6`](https://togithub.com/MauriceNino/dashdot/releases/tag/v5.8.6) [Compare Source](https://togithub.com/MauriceNino/dashdot/compare/v5.8.5...v5.8.6) ##### Bug Fixes - install coreutils in base image ([#​1057](https://togithub.com/MauriceNino/dashdot/issues/1057)) ([59985d3](https://togithub.com/MauriceNino/dashdot/commit/59985d3c2976afbc09ea5649440cd050392bb126)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMTUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
7be4f514a2 |
chore(deps): update container image minio/minio to vrelease.2024-07-31t05-46-26z@9eea83a by renovate (#24611)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | minio/minio | patch | `RELEASE.2024-07-29T22-14-52Z` -> `RELEASE.2024-07-31T05-46-26Z` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMTUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
88d06d2353 |
chore(deps): update container image jeessy/ddns-go to v6.6.6@0cb1aa9 by renovate (#24609)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jeessy/ddns-go](https://togithub.com/jeessy2/ddns-go) | patch | `v6.6.5` -> `v6.6.6` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jeessy2/ddns-go (jeessy/ddns-go)</summary> ### [`v6.6.6`](https://togithub.com/jeessy2/ddns-go/releases/tag/v6.6.6) [Compare Source](https://togithub.com/jeessy2/ddns-go/compare/v6.6.5...v6.6.6) #### Changelog - [`997cdb8`](https://togithub.com/jeessy2/ddns-go/commit/997cdb889b54077c77d4e2870058f79154e59b3e) change the issues template to english ([#​1193](https://togithub.com/jeessy2/ddns-go/issues/1193)) - [`bdeda6c`](https://togithub.com/jeessy2/ddns-go/commit/bdeda6cebd32e9c33b7db5768778cd0ce8c48a44) chore: the time limit is set to 30 minutes ([#​1202](https://togithub.com/jeessy2/ddns-go/issues/1202)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMTUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
c3c2fe731b |
chore(deps): update container image doitandbedone/ispyagentdvr to v5.6.2.0@cd82061 by renovate (#24607)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [doitandbedone/ispyagentdvr](https://togithub.com/doitandbedone/ispyagentdvr-docker) | patch | `5.6.1.0` -> `5.6.2.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>doitandbedone/ispyagentdvr-docker (doitandbedone/ispyagentdvr)</summary> ### [`v5.6.2.0`](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.6.1.0...5.6.2.0) [Compare Source](https://togithub.com/doitandbedone/ispyagentdvr-docker/compare/5.6.1.0...5.6.2.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMTUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
cdeb3006b8 |
chore(deps): update container image golift/unpackerr to v0.14.2@95fd033 by renovate (#24608)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golift/unpackerr](https://togithub.com/Unpackerr/unpackerr) | patch | `0.14.0` -> `0.14.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Unpackerr/unpackerr (golift/unpackerr)</summary> ### [`v0.14.2`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.2) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.1...v0.14.2) The [aur build](https://aur.archlinux.org/packages/unpackerr) on the previous release failed; it worked on this release. See this release for the most recent changes: https://github.com/Unpackerr/unpackerr/releases/tag/v0.14.1 ### [`v0.14.1`](https://togithub.com/Unpackerr/unpackerr/releases/tag/v0.14.1) [Compare Source](https://togithub.com/Unpackerr/unpackerr/compare/v0.14.0...v0.14.1) #### Changes This releases fixes a bug that causes an application crash in some environments. Home directory expansion `~` now works in all configurable paths. There was also a lot of code cleanup. Additionally the example configuration file is no longer hand maintained, but generated. This is also true for the configuration documentation website and the example docker compose file. This release also triggers the first automatic package upload to https://aur.archlinux.org. 🤞 #### Auto Generated Notes - Update compose example by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/451](https://togithub.com/Unpackerr/unpackerr/pull/451) - Expand home dir everywhere by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/454](https://togithub.com/Unpackerr/unpackerr/pull/454) - allow homedir expansion with filepath: notation by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/455](https://togithub.com/Unpackerr/unpackerr/pull/455) - lint some things by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/456](https://togithub.com/Unpackerr/unpackerr/pull/456) - more lint by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/457](https://togithub.com/Unpackerr/unpackerr/pull/457) - Update unpackerr.conf.example by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/458](https://togithub.com/Unpackerr/unpackerr/pull/458) - Add config file definitions by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/459](https://togithub.com/Unpackerr/unpackerr/pull/459) - Generate config and compose examples by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/460](https://togithub.com/Unpackerr/unpackerr/pull/460) - Embed config refs into config app. by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/461](https://togithub.com/Unpackerr/unpackerr/pull/461) - add info when it does not work by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/462](https://togithub.com/Unpackerr/unpackerr/pull/462) - rename some files by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/463](https://togithub.com/Unpackerr/unpackerr/pull/463) - More generator changes by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/464](https://togithub.com/Unpackerr/unpackerr/pull/464) - switch to embed from bindata by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/465](https://togithub.com/Unpackerr/unpackerr/pull/465) - Fix history bug by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/467](https://togithub.com/Unpackerr/unpackerr/pull/467) - doc update by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/472](https://togithub.com/Unpackerr/unpackerr/pull/472) - Update golift.io/rotatorr digest to [`cb73b9c`](https://togithub.com/Unpackerr/unpackerr/commit/cb73b9c) by [@​renovate](https://togithub.com/renovate) in [https://github.com/Unpackerr/unpackerr/pull/470](https://togithub.com/Unpackerr/unpackerr/pull/470) - Build a package file and push to aur by [@​davidnewhall](https://togithub.com/davidnewhall) in [https://github.com/Unpackerr/unpackerr/pull/475](https://togithub.com/Unpackerr/unpackerr/pull/475) **Full Changelog**: https://github.com/Unpackerr/unpackerr/compare/v0.14.0...v0.14.1 </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMTUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
ce4f37ea0f |
chore(deps): update container image ghcr.io/linuxserver/mstream to 5.12.2@f0ac0f6 by renovate (#24605)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/mstream](https://togithub.com/linuxserver/docker-mstream/packages) ([source](https://togithub.com/linuxserver/docker-mstream)) | digest | `abf724f` -> `f0ac0f6` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMTUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
d752b3bb5e |
chore(deps): update container image diygod/rsshub to latest@a1efd41 by renovate (#24604)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | diygod/rsshub | digest | `9aa3615` -> `a1efd41` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMTUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
4e79e415a6 |
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@90145ba by renovate (#24599)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/pussthecatorg/libremdb | digest | `9ee1de9` -> `90145ba` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzguMTUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
b3685f8f7c |
chore(deps): update container image stonith404/pingvin-share to v0.29.0@ea0c6bc by renovate (#24606)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | stonith404/pingvin-share | digest | `5360e19` -> `ea0c6bc` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNS4wIiwidXBkYXRlZEluVmVyIjoiMzguMTUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
c06e31b224 |
chore(deps): update container image quay.io/pussthecatorg/rimgo to latest@3ddb15b by renovate (#24600)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/pussthecatorg/rimgo | digest | `2ff4431` -> `3ddb15b` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzguMTUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
6d42577e43 |
chore(deps): update container image clickhouse to v14.3.0@8dd43ca by renovate (#24602)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clickhouse](https://truecharts.org/charts/stable/clickhouse) ([source](https://clickhouse.com/)) | minor | `14.2.12` -> `14.3.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzguMTQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
45b3c9ec3f |
chore(deps): update container image ghcr.io/linuxserver/calibre to v7.16.0@e179e32 by renovate (#24603)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/calibre](https://togithub.com/linuxserver/docker-calibre/packages) ([source](https://togithub.com/linuxserver/docker-calibre)) | minor | `7.15.0` -> `7.16.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzguMTQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
22a697b4c3 |
chore(deps): update container image tccr.io/tccr/traefik to v3.1.1@a942063 by renovate (#24601)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tccr.io/tccr/traefik](https://togithub.com/truecharts/containers) | patch | `v3.1.0` -> `v3.1.1` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzguMTQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
02dc6a1c8c |
chore(deps): update container image ghcr.io/mintplex-labs/anything-llm to latest@97f9ccb by renovate (#24595)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/mintplex-labs/anything-llm | digest | `6fc2c1a` -> `97f9ccb` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzguMTQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
25139c70ed |
chore(deps): update container image ollama/ollama to 0.3.1@1982fe6 by renovate (#24598)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ollama/ollama | digest | `05c9e7a` -> `1982fe6` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzguMTQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
846eb27c70 |
chore(deps): update container image ollama/ollama to 0.3.1-rocm@cc2810f by renovate (#24597)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ollama/ollama | digest | `a53d458` -> `cc2810f` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzguMTQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
37975afc78 |
chore(deps): update container image ghcr.io/neggles/sd-webui-docker to latest@83a2974 by renovate (#24596)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/neggles/sd-webui-docker | digest | `48a6030` -> `83a2974` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNC4wIiwidXBkYXRlZEluVmVyIjoiMzguMTQuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
e902ec3726 |
chore(deps): update immich to v1.111.0@fe2dc78 by renovate (minor) (#24594)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | altran1502/immich-machine-learning | minor | `v1.110.0-openvino` -> `v1.111.0-openvino` | | altran1502/immich-machine-learning | minor | `v1.110.0-cuda` -> `v1.111.0-cuda` | | altran1502/immich-machine-learning | minor | `v1.110.0` -> `v1.111.0` | | altran1502/immich-server | minor | `v1.110.0` -> `v1.111.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 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
f36c35d8cd |
chore(deps): update container image splunk/splunk to v9.3.0@ec4479b by renovate (#24593)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | splunk/splunk | minor | `9.2.2` -> `9.3.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
58d8dbd328 |
chore(deps): update container image clickhouse/clickhouse-server to v24.7.1.2915@0b15776 by renovate (#24591)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | clickhouse/clickhouse-server | minor | `24.6.3.76` -> `24.7.1.2915` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
dde0d7f61d |
chore(deps): update container image jenkins/jenkins to v2.470-jdk17@4e6ba65 by renovate (#24592)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jenkins/jenkins](https://www.jenkins.io/) ([source](https://togithub.com/jenkinsci/docker)) | minor | `2.469-jdk17` -> `2.470-jdk17` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
e4966f42fd |
chore(deps): update container image metabase/metabase to v0.50.18@3da7913 by renovate (#24590)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | metabase/metabase | patch | `v0.50.17` -> `v0.50.18` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
c85fd91871 | chore(deps): update container image grafana/grafana to v11.1.3@b23b588 by renovate (#24581) | ||
|
|
ffba9226e1 |
chore(deps): update container image danmed/tasmobackupv1 to v1.06.06@6b338b2 by renovate (#24589)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [danmed/tasmobackupv1](https://togithub.com/danmed/TasmoBackupV1) | patch | `1.06.05` -> `1.06.06` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>danmed/TasmoBackupV1 (danmed/tasmobackupv1)</summary> ### [`v1.06.06`](https://togithub.com/danmed/TasmoBackupV1/compare/1.06.05...1.06.06) [Compare Source](https://togithub.com/danmed/TasmoBackupV1/compare/1.06.05...1.06.06) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
549e73dcc4 |
chore(deps): update container image clickhouse to v14.2.12@9eaa3a1 by renovate (#24588)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [clickhouse](https://truecharts.org/charts/stable/clickhouse) ([source](https://clickhouse.com/)) | patch | `14.2.11` -> `14.2.12` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
2eb623652e |
chore(deps): update container image revenz/fileflows to 24.07@134b5aa by renovate (#24587)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | revenz/fileflows | digest | `4ea30d4` -> `134b5aa` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
7166f01d31 |
chore(deps): update container image ghcr.io/mintplex-labs/anything-llm to latest@6fc2c1a by renovate (#24585)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/mintplex-labs/anything-llm | digest | `ea946ac` -> `6fc2c1a` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
6cb86a81a0 |
chore(deps): update container image ghcr.io/linuxserver/ubooquity to 2.1.2@79f9b4c by renovate (#24584)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linuxserver/ubooquity](https://togithub.com/linuxserver/docker-ubooquity/packages) ([source](https://togithub.com/linuxserver/docker-ubooquity)) | digest | `0e865ca` -> `79f9b4c` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
b472b22660 |
chore(deps): update container image quay.io/pussthecatorg/libremdb to latest@9ee1de9 by renovate (#24586)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/pussthecatorg/libremdb | digest | `d30c25a` -> `9ee1de9` | --- > [!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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzguMTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19--> |
||
|
|
156e033ccf | chore(deps): update container image docker.io/odoo to 17.0@3178ddc by renovate (#24583) |