Mahmood Ali
f4eae8a81b
Merge pull request #7234 from derekmarcotte/dm-freebsd
...
Fix undefined: getEphemeralPortRange error on FreeBSD.
2020-07-24 10:01:41 -04:00
Mahmood Ali
87e38ddc92
Merge pull request #8513 from hashicorp/security-model-add-recommendations
...
Add TLS and HTTP Header recommendations to security model documentation
2020-07-24 09:56:56 -04:00
Mahmood Ali
f052bb1e22
Merge pull request #8514 from sashaaKr/bugfix/cli_ui
...
change url to client
2020-07-24 09:54:39 -04:00
Lars Lehtonen
002034514e
scheduler: label loops with nested switch statements for effective break ( #8528 )
2020-07-24 08:50:41 -04:00
James Rasell
42ebf80d72
Merge pull request #8529 from hashicorp/gh-8481-docs-updates
...
docs: update website and changelog to clarify and detail GH-8481
2020-07-24 14:20:47 +02:00
James Rasell
1dab055298
Merge pull request #8491 from hashicorp/b-gh-8481
...
api: task groups in system jobs do not support scaling stanzas.
2020-07-24 14:20:26 +02:00
Tim Gross
21a4f60a00
csi: avoid panic in CLI for failed node attachment cleanup ( #8525 )
...
If the node API returns an attached volume that doesn't belong to an
alloc (because it's failed to clean up properly), `nomad node status`
will panic when rendering the response.
Also, avoid empty volumes output in node status
2020-07-24 08:17:27 -04:00
James Rasell
d75acf8b1c
docs: clarify scaling stanza is not supported within system jobs.
2020-07-24 10:05:38 +02:00
James Rasell
258d1d3a50
changelog: add entry for GH-8481
2020-07-24 10:05:14 +02:00
Michael Schurter
f6512783f3
Merge pull request #8521 from hashicorp/docs-hearbeat
...
docs: s/hearbeat/heartbeat and fix link
2020-07-23 14:07:24 -07:00
Tim Gross
1cb9e75ec2
csi: NodePublish should not create target_path, only its parent dir ( #8505 )
...
The NodePublish workflow currently creates the target path and its parent
directory. However, the CSI specification says that the CO shall ensure the
parent directory of the target path exists, and that the SP shall place the
block device or mounted directory at the target path. Much of our testing has
been with CSI plugins that are more forgiving, but our behavior breaks
spec-compliant CSI plugins.
This changeset ensures we only create the parent directory.
2020-07-23 15:52:22 -04:00
Drew Bailey
95c4d18142
Merge pull request #8523 from hashicorp/update-website-version
...
update version for 0.12.1
2020-07-23 15:37:38 -04:00
Drew Bailey
869eb6f14f
update version for 0.12.1
2020-07-23 15:36:33 -04:00
Mahmood Ali
603d7d1e44
update changelog for GH-7785 ( #8522 )
2020-07-23 14:45:21 -04:00
Michael Schurter
b2dea4ca5b
docs: s/hearbeat/heartbeat and fix link
...
Also fixed the same typo in a test. Fixing the typo fixes the link, but
the link was still broken when running the website locally due to the
trailing slash. It would have worked in prod thanks to redirects, but
using the canonical URL seems ideal.
2020-07-23 11:33:34 -07:00
Drew Bailey
80ce61ca2c
Merge pull request #8518 from hashicorp/release-0.12.1
...
update changelog for 0.12.1 release
2020-07-23 14:26:23 -04:00
Drew Bailey
a441cc1816
Update CHANGELOG.md
...
Co-authored-by: Mahmood Ali <mahmood@hashicorp.com >
2020-07-23 14:24:31 -04:00
Drew Bailey
4d9a812d36
0.12.2 version and changelog placeholder
2020-07-23 14:21:55 -04:00
Brandon Romano
39c1bc0b4d
Merge pull request #8520 from hashicorp/br.revert-banner
...
Revert "updating banner for webinar"
2020-07-23 11:12:25 -07:00
Brandon Romano
1fc11be024
Revert "updating banner for webinar"
...
This reverts commit 2c4a801b7d .
2020-07-23 10:55:00 -07:00
Michael Schurter
368be22892
Merge pull request #8515 from hashicorp/b-vagrant-docker
...
vagrant: fix docker install script
2020-07-23 10:14:24 -07:00
Michael Schurter
c37c9d6443
vagrant: fix docker install script
...
The key fingerprint doesn't seem to have changed, but something about
the old key installation command failed for me and broke vagrant up.
2020-07-23 10:09:46 -07:00
sasha
a00440298d
remove test file
2020-07-23 18:44:10 +03:00
sasha
36945620bc
change url to client
2020-07-23 18:41:38 +03:00
Kent 'picat' Gruber
e31a635c00
Small wording adjustment to prevent stuttering
...
Didn't catch this before, but caught it during my read through today.
2020-07-23 11:18:00 -04:00
Kent 'picat' Gruber
7c2ce0272f
Link to link to raw_exec driver
2020-07-23 11:15:29 -04:00
Kent 'picat' Gruber
5e4052093e
Small style adjustment for security_opt
2020-07-23 11:14:53 -04:00
Kent 'picat' Gruber
49a1d7ef23
Add HTTP Headers settings to the recommendations section
2020-07-23 11:12:35 -04:00
Kent 'picat' Gruber
fbef3fbe6f
Add TLS settings to the recommendations section
2020-07-23 11:11:40 -04:00
Nomad Release Bot
00263bf92e
Release v0.12.1
2020-07-23 13:41:05 +00:00
Nick Ethier
6e0ead7765
website: remove usage of task network stanza ( #8498 )
...
* website: remove usage of task network stanza and add documentation for group network and service stanzas
* docs: fix broken link in client config
* Update website/pages/docs/job-specification/group.mdx
Co-authored-by: Seth Hoenig <shoenig@hashicorp.com >
* Update website/pages/docs/job-specification/group.mdx
Co-authored-by: Seth Hoenig <shoenig@hashicorp.com >
Co-authored-by: Seth Hoenig <shoenig@hashicorp.com >
2020-07-23 09:18:59 -04:00
Nomad Release bot
14a6893a25
Generate files for 0.12.1 release
2020-07-23 13:17:59 +00:00
Drew Bailey
2c533108a2
update changelog for 0.12.1 release
2020-07-23 08:50:03 -04:00
Mahmood Ali
4d0362a0e4
Merge pull request #8508 from hashicorp/b-mrd-purging-spacing
...
mrd: only output evalID if found
2020-07-22 17:59:50 -04:00
Michael Lange
3593f575a3
Merge pull request #8509 from hashicorp/b-ui/view-raw-include-region
...
UI: Include the region query param on the View Raw File link in the task fs explorer
2020-07-22 14:20:59 -07:00
Michael Lange
357564e658
Add changelog entry for view raw file region bug fix
2020-07-22 14:05:58 -07:00
Michael Lange
644bfd57ec
Include the region query param on the View Raw File link in the task fs explorer
2020-07-22 13:46:38 -07:00
Mahmood Ali
f68ed41453
mrd: only output evalID if found
...
If the multi-region job is a periodic/dispatch job, stopping them
returns an empty EvalID. This removes some unexpected empty lines.
2020-07-22 16:43:03 -04:00
Brandon Romano
ac769420bc
Merge pull request #8507 from hashicorp/pcmccarron-nomad-webinar-7-23
...
updating banner for webinar
2020-07-22 13:34:10 -07:00
Peter M
2c4a801b7d
updating banner for webinar
...
webinar scheduled for July 23rd, can roll back to the previous banner afterwards
2020-07-22 13:31:02 -07:00
Lars Lehtonen
3f6475f262
command/agent: fix dropped test error ( #8504 )
2020-07-22 15:06:35 -04:00
Drew Bailey
4cb446ea04
move podman out of external task drivers ( #8502 )
...
* move podman out of external task drivers
* document driver capabilities
* add redirect from old podman url to new one
* fix syntax
2020-07-22 14:55:40 -04:00
Mahmood Ali
fa7da0ca1e
Merge pull request #8501 from hashicorp/docs-snapshot-docs-tweaks
...
Docs snapshot docs tweaks
2020-07-22 14:11:40 -04:00
Mahmood Ali
9310009dde
changelog node networks change
2020-07-22 13:56:52 -04:00
Mahmood Ali
ba6832ffff
docs: snapshot uses consul
2020-07-22 13:53:54 -04:00
Buck Doyle
8241a02b7d
Fix layout of title component elements ( #8495 )
...
The spacing has been broken for job types that use this yield
(parameterised and periodic) since I added the exec button
to this template. This could be further refined to allow a more
logical grouping of elements where buttons and tags are
separate.
2020-07-22 11:30:58 -05:00
Tim Gross
31be70bbb3
docs: expand explanation of task driver capabilities ( #8485 )
2020-07-22 12:14:20 -04:00
Michael Schurter
e8ce66df65
Merge pull request #8500 from hashicorp/docs-no-custom-schedulers
...
docs: remove mention of custom schedulers
2020-07-22 09:09:32 -07:00
Michael Lange
b27c740c72
Merge pull request #8489 from hashicorp/d/add-ui-bugfix-to-changelog
...
Add orphaned job detail page hanging bugfix to changelog
2020-07-22 09:07:26 -07:00
Michael Schurter
d17edcae52
docs: remove mention of custom schedulers
...
Not sure if this was meant to imply adding more schedulers to Nomad is
easy, or that we plan on adding pluggable schedulers. Either way,
neither of those statements is really true unless you really stretch the
definitions of "easy" and "plan".
So remove this sentence as I can't imagine it does anything other than
confuse people.
2020-07-22 08:57:43 -07:00