Commit Graph

62 Commits

Author SHA1 Message Date
dependabot[bot]
1c49bfcad0
build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 (#42)
Bumps [github.com/pkg/errors](https://github.com/pkg/errors) from 0.8.1 to 0.9.1.
- [Release notes](https://github.com/pkg/errors/releases)
- [Commits](https://github.com/pkg/errors/compare/v0.8.1...v0.9.1)

---
updated-dependencies:
- dependency-name: github.com/pkg/errors
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-06 17:58:21 -06:00
dependabot[bot]
54182ae903
build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0 (#39)
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.7.1...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-06 17:53:57 -06:00
Geoff Bourne
c2edbdc95b ci: updated build to Go 1.17 2021-11-13 14:46:19 -06:00
Gabriel C
7b741337cd
feat: implement PROXY protocol to propagate source IPs (#22)
Fixes #13 

Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
2021-11-13 13:38:20 -06:00
Geoff Bourne
6e726fb137 Upgraded k8s.io/client-go to v0.18.5 2020-07-05 20:12:56 -05:00
Geoff Bourne
a12bbb88a3 Added influxdb as a metrics reporter/backend 2020-01-04 14:22:01 -06:00
Geoff Bourne
7f50c512f5 Switched to go-flagsfiller to enable env var config 2020-01-03 21:19:21 -06:00
Geoff Bourne
b290243d40 Initial support for tracking connection metrics 2019-07-14 16:34:46 -05:00
Geoff Bourne
3699931af0 Use juju rate limiter for connection rate limiting 2019-07-13 15:40:00 -05:00
Geoff Bourne
cf90f15bc2 Fixing toLower typo from previous commit 2019-06-25 14:15:59 -05:00
Geoff Bourne
d76e5442da Fixed go modules for k8s 2019-04-16 18:58:13 -05:00
Geoff Bourne
5576f484dd Switch to go modules 2019-04-15 21:16:26 -05:00