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.
- 23 Oct, 2019 4 commits
-
-
Lang Martin authored
-
Michael Schurter authored
docs: fix links to connect
-
Mahmood Ali authored
driver/docker: ensure that defaults are populated for dangling containers config
-
Charlie Voiselle authored
Added version requirement to new feature guides
-
- 22 Oct, 2019 16 commits
-
-
Michael Schurter authored
-
Charlie Voiselle authored
docs: Added alert to mainpage for new 0.10
-
Charlie Voiselle authored
-
Michael Schurter authored
Merge 0.10.0 release branch back into master
-
Michael Schurter authored
docs: remove link to 0.10.0-rc1
-
Michael Schurter authored
-
Charlie Voiselle authored
Co-Authored-By:
Michael Schurter <mschurter@hashicorp.com>
-
Charlie Voiselle authored
-
Michael Schurter authored
-
Michael Schurter authored
docs: bump to Nomad 0.10.0
-
Michael Schurter authored
-
Michael Schurter authored
-
Michael Schurter authored
-
Nomad Release bot authored
-
Mahmood Ali authored
This reverts commit 482862e6.
-
Mahmood Ali authored
-
- 21 Oct, 2019 7 commits
-
-
Michael Lange authored
-
Michael Lange authored
-
Michael Schurter authored
Fixes #6375 Intentionally omitted IPs prior to 0.10.0 release to minimize changes and risk.
-
Michael Schurter authored
client: expose group network ports in env vars
-
Michael Schurter authored
Fixes #6375 Intentionally omitted IPs prior to 0.10.0 release to minimize changes and risk.
-
Danielle authored
Update link to new blog
-
Matthias Endler authored
-
- 18 Oct, 2019 13 commits
-
-
Mahmood Ali authored
Looks like we may need to pass default literal at each layer to be able, so defaults are set properly.
-
Mahmood Ali authored
docker: periodically reconcile containers
-
Mahmood Ali authored
-
Mahmood Ali authored
Other labels aren't strictly necessary here, and we may follow up with a better way to customize.
-
Mahmood Ali authored
Use golang 1.12.12
-
Mahmood Ali authored
driver.SetConfig is not appropriate for starting up reconciler goroutine. Some ephemeral driver instances are created for validating config and we ought not to side-effecting goroutines for those. We currently lack a lifecycle hook to inject these, so I picked the `Fingerprinter` function for now, and reconciler should only run after fingerprinter started. Use `sync.Once` to ensure that we only start reconciler loop once.
-
Michael Schurter authored
Append the Docker image sha to the Envoy image to ensure users default to using the version that Nomad was tested against.
-
Michael Schurter authored
connect: upgrade to envoy 1.11.2 and add sha
-
Mahmood Ali authored
Use golang 1.12.12
-
Michael Schurter authored
Append the Docker image sha to the Envoy image to ensure users default to using the version that Nomad was tested against.
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mahmood Ali authored
Use use base official golang image in CircleCI, as it gets refreshed more quickly compared to circleci/golang, and we don't benefit from circleci image customizations much.
-