Commit Graph

17149 Commits

Author SHA1 Message Date
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
Mahmood Ali
90381d82ca Merge pull request #7171 from hashicorp/update-autopilot-20200214
Update consul vendor and add MinQuorum flag
2020-02-19 10:45:20 -06:00
Michael Schurter
caf35c3d50 docs: mention group service registration
A few minor tweaks and cleanups as well.
2020-02-19 08:29:58 -08:00
Kyle MacDonald
40bb81d3cf website: indent mode bullets in network params 2020-02-19 11:16:00 -05:00
Seth Hoenig
4717ea9a9e Merge pull request #7146 from hashicorp/doc-fix-cht-references
docs: fix references to consul environment variable
2020-02-19 08:41:07 -06:00
Seth Hoenig
15581ce133 Merge pull request #7143 from hashicorp/doc-cht-filtering
docs: upgrade-specific notes on CHT filtering
2020-02-19 08:40:15 -06:00
Alex Dadgar
7a61bacac2 Document service lifecycle 2020-02-19 09:30:07 -05:00
Drew Bailey
974b74d306 check if website-docker-image job should run 2020-02-19 09:20:31 -05:00
Jeff Escalante
b0242b2cee [website] CircleCI Script Updates (#7145)
* circle-ci script updates 🎉

* trigger deploy as a test

* remove testing items
2020-02-18 13:42:50 -05:00
Jeff Escalante
3b137f5a72 [website] a small collection of upgrades (#7162)
* update deps, fix logo styles on mobile, preload css and fonts
* update product downloader
2020-02-18 13:33:09 -05:00
Kyle MacDonald
2e6ccdc760 website: move up nomad intro yt video
- per suggestion from dev-rel
2020-02-18 12:51:41 -05:00
Thomas Lefebvre
5a017acd0b client: support no_pivot_root in exec driver configuration 2020-02-18 09:27:16 -08:00
Chance Hudson
c0b87609c9 deploment -> deployment 2020-02-18 11:29:39 -05:00
Drew Bailey
e0f2f552a9 Merge pull request #7176 from hashicorp/http-pro-tag
inlude pro in http_oss.go
2020-02-18 10:40:35 -05:00
Drew Bailey
4b6f44d0dc inlude pro in http_oss.go 2020-02-18 10:29:28 -05:00
Mahmood Ali
a3b0b25acb update rest of consul packages 2020-02-16 16:25:04 -06:00
Mahmood Ali
1d9ffa640b implement MinQuorum 2020-02-16 16:04:59 -06:00
Mahmood Ali
535c22e0b8 Update consul autopilot dependency 2020-02-16 15:41:43 -06:00
Pavel Pulec
ad51400ac0 fix port forwarding of TCP/4646 2020-02-15 22:17:08 +01:00
Nick Ethier
64b7c91538 drivermanager: attempt dispense on reattachment failure 2020-02-15 00:50:06 -05:00
Michael Lange
5661a87503 Merge pull request #7151 from hashicorp/f-ui/host-volumes
UI: Host Volumes
2020-02-14 17:24:34 -08:00
Michael Lange
1bf842d148 Remove the question mark from the Volume th
This makes it consistent with other volume columns across the app.
2020-02-14 16:56:51 -08:00