Commit graph

6504 commits

Author SHA1 Message Date
Alex Dadgar e8321876d9 Merge pull request #2271 from hashicorp/f-prep-0.5.5
Prep for 0.5.5 and add changelog entry for #2266
2017-02-02 11:24:27 -08:00
Alex Dadgar bc6c9a7d54 Merge pull request #2275 from hashicorp/b-vault-race
Fix race condition with Deriving vault tokens
2017-02-02 11:19:46 -08:00
Alex Dadgar ec7bc783a4 Merge branch 'master' into b-vault-race 2017-02-01 16:57:26 -08:00
Diptanu Choudhury 73813fba31 Merge pull request #2269 from hashicorp/gc-test
Checking in updated gc tests
2017-02-01 16:50:35 -08:00
Alex Dadgar cd34f536a3 Merge branch 'master' of github.com:hashicorp/nomad 2017-02-01 16:37:14 -08:00
Alex Dadgar 9c75ec7f57 Add role to merge test 2017-02-01 16:37:08 -08:00
Alex Dadgar 9987a235a5 Fix race condition with Deriving vault tokens
This PR fixes a race condition in which the client was not locked while
deriving Vault tokens. This allowed the token to be set which would
cause subsequent Vault requests to fail with permission denied because
the incorrect Vault token was being used.

Further this PR makes the unsetting and unlocking of the client atomic
to avoid an even harder to hit race condition (not sure it was ever hit
but was still incorrect).
2017-02-01 16:25:59 -08:00
Michael Schurter 67dc113158 Merge pull request #2274 from hashicorp/doc-rkt-port-map
Expand rkt port_map docs since it confused me
2017-02-01 16:19:17 -08:00
Michael Schurter bc02869347 Expand rkt port_map docs since it confused me
(and I wrote it)

Fixes #2272
2017-02-01 16:16:12 -08:00
Michael Schurter e03bae9d25 spel dev correktly 2017-02-01 15:29:02 -08:00
Michael Schurter ee53595012 Prep for 0.5.5 and add changelog entry for #2266 2017-02-01 15:09:49 -08:00
Michael Schurter a26482a57a Merge pull request #2267 from BSick7/b/panic-startup
Preventing panics of RecoverableError casts
2017-02-01 15:06:57 -08:00
Brad Sickles c67f10166d fmt 2017-02-01 16:37:19 -05:00
Brad Sickles da12d8811a Third time is a charm. 2017-02-01 16:18:12 -05:00
Diptanu Choudhury 90ac3e2774 Checking in updated gc tests 2017-02-01 13:12:46 -08:00
Brad Sickles 5a8f2d3f60 Properly dealing with non-nil errors. 2017-02-01 16:07:19 -05:00
Brad Sickles 429fdb3ce7 Preventing panics of RecoverableError casts 2017-02-01 14:38:59 -05:00
Michael Schurter d470fe494d Merge pull request #2260 from hashicorp/f-circonus-update
Update circonus vendor
2017-02-01 11:20:46 -08:00
Michael Schurter c6ef012345 Merge pull request #2265 from hashicorp/wat
Bump to 0.5.4
2017-02-01 10:52:47 -08:00
Michael Schurter 4cd173c1bb Bump website + demo to 0.5.4 2017-01-31 17:36:36 -08:00
Michael Schurter 803b74c863
Release v0.5.4 2017-01-31 17:08:20 -08:00
Michael Schurter 7346d9b309
Release v0.5.4 2017-01-31 17:07:56 -08:00
Michael Schurter 1281f2586b Prep versoin 0.5.4 2017-01-31 16:48:37 -08:00
Diptanu Choudhury c64b67661c Updated changelog 2017-01-31 16:46:16 -08:00
Diptanu Choudhury d463bb8e5a Merge pull request #2261 from hashicorp/f-gc-threshold
Making GC related fields tunable
2017-01-31 16:44:53 -08:00
Diptanu Choudhury 501f675265 Added docs 2017-01-31 16:30:50 -08:00
Diptanu Choudhury 11d7cb1230 Making the GC related fields tunable 2017-01-31 15:51:20 -08:00
Michael Schurter e9e7d7eb9b Mention #2256 in 0.5.4 changelog 2017-01-31 15:16:46 -08:00
Michael Schurter b4ca619d14 Update circonus vendor 2017-01-31 15:11:55 -08:00
Michael Schurter 1eb0c277bf Revert "Merge pull request #2258 from hashicorp/f-update-circonus-vendor"
This reverts commit b7417003eb6a6d9197e5e0e3a1d04b70e88b3311, reversing
changes made to b51a11c8edd0c91149bea26cc53408e58af19514.
2017-01-31 15:04:38 -08:00
Michael Schurter 0cc6d2abc9 Merge pull request #2258 from hashicorp/f-update-circonus-vendor
Update circonus vendor
2017-01-31 14:01:48 -08:00
Michael Schurter 6ea705e065 Merge pull request #2259 from hashicorp/b-fix-vagrant
Fix vagrant on vbox
2017-01-31 13:52:34 -08:00
Michael Schurter 97bbd94f61 Update circonus vendor 2017-01-31 13:45:04 -08:00
Michael Schurter 2c36d3de9c Fix vagrant on vbox 2017-01-31 13:36:48 -08:00
Diptanu Choudhury b6c629a6b9 fixed conflicts 2017-01-31 13:20:58 -08:00
Michael Schurter d6f00e7bc0 Merge pull request #2257 from hashicorp/b-nil-resources-panic
Handle createdResourcs=nil
2017-01-31 11:40:37 -08:00
Michael Schurter e2584f22be Merge branch 'master' into b-nil-resources-panic 2017-01-31 11:25:37 -08:00
Alex Dadgar 1fc30de78c Fix vagrant ssh 2017-01-31 11:01:47 -08:00
Michael Schurter aef3c2e380 Handle createdResourcs=nil
Combined with b522c472fdf this fixes #2256

Without these two commits in place upgrades to 0.5.3 panics.
2017-01-31 10:51:32 -08:00
Alex Dadgar 44d63318a4 Add nil guard 2017-01-31 09:19:59 -08:00
Alex Dadgar 91f485a189 slightly more verbose test 2017-01-30 16:16:26 -08:00
Alex Dadgar e67500d4ba version bump 2017-01-30 11:41:17 -08:00
Alex Dadgar 60ff3d37b4 Fix link 2017-01-30 11:13:05 -08:00
Alex Dadgar f81c98a03d
Release v0.5.3 2017-01-30 10:55:02 -08:00
Alex Dadgar 928d437a6c bump version 2017-01-30 10:47:33 -08:00
Alex Dadgar 1e87e20453
Release v0.5.3 2017-01-30 10:40:58 -08:00
Alex Dadgar 90760314c5 changelog 2017-01-30 10:31:29 -08:00
Alex Dadgar c31937784a
Release v0.5.3 2017-01-30 10:30:38 -08:00
Alex Dadgar 8e8677302c Merge pull request #2251 from ryon/master
Add Google Tag Manager #GTM-NR2SD7C
2017-01-30 09:59:55 -08:00
Alex Dadgar 2d014b1e87 Change box 2017-01-27 16:23:43 -08:00