Commit Graph

17170 Commits

Author SHA1 Message Date
bckr
2a2bb0430e Avoid resolving dotted segments when host path for volume is named pipe 2020-03-03 14:00:19 +01:00
Nick Ethier
e70221216d Merge pull request #6930 from JanMa/add-nspawn-driver
docs: add nspawn as external task driver plugin
2020-03-03 07:33:13 -05:00
James Rasell
d05bdd8b72 Merge pull request #7242 from hashicorp/b-gh-7240
docs: remove Nomad binary size specifics from documentation.
2020-03-03 08:41:50 +01:00
Mahmood Ali
41d561dff9 Merge pull request #7247 from hashicorp/build-go1.14
use golang 1.14
2020-03-02 20:28:54 -05:00
Mahmood Ali
e40704bb71 Merge pull request #7246 from hashicorp/b-e2e-args-parsing
e2e: avoid parsing Args in pkg init
2020-03-02 20:28:42 -05:00
Jeff Escalante
0d43b0ba2e a couple more updates (#7211) 2020-03-02 17:15:29 -05:00
Jonathan Neal
98cc995b6f [website] add print styles (#7182) 2020-03-02 17:13:24 -05:00
Mahmood Ali
e150cfb1a3 changelog 2020-03-02 15:20:25 -05:00
Mahmood Ali
8b7db37613 update protobuf generated files 2020-03-02 15:19:46 -05:00
Jeff Escalante
b633c7d99b downloads page community link correction (#7134) 2020-03-02 15:11:18 -05:00
Michael Schurter
503242f258 docs: updating from go1.13 -> 1.14 for 0.11 2020-03-02 12:09:13 -08:00
Jeff Escalante
134b63bb2e fix subnav css overlap, inconsistent subnav data (#7230) 2020-03-02 14:53:43 -05:00
Mahmood Ali
88ab2c8d7a e2e: avoid parsing Args in pkg init
Golang 1.13 introduced a change in test flag parsing:

> testing
> ...
> Testing flags are now registered in the new Init function, which is invoked by the generated main function for the test. As a result, testing flags are now only registered when running a test binary, and packages that call flag.Parse during package initialization may cause tests to fail.

https://golang.org/doc/go1.13#testing

Here, we ensure that e2e framework parsing occur in TestMain, by only
initializing Framework at Run invocation.
2020-03-02 14:13:54 -05:00
Mahmood Ali
7515da6231 use golang 1.14 2020-03-02 13:55:02 -05:00
James Rasell
0c543a5177 docs: remove Nomad binary size specifics from documentation. 2020-03-02 19:31:06 +01:00
JanMa
d93af4f449 add missing sidebar item 2020-02-29 20:54:46 +01:00
JanMa
ab017b8591 fix page layout settings 2020-02-29 18:07:15 +01:00
Jan Martens
24312076e1 docs: add nspawn as external task driver plugin 2020-02-29 17:52:06 +01:00
Brandon Romano
ddab0a99bb Merge pull request #7222 from jescalan/redesigned-website
website: Homepage redesign & use-cases pages
2020-02-24 16:43:08 -08:00
Brandon Romano
cc1f2131c6 Fix the line spacing for the codeblock 2020-02-24 19:31:43 -05:00
Brandon Romano
c4d5d79074 Fix indentation 2020-02-24 19:08:57 -05:00
Brandon Romano
25f780e140 Remove global mega-nav component
We've temporarily ejected the meganav component to add some custom
styling that needed to happen for NomadProject.io
2020-02-23 13:40:37 -08:00
Brandon Romano
2a149b6b52 Update website/pages/use-cases/non-containerized-application-orchestration.jsx
Co-Authored-By: Mike Wickett <mike@wickett.ca>
2020-02-23 13:28:32 -08:00
Brandon Romano
e355b24c19 Title case consul connect feature
Co-Authored-By: Mike Wickett <mike@wickett.ca>
2020-02-23 13:27:02 -08:00
Brandon Romano
7cb74d7a0c Feature capitalization
Co-Authored-By: Mike Wickett <mike@wickett.ca>
2020-02-23 13:23:15 -08:00
Brandon Romano
e3b6e2e34c Simplify mini-cta optional code
Co-Authored-By: Mike Wickett <mike@wickett.ca>
2020-02-23 13:14:23 -08:00
nicolelyn
3c306ef2d3 Homepage redesign & use-cases pages 2020-02-22 15:41:06 -08:00
Nick Ethier
3cd4d11efa Merge pull request #7163 from hashicorp/b-driver-plugin-recovery
drivermanager: attempt dispense on reattachment failure
2020-02-21 10:33:20 -05:00
Seth Hoenig
401193bcfa Merge pull request #7192 from hashicorp/b-connect-stanza-ignore
consul/connect: in-place update sidecar service registrations on changes
2020-02-21 09:24:53 -06:00
Seth Hoenig
cfe5e9f7ce nomad: note why AddressMode is not part of CSD hash
Co-Authored-By: Michael Schurter <mschurter@hashicorp.com>
2020-02-21 09:24:42 -06:00
James Rasell
2086bb70fa Merge pull request #7207 from hashicorp/b-gh-7203
Fix panic when canonicalizing a jobspec with incorrect job type.
2020-02-21 16:01:13 +01:00
James Rasell
563123b399 Update CHANGELOG.md 2020-02-21 14:21:34 +01:00
James Rasell
e1545d718f Fix panic when canonicalizing a jobspec with incorrect job type.
When canonicalizing the ReschedulePolicy a panic was possible if
the passed job type was not valid. This change protects against
this possibility, in a verbose way to ensure the code path is
clear.
2020-02-21 09:14:36 +01:00
Jeff Escalante
83aa25250d correct analytics traffic pointer (#7212) 2020-02-20 20:16:48 -05:00
Michael Schurter
14ffb5f869 Merge pull request #7083 from hashicorp/d-service-lifecycle
Document service lifecycle
2020-02-20 14:56:17 -08:00
Michael Schurter
7f287c0d95 Merge pull request #7196 from hashicorp/website-0104
Update website to v0.10.4
2020-02-20 09:24:12 -08:00
Nick Ethier
9ced0468f6 Merge pull request #7202 from hashicorp/prep-011-cycle
release: prep for next dev cycle
2020-02-19 18:43:33 -05:00
Michael Schurter
35b55b228b docs: update to Nomad 0.10.4 in Vagrantfile 2020-02-19 12:55:59 -08:00
Michael Schurter
ad6c6be8d9 docs: update download page for 0.10.4 final 2020-02-19 12:51:02 -08:00
Mahmood Ali
000438e5c5 Merge pull request #7191 from hashicorp/revert-6979-f/codeowners
Revert "Add the digital marketing team as the code owners for the website dir"
2020-02-19 14:01:16 -06:00
Michael Schurter
93a69a1198 Merge pull request #7164 from pulecp/master
fix port forwarding of TCP/4646
2020-02-19 11:34:00 -08:00
Nick Ethier
3521dbf764 release: prep for next dev cycle 2020-02-19 14:31:31 -05:00
Seth Hoenig
1225afbf08 consul/connect: in-place update sidecar service registrations on changes
Fix a bug where consul service definitions would not be updated if changes
were made to the service in the Nomad job. Currently this only fixes the
bug for cases where the fix is a matter of updating consul agent's service
registration. There is related bug where destructive changes are required
(see #6877) which will be fixed in another PR.

The enable_tag_override configuration setting for the parent service is
applied to the sidecar service.

Fixes #6459
2020-02-19 13:07:04 -06:00
Charlie Voiselle
fe5133de3a Merge pull request #7190 from hashicorp/d-cv-connect-namespace-note
[docs] Add note Nomad Connect requires namespaces...
2020-02-19 13:26:49 -05:00
Mahmood Ali
684f7ec43a Revert "Add the digital marketing team as the code owners for the website dir" 2020-02-19 12:25:42 -06:00
Mahmood Ali
d799dfd294 Merge pull request #7149 from th0m/tlefebvre/no-pivot-root
client: support no_pivot_root in exec driver configuration
2020-02-19 12:18:51 -06:00
Drew Bailey
431b13ec0a Merge pull request #7187 from hashicorp/guard-for-ent
check if website-docker-image job should run
2020-02-19 13:15:51 -05:00
Drew Bailey
b4e291c2ea make config.yml 2020-02-19 12:44:47 -05:00
Drew Bailey
ea5229e2cf refact to remove conditional nesting 2020-02-19 12:44:22 -05:00
Charlie Voiselle
b1e5654d5c [docs] Add note Nomad Connect requires namespaces...
and can only run on linux oses at the moment.
2020-02-19 12:16:20 -05:00