dependabot[bot]
|
1ab09f682a
|
build(deps): bump github.com/itzg/go-flagsfiller from 1.9.0 to 1.9.1 (#56)
Bumps [github.com/itzg/go-flagsfiller](https://github.com/itzg/go-flagsfiller) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/itzg/go-flagsfiller/releases)
- [Commits](https://github.com/itzg/go-flagsfiller/compare/v1.9.0...v1.9.1)
---
updated-dependencies:
- dependency-name: github.com/itzg/go-flagsfiller
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-02-20 21:48:54 -06:00 |
|
dependabot[bot]
|
19c7df2b84
|
build(deps): bump github.com/itzg/go-flagsfiller from 1.8.0 to 1.9.0 (#49)
|
2022-01-24 08:01:53 -06:00 |
|
dependabot[bot]
|
190ae97a86
|
build(deps): bump github.com/go-kit/kit from 0.9.0 to 0.12.0 (#41)
|
2022-01-07 20:28:15 -06:00 |
|
dependabot[bot]
|
fa3189f0e0
|
build(deps): bump github.com/itzg/go-flagsfiller from 1.4.2 to 1.8.0 (#40)
Bumps [github.com/itzg/go-flagsfiller](https://github.com/itzg/go-flagsfiller) from 1.4.2 to 1.8.0.
- [Release notes](https://github.com/itzg/go-flagsfiller/releases)
- [Commits](https://github.com/itzg/go-flagsfiller/compare/v1.4.2...v1.8.0)
---
updated-dependencies:
- dependency-name: github.com/itzg/go-flagsfiller
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 18:10:56 -06:00 |
|
dependabot[bot]
|
f4cf8c9826
|
build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.7.0 (#43)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.4.0 to 1.7.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.4.0...v1.7.0)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
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:38 -06:00 |
|
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 |
|
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 |
|