hc-github-team-nomad-core
9634ef7bb2
backport of commit cf2f48efd4ecf68f2502d4443a60477d1e3fb0f5 ( #19017 )
...
Co-authored-by: Seth Hoenig <shoenig@duck.com>
2023-11-07 14:04:24 -06:00
hc-github-team-nomad-core
60747ed93d
Backport of build: bump to go 1.21.3 into release/1.6.x ( #18722 )
...
Co-authored-by: Tim Gross <tgross@hashicorp.com>
2023-10-11 08:51:43 -04:00
Seth Hoenig
a45b689d8e
update go1.21 ( #18184 )
...
* build: update to go1.21
* go: eliminate helpers in favor of min/max
* build: run go mod tidy
* build: swap depguard for semgrep
* command: fixup broken tls error check on go1.21
2023-08-15 14:40:33 +02:00
hc-github-team-nomad-core
24282f5598
backport of commit 22984929ce232de50c3f7d0754e4a515fb53e01b ( #18047 )
...
This pull request was automerged via backport-assistant
2023-07-24 10:13:52 -05:00
Tim Gross
64a4c6204a
build: update to go1.20.5 ( #17451 )
...
Go released a security update to fix build-time code injection and execution via
CGO. This doesn't impact already-released versions of Nomad, just the build
toolchain, so we won't be releasing a Nomad security update to go with it.
2023-06-07 11:44:59 -04:00
Michael Schurter
f8f9e91b8a
build: upgrade from go 1.20.3 to 1.20.4 ( #17056 )
...
Includes CVE fixes that do *not* impact Nomad:
https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU
2023-05-02 13:09:11 -07:00
hashicorp-copywrite[bot]
005636afa0
[COMPLIANCE] Add Copyright and License Headers
2023-04-10 15:36:59 +00:00
Tim Gross
66a01bb35a
upgrade go to 1.20.3
2023-04-05 12:18:19 -04:00
James Rasell
a18e480a57
dev: modify Go install to support arch64 and non-vagrant machines. ( #16651 )
2023-03-28 14:18:48 +01:00
James Rasell
28c142c1a6
dev: account for non-vagrant machines on Linux config priv. ( #16657 )
2023-03-27 17:13:18 +01:00
Michael Schurter
8da636c6d5
build: update from go1.20.1 to go1.20.2 ( #16427 )
...
* build: update from go1.20.1 to go1.20.2
Note that the CVE fixed in go1.20.2 does *not* impact Nomad.
https://github.com/golang/go/issues/58647
2023-03-13 09:47:07 -07:00
Tim Gross
e8243e0820
build: update to go1.20.1 ( #16182 )
2023-02-14 15:03:26 -05:00
Seth Hoenig
911700ffea
build: update to go1.20 ( #16029 )
...
* build: update to go1.20
* build: use stringy go1.20 in circle yaml
* tests: handle new x509 certificate error structure in go1.20
* cl: add cl entry
2023-02-03 08:14:53 -06:00
Seth Hoenig
a8d40ce26b
build: update to go 1.19.5 ( #15769 )
2023-01-13 09:57:32 -06:00
Seth Hoenig
a0bdc67d6a
build: update to go1.19.3 ( #15099 )
2022-11-01 15:54:49 -05:00
Seth Hoenig
3f29e59e6e
build: update go version to go1.19.1 ( #14653 )
...
minor update, no CL needed
2022-09-22 09:40:01 -05:00
Seth Hoenig
91e32eec9b
build: update to go1.19
2022-08-16 08:40:57 -05:00
Seth Hoenig
35c76098d6
build: update to go1.18.5
2022-08-02 07:36:35 -05:00
Seth Hoenig
8392ee8988
build: update to go1.18.3
...
Release Notes:
https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg
Contains 4 security fixes - the 2 related to Windows might be relevant.
2022-07-01 10:12:56 -05:00
Seth Hoenig
f7c0e078a9
build: update golang version to 1.18.2
...
This PR update to Go 1.18.2. Also update the versions of hclfmt
and go-hclogfmt which includes newer dependencies necessary for dealing
with go1.18.
The hcl v2 branch is now 'nomad-v2.9.1+tweaks2', to include a fix for
newer macOS versions: 8927e75e82
2022-05-25 10:04:04 -05:00
Seth Hoenig
bf54ef26be
build: update golang to 1.17.9
2022-04-21 11:43:01 -05:00
Tim Gross
46e1d29298
golang security update 1.17.5
2021-12-10 13:50:22 -05:00
Tim Gross
73e3b15305
build: bump go version to 1.17.3 ( #11461 )
2021-11-05 15:34:24 -04:00
Mahmood Ali
6c7519fc10
build: Update to golang 1.17.1
2021-10-01 09:41:25 -04:00
Mahmood Ali
641afebeed
update golang to 1.16.7 ( #11083 )
2021-08-25 11:56:46 -04:00
Mahmood Ali
12d4a0b759
prepare release docker image for fetching
2021-07-28 23:33:59 -04:00
Mahmood Ali
baacc3c19b
golang: update to 1.16.5 ( #10733 )
...
1.16.5 contains some security fixes for zip that are notable to get: https://github.com/golang/go/issues?q=milestone%3AGo1.16.5+label%3ACherryPickApproved
2021-06-09 11:51:41 -04:00
Tim Gross
6237224681
update golang to 1.16.4
2021-05-07 11:06:54 -04:00
Mahmood Ali
e17082b9cf
update golang to 1.16.3 ( #10484 )
2021-04-30 13:52:05 -04:00
Drew Bailey
e1eb824b8b
go get on the remote mac instance installs with read-only, allow for … ( #10351 )
...
* go get on the remote mac instance installs with read-only, allow for rm step
* Update scripts/release/mac-remote-build
Co-authored-by: Mahmood Ali <mahmood@hashicorp.com>
Co-authored-by: Mahmood Ali <mahmood@hashicorp.com>
2021-04-09 15:50:27 -04:00
Mahmood Ali
fa721ef285
build: use golang 1.16
2021-03-09 14:20:40 -05:00
Michael Schurter
772ab5502d
build: upgrade from Go 1.15.5 -> 1.15.6
...
Also updated scripts/update_golang_version.sh to handle new CircleCI
file layout.
2021-01-04 08:34:00 -08:00
Mahmood Ali
db86ad2f4d
Update release docker image to ubuntu:18.04
...
So this matches the Vagrant box
2020-12-08 09:59:36 -05: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
Mahmood Ali
1d3fa2afaa
release: infer node version ( #9336 )
...
Avoids setting the node version in the release Dockerfile, by using
an alias. This allows us to update the node version in one file only.
Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
2020-11-13 11:33:07 -05: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
Mahmood Ali
8beded00b8
ui: Pin ui node version
2020-11-12 08:25:50 -05: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
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
Mahmood Ali
626435b8dc
commit code-generated msgpack parser on releases ( #8640 )
...
Noticed that the structs code-generated parsers is no longer committed
when we cut a release, starting with v0.12. We've been committing
generated code to ease reproduction and rebuilding the tag.
Note for example that `structs.generated.go` was present in the [0.11.3
commit](8918fc804a
)
but not in the [0.12.1
one](14a6893a25
).
We leave the files ignored, so developers don't accidentally commit them
in local development.
2020-08-11 16:02:18 -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
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
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
Michael Schurter
ca9907a967
build: update from Go 1.14.1 to Go 1.14.3
2020-05-16 10:41:20 -04:00
Anthony Scalisi
9664c6b270
fix spelling errors ( #6985 )
2020-04-20 09:28:19 -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
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