Commit Graph

64 Commits

Author SHA1 Message Date
dependabot[bot]
952e298c87 build(deps): bump the patches group with 1 update
Bumps the patches group with 1 update: [github.com/gorilla/mux](https://github.com/gorilla/mux).

- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 08:58:28 -06:00
dependabot[bot]
aa4b27c8f5
build(deps): bump the patches group with 2 updates (#244)
Bumps the patches group with 2 updates: [k8s.io/api](https://github.com/kubernetes/api) and [k8s.io/client-go](https://github.com/kubernetes/client-go).


Updates `k8s.io/api` from 0.28.2 to 0.28.3
- [Commits](https://github.com/kubernetes/api/compare/v0.28.2...v0.28.3)

Updates `k8s.io/client-go` from 0.28.2 to 0.28.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kubernetes/client-go/compare/v0.28.2...v0.28.3)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-03 15:45:03 -05:00
dependabot[bot]
a96cde55d5
build(deps): bump github.com/docker/docker (#243)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.6+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.6...v24.0.7)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  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>
2023-10-29 22:00:38 -05:00
Geoff Bourne
4f54002231
Allow for MAPPING to be declared with newline delimited entries (#241) 2023-10-28 16:54:46 -05:00
dependabot[bot]
ccc0b6f9f4
build(deps): bump golang.ngrok.com/ngrok from 1.4.1 to 1.5.1 (#238)
Bumps [golang.ngrok.com/ngrok](https://github.com/ngrok/ngrok-go) from 1.4.1 to 1.5.1.
- [Release notes](https://github.com/ngrok/ngrok-go/releases)
- [Changelog](https://github.com/ngrok/ngrok-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ngrok/ngrok-go/compare/v1.4.1...v1.5.1)

---
updated-dependencies:
- dependency-name: golang.ngrok.com/ngrok
  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>
2023-10-22 20:33:31 -05:00
dependabot[bot]
1e1428c6bd
build(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 (#236) 2023-10-14 17:27:10 -05:00
Geoff Bourne
2cbb998aff
build: use common workflows (#235)
* build(deps): bump docker/setup-buildx-action from 2 to 3

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump goreleaser/goreleaser-action from 4 to 5

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump docker/login-action from 2 to 3

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build(deps): bump k8s.io/apimachinery from 0.28.1 to 0.28.2

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.28.1 to 0.28.2.
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.28.1...v0.28.2)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* build(deps): bump golang.ngrok.com/ngrok from 1.4.0 to 1.4.1

Bumps [golang.ngrok.com/ngrok](https://github.com/ngrok/ngrok-go) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/ngrok/ngrok-go/releases)
- [Changelog](https://github.com/ngrok/ngrok-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ngrok/ngrok-go/compare/v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: golang.ngrok.com/ngrok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* build: use common workflows

* build(deps): upgrade k8s

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-23 18:44:30 -05:00
dependabot[bot]
35aaae5bcb
build(deps): bump github.com/docker/docker (#225) 2023-09-11 07:18:41 -05:00
Geoff Bourne
a73a1689c9
deps: upgrade k8s and others (#224) 2023-09-09 14:11:44 -05:00
dependabot[bot]
b4b97f51df
build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#200)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.4)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  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>
2023-09-09 13:35:24 -05:00
dependabot[bot]
84907ef8cd
build(deps): bump github.com/docker/docker (#215)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.2+incompatible to 24.0.5+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.2...v24.0.5)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  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>
2023-09-09 13:31:17 -05:00
Geoff Bourne
afdca5646e
Added ngrok support (#222) 2023-09-09 12:06:59 -05:00
dependabot[bot]
25601c65a6
build(deps): bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 (#210) 2023-07-16 20:28:12 -05:00
dependabot[bot]
4435b7cb55
build(deps): bump golang.org/x/text from 0.9.0 to 0.11.0 (#209) 2023-07-09 21:36:13 -05:00
dependabot[bot]
ff7ef24f4c
build(deps): bump github.com/itzg/go-flagsfiller from 1.11.0 to 1.12.0 (#202)
Bumps [github.com/itzg/go-flagsfiller](https://github.com/itzg/go-flagsfiller) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/itzg/go-flagsfiller/releases)
- [Commits](https://github.com/itzg/go-flagsfiller/compare/v1.11.0...v1.12.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>
2023-06-11 20:20:24 -05:00
dependabot[bot]
302b68400b
build(deps): bump github.com/docker/docker (#201) 2023-06-05 10:10:36 -05:00
dependabot[bot]
f6dc9cd03a
build(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 (#198) 2023-05-29 08:54:08 -05:00
dependabot[bot]
88d2e8a013
build(deps): bump github.com/itzg/go-flagsfiller from 1.9.2 to 1.11.0 (#199) 2023-05-29 08:21:48 -05:00
dependabot[bot]
7f4a6843ea
build(deps): bump github.com/docker/distribution (#187) 2023-05-25 06:59:25 -05:00
dependabot[bot]
8fab072e18
build(deps): bump golang.org/x/text from 0.8.0 to 0.9.0 (#181) 2023-05-24 22:22:16 -05:00
dependabot[bot]
c046edec8b
build(deps): bump github.com/docker/docker (#191) 2023-05-24 22:21:31 -05:00
dependabot[bot]
087a325720
build(deps): bump github.com/docker/docker (#184)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.1+incompatible to 23.0.4+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v23.0.1...v23.0.4)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  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>
2023-04-23 21:51:25 -05:00
dependabot[bot]
426aebeadb
build(deps): bump github.com/itzg/go-flagsfiller from 1.9.1 to 1.9.2 (#178) 2023-04-09 22:14:29 -05:00
dependabot[bot]
ae24356102
build(deps): bump github.com/pires/go-proxyproto from 0.6.2 to 0.7.0 (#175) 2023-03-20 14:35:16 -05:00
dependabot[bot]
a3cd1598bf
build(deps): bump golang.org/x/crypto (#165)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210915214749-c084706c2272 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 12:22:44 -06:00
dependabot[bot]
a1067acfa1
build(deps): bump golang.org/x/text from 0.7.0 to 0.8.0 (#167) 2023-03-05 22:25:34 -06:00
dependabot[bot]
e39d4049eb
build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#166) 2023-02-26 19:42:23 -06:00
dependabot[bot]
da057f5b34
build(deps): bump golang.org/x/net (#164) 2023-02-24 20:59:56 -06:00
dependabot[bot]
1f8236ad92
build(deps): bump github.com/docker/docker (#162) 2023-02-14 07:22:23 -06:00
dependabot[bot]
7fb3cbd7bf
build(deps): bump golang.org/x/text from 0.6.0 to 0.7.0 (#163) 2023-02-13 08:38:17 -06:00
dependabot[bot]
dc5e5cac31
build(deps): bump github.com/docker/docker (#160) 2023-02-06 07:21:21 -06:00
dependabot[bot]
4d93eeaa0d
build(deps): bump golang.org/x/text from 0.5.0 to 0.6.0 (#154) 2023-01-08 20:54:54 -06:00
dependabot[bot]
28695b3bba
build(deps): bump github.com/docker/docker (#151)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.21+incompatible to 20.10.22+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v20.10.21...v20.10.22)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-19 20:28:04 -06:00
dependabot[bot]
e1bb4980bb
build(deps): bump golang.org/x/text from 0.4.0 to 0.5.0 (#146)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 20:00:04 -06:00
dependabot[bot]
298ea8eef9
build(deps): bump github.com/docker/docker (#138) 2022-10-30 22:04:42 -05:00
dependabot[bot]
7117562215
build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#137) 2022-10-30 19:33:03 -05:00
dependabot[bot]
085bb6e133
build(deps): bump github.com/docker/docker (#134) 2022-10-24 12:52:21 -05:00
dependabot[bot]
ea9f273996
build(deps): bump golang.org/x/text from 0.3.7 to 0.4.0 (#133) 2022-10-23 21:56:57 -05:00
dependabot[bot]
213440c9f7
build(deps): bump github.com/docker/docker (#132) 2022-10-17 07:46:11 -05:00
dependabot[bot]
13fa5dd463
build(deps): bump github.com/docker/docker (#117) 2022-09-11 20:45:18 -05:00
n1xx1
d15bc9e986
Add support for docker swarm service discovery (#103) 2022-08-04 20:59:20 -05:00
dependabot[bot]
de3c728d86
build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#105)
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.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.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  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-07-24 21:28:57 -05:00
dependabot[bot]
5dce9329ae
build(deps): bump github.com/juju/ratelimit from 1.0.1 to 1.0.2 (#101) 2022-07-17 20:34:29 -05:00
dependabot[bot]
9163ae66d4
build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#94) 2022-07-03 22:41:15 -05:00
dependabot[bot]
29a1c5bdd5
build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.5 (#93) 2022-06-26 21:41:34 -05:00
dependabot[bot]
f441b148a1
build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.2 (#88) 2022-06-13 06:34:24 -05:00
dependabot[bot]
e2ab43db55
build(deps): bump github.com/pires/go-proxyproto from 0.6.1 to 0.6.2 (#65) 2022-03-07 08:19:29 -06:00
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