Commit Graph

6 Commits

Author SHA1 Message Date
TrueCharts-Bot 6a5d0ec00d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-06-10 00:15:07 +00:00
TrueCharts-Bot f522aadebb Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-06-02 00:16:18 +00:00
TrueCharts-Bot ca008eb2af Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-06-01 00:15:25 +00:00
TrueCharts Bot 69c2566876
chore(deps): update container image spx01/blocky to v0.24@faa286a by renovate (#22452)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [spx01/blocky](https://togithub.com/0xERR0R/blocky) | minor | `v0.23`
-> `v0.24` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>0xERR0R/blocky (spx01/blocky)</summary>

### [`v0.24`](https://togithub.com/0xERR0R/blocky/releases/tag/v0.24)

[Compare
Source](https://togithub.com/0xERR0R/blocky/compare/v0.23...v0.24)

**Features:**

- support client name lookup when querying via the API
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
- Support defining records by dns zone format
([#&#8203;1360](https://togithub.com/0xERR0R/blocky/issues/1360))
([@&#8203;BenMcH](https://togithub.com/BenMcH))
- add `queryLog.ignore.sudn` option to ignore SUDN responses
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
- add a unique ID (`req_id`) to all logs related to a request
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
- do not hardcode the job name in the grafana
dashboard.([#&#8203;1326](https://togithub.com/0xERR0R/blocky/issues/1326))
([@&#8203;shizunge](https://togithub.com/shizunge))
- log the rule which is the cause of blocking
([#&#8203;1460](https://togithub.com/0xERR0R/blocky/issues/1460))
([@&#8203;zc-devs](https://togithub.com/zc-devs))
- support CNAME records in customDNS mappings
([#&#8203;1352](https://togithub.com/0xERR0R/blocky/issues/1352))
([@&#8203;BenMcH](https://togithub.com/BenMcH))

**Misc:**

-   Updated dependencies and documentation
- update list config and code to use "allow/deny" language
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
- code refactoring and build optimization (thanks
[@&#8203;kwitsch](https://togithub.com/kwitsch))

**Bugfix:**

- use proxy env vars via Go default HTTP Transport values
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
- don't print querylog target password when using a database
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
- use RCode=ServFail instead of HTTP 500 for internal errors
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
- Parse time from file names in the local system timezone
([@&#8203;BenMcH](https://togithub.com/BenMcH))
- add `Resolver.String` so logs don't use Go's default format
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
- api regression breaking `blocky blocking disable`
([#&#8203;1373](https://togithub.com/0xERR0R/blocky/issues/1373))
([@&#8203;BenMcH](https://togithub.com/BenMcH))
- don't use upstream `ServFail` responses besides forwarding them
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))

#### Changelog

-
[`3ab0456`](3ab04562fe):
--- ([#&#8203;1490](https://togithub.com/0xERR0R/blocky/issues/1490))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`7eef4bf`](7eef4bf6e2):
Build Cache Optimization
([#&#8203;1402](https://togithub.com/0xERR0R/blocky/issues/1402))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`30cda6c`](30cda6c367):
Feature: binary build workflow
([#&#8203;1445](https://togithub.com/0xERR0R/blocky/issues/1445))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`999a168`](999a16847f):
Fix docs: upstream spelling
([#&#8203;1333](https://togithub.com/0xERR0R/blocky/issues/1333))
([@&#8203;DerRockWolf](https://togithub.com/DerRockWolf))
-
[`2d3ad83`](2d3ad83087):
Refactoring/e2e tests
([#&#8203;1316](https://togithub.com/0xERR0R/blocky/issues/1316))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`debac9e`](debac9eaa8):
Refactoring/linter
([#&#8203;1447](https://togithub.com/0xERR0R/blocky/issues/1447))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`8bb5b17`](8bb5b177af):
build(deps): bump codecov/codecov-action from 3 to 4
([#&#8203;1363](https://togithub.com/0xERR0R/blocky/issues/1363))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`b302582`](b302582e40):
build(deps): bump github.com/DATA-DOG/go-sqlmock from 1.5.1 to 1.5.2
([#&#8203;1327](https://togithub.com/0xERR0R/blocky/issues/1327))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`c8b1dd6`](c8b1dd67a6):
build(deps): bump github.com/alicebob/miniredis/v2 from 2.31.0 to 2.31.1
([#&#8203;1324](https://togithub.com/0xERR0R/blocky/issues/1324))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`ca74978`](ca7497897e):
build(deps): bump github.com/alicebob/miniredis/v2 from 2.31.1 to 2.32.1
([#&#8203;1400](https://togithub.com/0xERR0R/blocky/issues/1400))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`cbbe8d4`](cbbe8d46f0):
build(deps): bump github.com/avast/retry-go/v4 from 4.5.1 to 4.6.0
([#&#8203;1456](https://togithub.com/0xERR0R/blocky/issues/1456))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`ac2bfd9`](ac2bfd90ae):
build(deps): bump github.com/docker/docker
([#&#8203;1350](https://togithub.com/0xERR0R/blocky/issues/1350))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`2973045`](2973045632):
build(deps): bump github.com/docker/docker
([#&#8203;1362](https://togithub.com/0xERR0R/blocky/issues/1362))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`e26ebfc`](e26ebfc406):
build(deps): bump github.com/docker/docker
([#&#8203;1372](https://togithub.com/0xERR0R/blocky/issues/1372))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`c3c2291`](c3c229125d):
build(deps): bump github.com/docker/docker
([#&#8203;1396](https://togithub.com/0xERR0R/blocky/issues/1396))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`80e7b14`](80e7b14aad):
build(deps): bump github.com/docker/docker
([#&#8203;1412](https://togithub.com/0xERR0R/blocky/issues/1412))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`58c5069`](58c5069803):
build(deps): bump github.com/docker/docker
([#&#8203;1444](https://togithub.com/0xERR0R/blocky/issues/1444))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`62b1354`](62b1354fba):
build(deps): bump github.com/docker/docker
([#&#8203;1459](https://togithub.com/0xERR0R/blocky/issues/1459))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`e12f6b5`](e12f6b54da):
build(deps): bump github.com/docker/go-connections from 0.4.0 to 0.5.0
([#&#8203;1328](https://togithub.com/0xERR0R/blocky/issues/1328))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`efc14d2`](efc14d25ca):
build(deps): bump github.com/go-chi/chi/v5 from 5.0.11 to 5.0.12
([#&#8203;1381](https://togithub.com/0xERR0R/blocky/issues/1381))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`3817d98`](3817d98e74):
build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0
([#&#8203;1349](https://togithub.com/0xERR0R/blocky/issues/1349))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`5d0397d`](5d0397d571):
build(deps): bump github.com/miekg/dns from 1.1.57 to 1.1.58
([#&#8203;1341](https://togithub.com/0xERR0R/blocky/issues/1341))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`4ebe1ef`](4ebe1ef21a):
build(deps): bump github.com/miekg/dns from 1.1.58 to 1.1.59
([#&#8203;1452](https://togithub.com/0xERR0R/blocky/issues/1452))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`1d1206f`](1d1206f1ea):
build(deps): bump github.com/oapi-codegen/runtime from 1.1.0 to 1.1.1
([#&#8203;1325](https://togithub.com/0xERR0R/blocky/issues/1325))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`49c808f`](49c808f71d):
build(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0
([#&#8203;1334](https://togithub.com/0xERR0R/blocky/issues/1334))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`8790876`](879087607b):
build(deps): bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.15.0
([#&#8203;1339](https://togithub.com/0xERR0R/blocky/issues/1339))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`d32f3b8`](d32f3b83d2):
build(deps): bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0
([#&#8203;1388](https://togithub.com/0xERR0R/blocky/issues/1388))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`24f1187`](24f1187f3d):
build(deps): bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0
([#&#8203;1407](https://togithub.com/0xERR0R/blocky/issues/1407))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`28f979f`](28f979fdf7):
build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1
([#&#8203;1415](https://togithub.com/0xERR0R/blocky/issues/1415))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`bbdb80a`](bbdb80a8ad):
build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2
([#&#8203;1465](https://togithub.com/0xERR0R/blocky/issues/1465))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`2476d38`](2476d38529):
build(deps): bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3
([#&#8203;1475](https://togithub.com/0xERR0R/blocky/issues/1475))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`aaee562`](aaee562460):
build(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.0
([#&#8203;1340](https://togithub.com/0xERR0R/blocky/issues/1340))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`cf5c09a`](cf5c09a3d0):
build(deps): bump github.com/onsi/gomega from 1.31.0 to 1.31.1
([#&#8203;1345](https://togithub.com/0xERR0R/blocky/issues/1345))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`12e5ffa`](12e5ffa6c0):
build(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0
([#&#8203;1406](https://togithub.com/0xERR0R/blocky/issues/1406))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`7f20d17`](7f20d17d2e):
build(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0
([#&#8203;1455](https://togithub.com/0xERR0R/blocky/issues/1455))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`d51d399`](d51d39929f):
build(deps): bump github.com/onsi/gomega from 1.33.0 to 1.33.1
([#&#8203;1467](https://togithub.com/0xERR0R/blocky/issues/1467))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`5cde62f`](5cde62f354):
build(deps): bump github.com/prometheus/client_golang
([#&#8203;1322](https://togithub.com/0xERR0R/blocky/issues/1322))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`f93d3f8`](f93d3f834f):
build(deps): bump github.com/prometheus/client_golang
([#&#8203;1384](https://togithub.com/0xERR0R/blocky/issues/1384))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`ddbf7a3`](ddbf7a3965):
build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
([#&#8203;1386](https://togithub.com/0xERR0R/blocky/issues/1386))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`85ae0e7`](85ae0e70e5):
build(deps): bump github.com/testcontainers/testcontainers-go
([#&#8203;1377](https://togithub.com/0xERR0R/blocky/issues/1377))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`6bcc1d0`](6bcc1d0606):
build(deps): bump github.com/testcontainers/testcontainers-go
([#&#8203;1392](https://togithub.com/0xERR0R/blocky/issues/1392))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`7ce7f9a`](7ce7f9ad50):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/mariadb
([#&#8203;1380](https://togithub.com/0xERR0R/blocky/issues/1380))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`615fd81`](615fd81bba):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/mariadb
([#&#8203;1393](https://togithub.com/0xERR0R/blocky/issues/1393))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`5040ed8`](5040ed8216):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/mariadb
([#&#8203;1438](https://togithub.com/0xERR0R/blocky/issues/1438))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`07b864e`](07b864e7e7):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/postgres
([#&#8203;1379](https://togithub.com/0xERR0R/blocky/issues/1379))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`fc490ec`](fc490ec61c):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/postgres
([#&#8203;1394](https://togithub.com/0xERR0R/blocky/issues/1394))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`1d71bc5`](1d71bc525a):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/postgres
([#&#8203;1439](https://togithub.com/0xERR0R/blocky/issues/1439))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`ed20720`](ed2072071f):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/redis
([#&#8203;1378](https://togithub.com/0xERR0R/blocky/issues/1378))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`160e159`](160e159113):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/redis
([#&#8203;1395](https://togithub.com/0xERR0R/blocky/issues/1395))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`166ecbe`](166ecbeb40):
build(deps): bump
github.com/testcontainers/testcontainers-go/modules/redis
([#&#8203;1437](https://togithub.com/0xERR0R/blocky/issues/1437))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`75a7914`](75a7914ec0):
build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0
([#&#8203;1330](https://togithub.com/0xERR0R/blocky/issues/1330))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`db016bb`](db016bbdaa):
build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0
([#&#8203;1374](https://togithub.com/0xERR0R/blocky/issues/1374))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`82578d2`](82578d2ee5):
build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0
([#&#8203;1389](https://togithub.com/0xERR0R/blocky/issues/1389))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`3482e93`](3482e93d4a):
build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0
([#&#8203;1472](https://togithub.com/0xERR0R/blocky/issues/1472))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`e686a1d`](e686a1d39c):
build(deps): bump golang.org/x/tools from 0.16.1 to 0.17.0
([#&#8203;1335](https://togithub.com/0xERR0R/blocky/issues/1335))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`e98e343`](e98e3432c5):
build(deps): bump golang.org/x/tools from 0.17.0 to 0.18.0
([#&#8203;1375](https://togithub.com/0xERR0R/blocky/issues/1375))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`4d8595f`](4d8595f8ec):
build(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0
([#&#8203;1387](https://togithub.com/0xERR0R/blocky/issues/1387))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`f61c93b`](f61c93b185):
build(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0
([#&#8203;1431](https://togithub.com/0xERR0R/blocky/issues/1431))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`63468a7`](63468a7168):
build(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0
([#&#8203;1473](https://togithub.com/0xERR0R/blocky/issues/1473))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`09ce2a1`](09ce2a148a):
build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0
([#&#8203;1399](https://togithub.com/0xERR0R/blocky/issues/1399))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`b7abcc3`](b7abcc303b):
build(deps): bump gorm.io/driver/mysql from 1.5.2 to 1.5.4
([#&#8203;1371](https://togithub.com/0xERR0R/blocky/issues/1371))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`f00dbb4`](f00dbb421a):
build(deps): bump gorm.io/driver/mysql from 1.5.4 to 1.5.5
([#&#8203;1404](https://togithub.com/0xERR0R/blocky/issues/1404))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`2d49a9f`](2d49a9f455):
build(deps): bump gorm.io/driver/mysql from 1.5.5 to 1.5.6
([#&#8203;1413](https://togithub.com/0xERR0R/blocky/issues/1413))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`29cd780`](29cd78071f):
build(deps): bump gorm.io/driver/postgres from 1.5.4 to 1.5.6
([#&#8203;1370](https://togithub.com/0xERR0R/blocky/issues/1370))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`e5cb34e`](e5cb34ebc7):
build(deps): bump gorm.io/driver/postgres from 1.5.6 to 1.5.7
([#&#8203;1397](https://togithub.com/0xERR0R/blocky/issues/1397))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`10e293f`](10e293fdb1):
build(deps): bump gorm.io/driver/sqlite from 1.5.4 to 1.5.5
([#&#8203;1367](https://togithub.com/0xERR0R/blocky/issues/1367))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`3eaee7a`](3eaee7a84e):
build(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6
([#&#8203;1358](https://togithub.com/0xERR0R/blocky/issues/1358))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`7de0dfe`](7de0dfe111):
build(deps): bump gorm.io/gorm from 1.25.6 to 1.25.7
([#&#8203;1369](https://togithub.com/0xERR0R/blocky/issues/1369))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`9d50941`](9d50941e2f):
build(deps): bump gorm.io/gorm from 1.25.7 to 1.25.8
([#&#8203;1405](https://togithub.com/0xERR0R/blocky/issues/1405))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`3515483`](3515483795):
build(deps): bump gorm.io/gorm from 1.25.8 to 1.25.9
([#&#8203;1418](https://togithub.com/0xERR0R/blocky/issues/1418))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`d8efa79`](d8efa79496):
build(deps): bump gorm.io/gorm from 1.25.9 to 1.25.10
([#&#8203;1464](https://togithub.com/0xERR0R/blocky/issues/1464))
([@&#8203;dependabot](https://togithub.com/dependabot)\[bot])
-
[`716ad94`](716ad9498f):
chore(build): update testcontainers dependency
([#&#8203;1376](https://togithub.com/0xERR0R/blocky/issues/1376))
([@&#8203;0xERR0R](https://togithub.com/0xERR0R))
-
[`7abbaef`](7abbaefb07):
chore(docs): update material emoji config to non deprecated options
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`1a035c3`](1a035c3559):
ci(docs): use `push: paths:` to limit job runs
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`c56f0f9`](c56f0f91ca):
ci(fork-sync): add hint that it can be disabled
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`75c2a6f`](75c2a6f9f6):
ci(makefile): use `push: paths:` to limit job runs
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`b568298`](b5682980f7):
ci: allow concurrent "Makefile" workflows
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`90b9677`](90b9677198):
ci: fix docs workflow not running for branches
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`5242fb6`](5242fb68ad):
docs(installation): move "frontend" and add "lists updater" to projects
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`2ecdfd8`](2ecdfd8d78):
docs(installation): remove Kubernetes and cleanup list
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`f5bd69c`](f5bd69cf12):
docs(installation): style and minor content tweaks
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`e9a1e89`](e9a1e8974d):
feat(api): support client name lookup when querying via the API
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`9f633f1`](9f633f18d0):
feat: Support defining records by dns zone format
([#&#8203;1360](https://togithub.com/0xERR0R/blocky/issues/1360))
([@&#8203;BenMcH](https://togithub.com/BenMcH))
-
[`9d65b93`](9d65b9395d):
feat: add `queryLog.ignore.sudn` option to ignore SUDN responses
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`0a47eaa`](0a47eaad09):
feat: add a unique ID (`req_id`) to all logs related to a request
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`95bd013`](95bd01360b):
feat: do not hardcode the job name in the grafana
dashboard.([#&#8203;1326](https://togithub.com/0xERR0R/blocky/issues/1326))
([@&#8203;shizunge](https://togithub.com/shizunge))
-
[`e99c98b`](e99c98b4c2):
feat: log the rule which is the cause of blocking
([#&#8203;1460](https://togithub.com/0xERR0R/blocky/issues/1460))
([@&#8203;zc-devs](https://togithub.com/zc-devs))
-
[`b8b4dc3`](b8b4dc323a):
feat: support CNAME records in customDNS mappings
([#&#8203;1352](https://togithub.com/0xERR0R/blocky/issues/1352))
([@&#8203;BenMcH](https://togithub.com/BenMcH))
-
[`bcd1381`](bcd1381e18):
feat: update list config and code to use "allow/deny" language
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`d2cb593`](d2cb593d32):
fix(grafana): move panel around. keep related panels in the same row.
([#&#8203;1344](https://togithub.com/0xERR0R/blocky/issues/1344))
([@&#8203;shizunge](https://togithub.com/shizunge))
-
[`2c6b704`](2c6b704433):
fix(log): don't print querylog target password when using a database
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`4919ffa`](4919ffac0d):
fix(server): use RCode=ServFail instead of HTTP 500 for internal errors
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`178dbb7`](178dbb740e):
fix: Parse time from file names in the local system timezone
([@&#8203;BenMcH](https://togithub.com/BenMcH))
-
[`dd76cf5`](dd76cf5bb0):
fix: add `Resolver.String` so logs don't use Go's default format
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`fe84ab8`](fe84ab8ca2):
fix: api regression breaking `blocky blocking disable`
([#&#8203;1373](https://togithub.com/0xERR0R/blocky/issues/1373))
([@&#8203;BenMcH](https://togithub.com/BenMcH))
-
[`ad1ef0b`](ad1ef0bcfb):
fix: don't use upstream `ServFail` responses besides forwarding them
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`1edf8cc`](1edf8cc355):
fix: obfuscate secrets using a constant length string
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`d5b6ee9`](d5b6ee93b5):
fix: use proxy env vars via Go default HTTP Transport values
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`b335887`](b335887992):
refactor(log): store log in context so it's automatically propagated
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`d83b743`](d83b7432d4):
refactor(log): use `logrus.Level` directly and document `trace` level
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`f0ad412`](f0ad412d8d):
refactor(server): add `resolve` for common query code
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`3fcf379`](3fcf379df7):
refactor(util): make `LogOnError` get the log from a `Context`
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`73e5d6a`](73e5d6ab88):
refactor: remove `model.Request.Log` in favor of use `Context`
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`c3a319f`](c3a319f199):
refactoring - e2e network
([#&#8203;1401](https://togithub.com/0xERR0R/blocky/issues/1401))
([@&#8203;kwitsch](https://togithub.com/kwitsch))
-
[`79fc06f`](79fc06f6c2):
test(config): make sure `docs/config.yml` doesn't use deprecated options
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))
-
[`dbd1390`](dbd1390589):
tests(resolver): fix data race introduced by querylog ignore
([@&#8203;ThinkChaos](https://togithub.com/ThinkChaos))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-25 14:40:46 +02:00
Kjeld Schouten a66fd3357b
Chore: rework SCALE catagories/groups to match helm and remove deprecated charts (#21111)
**Description**
We want to improve the meager-at-best descriptions for the option
groups/catagories on SCALE.
They should also match the naming scheme of Helm/Kubernetes.

With those things combined, we can then link users to the actual common
docs for more indepth info on each available option.
Saving us needlessly duplicated docs that need to be maintained and
giving more indepth information to users.

Having naming schemes that match *actual* kubernetes, also makes it
easier for users to migrate to a true kubernetes platform in the future.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-21 14:31:23 +02:00
Kjeld Schouten 477ad6f28e chore(enterprise-train): rename `enterprise`- train to `premium`-train 2024-03-16 11:35:36 +01:00
Renamed from charts/enterprise/traefik/README.md (Browse further)