dependabot[bot]
a92c59b042
build(deps): bump ws from 7.4.3 to 7.4.6 in /ui ( #10669 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.4.3 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.4.3...7.4.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 19:40:31 -04:00
dependabot[bot]
39b7cb0fa1
build(deps): bump ssri from 6.0.1 to 6.0.2 in /ui ( #10398 )
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 19:39:12 -04:00
dependabot[bot]
08417cf95c
build(deps): bump path-parse from 1.0.6 to 1.0.7 in /ui ( #11028 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 18:01:59 -04:00
dependabot[bot]
1df803bfcf
build(deps): bump url-parse from 1.5.1 to 1.5.3 in /ui ( #11030 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 17:59:45 -04:00
Andy Assareh
40790017fd
typo - capability ( #11152 )
2021-09-08 14:34:02 -07:00
Luiz Aoqui
4dd8b6b571
cli: include all possible scores in alloc status metric table ( #11128 )
2021-09-08 17:30:11 -04:00
Luiz Aoqui
305f0b5702
ui: set the job namespace when redirecting after the job is dispatched ( #11141 )
2021-09-07 12:27:33 -04:00
Forest Anderson
3d68bf81d6
Change dashboard port to http ( #11129 )
2021-09-03 20:34:40 -04:00
Andy Assareh
60df2a2d0f
suggest changing port number to nomad default ( #11140 )
...
i found this confusing since 8300 is associated with consul. suggest using more nomad ports
2021-09-03 20:15:32 -04:00
Kent 'picat' Gruber
0a1a491dd1
Merge pull request #10968 from hashicorp/configured-dependabot
...
Add initial Dependabot configuration
2021-09-03 13:20:58 -04:00
Luiz Aoqui
f30c024a40
e2e: use absolute path for mTLS env vars ( #11126 )
2021-09-03 12:59:21 -04:00
Kent 'picat' Gruber
907442656f
Add configuration for /api
using Go modules
2021-09-03 08:43:05 -04:00
Isabel Suchanek
ab51050ce8
events: fix wildcard namespace handling ( #10935 )
...
This fixes a bug in the event stream API where it currently interprets
namespace=* as an actual namespace, not a wildcard. When Nomad parses
incoming requests, it sets namespace to default if not specified, which
means the request namespace will never be an empty string, which is what
the event subscription was checking for. This changes the conditional
logic to check for a wildcard namespace instead of an empty one.
It also updates some event tests to include the default namespace in the
subscription to match current behavior.
Fixes #10903
2021-09-02 09:36:55 -07:00
Kevin Wang
450d0cb872
fix(website): start
script reloads app on save ( #11119 )
2021-09-02 09:42:34 -04:00
Mahmood Ali
906528c197
Format Terraform files ( #11099 )
...
Also format terraform scripts with hclfmt, equivalent to terraform fmt.
I opted not to use terraform fmt, because I didn't want to introduce dev dependency on the terraform CLI.
Also, I've optimized the find command to ignore spurious directories (e.g. .git, node_modules) that seem to be populated with too many files! make hclfmt takes 0.3s on my mac down from 7 seconds!
2021-09-01 15:15:06 -04:00
Luiz Aoqui
eb0ed980a5
ui: set namespace when looking for and displaying children jobs ( #11110 )
2021-09-01 14:40:25 -04:00
Luiz Aoqui
f09d5ebcd6
Document Docker extra_hosts
behaviour post v1.1.3 ( #11079 )
...
Co-authored-by: Derek Strickland <1111455+DerekStrickland@users.noreply.github.com>
2021-09-01 12:41:06 -04:00
Andy Assareh
ed580726d6
corrected peersInfoContent - was copied from Consul and not updated for Nomad ( #11109 )
...
updated with Nomad ports and web link (learn guide: https://learn.hashicorp.com/tutorials/nomad/outage-recovery )
2021-09-01 08:30:49 +02:00
Michael Lange
c186628975
Merge pull request #11101 from hashicorp/d/event-stream-ndjson
...
Mention the ndjson standard format the event stream uses
2021-08-31 11:55:00 -07:00
James Rasell
706eb85c7f
Merge pull request #11107 from hashicorp/f-add-cni-config-dir-install-script
...
scripts: create CNI config directory within Vagrant machine.
2021-08-31 17:28:46 +02:00
Derek Strickland
a705e84e77
Add firewall statement to requirements ( #11106 )
...
This PR adds a sentence about configuring your firewall to allow required Nomad ports. This is being added to help search discoverability.
This closes issue #11076
2021-08-31 10:29:33 -04:00
James Rasell
d0d9eb8ecb
scripts: create CNI config directory within Vagrant machine.
2021-08-31 16:22:52 +02:00
James Rasell
6bd2acd5b3
Merge pull request #11098 from hashicorp/b-fixup-all-incorrect-docstrings
...
chore: fix incorrect docstring formatting.
2021-08-31 09:46:18 +02:00
Michael Lange
1340c82144
Mention the ndjson standard format the event stream uses
...
Knowing this upfront is important when looking for common libraries to help consume events.
2021-08-30 11:53:38 -07:00
Mahmood Ali
483d30f578
release 1.1.4 ( #11088 )
2021-08-30 11:43:05 -04:00
Mahmood Ali
fec0adbb0e
Support mTLS clusters for e2e testing ( #11092 )
...
This allows us to spin up e2e clusters with mTLS configured for all HashiCorp services, i.e. Nomad, Consul, and Vault. Used it for testing #11089 .
mTLS is disabled by default. I have not updated Windows provisioning scripts yet - Windows also lacks ACL support from before. I intend to follow up for them in another round.
2021-08-30 10:18:16 -04:00
James Rasell
b6813f1221
chore: fix incorrect docstring formatting.
2021-08-30 11:08:12 +02:00
James Rasell
4dd5c47a47
Merge pull request #11091 from hashicorp/consolidate-cni-plugins-to-1.0.0
...
cni: consolidate cni plugins within test install and docs to use v1.0.0
2021-08-30 09:39:39 +02:00
Mahmood Ali
53f11e0080
docs: note env and meta map assignment syntax ( #11095 )
2021-08-29 14:35:09 -04:00
Derek Strickland
f4c82d9c62
Update terraform configuration for demo/csi/digitalocean ( #11093 )
...
* Update configuration for csi/digitalocean demo
* hclfmt DigitalOcean CSI demo files
Co-authored-by: Luiz Aoqui <luiz@hashicorp.com>
2021-08-29 06:15:34 -04:00
Mahmood Ali
29080adebe
update changelog and dev version ( #11090 )
2021-08-27 08:54:35 -04:00
James Rasell
ec221ab792
docs: update website to detail cni plugins v1.0.0
2021-08-27 11:15:25 +02:00
James Rasell
73ab63cf68
test: update e2e and dev scripts to use cni plugins v1.0.0
2021-08-27 11:14:47 +02:00
Pamela Bortnick
d09cfb31bc
Update social share image ( #11086 )
...
* Update social share image
* Remove Icon file
2021-08-26 12:38:56 -04:00
Mahmood Ali
641afebeed
update golang to 1.16.7 ( #11083 )
2021-08-25 11:56:46 -04:00
Roopak Venkatakrishnan
dcf5981bcd
Update x/sys to support go 1.17 ( #11065 )
...
Co-authored-by: James Rasell <jrasell@hashicorp.com>
2021-08-25 17:23:01 +02:00
Luiz Aoqui
be2389c8ad
Update scaling
and policy
blocks documentation ( #11071 )
...
* website: update `scaling` and `policy` blocks documentation
* website: hclfmt examples in scaling block docs
2021-08-25 09:10:18 -04:00
James Rasell
75be5acb08
Merge pull request #11042 from hashicorp/docs-remove-ingress-host-port-callout
...
docs: Remove note on ingress gateway hosts field needing a port number
2021-08-25 12:29:59 +02:00
James Rasell
102e408890
Merge pull request #11072 from kushsharma/patch-1
...
docs: fix typo in structs/event.go
2021-08-25 11:33:27 +02:00
Luiz Aoqui
104d29e808
Don't timestamp active log file ( #11070 )
...
* don't timestamp active log file
* website: update log_file default value
* changelog: add entry for #11070
* website: add upgrade instructions for log_file in v1.14 and v1.2.0
2021-08-23 11:27:34 -04:00
Kush
1d6da9b55e
docs: fix typo in structs/event.go
2021-08-21 17:02:07 +05:30
Zachary Shilton
f87ae568d9
Upgrade global styles ( #10936 )
...
* website: upgrade global-styles packages
* website: upgrade community page
* website: hide alert-banner on mobile
* website: upgrade g-container to g-grid-container
* website: update /security to use markdown-page
* website: fix unsupported prop
* website: fix incorrect github link in security page
* website: bump to latest patched dependencies
2021-08-20 11:53:12 -04:00
Mahmood Ali
b00cdadb95
Merge pull request #11064 from hashicorp/deflake-tests-20210818
...
Deflake tests attempts
2021-08-19 09:05:12 -04:00
Mahmood Ali
b4ed8acbff
tests: attempt deflaking TestAutopilot_CleanupDeadServer
...
Attempt to deflake the test by avoiding shutting down the leaders, as leadership
recovery takes more time, and consequently longer to process raft configuration
changes and potentially failing the test.
2021-08-18 15:37:25 -04:00
Mahmood Ali
bcac5268df
tests: deflake TestLeader_LeftLeader
...
Wait for leadership to be established before killing leader.
2021-08-18 14:19:00 -04:00
Mahmood Ali
84a3522133
Consider all system jobs for a new node ( #11054 )
...
When a node becomes ready, create an eval for all system jobs across
namespaces.
The previous code uses `job.ID` to deduplicate evals, but that ignores
the job namespace. Thus if there are multiple jobs in different
namespaces sharing the same ID/Name, only one will be considered for
running in the new node. Thus, Nomad may skip running some system jobs
in that node.
2021-08-18 09:50:37 -04:00
Mahmood Ali
97966c7a71
e2e: Run system jobs on all datacenters ( #11060 )
...
Target all e2e datacenters for system and sysbatch e2e tests. They
require that the system jobs run on all linux clients.
However, the jobs currenly only target `dc1` datacenter, but the nightly
e2e cluster has 4 clients spread in `dc1` and `dc2` datacenters, causing
the tests to fail.
I missed this problem in e2e dev cluster because it only used a single
dc1 datacenter.
2021-08-17 11:01:47 -04:00
Mahmood Ali
c37339a8c8
Merge pull request #9160 from hashicorp/f-sysbatch
...
core: implement system batch scheduler
2021-08-16 09:30:24 -04:00
James Rasell
534368780b
Merge pull request #11051 from hashicorp/b-gh-11047
...
tlsutil: update testing certificates close to expiry.
2021-08-16 09:42:01 +02:00
James Rasell
54d6785bcc
tlsutil: update testing certificates close to expiry.
2021-08-13 11:09:40 +02:00