Mahmood Ali
d7f14d12c1
Upgrade to golang 1.15 ( #8858 )
...
Upgrade to golang 1.15
Starting with golang 1.5, setting Ctty value result in `Setctty set but Ctty not valid in child` error, as part of https://github.com/golang/go/issues/29458 .
This commit lifts the fix in https://github.com/creack/pty/pull/97 .
2020-09-09 15:59:29 -04:00
Michael Schurter
5da78b72da
Merge pull request #8601 from hashicorp/build-go1.14.7
...
build: update from Go 1.14.6 to Go 1.14.7
2020-08-07 15:30:33 -07:00
Kent 'picat' Gruber
387426350b
Merge pull request #8451 from hashicorp/getting-started-on-gcp
...
Add Getting Started with Nomad on GCP Documentation
2020-08-07 18:20:36 -04:00
Michael Schurter
30c6df8efc
build: update from Go 1.14.6 to Go 1.14.7
...
Go 1.14.7 fixes CVE-2020-16845 which is not believed to impact Nomad.
2020-08-06 11:50:29 -07:00
James Rasell
3e252c276e
docs: remove Nomad binary size from README and website.
...
The Nomad binary size has been detailed differently in places
and is subject to changing almost daily. We should therefore
remove this to avoid confusion and misrepresentation.
2020-07-29 09:04:28 +02:00
Mahmood Ali
039cd28b92
Use golang 1.14.6
...
Pick up fixes [golang 1.14.6 bug fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.14.6+label%3ACherryPickApproved ), specially the one where reflect.DeepEqual returns true even if values don't match, affecting our tests integrity.
2020-07-20 12:04:38 -04:00
Kent 'picat' Gruber
6c72bd5ced
Update README.md
2020-07-16 15:58:47 -04:00
Michael Schurter
b7e677d315
build: update from Go 1.14.4 to Go 1.14.5
...
Go 1.14.4 contains two CVEs which are fixed in 1.14.5:
- [CVE-2020-15586](https://golang.org/issue/34902 )
- [CVE-2020-14039](https://golang.org/issue/39360 )
Upon consideration with HashiCorp security these CVEs are considered low
severity for Nomad and no new security fix binary will be released.
2020-07-15 09:49:06 -07:00
Michael Schurter
47d0aad7e5
build: update from Go 1.14.3 to Go 1.14.4
2020-06-16 10:07:05 -07:00
Yishan Lin
92daea3216
Updated Nomad README + Who Uses Nomad pages
...
- Guides now point to HashiCorp Learn, rather than old website
- Condensed the documentation & guides section for brevity
- Updated "Who Uses Nomad" page and section in README with new names collected from past 6 months
- Added yearly publication dates to each of the public talks
2020-06-05 13:27:26 -07:00
Seth Hoenig
1fcdd028bf
docs: add note in readme about exported package policy
2020-06-02 16:36:44 -05:00
Michael Schurter
7c0ab3ad53
build: update from Go 1.14.1 to Go 1.14.3
2020-05-16 10:41:20 -04:00
Mahmood Ali
dda776e44a
use golang 14.1
2020-03-23 13:02:14 -04:00
Mahmood Ali
7515da6231
use golang 1.14
2020-03-02 13:55:02 -05:00
Drew Bailey
41dfdd4f02
rawgit has reached EOL, point to github blob
...
use hashicorp + nomad logo
2020-02-14 12:32:55 -05:00
Mahmood Ali
028a470368
use golang 1.12.16
2020-01-29 09:52:03 -05:00
Mahmood Ali
ee244e9256
Update golang to 1.12.15
2020-01-16 14:49:44 -05:00
Charlie Voiselle
935a96a685
Added Discuss badge to README ( #6695 )
2019-12-06 06:09:23 -08:00
Charlie Voiselle
3af3ebab77
Stateful Workload guides to learn.hashicorp.com
2019-12-02 16:37:06 -05:00
Charlie Voiselle
1730e1f53a
Removed 404 links; pointed to learn.hashicorp.com
2019-11-22 15:30:32 -05:00
Michael Schurter
48bdf7ea93
release: switch to Go 1.12.13
2019-11-20 10:09:52 -05:00
Tim Gross
c7db027809
doc: clarify that gcc-go is not supported ( #6726 )
2019-11-19 11:02:55 -05:00
Tim Gross
28eb2a23ee
doc: switch README to CircleCI build status badge ( #6634 )
2019-11-06 17:00:48 -05:00
Michael Schurter
5b27fd2047
docs: update references
2019-10-29 15:38:48 -07:00
Matthias Endler
c88dac0c5f
Update link to new blog
2019-10-21 15:35:24 +02:00
Mahmood Ali
61509742bc
Use golang 1.12.12
...
Use use base official golang image in CircleCI, as it gets refreshed
more quickly compared to circleci/golang, and we don't benefit from
circleci image customizations much.
2019-10-18 08:44:47 -04:00
Mahmood Ali
053a1001f2
Use golang to 1.12.10
...
To get fix for https://github.com/golang/go/issues/34540 .
2019-09-26 10:46:07 -04:00
kaxap
5dc99ebdbe
Fix broken links in README Guide section
...
Fix two broken links in the Documentation & Guides section, namely Advanced Job Scheduling on Nomad with Affinities and Increasing Nomad Fault Tolerance with Spread
2019-09-23 08:21:19 -04:00
Tim Gross
c9f7656489
doc: ulimit recommendations for local development ( #6311 )
...
The default ulimit for open files on macOS is really small (256),
which leads to "too many open files" errors during plugin launches if
you're running unit tests in `drivers/docker`. Recommend setting
`ulimit -n 1024`.
2019-09-11 14:53:03 -04:00
Mahmood Ali
0ccca0ad59
use golang 1.12
2019-08-23 09:44:40 -04:00
Michael Schurter
5cfae0a399
Merge branch 'master' into docs-docs
2019-06-13 14:13:41 -07:00
Mahmood Ali
5ade5f54c5
Update golang to 1.11.11
...
It's the latest 1.11 point release as of now
2019-06-13 09:49:21 -04:00
Charlie Voiselle
cb3bc09318
Updated minimum development go version
2019-06-13 09:36:09 -04:00
Michael Schurter
47d9996fa4
docs: move dev docs to contributing
2019-06-07 15:41:13 -07:00
Michael Schurter
a7dee4a23c
docs: require Go 1.11+
2019-06-07 08:33:24 -07:00
Michael Schurter
158d8dfc82
docs: initial attempt at developer docs
2019-06-06 12:20:32 -07:00
Yishan Lin
da8f67639f
Merge pull request #5636 from hashicorp/yishan/website-revised-resources-page
...
Yishan/website revised resources page
2019-05-01 18:45:47 -07:00
Yishan Lin
eb69732283
Fixed broken link to Nomad website in README
2019-05-01 11:46:03 -07:00
Yishan Lin
ffc232b9ed
Added CircleCI post, Nic's two guides, and imgix Medium post into README
2019-04-30 18:42:51 -07:00
Yishan Lin
a1abf05677
Corrected installation link via Omar's input + corrected typo
2019-04-30 13:56:13 -07:00
Yishan Lin
d78480324b
Fixed link for Installing Nomad for Production
2019-04-30 13:39:32 -07:00
Yishan Lin
559c7cf9f5
Added Gitter to Resources + revised Overview for consistency.
2019-04-30 12:01:53 -07:00
Yishan Lin
b78b0f98fc
Addressed Dani's comments.
2019-04-29 10:22:27 -07:00
Yishan Lin
317cb174e3
Update README.md
2019-04-26 11:48:45 -07:00
Yishan Lin
0c51383d54
Update README.md
2019-04-26 11:48:13 -07:00
Yishan Lin
80e3cf73cc
Update README.md
2019-04-26 11:46:30 -07:00
Yishan Lin
9e0b3295c7
Reordered guide lists + formatting with users/content.
2019-04-26 11:45:43 -07:00
Yishan Lin
c7b53642df
updated hyperlinks.
2019-04-26 11:43:16 -07:00
Yishan Lin
1ff9798daa
Update README.md
2019-04-26 11:28:09 -07:00
Nick Ethier
848554ba61
client: add proper build flag to allocrunner testing.go
2018-12-19 20:22:07 -05:00