Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update spx01/blocky docker tag to v0.25 (#125)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [spx01/blocky](https://redirect.github.com/0xERR0R/blocky) | minor | `v0.24` -> `v0.25` | --- ### Release Notes <details> <summary>0xERR0R/blocky (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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTUuMyIsInVwZGF0ZWRJblZlciI6IjM5LjExNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: forever-on-call[bot] <183041887+forever-on-call[bot]@users.noreply.github.com>
- Loading branch information