James Rasell
d9eaf15c79
readme: remove Gitter lobby link. ( #14195 )
...
gitter is not an officially supported forum, so we should not link
to it from the readme.
2022-08-22 10:33:20 +02:00
Seth Hoenig
141a70f385
docs: minor readme tweaks
...
- Remove Circle CI badge (pretty much always misleadingly red)
- Add MPL license badge
- Remove link to deprecated google groups
2022-08-05 07:45:03 -05:00
Kris Hicks
0a05a5e3b4
README: Align with Consul README ( #9681 )
...
* Add alt text to Nomad logo
* Hoist Resources
* Use description from nomadproject.io
* Getting Started -> Quick Start
* Add production cluster section to Quick Start
* Remove "Who Uses Nomad"
* Move Contributing to contributing/README.md
* Add link to homepage from hero image
2020-12-18 09:38:34 -08:00
Kris Hicks
bb82e45363
doc: Simplify "Contributing" section of README ( #9378 )
...
This is mostly switching paragraphs to bullets to make following
instructions easier. In doing so, this also adds instructions to install
things that were previously assumed to be installed, like Vagrant,
Virtualbox, and Consul.
It also removes the expectation that Nomad is cloned to $GOPATH, as that
is not necessary.
2020-11-17 11:20:38 -08:00
Kris Hicks
511c2e9db2
proto: Switch to using buf ( #9308 )
...
This replaces all usage of `protoc` with `buf`. See `tools/buf/README.md` for more.
2020-11-17 07:01:48 -08:00
Michael Schurter
65175d15cc
build: upgrade from Go 1.15.4 to 1.15.5
...
Despite being a security release for Go, we do not believe Nomad is
impacted.
2020-11-12 14:19:26 -08:00
Michael Schurter
447ec6389e
go: update from 1.15.1 to 1.15.4
...
1.15.5 is due in a couple days but we may release before then.
2020-11-10 08:35:25 -08:00
nvartolomei
4ea1a096ef
Fix typo in Cloudflare capitalization ( #9199 )
2020-10-28 08:29:52 -04:00
Mahmood Ali
d4f385d6e1
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
8d5e4f160e
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
14c4634686
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
c7c603eda5
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
2fc2cf4482
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
522560add2
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
6ede0de08f
Update README.md
2020-07-16 15:58:47 -04:00
Michael Schurter
db14a4d19c
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
c078155cf0
build: update from Go 1.14.3 to Go 1.14.4
2020-06-16 10:07:05 -07:00
Yishan Lin
d5bb5fba09
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
f28748ec57
docs: add note in readme about exported package policy
2020-06-02 16:36:44 -05:00
Michael Schurter
ca9907a967
build: update from Go 1.14.1 to Go 1.14.3
2020-05-16 10:41:20 -04:00
Mahmood Ali
3f27ad14d8
use golang 14.1
2020-03-23 13:02:14 -04:00
Mahmood Ali
67bea52866
use golang 1.14
2020-03-02 13:55:02 -05:00
Drew Bailey
58f3500c15
rawgit has reached EOL, point to github blob
...
use hashicorp + nomad logo
2020-02-14 12:32:55 -05:00
Mahmood Ali
fb68c7dcdc
use golang 1.12.16
2020-01-29 09:52:03 -05:00
Mahmood Ali
6294fddb9c
Update golang to 1.12.15
2020-01-16 14:49:44 -05:00
Charlie Voiselle
ad09167b08
Added Discuss badge to README ( #6695 )
2019-12-06 06:09:23 -08:00
Charlie Voiselle
3f794f2df1
Stateful Workload guides to learn.hashicorp.com
2019-12-02 16:37:06 -05:00
Charlie Voiselle
5e4dcfb8cc
Removed 404 links; pointed to learn.hashicorp.com
2019-11-22 15:30:32 -05:00
Michael Schurter
1ba0daa577
release: switch to Go 1.12.13
2019-11-20 10:09:52 -05:00
Tim Gross
1829f437a7
doc: clarify that gcc-go is not supported ( #6726 )
2019-11-19 11:02:55 -05:00
Tim Gross
3216c62cdb
doc: switch README to CircleCI build status badge ( #6634 )
2019-11-06 17:00:48 -05:00
Michael Schurter
ab3c215b3b
docs: update references
2019-10-29 15:38:48 -07:00
Matthias Endler
e802fd6d41
Update link to new blog
2019-10-21 15:35:24 +02:00
Mahmood Ali
94dfcaad70
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
916c6bdda4
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
60f0eb7d6d
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
971c287ed2
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
6430fb5444
use golang 1.12
2019-08-23 09:44:40 -04:00
Michael Schurter
32138e2977
Merge branch 'master' into docs-docs
2019-06-13 14:13:41 -07:00
Mahmood Ali
6aaec8b861
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
9f0473d32f
Updated minimum development go version
2019-06-13 09:36:09 -04:00
Michael Schurter
6c116add0f
docs: move dev docs to contributing
2019-06-07 15:41:13 -07:00
Michael Schurter
9365253f65
docs: require Go 1.11+
2019-06-07 08:33:24 -07:00
Michael Schurter
d8123b2c6a
docs: initial attempt at developer docs
2019-06-06 12:20:32 -07:00
Yishan Lin
575814d4bb
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
53affa67b1
Fixed broken link to Nomad website in README
2019-05-01 11:46:03 -07:00
Yishan Lin
76b4ca9c8c
Added CircleCI post, Nic's two guides, and imgix Medium post into README
2019-04-30 18:42:51 -07:00
Yishan Lin
7c8b609a2b
Corrected installation link via Omar's input + corrected typo
2019-04-30 13:56:13 -07:00
Yishan Lin
3e42c4067c
Fixed link for Installing Nomad for Production
2019-04-30 13:39:32 -07:00
Yishan Lin
9dcbeebbe1
Added Gitter to Resources + revised Overview for consistency.
2019-04-30 12:01:53 -07:00