This project is mirrored from https://gitee.com/mirrors/nomad.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 15 Oct, 2020 1 commit
-
-
Mahmood Ali authored
Update go-getter to the latest release now that hashicorp/go-getter#256 is merged. Also, pick up a xz CVE fix that go-getter merged in hashicorp/go-getter#279 .
-
- 14 Oct, 2020 2 commits
-
-
Drew Bailey authored
-
Drew Bailey authored
-
- 06 Oct, 2020 1 commit
-
-
Seth Hoenig authored
Newer versions of aws-sdk-go contain a bugfix for retrieving region vs availability-zone information.
-
- 05 Oct, 2020 1 commit
-
-
Tim Gross authored
Add service discovery integration to the existing consul-template E2E test, and verify both service and key updates force re-rendering. Fixes flakiness by using the longer default wait config we use elsewhere. Removes our last direct dependency on gomega.
-
- 01 Oct, 2020 1 commit
-
-
Fredrik Hoem Grelland authored
-
- 13 Sep, 2020 1 commit
-
-
Yoan Blanc authored
Signed-off-by:
Yoan Blanc <yoan@dosimple.ch>
-
- 10 Sep, 2020 1 commit
-
-
Tim Gross authored
-
- 01 Sep, 2020 1 commit
-
-
Mahmood Ali authored
-
- 24 Aug, 2020 1 commit
-
-
Seth Hoenig authored
-
- 23 Aug, 2020 3 commits
-
-
Yoan Blanc authored
The Olivier Poitrey Go CORS handler through 1.3.0 actively converts a wildcard CORS policy into reflecting an arbitrary Origin header value, which is incompatible with the CORS security design, and could lead to CORS misconfiguration security problems. CVE-2018-20744 Signed-off-by:
Yoan Blanc <yoan@dosimple.ch>
-
Yoan Blanc authored
Signed-off-by:
Yoan Blanc <yoan@dosimple.ch>
-
Yoan Blanc authored
Signed-off-by:
Yoan Blanc <yoan@dosimple.ch>
-
- 21 Aug, 2020 1 commit
-
-
Seth Hoenig authored
This PR adds initial support for running Consul Connect Ingress Gateways (CIGs) in Nomad. These gateways are declared as part of a task group level service definition within the connect stanza. ```hcl service { connect { gateway { proxy { // envoy proxy configuration } ingress { // ingress-gateway configuration entry } } } } ``` A gateway can be run in `bridge` or `host` networking mode, with the caveat that host networking necessitates manually specifying the Envoy admin listener (which cannot be disabled) via the service port value. Currently Envoy is the only supported gateway implementation in Consul, and Nomad only supports running Envoy as a gateway using the docker driver. Aims to address #8294 and tangentially #8647
-
- 19 Aug, 2020 1 commit
-
-
Shengjing Zhu authored
-
- 11 Aug, 2020 1 commit
-
-
Drew Bailey authored
-
- 07 Aug, 2020 1 commit
-
-
Seth Hoenig authored
Upgrade our consul/api import to the equivelent of consul@v1.8.1 which includes a bug fix necessary for #6913. If consul would publish a proper api/ submodule tag we could reference that.
-
- 01 Jul, 2020 1 commit
-
-
Mahmood Ali authored
-
- 22 Jun, 2020 2 commits
-
-
Mahmood Ali authored
runc requires a more recent version
-
Mahmood Ali authored
Upgrade libcontainer dependency to pick up fix for CVE-2019-19921 .
-
- 19 Jun, 2020 1 commit
-
-
Nick Ethier authored
-
- 18 Jun, 2020 1 commit
-
-
Michael Schurter authored
Adding missing vendor files as well.
-
- 04 Jun, 2020 2 commits
-
-
Tim Gross authored
- 03 Jun, 2020 1 commit
-
-
Mahmood Ali authored
Point to gopsutil fork with shirou/gopsutil#889 changes. I used hashicorp/gopsutil rather than pointing to https://github.com/Lomanic/gopsutil/tree/issue832 directly just in case..
-
- 02 Jun, 2020 1 commit
-
-
Seth Hoenig authored
This PR switches the Nomad repository from using govendor to Go modules for managing dependencies. Aspects of the Nomad workflow remain pretty much the same. The usual Makefile targets should continue to work as they always did. The API submodule simply defers to the parent Nomad version on the repository, keeping the semantics of API versioning that currently exists.
-