Commit Graph

16 Commits

Author SHA1 Message Date
Ivan Kozlovic
17f27ab90f Prepare for release v1.0.6
-Update Dockerfile Go version to 1.9.4
-Add ARM32v6 build of Docker image
2018-02-28 14:49:18 -07:00
Alberto Ricart
ce6a5e6c8c Merge remote-tracking branch 'origin/injected-version' into injected-version
- Renamed GitHash to gitCommit as per discussions with Ivan
- Set gitHash to 'not set' if not set (as in the case of a local build)

# Conflicts:
#	server/server.go
2018-02-21 19:24:40 -06:00
Alberto Ricart
68b7aa0155 [ADD] Added github.com/nats-io/gnatsd/server.GITHASH compile variable which allows for linker to inject the githash that gnatsd was built from. See https://husobee.github.io/golang/compile/time/variables/2015/12/03/compile-time-const.html. The githash is exposed on server startup (debug) and on /varz.
[FIX] Docker images were injecting the compile time variable `github.com/nats-io/gnatsd/version.GITCOMMIT`, however this is not referenced nor exposed anywhere.
2018-02-21 17:29:21 -06:00
Alberto Ricart
0bcc360de1 [ADD] Added github.com/nats-io/gnatsd/server.GITHASH compile variable which allows for linker to inject the githash that gnatsd was built from. See https://husobee.github.io/golang/compile/time/variables/2015/12/03/compile-time-const.html. The githash is exposed on server startup (debug) and on /varz.
[FIX] Docker images were injecting the compile time variable `github.com/nats-io/gnatsd/version.GITCOMMIT`, however this is not referenced nor exposed anywhere.
2018-02-21 17:26:41 -06:00
Ivan Kozlovic
24a422470a Update Go version to 1.9.2
Updated travis to use 1.8.5 and 1.9.2 and build/push release
for 1.9.2 release.
Updated Docker files too.
2017-11-08 10:06:44 -07:00
Ivan Kozlovic
049675088d [ADDED] ARM64v8 Release build
- Add linux/arm64 to cross compile script
- Update .travis.yml to push builds on Go 1.8.x version
- Update Dockerfile to Go 1.8.3
- Change Dockerfile.win64 to actually build all the builds that
  we would want to provide a Docker image for
2017-08-25 09:20:31 -06:00
Ivan Kozlovic
6a0830fbdc Update Dockerfile's Go version to 1.7.6 [ci skip] 2017-06-30 12:25:01 -06:00
Cheng-Lung Sung
dee59a14e7 Update golang version to 1.7.4 in Dockerfile, Security Update. 2016-12-04 11:31:01 +08:00
Derek Collison
cda285aad5 Move Docker build to use go1.7.3 2016-11-21 17:16:44 -08:00
Ivan Kozlovic
f6cb458480 [UPDATED] Dockerfile to use go 1.6.3 [ci skip] 2016-08-03 09:29:28 -06:00
Derek Collison
3c3a9aa2d0 golang update to 1.6.2 2016-04-25 09:42:26 -07:00
Derek Collison
8e99354b8c Use go1.5.2 2015-12-09 11:42:56 -08:00
Derek Collison
5148f18c52 Add bcrypt 2015-12-03 16:01:01 -08:00
Derek Collison
fe3b8f2aa1 BufSize option, bump for go1.5.1, bump version 2015-09-18 07:41:33 -07:00
Derek Collison
a0ad3c7a8c Update Docker build to use 1.5 2015-08-23 14:57:13 -07:00
Derek Collison
461d2a20e0 Docker updates 2015-08-07 15:21:51 -07:00