Nomad Release Bot
7a608cbfa9
Release v1.1.0
2021-05-17 20:23:21 +00:00
Nomad Release bot
ea8f2f87a8
Generate files for 1.1.0 release
2021-05-17 19:41:41 +00:00
Tim Gross
f2f25701b7
release version and date
2021-05-17 15:28:42 -04:00
Seth Hoenig
abdcf0ac17
Merge pull request #10600 from hashicorp/f-exec-allow_caps
...
drivers/exec+java: reduce default set of linux capabilities
2021-05-17 15:23:22 -04:00
Tim Gross
a99decde7d
fix missing changelog entries from backports
2021-05-17 10:05:01 -04:00
Nomad Release Bot
412081a3e1
remove generated files
2021-05-12 23:14:02 +00:00
Nomad Release Bot
c44b2d1a9c
Release v1.1.0-rc1
2021-05-12 23:13:55 +00:00
Nomad Release bot
5be44af07d
Generate files for 1.1.0-rc1 release
2021-05-12 22:43:48 +00:00
Michael Schurter
103eb6f60a
Merge pull request #10574 from hashicorp/docs-1.0.5
...
update website to Nomad 1.0.5
2021-05-12 14:31:06 -07:00
Michael Schurter
40d69664e8
update website to Nomad 1.0.5
2021-05-12 14:25:48 -07:00
Michael Schurter
6393ed1295
Merge pull request #10572 from hashicorp/cve-2021-32575
...
drivers/docker+exec+java: disable net_raw capability by default
2021-05-12 14:21:25 -07:00
Seth Hoenig
1e75f99839
drivers/docker+exec+java: disable net_raw capability by default
...
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.
2021-05-12 13:22:09 -07:00
Kendall Strautman
4dd26c8aa2
content: swap out diagrams with typos ( #10571 )
2021-05-12 08:50:20 -07:00
Drew Bailey
a805cd8f52
check and return error from parsing var-files ( #10569 )
...
* check and return error from parsing var-files
* changelog entry for 1.1.0 and 1.0.5
2021-05-12 09:08:59 -04:00
Kyle MacDonald
b2344c829c
website: set up /trial redirection ( #10565 )
2021-05-11 11:10:34 -05:00
Isabel Suchanek
ed9e12cdc7
Clean up docker driver test to make it less flaky ( #10559 )
...
Co-authored-by: Mahmood Ali <mahmood@hashicorp.com>
2021-05-10 14:58:19 -07:00
Tim Gross
d4465f01ac
E2E: remove references to nomad_sha
2021-05-10 16:42:39 -04:00
Mahmood Ali
a33ec72dd7
e2e: enable memory oversubscription ( #10557 )
...
Enable memory oversubscription for the oversubscription tests.
2021-05-10 14:33:47 -04:00
Mike Nomitch
859fa96308
docs: add detail to 1.1 upgrade guide for licensing
2021-05-10 12:28:05 -04:00
Mike Noordermeer
2445bece66
docs: clarify that a default update strategy is used when update strategy is omitted
2021-05-10 08:27:22 -04:00
Isabel Suchanek
b5a2f48c78
Fix test panic in docker driver test
2021-05-07 12:12:33 -07:00
Luiz Aoqui
3e4a3ff8eb
docs: restructure autoscaling plugins menu ( #10534 )
...
* docs: restructure autoscaling plugins menu
* docs: add autoscaling threshold strategy (#10535 )
2021-05-07 14:21:50 -04:00
Chris Baker
263ddd567c
Node Drain Metadata ( #10250 )
2021-05-07 13:58:40 -04:00
Tim Gross
1fdb4c1511
documentation for `disable_default_tcp_check`
2021-05-07 13:16:39 -04:00
Mahmood Ali
102763c979
Support disabling TCP checks for connect sidecar services
2021-05-07 12:10:26 -04:00
Seth Hoenig
d8083fa053
Merge pull request #10543 from hashicorp/docs-consul-grpc-addr
...
docs: add agent consul grpc_address docs
2021-05-07 09:32:04 -06:00
Seth Hoenig
62d76ee63a
docs: add agent consul grpc_address docs
...
We already supported this configuration, but forgot to document it.
2021-05-07 09:25:09 -06:00
Tim Gross
6237224681
update golang to 1.16.4
2021-05-07 11:06:54 -04:00
Seth Hoenig
20ae274ecb
Merge pull request #10532 from hashicorp/docs-fixup-dc-region-arch-words-10515
...
docs: fixup wording around datacenters and regions on architecture docs
2021-05-07 09:02:43 -06:00
dependabot[bot]
08203e5a34
ui: build(deps): bump underscore from 1.12.0 to 1.13.1 in /ui ( #10525 )
...
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>
2021-05-07 09:38:16 -05:00
dependabot[bot]
fc68752e7d
ui: build(deps): bump url-parse from 1.4.7 to 1.5.1 in /ui ( #10528 )
...
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>
2021-05-07 09:35:07 -05:00
Mahmood Ali
488cd1e336
annotate 1.1 beta fields
2021-05-07 10:21:16 -04:00
Mahmood Ali
931a58991b
Remove a stale note about 0.9 scheduler config
2021-05-07 10:21:16 -04:00
Mike Nomitch
e1298e4704
Moving licensing to the top of the upgrade guide and clarifying wording
2021-05-07 08:17:17 -04:00
Mike Nomitch
fa7f03f6f5
website: adding trial links
2021-05-07 08:17:17 -04:00
Seth Hoenig
9668c3e429
docs: fixup wording around datacenters and regions on architecture docs
...
Part of #10515
2021-05-06 16:18:02 -06:00
dependabot[bot]
c64025ad70
ui: build(deps): bump lodash from 4.17.20 to 4.17.21 in /ui ( #10526 )
...
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>
2021-05-06 15:34:39 -05:00
dependabot[bot]
c2fe8902cd
ui: build(deps): bump handlebars from 4.7.6 to 4.7.7 in /ui ( #10527 )
...
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>
2021-05-06 13:24:55 -05:00
Zachary Shilton
9f14bb2c67
website: support hidden pages in nav-data ( #10510 )
...
* 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
2021-05-06 13:20:03 -04:00
Buck Doyle
588ab6fb30
docs: Fix missing link to operator debug ( #10523 )
2021-05-06 11:29:41 -05:00
Isabel
466a03f35c
Merge pull request #10441 from hashicorp/b-docker-stopsignal
...
drivers/docker: add support for STOPSIGNAL
2021-05-05 11:24:03 -07:00
Isabel Suchanek
cb4fc53353
drivers/docker: add support for STOPSIGNAL
...
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
2021-05-05 10:27:58 -07:00
Mahmood Ali
5ea431a792
expose NOMAD_MEMORY_MAX_LIMIT env var ( #10514 )
...
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>
2021-05-05 12:09:56 -04:00
Kendall Strautman
43bce89443
chore(website): update downloads page ( #10509 )
...
* style(downloads): adds releaseCandidate style
* refactor(downloads): use mktg-logos asset
2021-05-05 08:15:46 -07:00
Nick Ethier
42bbe6978d
website: reserved cores docs
2021-05-05 08:11:41 -04:00
Nick Ethier
2978c430e5
command: show number of reserved cores on alloc status output
2021-05-05 08:11:41 -04:00
Mahmood Ali
067fd86a8c
drivers: Capture exit code when task is killed ( #10494 )
...
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 change the TaskRunner implementation to avoid changing the driver interface or requiring 3rd party drivers to update.
Additionally, the PR ensures that attempts to kill the task terminate when the task "naturally" dies. Without this change, if the task dies at the right moment, the `killTask` call may retry to kill an already-dead task for up to 5 minutes before giving up.
2021-05-04 10:54:00 -04:00
Drew Bailey
a86477021f
remove license put command references ( #10501 )
2021-05-04 08:39:56 -04:00
Kendall Strautman
fe85162128
[Assembly]: Website Branding Refresh ( #10188 )
...
* 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 colors
* chore: upgrades alert banner
* feat: updates favicon
* chore: updates deps
* content(home): updates assets
* content(use-cases:simple container orch): updates content
* content(use-cases:non-containerized-app) updates assets
* content(use-cases:auto networking with consul): updates assets
* style(home): remove use cases icons override
* style(home-hero): remove bg pattern on mobile
* content(use-cases): updates asset
* chore: update assets
* chore: updates product download page to alpha
* chore: updates product download page to stable
Co-authored-by: Zachary Shilton <4624598+zchsh@users.noreply.github.com>
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
2021-05-03 11:06:55 -07:00
Brandon Romano
4f646bebc1
Merge pull request #10500 from hashicorp/br.11-banner-update
...
Updates website banner for Nomad 1.1
2021-05-03 10:17:14 -07:00