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.
- 18 Dec, 2020 11 commits
-
-
Tim Gross authored
-
Drew Bailey authored
* add job register preservecounts param, update job versions response * include job version diffs param * update
-
Kris Hicks authored
-
Chris Baker authored
docs: added examples of device responses to api docs
-
Kris Hicks authored
* Set 'only' ALL_TARGETS rather than append This is functionally no different than before, but it's more correct. * Re-scope VERBOSE=true Previously this was only set when the OS was Linux; this was added in 805ade7d. * Warn about unsupported OS rather than error Also: * Only print the warning when trying to build Nomad * Print correct list of supported OSes
-
Kris Hicks authored
* Add alt text to Nomad logo * Hoist Resources * Use description from nomadproject.io * Getting Started -> Quick Start * Add production cluster section to Quick Start * Remove "Who Uses Nomad" * Move Contributing to contributing/README.md * Add link to homepage from hero image
-
Chris Baker authored
-
Tim Gross authored
Although this behavior is unfortunate, we want to document the existing behavior rather than break backwards compatibility.
-
Tim Gross authored
-
Tim Gross authored
-
Tim Gross authored
-
- 17 Dec, 2020 12 commits
-
-
Michael Lange authored
UI: Quietly ignore orphaned allocs in the topo viz
-
Tim Gross authored
-
Michael Lange authored
-
Seth Hoenig authored
consul/connect: enable configuring custom gateway task
-
Seth Hoenig authored
-
Seth Hoenig authored
Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
Seth Hoenig authored
Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
Seth Hoenig authored
Co-authored-by:
Tim Gross <tgross@hashicorp.com>
-
Tim Gross authored
-
Tim Gross authored
-
Tim Gross authored
Our dnsmasq configuration needs host-specific data that we can't configure in the AMI build. But configuring this in userdata leads to a race between userdata execution, docker.service startup, and dnsmasq.service startup. So rather than letting dnsmasq come up with incorrect configuration and then modifying it after the fact, do the configuration in the service's prestart, and have it kick off a Docker restart when we're done.
-
Seth Hoenig authored
Add the ability to configure the Task used for Connect gateways, similar to how sidecar Task can be configured. The implementation here simply re-uses the sidecar_task stanza, and now gets applied whether connect.sidecar_service or connect.gateway is the thing being defined. In retrospect, connect.sidecar_task could have been more generically named like connect.task to make it a little more re-usable. Closes #9474
-
- 16 Dec, 2020 17 commits
-
-
Mahmood Ali authored
Update HCL2 docs for 1.0.1
-
Mahmood Ali authored
-
Michael Schurter authored
docs: move changelog entry
-
Seth Hoenig authored
-
Mahmood Ali authored
devfs on /dev (devfs, local, nobrowse) /dev/disk1s1 on /System/Volumes/Data (apfs, local, journaled, nobrowse) /dev/disk1s4 on /private/var/vm (apfs, local, journaled, nobrowse) map auto_home on /System/Volumes/Data/home (autofs, automounted, nobrowse) /dev/disk2s1 on /Volumes/nRF Connect 3.6.1 (hfs, local, nodev, nosuid, read-only, noowners, quarantine, mounted by notnoop) syntax
-
Mahmood Ali authored
This reverts commit 4ad0a882.
-
Mahmood Ali authored
This reverts commit 205a1de6.
-
Michael Schurter authored
docs: release v1.0.1
-
Michael Schurter authored
- Update release date in changelog - Update download version - Update alert banner to not be so specific
-
Michael Schurter authored
docs: add #9625 to changelog
-
Tim Gross authored
When a task is restored after a client restart, the template runner will create a new lease for any dynamic secret (ex. Consul or PKI secrets engines). But because this lease is being created in the prestart hook, we don't trigger the `change_mode`. This changeset uses the the existence of the task handle to detect a previously running task that's been restored, so that we can trigger the template `change_mode` if the template is changed, as it will be only with dynamic secrets.
-
Buck Doyle authored
As suggested in the CircleCI documentation: https://circleci.com/docs/2.0/yarn/
-
Michael Schurter authored
-
Seth Hoenig authored
docs: add two connect entries to changelog
-
Buck Doyle authored
Builds on the main branch have been failing, perhaps due to a corrupt cache.
-
Buck Doyle authored
Co-authored-by:
Mahmood Ali <mahmood@hashicorp.com>
-