Commit graph

128 commits

Author SHA1 Message Date
Travis Groth
811059dbfd
deployment: relocate pomerium-cli to /usr/bin (#2727) 2021-10-29 16:30:30 -04:00
Travis Groth
c3171ad58b
ci: remove hadolint (#2726) 2021-10-28 18:42:06 -04:00
Travis Groth
4e4a161521
deployment: remove DST_Root_CA_X3 from docker images (#2677) 2021-10-14 20:10:49 -04:00
Alex Fornuto
8e8178e03c
Add docs team as a code owner of packages.json (#2605)
* Add docs team as a code owner of packages.json

`packages.json` Is used by the docs site to manage vuepress and its plugins/dependencies.

* empty commit to bypass CLA hangup
2021-09-16 14:26:29 -05:00
Alex Fornuto
0e067d19fd
Update CODEOWNERS (#2603)
Dev review is still required when I update .vuepress files. This is an attempt to rectify that.
2021-09-15 17:18:07 -05:00
Travis Groth
0c2a08b5a3
ci: ignore multiple run commands (#2566) 2021-09-03 16:48:14 -04:00
Caleb Doxsey
7f6ddece05
integration: kubernetes support (#2536) 2021-08-30 11:38:32 -06:00
Caleb Doxsey
620b126e44
integration: nginx (#2532) 2021-08-26 09:57:51 -06:00
Caleb Doxsey
ee2b2fefa1
integration: add traefik tests (#2530)
* integration: add traefik tests

* enable traefik

* add auth0
2021-08-25 11:37:58 -06:00
Caleb Doxsey
a782035eba
integration: add multi test (#2519)
* integration: add multi test

* enable multi test
2021-08-25 10:26:24 -06:00
Travis Groth
e00a5ab40c
deployment: update goreleaser syntax (#2524) 2021-08-25 10:39:23 -04:00
Caleb Doxsey
48cd10d46b
integration: add single-cluster integration tests (#2516)
* integration: add single-cluster integration tests

* remove kind load
2021-08-24 15:35:05 -06:00
bobby
e3770e29ec
ci: support darwn/arm64 aka m1 for cli (#2473)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-08-20 12:42:54 -07:00
bobby
1565d25d32
ci: use go 1.17.x (#2492)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-08-19 21:13:36 -07:00
Stephen
f1c76b23fc
Hadolint (#2363) 2021-08-09 11:16:35 -04:00
Travis Groth
b03b0c4e93
docs: update codeowners (#2451) 2021-08-06 14:44:14 -04:00
bobby
5d04531024
docs: update branding (#2435)
- add svg logos
- adjust colors
- add favicon
- remove outdated demo

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-08-04 22:43:10 -04:00
Travis Groth
91e4ddd9d5
ci: update gcloud action (#2393) 2021-07-24 10:22:52 -07:00
Travis Groth
ba6e4b129a
ci: convert to FOSSA scan (#2371) 2021-07-19 15:06:57 -04:00
Travis Groth
d453c90fb6
ci: use github app for backport credentials (#2369) 2021-07-16 08:30:02 -06:00
Caleb Doxsey
4ecb43454d
tools: add tools.go to pin go run apps (#2344)
* tools: add tools.go to pin go run apps

* remove deps-lint
2021-07-07 17:34:51 -06:00
Travis Groth
937f1cc83f
chore(deps): upgrade kind action to v1.2.0 (#2331) 2021-07-06 14:51:12 -04:00
Travis Groth
b162307a96
add coveralls (#2279) 2021-06-24 17:23:04 -04:00
Caleb Doxsey
9bce8314ba
envoy: refactor envoy embedding (#2296)
* envoy: add full version

* remove unused import

* envoy: refactor envoy embedding

* fix lint

* commit ignored files

* maybe fix test
2021-06-15 08:18:30 -06:00
Caleb Doxsey
1eea197859
darwin: use x86 envoy build for arm64 (#2246)
* darwin: use x86 envoy build for arm64

* allow arm64 build for darwin
2021-05-28 15:59:09 -07:00
Travis Groth
a43d666d56
ci: remove codecov (#2161) 2021-04-30 12:37:40 -07:00
Travis Groth
2b59db27be
deployment: update get-envoy script and release hooks (#2111) 2021-04-21 16:00:16 -04:00
Travis Groth
3b1e5a9a48
deployment: Publish OS packages to cloudsmith (#2105)
* deployment: Publish OS packages to cloudsmith
2021-04-21 07:12:14 -04:00
Travis Groth
f59f31410a
deps: switch from renovate to dependabot (#2069) 2021-04-08 10:29:48 -04:00
Renovate Bot
ba7dd8f3c9 chore(deps): update mikefarah/yq action to v4.6.3 2021-03-29 07:21:09 +00:00
Renovate Bot
051a9ed835 chore(deps): update mikefarah/yq action to v4.6.2 2021-03-22 04:31:59 +00:00
Renovate Bot
fdda5c8a63 chore(deps): update codecov/codecov-action action to v1.3.1 2021-03-16 18:27:41 +00:00
Travis Groth
c99ceaef1d
ci: deploy master to integration environments (#1973) 2021-03-09 12:13:11 -05:00
Caleb Doxsey
b6ec01f377
assets: use embed instead of statik (#1960)
* assets: use embed instead of statik

* remove empty line

* maybe fix precommit
2021-03-03 18:56:55 -07:00
renovate[bot]
c42b364e07
chore(deps): update mikefarah/yq action to v4.6.1 (#1951)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-01 15:57:32 -05:00
bobby
a78dae7f6f
ci: cache build and test binaries (#1938)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-24 13:45:11 -05:00
bobby
cdcb65b77c
ci: go 1.16.x, cached tests (#1937)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-02-23 11:39:52 -08:00
Travis Groth
3c84004c1d
ci: deploy releases to test environment (#1916) 2021-02-19 07:40:20 -08:00
Travis Groth
20be9288ba
ci: pin goreleaser ahead of go 1.16 (#1900) 2021-02-17 11:55:09 -05:00
Renovate Bot
7a4c2cd108 chore(deps): update mikefarah/yq action to v4.5.1 2021-02-15 05:32:05 +00:00
Renovate Bot
7abd8a85cc chore(deps): update mikefarah/yq action to v4.5.0 2021-02-08 12:51:14 +00:00
Travis Groth
b9faff7b89
ci: enable backporting from forks (#1854) 2021-02-04 20:15:01 -05:00
Travis Groth
14a637570f
deployment: set maintainer field in packages (#1848) 2021-02-02 16:21:15 -05:00
Travis Groth
5558f81ffc
ci: fix version metadata in non-releases (#1836) 2021-02-01 10:53:57 -05:00
Travis Groth
9423159174
update codeowners (#1831) 2021-01-27 12:12:35 -05:00
bobby
5b9d18bb8b
github: add tag suggestion to checklist (#1819)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
2021-01-25 09:57:36 -08:00
Renovate Bot
77236fefa0 chore(deps): update mikefarah/yq action to v4.4.1 2021-01-25 17:07:32 +00:00
Travis Groth
3aa75a141f
ci: fix usage of env variable in latest tag (#1791) 2021-01-23 08:33:06 -05:00
Travis Groth
6034bcea73
ci: license check action (#1773) 2021-01-13 15:46:47 -05:00
Renovate Bot
a650879137 chore(deps): update mikefarah/yq action to v4.3.1 2021-01-11 17:25:00 +00:00