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.
- 12 May, 2021 2 commits
-
-
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 6 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
-
Mahmood Ali authored
Follow up to memory oversubscription - expose an env-var to indicate when memory oversubscription is enabled and what the limit is. This will be helpful for setting hints to app for memory management. Co-authored-by:
Seth Hoenig <shoenig@hashicorp.com>
-
Kendall Strautman authored
* style(downloads): adds releaseCandidate style * refactor(downloads): use mktg-logos asset
-
Nick Ethier authored
-
Nick Ethier authored
-
- 04 May, 2021 2 commits
-
-
Mahmood Ali authored
This commit ensures Nomad captures the task code more reliably even when the task is killed. This issue affect to `raw_exec` driver, as noted in https://github.com/hashicorp/nomad/issues/10430 . We fix this issue by ensuring that the TaskRunner only calls `driver.WaitTask` once. The TaskRunner monitors the completion of the task by calling `driver.WaitTask` which should return the task exit code on completion. However, it also could return a "context canceled" error if the agent/executor is shutdown. Previously, when a task is to be stopped, the killTask path makes two WaitTask calls, and the second returns "context canceled" occasionally because of a "race" in task shutting down and depending on driver, and how fast it shuts down after task completes. By having a single WaitTask call and consistently waiting for the task, we ensure we capture the exit code reliably before the executor is shutdown or the contexts expired. I opted to chang...
-
Drew Bailey authored
-
- 03 May, 2021 4 commits
-
-
Kendall Strautman authored
* style: update gray brand colors * style: update brand colors * chore: upgrade react-components deps * chore: update text split cta link color * style(home): update icons * refactor(home): use learn-callout component * style(downloads): temporary color override * style(community): fix link color * Update website/pages/community/style.css Co-authored-by:
Zachary Shilton <4624598+zchsh@users.noreply.github.com> * update package-lock * update deps * add new downloads page * remove extra husky script * chore: upgrades nextjs-scripts dep * chore: upgrades community page vertical text block list * chore: test component pre-releases * chore: upgrade deps chore: upgrades nextjs-scripts * chore: update home icon colors * chore: update home logo grid * chore(website): upgrade deps * style: adjust features icons border radius * style: home hero bg to secondary * chore: upgrade deps for body copy col...
-
Brandon Romano authored
Updates website banner for Nomad 1.1
-
Brandon Romano authored
-
Buck Doyle authored
This closes #10489. It adds `dependentKeyCompat` to the allocation getter so it works as expected as a dependent key for the `tracker` computed property, as described here: https://guides.emberjs.com/release/upgrading/current-edition/tracked-properties/#toc_backwards-compatibility
-