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.
- 17 May, 2021 3 commits
-
-
Tim Gross authored
-
Seth Hoenig authored
drivers/exec+java: reduce default set of linux capabilities
-
Tim Gross authored
-
- 12 May, 2021 9 commits
-
-
Nomad Release Bot authored
-
Nomad Release Bot authored
-
Nomad Release bot authored
-
Michael Schurter authored
update website to Nomad 1.0.5
-
Michael Schurter authored
-
Michael Schurter authored
drivers/docker+exec+java: disable net_raw capability by default
-
Seth Hoenig authored
The default Linux Capabilities set enabled by the docker, exec, and java task drivers includes CAP_NET_RAW (for making ping just work), which has the side affect of opening an ARP DoS/MiTM attack between tasks using bridge networking on the same host network. https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities This PR disables CAP_NET_RAW for the docker, exec, and java task drivers. The previous behavior can be restored for docker using the allow_caps docker plugin configuration option. A future version of nomad will enable similar configurability for the exec and java task drivers.
-
Kendall Strautman authored
-
Drew Bailey authored
* check and return error from parsing var-files * changelog entry for 1.1.0 and 1.0.5
-
- 11 May, 2021 1 commit
-
-
Kyle MacDonald authored
-
- 10 May, 2021 5 commits
-
-
Isabel Suchanek authored
Co-authored-by:
Mahmood Ali <mahmood@hashicorp.com>
-
Tim Gross authored
-
Mahmood Ali authored
Enable memory oversubscription for the oversubscription tests.
-
Mike Nomitch authored
-
Mike Noordermeer authored
-
- 07 May, 2021 15 commits
-
-
Isabel Suchanek authored
-
Luiz Aoqui authored
* docs: restructure autoscaling plugins menu * docs: add autoscaling threshold strategy (#10535)
-
Chris Baker authored
-
Tim Gross authored
-
Mahmood Ali authored
-
Seth Hoenig authored
docs: add agent consul grpc_address docs
-
Seth Hoenig authored
We already supported this configuration, but forgot to document it.
-
Tim Gross authored
-
Seth Hoenig authored
docs: fixup wording around datacenters and regions on architecture docs
-
dependabot[bot] authored
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/jashkenas/underscore/releases) - [Commits](https://github.com/jashkenas/underscore/compare/1.12.0...1.13.1 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Mahmood Ali authored
-
Mahmood Ali authored
-
Mike Nomitch authored
-
Mike Nomitch authored
-
- 06 May, 2021 5 commits
-
-
Seth Hoenig authored
Part of #10515
-
dependabot[bot] authored
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Zachary Shilton authored
* website: bump to docs-page prerelease with hidden page support * website: remove temp check for hidden pages, covered by docs-page * website: bump to stable docs-page, w next-mdx-remote bump
-
Buck Doyle authored
-
- 05 May, 2021 2 commits
-
-
Isabel authored
drivers/docker: add support for STOPSIGNAL
-
Isabel Suchanek authored
This fixes a bug where Nomad overrides a Dockerfile's STOPSIGNAL with the default kill_signal (SIGTERM). This adds a check for kill_signal. If it's not set, it calls StopContainer instead of Signal, which uses STOPSIGNAL if it's specified. If both kill_signal and STOPSIGNAL are set, Nomad tries to stop the container with kill_signal first, before then calling StopContainer. Fixes #9989
-