Ryan Oaks
a6ad204878
Remove Netlify config
2020-11-10 09:57:14 -05:00
Byron Wolfman
0c65d11538
Document correct default nomad port ( #9290 )
2020-11-06 16:37:36 -05:00
James Rasell
d20e2d773c
docs: add recommendation CLI documentation. ( #9288 )
...
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2020-11-06 16:30:24 +01:00
Mark Lodato
1e5cec9ffb
Fix typo in batch processing use case ( #9184 )
...
I believe there’s a typo where “workloads” was changed to “jobs” but the original word wasn’t removed. Or maybe it’s the other way around. But currently there is an orphaned one-word sentence.
2020-11-05 13:01:50 -05:00
Jimmy Merritello
89bea2d33c
Bump HSM version ( #9264 )
2020-11-05 11:47:57 -06:00
Tim Gross
c15a16301e
docs: internals documentation for alloc filesystem ( #9195 )
...
We recently added documentation disambiguating the terminology of the
allocation/task working directories. This changeset adds an internals document
that describes in more detail exactly what does into the allocation working
directory, how this interacts with the filesystem isolation provided by task
drivers, and how this interacts with features like `artifact` and `template`.
Co-authored-by: Charlie Voiselle <464492+angrycub@users.noreply.github.com>
2020-11-04 09:59:19 -05:00
James Rasell
fca529e7c4
docs: update scaling policy list docs to detail all flags.
2020-11-04 13:36:04 +01:00
Mahmood Ali
5d686a40be
Merge pull request #9247 from hashicorp/docs-node-12.19
...
website: require Node v12
2020-11-02 13:15:48 -05:00
Mahmood Ali
be11f735c2
Merge pull request #9205 from hashicorp/b-gh-7703
...
Repurpose dispatch-job capability to dispatch periodic jobs
2020-11-02 13:11:58 -05:00
Jeff Escalante
e6770aafbd
downgrade inline svg
2020-11-02 13:02:35 -05:00
Jeff Escalante
398426a38a
fix an issue where dependencies didn't match and would cause a nextjs render error
2020-11-02 13:02:35 -05:00
Kris Hicks
1da9e7fc67
Add event sink API and CLI commands ( #9226 )
...
Co-authored-by: Drew Bailey <2614075+drewbailey@users.noreply.github.com>
2020-11-02 09:57:35 -08:00
Mahmood Ali
a3755d526c
update docs and changelog
2020-11-02 12:44:03 -05:00
Mahmood Ali
895fa1e3fa
First draft of HCLv2 docs ( #9218 )
...
This is a first draft of HCLv2 docs - I added the details under hcl2 doc with some minimal info highlighting the hcl2 introductions.
As a longer term strategy, we'll want to mimic the Packer HCL docs structure that details all the blocks and allowed expressions/functions in greater details. However, given that the exact functions and templating syntax is still somewhat influx, I opt to push that to another time.
2020-11-02 12:27:53 -05:00
Mahmood Ali
d77e767061
vercel: explicitly set version to v12
...
v12 is currently the default now,
https://vercel.com/docs/runtimes#official-runtimes/node-js/node-js-version ,
but we'd rather be explicit about the version we use and ensure that it
matches local development.
2020-11-02 11:28:47 -05:00
Mahmood Ali
eeed304040
website: require Node v12
...
Start using Node.js v12.19.0, the most recent active LTS that is
supported by Vercel:
https://vercel.com/docs/runtimes#official-runtimes/node-js/node-js-version
.
The docs now require String.prototype.matchAll, that's part of ES2020
support, and is not available on Node.js 10.x.
2020-11-02 11:24:39 -05:00
Russell Rollins
538aa90d92
Use Dockerhub Mirror. ( #9220 )
...
Dockerhub is going to rate limit unauthenticated pulls.
Use our HashiCorp internal mirror for builds run through CircleCI.
Co-authored-by: Mahmood Ali <mahmood@hashicorp.com>
2020-11-02 09:28:02 -05:00
James Rasell
6b9e47773c
Merge pull request #9187 from barakb/master
...
A non-blocking Kotlin SDK
2020-11-02 08:53:01 +01:00
Tim Gross
6c2df5d64c
docs: remove outdated reference to template.allow_host_source ( #9237 )
...
The `template.allow_host_source` configuration was not operable, leading to
the recent security patch in 0.12.6. We forgot to update this piece of the
documentation referring to the correct configuration value.
2020-10-30 15:56:37 -04:00
Jeff Escalante
10a669de4f
update dependencies to apply mdx-enhanced build cache fix
2020-10-28 19:22:27 -04:00
James Rasell
9f980a9599
Merge pull request #9193 from hashicorp/f-dynamic-app-sizing-oss-docs-merge
...
docs: DAS related documentation updates
2020-10-27 17:32:00 +01:00
James Rasell
799b07182e
Merge pull request #9194 from hashicorp/f-autoscaler-policy-eval-agent-docs
...
docs: update Autoscaler agent docs with policy_eval config params.
2020-10-27 17:30:33 +01:00
Michael Schurter
031e716554
docs: v1.0.0-beta2 released!
...
Calling it "Beta" even though it's "beta2" since "beta1" was never
published.
2020-10-27 09:24:09 -07:00
James Rasell
527421b4bb
Merge pull request #9162 from hashicorp/f-gh-8648-docs
...
docs: add new job scale and scaling-events CLI website docs.
2020-10-27 16:33:38 +01:00
James Rasell
8640fdde3d
docs: update autoscaling policy to detail DAS policy syntax.
2020-10-27 16:30:36 +01:00
James Rasell
d73b1af441
docs: update autoscaling overview to include DAS overview.
2020-10-27 16:30:07 +01:00
James Rasell
00ca13a081
docs: add DAS Nomad target plugin to Autoscaling docs.
2020-10-27 16:28:42 +01:00
James Rasell
cbf7cc5eb7
docs: add DAS strategy plugin detail to autoscaling docs. ( #479 )
...
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2020-10-27 16:26:09 +01:00
Chris Baker
72164753a3
docs: updated enterprise page with DAS feature
2020-10-27 16:25:07 +01:00
James Rasell
7c28880bd3
docs: update scaling policy API docs based on DAS update.
...
Includes removal of the beta tag from the scaling polices API
endpoints. \o/
2020-10-27 16:24:38 +01:00
James Rasell
2ccf69ac01
docs: add recommendations API documentation.
2020-10-27 16:23:38 +01:00
Drew Bailey
19fe9a8f83
event sink api docs ( #9190 )
2020-10-27 10:46:55 -04:00
Kyle MacDonald
6f3a0a829a
website: make build logs public
...
this allows the ability for outside contributors to view website build logs
2020-10-27 09:30:12 -04:00
Barak Bar Orion
a61f261568
Update libraries-and-sdks.mdx
...
Add a third-party library, nomad-client is a fully non-blocking Kotlin nomad client with minimal dependencies.
2020-10-27 14:32:46 +02:00
James Rasell
15aaada0cd
docs: update Autoscaler agent docs with policy_eval config params.
2020-10-27 12:23:27 +01:00
James Rasell
592c28c6ba
docs: add new scaling command website documentation. ( #9143 )
...
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2020-10-27 07:15:11 +01:00
James Rasell
6aded47416
Merge pull request #9174 from hashicorp/f-bump-website-nomad-version
...
website: bump default version to 0.12.7.
2020-10-26 13:30:39 +01:00
Allen
476b6d7af3
Fix command typo of vault token create ( #9169 )
2020-10-26 08:16:19 -04:00
James Rasell
98adbb0e94
website: bump default version to 0.12.7.
2020-10-26 13:08:21 +01:00
Michael Schurter
dc5d16bd9e
Merge pull request #9135 from hashicorp/f-namespaces
...
core: open source namespaces
2020-10-23 10:23:55 -07:00
Kevin Pruett
4439d8fa0b
Document new expirationDate
prop for AlertBanner
2020-10-23 10:52:11 -04:00
Stefan Richter
484ef8a1e8
Add NOMAD_JOB_ID and NOMAD_JOB_PAERENT_ID env variables ( #8967 )
...
Beforehand tasks and field replacements did not have access to the
unique ID of their job or its parent. This adds this information as
new environment variables.
2020-10-23 10:49:58 -04:00
Tim Gross
10b6551065
docs: add regression warning for GH-9148 to upgrade guide ( #9157 )
...
* docs: add regression warning for GH-9148 to upgrade guide
* changelog entry
2020-10-23 10:05:56 -04:00
James Rasell
b9a0d49cb2
docs: add new job scale and scaling-events CLI website docs.
2020-10-23 09:30:04 +02:00
Michael Schurter
2c78d6cb5d
docs: namespaces are oss in Nomad 1.0
2020-10-22 15:26:32 -07:00
Drew Bailey
f3dcefe5a9
remove event durability ( #9147 )
...
* remove event durability
temporarily removing go-memdb event durability until a new strategy is developed on how to best handled increased durability needs
* drop events table schema and state store methods
* fix neweventbuffer invocations
2020-10-22 12:21:03 -04:00
davidr912
3319269964
Update job/plan documentation ( #9145 )
...
Updated to reflect plan expects the job definition as JSON object and not as the string form of the JSON
2020-10-22 10:17:47 -04:00
Tim Gross
7eeb46fb5d
bump website version to 0.12.6
2020-10-21 14:34:12 -04:00
Tim Gross
70c9faabd2
upgrade guide documentation
2020-10-21 14:34:12 -04:00
José Maia
186d85fd34
Remove limitation that has been fixed
...
Issue #6459 has been fixed for a while, but the docs still point to it as a limitation
2020-10-20 15:32:41 +01:00