Commit Graph

1369 Commits

Author SHA1 Message Date
Dimitri Herzog 4dadbacf16 added version number and last list refresh dashboards 2021-01-23 22:29:43 +01:00
Dimitri Herzog 54c2ad870d added last list group refresh timestamp metric 2021-01-23 22:29:43 +01:00
Dimitri Herzog e94505557e added build info metric 2021-01-23 22:29:43 +01:00
Dimitri Herzog 0fd25207d1 introducing event bus, refactorings 2021-01-23 22:29:43 +01:00
Dimitri Herzog 3c7ac43ed2
add codeQL analysis 2021-01-21 15:18:42 +01:00
Dimitri Herzog d54508b7f0
added image size badge 2021-01-21 08:04:15 +01:00
Dimitri Herzog effac8ed39
added dependabot badge 2021-01-21 07:47:08 +01:00
ᗪєνιη ᗷυнʟ 8391679243
fix: links to blocky helm chart (#123) 2021-01-18 16:16:38 +01:00
Dimitri Herzog 3f08e31287 removed tools target 2021-01-17 21:57:54 +01:00
dependabot-preview[bot] b8d6971905
Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#122)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-17 21:49:31 +01:00
Dimitri Herzog 0f080b94bf minor documentation changes 2021-01-17 21:48:50 +01:00
Dimitri Herzog eac0387a5b changed branch to master 2021-01-17 21:48:30 +01:00
Dimitri Herzog 5eb49aac24 removed tools target 2021-01-17 21:48:13 +01:00
Dimitri Herzog 1c41844620 fix alpine version to 3.12 2021-01-17 16:54:14 +01:00
Dimitri Herzog e9fff3cef1 prefetching of often used queries 2021-01-16 22:24:05 +01:00
dependabot-preview[bot] 64d42e2cdd
Bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0 (#112)
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](https://github.com/go-yaml/yaml/compare/v2.3.0...v2.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-08 22:40:41 +01:00
dependabot-preview[bot] e7564f6335
Bump github.com/prometheus/client_golang from 1.8.0 to 1.9.0 (#117)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.8.0...v1.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-08 22:37:42 +01:00
Dimitri Herzog be1eb613da increased download timeout 2021-01-08 22:37:11 +01:00
Dimitri Herzog 2f756b654b replaced swagger-ui with static version to reduce memory footprint 2021-01-08 22:12:55 +01:00
Dimitri Herzog f67fd16adb #120: Reduce memory usage of list caches 2021-01-04 23:45:09 +01:00
dependabot-preview[bot] f6b8b5547d
Bump github.com/mroth/weightedrand from 0.4.0 to 0.4.1 (#118)
Bumps [github.com/mroth/weightedrand](https://github.com/mroth/weightedrand) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/mroth/weightedrand/releases)
- [Commits](https://github.com/mroth/weightedrand/compare/v0.4.0...v0.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-27 23:53:37 +01:00
Dimitri Herzog 914a04e5b1 #79: Support for multiple conditional forwarders per domain 2020-12-27 23:40:27 +01:00
Dimitri Herzog 4d69c26ae2 building development docker from development branch 2020-12-27 22:06:53 +01:00
Dimitri Herzog 694fe646f6 #116: optional bind address for DNS port 2020-12-27 22:04:01 +01:00
Dimitri Herzog d8a6d689db #119: Error for upstream ipv6 address 2020-12-22 16:02:30 +01:00
dependabot-preview[bot] 2f28c932af
Bump github.com/onsi/gomega from 1.10.3 to 1.10.4 (#114)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.10.3...v1.10.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-12 22:10:37 +01:00
Kristian Antonsen c7ba2f68ab
Log output to stdout instead of stderr (#115) 2020-12-10 10:10:17 +01:00
dependabot-preview[bot] 77d63ad5bd
Bump github.com/swaggo/swag from 1.6.9 to 1.7.0 (#113)
Bumps [github.com/swaggo/swag](https://github.com/swaggo/swag) from 1.6.9 to 1.7.0.
- [Release notes](https://github.com/swaggo/swag/releases)
- [Changelog](https://github.com/swaggo/swag/blob/master/.goreleaser.yml)
- [Commits](https://github.com/swaggo/swag/compare/v1.6.9...v1.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-09 08:06:07 +01:00
Dimitri Herzog 244b1db062 minor changes 2020-11-24 16:42:32 +01:00
Dimitri Herzog 6eb0a44e6d #105: Change build action to docker/build-push-action 2020-11-23 21:59:34 +01:00
Dimitri Herzog 804bdba9f9 updated dependencies 2020-11-22 22:59:44 +01:00
Dimitri Herzog 68693058f5 #106, #105: Deploy to GitHub container registry, use docker/build-push-action action 2020-11-22 22:26:15 +01:00
Dimitri Herzog 4966b8542d #106, #105: Deploy development to GitHub container registry, using new action, split ci build 2020-11-22 22:05:01 +01:00
Dimitri Herzog 7b33b500f8 Changed 24h panels to current range 2020-11-21 22:23:42 +01:00
Dimitri Herzog aacf8532a5
#94 additional cache metrics (#110) 2020-11-18 22:31:05 +01:00
Dimitri Herzog 67af1cb757 remove fossa badge 2020-11-10 22:40:18 +01:00
Dimitri Herzog 6ff7ef778c fix ugorji/go version 2020-11-10 22:39:09 +01:00
Dimitri Herzog dcb6e30fb3 update swaggo 2020-11-10 22:31:05 +01:00
Dimitri Herzog b78b7a67ef #108 Switch to golang 1.15 2020-11-10 22:30:50 +01:00
Dimitri Herzog 7378016901 update dependencies 2020-11-10 22:19:08 +01:00
dependabot-preview[bot] b5e24ce48a
Bump github.com/onsi/gomega from 1.10.2 to 1.10.3 (#102)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.2 to 1.10.3.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.10.2...v1.10.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-27 11:31:21 +01:00
Dimitri Herzog 07db2b3f0f
Create FUNDING.yml 2020-10-19 22:42:49 +02:00
dependabot-preview[bot] fc43e4ec48
Bump github.com/mroth/weightedrand from 0.3.0 to 0.3.1 (#100)
Bumps [github.com/mroth/weightedrand](https://github.com/mroth/weightedrand) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/mroth/weightedrand/releases)
- [Commits](https://github.com/mroth/weightedrand/compare/v0.3.0...v0.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-16 14:17:59 +02:00
dependabot-preview[bot] 0bad656a5b
Bump github.com/miekg/dns from 1.1.31 to 1.1.32 (#99)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.31 to 1.1.32.
- [Release notes](https://github.com/miekg/dns/releases)
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](https://github.com/miekg/dns/compare/v1.1.31...v1.1.32)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-12 21:19:47 +02:00
dependabot-preview[bot] 142b37e6e3
Bump github.com/sirupsen/logrus from 1.6.0 to 1.7.0 (#97)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sirupsen/logrus/compare/v1.6.0...v1.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-10-08 21:46:01 +02:00
dependabot-preview[bot] b14326f19b
Bump github.com/onsi/gomega from 1.10.1 to 1.10.2 (#96)
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.10.1...v1.10.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-29 14:46:49 +02:00
Dimitri Herzog 89f062f605 #92: wildcard support for client names 2020-08-24 22:15:31 +02:00
Dimitri Herzog 9592cb3f4b
#90: clientGroupsBlock support CIDR (#91) 2020-08-24 21:47:28 +02:00
dependabot-preview[bot] b136b467b6
Bump github.com/miekg/dns from 1.1.30 to 1.1.31 (#89)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.30 to 1.1.31.
- [Release notes](https://github.com/miekg/dns/releases)
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](https://github.com/miekg/dns/compare/v1.1.30...v1.1.31)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-23 22:36:09 +02:00
dependabot-preview[bot] 7cb3e04dfd
Bump github.com/mroth/weightedrand from 0.2.2 to 0.3.0 (#88)
Bumps [github.com/mroth/weightedrand](https://github.com/mroth/weightedrand) from 0.2.2 to 0.3.0.
- [Release notes](https://github.com/mroth/weightedrand/releases)
- [Commits](https://github.com/mroth/weightedrand/compare/v0.2.2...v0.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-03 21:55:36 +02:00